/* Weathertime CSS File   */

/* Revised 8.5.2019 */

/* Overall body section */

body {
  background-size: cover;
  background-repeat: repeat-y;
  /* repeat-x  */
  color: #000;
  background-color: #fff;
  text-align: center;
/*  overflow-x: hidden;
*/
}

/* date section */

#date {
  background-color: #000;
  color: #fff;
  text-align: center; 
  height: 50px;

  }

/* copyright section */

#copy {
  background-color: #000;
  color: #fff;
  text-align: center; 
  height: 25px;

  }


.navbar {
    border-bottom: #008ed6 3px solid;
    opacity: 0.9;
/*   overflow-x: hidden; */
  }

section {

    padding-top: 50px;
  } 

.jumbotron {
  background-position: center;
  padding: 0.5rem;
  border-radius: 0;
} 

/*img {
    width: 100%;
    height: auto;
    max-width: 100%;
} */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.hcustom  {
  text-align: left;
  color: #826d4e;
  background-color: #9aaf8e;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 1px 1px;
  }

/* social icons */
.fab {
  color: #cc66cc;
  background: #000;
  padding: 5px;
  border-radius: 5px;
}

/* quick links */
/* Links stuff */

a.quick {
  font: .2rem Verdana, Arial, Helvetica, sans-serif;
  color: #006699;
  text-decoration: none;
  }

a.quick:link {
  font: .2rem Verdana, Arial, Helvetica, sans-serif;
  color: #006699;
  text-decoration: none;
  }

a.quick:visited {
  color: #3366FF;
  text-decoration: none;
  }

a.quick:hover{
  color: #3366FF;
  text-decoration: underline;
  }

footer {
  color: #000;
  background-color: #fff;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: .5rem;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: .8em;
}

hr {
  border-top: 3px solid #000;
  font-size: .8rem;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

/* 404 error */

.error404 {
  content: '';
  background-color: rgba(220, 0, 36, 0.7);
  text-align: center;
  color: #fff;
}

.error404 h1 {
  font-size: 8rem; 
  font-weight: 900;
  letter-spacing: .2rem;
}


/*---Media Queries --*/
@media (max-width: 992px) {
.social a {
  font-size: 4em;
  padding: 2rem;
  }
}

@media (max-width: 768px) {
/* SM  */
/* 3line copy SM only */
#copy {
  background-color: #000;
  color: #fff;
  text-align: center; 
  height: 75px;
  max-width: 1200px;

 }
}

/* XS  */
@media (max-width: 576px) {

/* 4line copy XS only */
#copy {
  background-color: #000;
  color: #fff;
  text-align: center; 
  height: 100px;
  max-width: 1200px;

 }

  
}

