@font-face {
    font-family: 'futura_bk_btbook';
    src: url('./assets/futura_book_font-webfont.woff2') format('woff2'),
    url('./assets/futura_book_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'futura_lt_btlight';
    src: url('./assets/futura_light_bt-webfont.woff2') format('woff2'),
    url('./assets/futura_light_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face{
    font-family: 'futura_new_hv';
    src: url('.assets/FuturaNewHeavy-Reg.woff2') format('woff2'),
    url('./assets/FuturaNewHeavy-Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face{
    font-family: 'futura_new_bk';
    src: url('.assets/FuturaNewBook-Reg.woff2') format('woff2'),
    url('./assets/FuturaNewBook-Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html{
    line-height: 1;
    background: #31353d;
    font-family: futura_lt_btlight;
    color: #fff;
    width:103%;
    margin-left: -10px;
    overflow-x: hidden;

}
.footer-container{
    width: 100%;
    background: #31353d;
    position: fixed;


}
.footer{
    color: #eee;
    padding-left: 8%;
    padding-top: 25px;
    display:    flex;
    flex-direction: column;
    
    font-weight: normal;
    padding-right: 8%;
}

.row{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.foot-items{
    display:grid;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    grid-gap: 10px 30px;
    align-items: center;
    font-size: 18px;
    
}

.foot-item{
    justify-self:   center;
}

.foot-label{
    justify-self:   baseline;
}

.footer-text{
    color: #eee !important;
    font-family: futura_new_bk;
    text-transform: none;
    padding-top: 80px;
    text-align: center;

    font-size: 13px;
}

.grid-container{
    display: grid;
    grid-template-columns:  auto auto auto auto auto;
    padding: 10px;
    text-align: center;
    justify-items: center;


}
.grid-item{
    text-align: center;
/*     padding: 0 70px; */
    width: 120px;

    
    
}
.grid-item-img{
    align-self: end;
}

.grid-container-2{
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;

        padding: 10px;
        text-align: center;

}

.grid-item-2{
    text-align: left;
    background-color: #eee;
    padding: 15px;
    width: 230px;
    -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
    -moz-box-shadow:0 2px 3px rgba(0,0,0,0.1);
    box-shadow:0 2px 3px rgba(0,0,0,0.1);
    line-height: 1.4;
}

/* .grid-item-2:hover{
        	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.4);
	box-shadow:0 0 10px rgba(0,0,0,0.4);
} */

a:hover{
    color: #ee0;
}


.content,
.content2,
.content3{
    background-image: linear-gradient(0deg, #e7e8e2,#ececec);
    background-size: 2000px;
    padding: 20px;
    margin-left: -0px;
    /*! width: 100%; */
    text-align: center;

    /*! -webkit-box-shadow:0 0 11px rgba(0,0,0,0.1); */
    /*! -moz-box-shadow:0 0 11px rgba(0,0,0,0.1); */
    box-shadow:0px 0px 5px rgba(0, 0, 0, 0.1);
    color: #000;

}
.content{
    flex-grow:2;    
}

.content2{
/*    background-image: linear-gradient(180deg, #0ea235,#0b802a);
    flex-grow: 1;*/
}
.content3{
    background-image: linear-gradient(180deg, #0ea235,#0b802a);
    flex-grow: 1;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1
}

h1 {
    font-family: futura_new_hv;
    font-size: 24px;
/*    text-transform: uppercase;*/
    color: #222;
/*    color: #0ea235;*/
    /*! margin: 10px; */
    text-align: center;
/*     text-shadow: 2px 2px 2px rgba(0,0,0,0.1); */
}
.content3 > h1{
    color: #eee;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.1);
}

h2 {
    font-family: futura_new_hv;
    font-size: 18px;
    color: #0ea235;
    margin: 10px;
    text-align: center;
/*    text-transform: uppercase;*/
    /*! text-shadow: 0px 1px 1px rgba(0,0,0,0.1); */

}


li{
    color:#000;
/*! list-style: none; */
line-height: 1.5;
font-size: 16px;
}

.content ul{
    text-align: left;
    margin-top: -6px;
    margin-left: -19px;
}

.content{
    display: flex;
    flex-direction: column;
    
}

.content img,
.content2 img{
    width: 100%;
    display: block;
}

.content2 grid-item-2{
    width: 250px;
}
.content-wrapper{
    display:flex;
    justify-content:  center;
/*     width: 101%; */
    justify-content:  space-evenly;
    flex-wrap: wrap;
    flex-grow: 1;
}

 .gmap_canvas {
/*     position: relative;
    padding-bottom: 56%; // This is the aspect ratio
    height: 0;
    overflow: hidden; */
     text-align: center;
    
  }
  .gmap_canvas iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 90% !important;
  }

.nav{
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    background-image: linear-gradient(180deg, #09af35,#0ba235);
    margin-top: -16px; 
    padding-bottom: 5px;
    padding-top: 2px;

}

.logo{
    padding-top: 20px;
    
}

.top-text-flex{
    display:flex;
    flex-direction: column;
    gap: 10px;
}

.nav ul li {

    display: inline flow-root list-item;
    
}

.nav ul li div{

    display: inline flow-root list-item;
    
}

.top-text{
        font-family: futura_new_hv;
        font-size: 16px;
        color: #eee;
                text-shadow: 0px 2px 2px rgba(0,0,0,0.0);
}

    .top-text, a {
        text-decoration: none;
        color: #eee;
        font-family: futura_new_hv;

}

.top-links li{
    list-style: none;
text-align: left;
/*! margin-left: 12px; */
    text-shadow: 0px 2px 2px rgba(0,0,0,0.0);
}

.top-links ul{
    text-align: left;
    line-height: 2;
}
    .times {
    font-size: 14px !important;
    text-align: center;
    line-height: 1.5;
    font-family: futura_new_hv;
    color: #eee;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.0);


}
         
.times i{
        font-family: futura_bk_btbook;
        font-weight: bold;
}

@media only screen and (min-width: 876px) {
    .grid-item-2{
    width: 300px;
    }
     grid-container-2{
        gap: 49px !important; 
    }

} 
    
 @media only screen and (min-width: 1158px) {
    
         .grid-item-2{
    width: 200px;
    }
    

} 
    
@media only screen and (min-width: 800px) {
    .nav-wrapper{
        display: flex;
/*         width: 101%; */
        height: 500px;
        justify-content: center;
        margin-top: -10px;
/*         margin-left: 0px; */
        background-image: url(./assets/slider-new-1.webp);
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .nav ul{
        font-size: 14px;
        text-align: left;
        list-style: none;
    }
    
    
    .nav{
/*         background: #0ea235;      */
        background-image: linear-gradient(180deg, #0ea235,#0ba235);
        height: 150px;
        padding-top: 15px;
        padding-bottom: 12px;
        box-shadow:0 0 15px rgba(0,0,0,0.1);
        display: flex;
        flex-direction: column;
        justify-content:    space-between;
        align-items:  center;
        box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
        

    }


    .top-text-flex{
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        gap: 88px; 
    }
    
    .times{
        text-align: right;
        font-size: 14px;
    }
    
    .top-links{
        width:109%;
    }

    .nav ul li {   
        padding: 0px 0px;
        color: #eee;
        float: left;
        font-family: futura_new_hv;
        margin-left: 16px;
        font-size: 14px;

    }
    
    .links li{
        float: left;
        font-family: futura_new_hv;
       
    }
    .links a{
        padding: 20px;
        visibility:     hidden;
    }
    
     .grid-container-2{
    display: flex;
    gap: 45px;
    justify-content: center;
    flex-wrap: wrap;
}
    
    .footer{
        padding-left: 5%;
        padding-right: 0%;
    
}
    .foot-items{
    display:grid;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    grid-gap: 0px 20px;
    width:90%;
/*         width: 850px; */
    align-items: center;
    font-size: 18px;
    
         
}
    .foot-label{
        align-self: normal;
        text-align: center;
        width: 131px;
        justify-self: center;
    }
    .foot-item{
        justify-self:   center;
    }
    
    .logo{padding-top: 0px;}



}
