body {
    font-family: 'Heebo', sans-serif, !important;
    
}

.texty {
  font-family: 'Open Sans', sans-serif, !important;
}

body, html {
    height: 100%;
  }

.navbar-toggler>.close {
    display:inline;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}

  .parallax {
    background-image: url('images/counterbackground.jpg');

    height: 35%; 

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  @media only screen and (max-device-width: 1366px) {
    .parallax {
      background-attachment: scroll;
    }
  }



  * {box-sizing: border-box}
  .mySlides {display: none}
  .mySlides2 {display: none}
  .mySlides3 {display: none}
  .mySlides4 {display: none}
  img {vertical-align: middle;}
  

  .slideshow-cont {
    max-width: 670px;
    position: relative;
    margin: auto;
  }
  

  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  

  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }

  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  .fader {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }

  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }


html,body {
    scroll-behavior: smooth;
  }

div div div div footer a {
    color: white;
}

footer a {
    text-decoration: none;
    color: gainsboro;
}

a:hover {
    color: white;
}

.blockquote-footer {
 text-decoration: none;
}

.toppadding {
    padding-top: 2em;
}

.toppadding2 {
    padding-top: 3em;
}

.greytext {
    color: #464646;
    font-family: 'Heebo', sans-serif;
}

.lrpadding {
    padding-left: 20%;
    padding-right: 20%;
}

.home:hover {
    color:rgb(128, 190, 248);
  }

div div div a {
    color: black;
    text-decoration: underline;
}

.btn {
    color: black;
    margin: 2em;
    margin-bottom:3em
}

div .gainsboro div a {
    color: gainsboro;
    text-decoration: none;
}

div .gainsboro div a:hover {
  color: #637080;;
  text-decoration: none;
}

.padding {
    padding: 2em;
}

.tpad {
    padding-top: 2em;
    font-family: 'Heebo', sans-serif;
}

.bpad {
    padding-bottom: 1em;
}

.imgcontainer {
        position: relative;
        text-align: center;
        color: white;
}

#testimoniallink a {
text-decoration: none;
color: gainsboro;
}

#testimoniallink a:hover {
    text-decoration: none;
    color: #637080;
    }
    

.darkblueback {
    background-color: rgb(30, 30, 46);
    color: gainsboro;
    text-decoration: none;
}

.font2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 3vw;
}

.centeredtext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centeredtext2 {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    font-size-adjust: inherit;
    font-size:calc(12px + 3.5vw);
}

.centeredtext3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size:calc(12px + 3.5vw);
}

.centeredtext4 {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    font-size:calc(12px + 3.5vw);
}

.centeredtext5 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.small {
    font-size: 1.5vw;
    font-family: 'Heebo', sans-serif; 
}

.bigfont {
    font-size: 6vw;
    font-family: 'Heebo', sans-serif;
}

.medfont {
    font-size: 2.5em;
    font-family: 'Heebo', sans-serif;
    padding: 1em;
}

.pfont {
    font-size: 20pt;
    font-family: 'Heebo', sans-serif;
}


.botbackground {
    background-color: #31353d;
    color: white;
}

.botbackground2 {
    background-color: #262a31;
    color: white;
}

.botfont {
    font-size: 14pt;
    padding: 4em;
}

.botfont2 {
    font-size: 14pt;
    padding: 2em;
}

.gainsboro {
    background-color: gainsboro;
}

.portback {
    background-color: rgb(240, 240, 220);
}

.foot {
    padding-top: 1em;
}

.testimonials {
    padding: 2em;
}

.myclass {
    width: auto;
    height: auto;
    max-width: 65vw;
    max-height: 75vh;
  }


.dark {
    background: dimgray;
}

.dark2 {
    background: rgb(207, 204, 172);
}

.dark1 {
    background: #CDC5BF;
}

.darkblue {
    background: rgb(191, 197, 205);
}

.darkgreen {
    background: rgb(192, 205, 191);
}

.carousel-inner img {
    margin: 0 auto;
    height: auto;
  }


  @media only screen and (max-width: 850px) {
.parallax {
  display: none;
}
.fa-award {
  display: none;
}
.fa-handshake {
  display: none;
}
.fa-tools {
  display: none;
}

  }

@media only screen and (max-width: 850px){
  .underfont {
    font-size: 1.5vh;;
      }
}
