.button{
  background-color: orange;
  position: fixed;
  margin-top: 100px;
  left: 0px;
}
.form-group{
  color: blue;
}

.newsContainer{
	border:solid 2px black;
	background: rgba(255,255,255,0.4);
	border-radius: 28px;
	padding:10px 20px 10px 0px;
	position: relative;
	top: -10px;
}

.newsContainer ul li {
	list-style-type: none;

}

.newsContainer div.ticker2 {
	text-align: left;

}

.newsContainer a {
	color:blue;
	text-decoration: underline;
}

.newsContainer p {
	font-size: 1em;
	text-align: left;
}
.portfolio-item img{
	width: 400px;
	height: 270px;
}
