/*https://www.w3schools.com/w3css/w3css_templates.asp*/

body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
  height: 100%;
  color: #777;
  line-height: 1.8;
}
.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* parallax scrolling */
.bgimg-1, .bgimg-2 {
  position: relative;
  opacity: 0.75;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
}

.bgimg-1 {
  background-image: url("../images/mainstream-hero-bg.png");
  background-position: center center;
  background-size: cover;
  min-height: 550px;
}

/* (Mainstream) */
@media only screen and (min-width: 1550px) {
  .bgimg-1 {
    min-height: 750px;
    /*opacity: 0.30;*/
  }
}

.bgimg-2 {
  background-image: url("../images/mainstream-sites-bg.png");
  background-position: center center;
  background-size: cover;
  min-height: 520px;
}

/* Turn off parallax scrolling for tablets and phones 1024*/
@media only screen and (max-device-width: 800px) {
  .bgimg-1, .bgimg-2 {
    background-attachment: scroll;
  }
}

.w3-2021-inkwell {color:#fff!important;background-color:#363945!important}