@font-face {
  font-display: swap;
}



body {
    font-family: museo-sans, sans-serif;
    font-size: 1.2rem;
    scroll-behavior: smooth;
    overflow-x:hidden;
    position: relative;
    
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {

    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.subheader {
    margin-bottom: 1rem;
}

.welcome .subheader, .leadwhite .lead  {
    color: #fff!important;
}

.menu ul li {
    text-align: left;
    padding: 10px 10px;
}

.carousel-indicators {
    display: none !important;
}

h1, .h1 {
    font-size: 3.5rem;
}

.carousel-caption h3 {
    font-size: 3.4rem!important;
  }
  
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.homesm figure {

    margin: 0 0 0;

}

.homesm .figcaption {

    font-size: 80%;
    font-weight: 400;
margin-left: auto !important;
    margin-right: auto !important;
    position: absolute;
}

.lead {
    font-size: 1.55rem;
    font-weight: 300;
}
.success {
    color: #266401!important;
}


.nav-toggle span {
    background-color: rgba(255,255,255,0.85);
    border-radius: 5px;
}

.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.jumbotron {
    margin-bottom: 0;
    padding: 0;
}

.arrow {
    position: relative;
    z-index: 2;
}

.arrow::after  {
    width: 0;
    content: "";
    height: 0;
    bottom: -23px;
    z-index: 1;
    position: absolute;
    border-style: solid;
    border-width: 23px 32px 0;
    border-color: #333 transparent transparent;
    left: 50%;
    margin-left: -32px;
}
.carousel-inner {

}
.text-secondary, .lead {

    color: #888 !important;

}

a, a:visited, a:link {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #888;
     text-decoration: underline;
 
}
.footer a, .footer a:link, .footer a:visited {
    color: #888!important;
}


.footer  .footerbottom a, .footer  .footerbottom a:link, .footer .footerbottom a:visited {
    color: #fff!important;
}

.footer .footerbottom a:hover {
    text-decoration: underline;
}
.nocontrol .carousel-control-prev, .nocontrol .carousel-control-next {
    display: none;
    
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {

    z-index: 1;
    opacity: 1;

}

.carousel-caption h2 {
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.88) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.88) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.88) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.88) 100%);    
    padding: 0.5em;
    display: table;
    margin-left: auto;
    margin-right: auto;
    color: black;
    font-size: 1.6rem;
}



/*-------------------------------------------------------  900 PIXEL  -------------------------------------------------------*/
@media (max-width: 900px) {
    
.videowrap .display-3 {
    font-size: 3.5rem;
}

.display-2 {
    font-size: 4rem!important;
}

h1, .h1 {
    font-size: 2rem;
}
    
h2, .h2 {
    font-size: 1.6rem;
}
    
h3, .h3 {
    font-size: 1.4rem;
}

  
.main-content .arrow p, .main-content .arrow h2, .footer .arrow  h3  {
    margin-left: 1em;
    margin-right: 1em;
}
    
.arrow {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    }
    
.float-right {
    float: left !important;
}
    
.text-right {

    text-align: left !important;
}
.row {

    
    margin-right: 0;
    margin-left: 0;

}
}

