body{
	text-align: center;
  font-family: sans-serif;
  font-weight: 100;
  color: white;
  font-weight: light;
  background: #d39d38; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #4da0b0, #d39d38); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #4da0b0, #d39d38); 

}


h1{

  font-weight: 100;
  font-size: 40px;
  margin: 40px 0px 20px;
}

h3{

  font-weight: 50;
  font-size: 20px;
  margin: 20px 0px 20px;
}

h4{
  font-weight: 50;
  font-size: 15px;
  margin: 20px 0px 20px;
}

.clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

.clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: #4242428f;
	display: inline-block;
}

.clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #ffffff;
	display: inline-block;
	color: #757575;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
}

.button {
  background-color: #42424233; 
  border: none;
  color: #fafafa;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: auto;
  max-width:200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  opacity: 1;


}

.button:hover{
	background-color: #424242;
}

.accordion-toggle {
  display: block;
}



.accordion-content {
  display: none;
  margin-bottom: 30px;
}

.accordion-content.active {
  display: block;
  background-color: #00000038;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}



#footer{

  bottom: 0;
  width: 100%;
  height: 2.5rem;
  font-size: 12px;
    color: #fafafa;

}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

img {
  opacity: 0.8;
  width: 48px;
}

.alert{
    animation:blinkingText 1.5s infinite;
    display: none;
    padding: 4px;
    margin: 4px;
    color: #fdd835;

}
@keyframes blinkingText{
    0%{     color: #fdd835;  }
    49%{    color: #fdd835; }
    60%{    color: transparent;}
    99%{    color:transparent; }
    100%{   color: #fdd835;   }
}


.NoFerry{
  display: none;
  color: #fdd835;
  font-weight: bold;
}

.NoFerryGif{
  display: none;
  min-width: 50%;
  min-height: 50%;
  max-width: 60%;
  max-height: 60%;
  text-align: center;
  padding: 0% 0%;
  margin-left: auto;
  margin-right: auto;
}

.alertGif{
  display: none;
  min-width: 50%;
  min-height: 50%;
  max-width: 60%;
  max-height: 60%;
  text-align: center;
  padding: 0% auto;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 600px) {

  .NoFerryGif{
  
  min-width: 60%;
  min-height: 60%;

  padding: 0% 20%;
}

  .alertGif{
    min-width: 60%;
  min-height: 60%;
   padding: 0% 20%;
  }

  .accordion-content.active {
  margin: 0%;


  }


