

.main {
	padding: 80px 20px 80px 20px;
}

.myquotes {
	padding-top: 3rem;
}

.top-bar{
  background: none repeat scroll 0 0 #51a7f9 !important;
}

.myli{
  background: none repeat scroll 0 0 #51a7f9;
}


.whitetext{
  color: white;

}

.whitetext:hover{
  color: white;
}

.hero {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #0364c0;
  background: url(../pics/hero.svg) center ;
  background-size: cover;
}

.footer { 
  height: 300px;
  background-color: #333;
  padding: 80px 20px 80px 20px;
}

.footer a {
	display: block;
}

.footer p {
	display: block;
}

