body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
  height: 100%;
  color: #777;
  line-height: 1.8;
}

h3{
  font-size: 2em;
  text-align: center;
}

h4{
  font-size: 1.8em;
  text-align: center;
}

/* Create a Parallax Effect */
.bgimg, .bgimgv, .bgimgc{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg{
  background-image: url('../img/bg.jpg');
  min-height: 100%;
}

.bgimgv{
    background-image: url('../img/bg2.jpg');
    min-height: 100%;    
}

.bgimgc{
  background-image: url('../img/bg1.jpg');
  min-height: 100%;    
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

.u-text-white a{color: white; background-color: unset!important;}
.u-text-black a{color: black; background-color: unset!important;}
#myNavbar {
  background-color: rgba(0, 0, 0, 0.6);
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg{
    background-attachment: scroll;
    min-height: 400px;
  }
}

@media (max-width:699px){
  .hide-small{display:none!important}
  .maintext{font-size: 3.4vw!important}
}

@media (min-width:700px){
  .hide-big{display:none!important}
}

p{
  margin: 0;
  padding: 0 30px 0 30px;
  font-family: Roboto, 'Segoe UI';
  font-size: 1.2em;
}

.tb-bl{
  padding: 10px;
  margin: 10px 1vw 10px 1vw;
  height: auto;
  width: 48vw;
  min-width: 320px;
}

.cont{
  background-color: lightgray;
  margin: 20px 30px 0px 30px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0 , 0.4);
}

.separator{
  background-color: white;
  height: 1px;
  width: 80%;
  margin: 10px auto 10px auto;
}

.maintext{
  font-size: 2em;
}
@media all and (max-width: 800px){
  .forcur{
    flex-direction: column;
    width: auto;
  }

  .tb-bl{
    margin: 0 auto 0 auto;
    width: auto;
  }
}

.bg-mist{background-color: #90AFC5;}
.bg-stone{background-color: #336B87;}
.bg-shadow{background-color: #2A3132;}

.t-mist{color: #90AFC5;}
.t-stone{color: #336B87;}
.t-shadow{color: #2A3132;}

.top{position:fixed;width:100%;z-index:1;top:0;}

iframe{
  margin-top: 30px;
  width: 100%;
  height: 750px;
}

img{
  margin: 40px auto 10px auto;
  display: block;
  width: 60vw;
  max-width: 948px;
}