body{
    font-family: 'GilmerMedium';
}

.topbar {
    padding: 12px 0;
    font-size: 14px;
    font-family: "GilmerMedium";
    position: relative;
    z-index: 11;
    color: #f2f2f2 !important
}

.paralax-container{
    height: 400px;
}
.parallas-1{
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    height: auto;
}
.parallas-1b{
    position:absolute;
    top: 15%;
    left: 12%;
    width: 100%;
    max-width: 500px;
    height: auto;
}

h1{
    color: #C1D200;
    font-size: 30px !important;
    font-family: "GilmerBold";
}
h2{
    color: #C1D200;
    font-size: 20px !important;
    font-family: "GilmerBold";
}
h6{
    color: #7f8284;
}


.list li::before {
    content: "■"; /* Insert content that looks like bullets */
    padding-right: 15px;
    color: #C1D200; /* Or a color you prefer */
  }

nav a{
    font-family: "GilmerBold";
    font-size: 16px !important;
}

li{
    font-family: "GilmerBold";
}

.video-subtitle span{
    padding: 0 2px 4px;
    border-bottom: 1px solid #8EC44D;    
}

a.btn-theme {
    background: #C1D200;
    height: 70px;
    width: 150px;
    display: flex; 
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

a.btn-theme:hover{
    background: #597a30;
}

.sub{
    vertical-align: sub;
    font-size: smaller;
}

#slider {
    border-radius: 10px;
    box-shadow: 1px 1px 1px #262626;
}

/* #slider img {
   width: 99vw;
   height: 370px;
} */

.container {
    position: relative;
    width: 50%;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #8ec44d;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
  }
  
  .container:hover .overlay {
    width: 100%;
  }


.text {
    white-space: nowrap; 
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.map-responsive iframe{
    height:450px;
    width:100%; 
}

@media (max-width: 600px) {
    .parallas-1{
        top: 10%;
        left: 19%;
        width: 75%;
    }
    .parallas-1b{
        top: 17%;
        left: 12%;
        width: 75%;

    }
}

@media (max-width: 768px) {
    .mobile-text {
        display: block;
        margin: 10px;

    }
}


@media (max-width: 1000px) {
    .topbar{
        display: none !important;
    }
    
}

@font-face {
    font-family: 'GilmerMedium';
    src: url('../fonts/GilmerMedium.otf');
}
@font-face {
    font-family: 'GilmerBold';
    src: url('../fonts/GilmerBold.otf');
}