body{
	margin-top : 82.8px;
	font-size: 100%;
	font-family: Verdana;
	text-align: justify;
}

li{
	padding: 5px 0px;
}

@media screen and (max-width: 64em) {
 body {
	  font-size: 100%;
   }
}

@media screen and (max-width: 50em) {
 body {
	   font-size: 75%;
   }
   h1{
	   font-size: 2em;
   }
   p{
	   font-size: 100%;
   }
   .btn {
		font-size: 100%;
   }
   
   .textWidth{
	   padding: 5px;
   }
}

@media screen and (max-width: 30em) {
   body {
		font-size: 60%;
  }
  
  .btn {
		  font-size: 90%;
	}
}

.container{
	max-width: 900px !important;
}

.textWidth{
	max-width: 200px;
}
.textWidth400{
	max-width: 400px;
}

.textWhite{
	color : white !important;
}

.bg-secondary, .btn-secondary{
	background-color: #a8acae !important;
	border-color: #a8acae !important;
}
.bg-primary, .btn-primary{
	background-color: #006db0 !important;
	border-color: #006db0 !important;
}

a{
	color: #006db0 !important;
}