

.bg-primary {
  background-color: #0E145F !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}


.bg-statuofliberty{

  padding-top: 5rem;
 
  background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../img/StatueofLiberty.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.fade-image{

  width:100%;
 
  display: block;

}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 6s;
  animation-name: fade;
  animation-duration: 6s;

  

}

@-webkit-keyframes fade {
  from {opacity: .0} 
  50%{opacity: .4}
  to {opacity: .0}
  
}

@keyframes fade {
  from {opacity: .0} 
    50%{opacity: .4}
  to {opacity: .0}

}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


