body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
  height: 100%;
  color: #333;
  line-height: 1.8;
  background-color: #f4f4f4;
}

/* First image (Logo. Full height) */
.bgimg-1 {  
  background-color: #283e51; /* Blue background for hero section */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
}

.bgimg-1 img {
  border-radius: 8px;
  width: 450px;
  max-width: 90%;
  height: auto;
}

.w3-bar a {
  color: white;
}

.w3-theme-blue {
  background-color: #283e51 !important;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg-1 {
    background-attachment: scroll;
    min-height: 400px;
  }
  /* Add rounded corners to cards, inputs, and buttons */
  .w3-card, .w3-input, .w3-button {
    border-radius: 8px;
  }
}