@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@400;700&display=swap');

html {
    height: 100%;
    /* background-image: url(../img/bg/site_bg.jpg) ;
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;     */
}
body { 
    height: 100%;
    min-width: 570px !important;
    background-image: url(../img/bg/site_bg.jpg) ;
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    font-family: 'PT Sans Caption', sans-serif;
    /* background-color:  rgba(246, 238, 225, 0.6) !important; */
}

.head_bg {
    position: absolute;
    top:0px;
    left:0px;
    min-width: 570px !important;
    background-image: url(../img/bg/head_bg.jpg) ;
    background-position: 0px 0px;
    background-repeat:  no-repeat;
    /* background-attachment: fixed; */
    /* background-size:  cover; */
    background-color: #F6EEE1;
    height: 280px;
    width: 100%;
    opacity: 1;
    z-index: 10;
    /* border-bottom: 1px rgba(0, 0, 0, 0.8) solid; */
}

.logo {
    pointer-events: none;
    position: relative;
    top:50px;
    /* left:140px; */
    margin-left:  auto;
    margin-right: auto;
    background-image: url(../img/site/logo.png) ;
    background-position: 0px 0px;
    background-repeat:  no-repeat;
    
    /* background-attachment: fixed; */
    /* background-size:  cover; */
    /* background-color: #F6EEE1; */
    height: 187px;
    width: 506px;
    z-index: 900;
    /* border-bottom: 1px rgba(0, 0, 0, 0.8) solid; */
}
.logo_subpage {
    pointer-events: none;
    position: relative;
    top:10px;
    /* left:140px; */
    margin-left:  auto;
    margin-right: auto;
    background-image: url(../img/site/logo.png) ;
    background-position: 0px 0px;
    background-repeat:  no-repeat;
    
    /* background-attachment: fixed; */
    /* background-size:  cover; */
    /* background-color: #F6EEE1; */
    height: 187px;
    width: 506px;
    z-index: 900;
    /* border-bottom: 1px rgba(0, 0, 0, 0.8) solid; */
}
.container_bg {
    padding: 0px;
    background-color: rgba(187, 226, 230, 0.8)
}

.front_name {
    position: relative;
    top: calc(40vh - 3em);
    font-size: 5em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}
.full_h {
    min-height: 100%;
    margin: 3px rgb(187, 0, 0) solid;
}
.nav-scroller {
    position: relative;
    width:550px;
    /* float: right; */
    margin-left: auto;
    margin-right: auto;
    /* right:50px; */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    white-space:nowrap;
    color: #000;
}
.text-link {
    color: black !important;
    font-size: 1.1em;
    
}
.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}
.container_padding {
    padding:20px 40px 20px 40px;
    min-height: calc(100vh - 385px);
}
.footer_promo {
    height: calc(50vh - 475px);
    padding:  10px 0px 0px 0px;
    margin: 0px;
    /* background-color: rgba(187, 0, 0, .5); */
    background-color: rgba(234, 130, 77, .5) ;
    z-index: 100;
    position: absolute;
    width: 100%;
}
footer {
    position: fixed;
    height: 40px;
    bottom: 0;
    width: 100%;
    line-height: 15px;
}
.head_promo {
    /* height: 50px; */
    padding:  0px 0px 0px 0px;
    top:0px;
    margin: 0px;
    min-width: 570px !important;
    /* background-color: rgba(187, 0, 0, .5); */
    /* background-color: rgba(234, 130, 77, .5) ; */
    background-color: rgba(24, 65, 69, .5) !important;
    z-index: 100;
    position: absolute;
    width: 100%;
}
.promo_holder {
    background-color: rgba(24, 65, 69, .5) ;
    padding:  0px 0px 0px 0px;
    height: 100%;
    width: 100%;
}
.text_promo {
    color: rgba(255, 255, 255, 1);
    /* background-color: rgba(234, 130, 77, .5) ; */
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
}
.blog-header {
	line-height: 1;
    border-bottom: 0px solid #000;
    padding: 0px;
    margin: 0px;
    top:0px;
    display: block;
}
.blog-footer {
    height: 65px;
	padding:10px 0px 0px 0px;
	/* color: #999; */
	text-align: center;
	/* background-color: #f9f9f9; */
    border-top: none;
    background-color: rgba(246, 238, 225, 0.8) !important;
}
.row {
    border: #000 0px solid;
}
.col-sm-3 {
    text-align: center;
    border: #ff0000 0px solid;
}
.row_padding_bottom {
    padding-bottom: 20px;
}
.padded_image {
    padding:5px !important;
}
.full_width_image {
    width:100% !important;
}
.fix_left_padding {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}
.active_link {
    text-decoration: underline;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-color: rgba(246, 238, 225, 0.8);
    background-clip: padding-box;
    border: 0px solid rgba(246, 238, 225, .2);
    border-radius: 0px;
    outline: 0;

    -webkit-box-shadow: 0px 0px 89px 16px rgba(214,195,164,0.85);
    -moz-box-shadow: 0px 0px 89px 16px rgba(214,195,164,0.85);
    box-shadow: 0px 0px 89px 16px rgba(214,195,164,0.85);    
    
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background-color: rgba(246, 238, 225, 1);
    
}
.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
    background-color: rgba(246, 238, 225, 1);
    
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
    outline: 0;
    background-image: url(../img/bg/site_blur_bg.jpg) ;
    /* opacity: 0.6; */
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;    
    z-index: 1052;
}
/* .ekko-lightbox-container {
    position: relative;
    z-index: 1082;
} */
.ekko-lightbox {
    background-color: rgba(246, 238, 225, 1) !important;
}
.ekko-lightbox-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../img/bg/site_blur_bg.jpg) ;
    /* opacity: 0.6; */
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;       
    background-color: rgba(246, 238, 225, 1) !important;
}
.normalize_img img {
    float: left;
    width:  100%;
    height: 100%;
    object-fit: cover;
}
.nowrap {
    white-space:pre-line;
}
.shadow-light {
    /* -webkit-box-shadow: 0px 0px 35px 27px rgba(212,189,153,1);
    -moz-box-shadow: 0px 0px 35px 27px rgba(212,189,153,1);
    box-shadow: 0px 0px 35px 27px rgba(212,189,153,1);  */

    /* -webkit-box-shadow: 0px 0px 89px 16px rgba(214,195,164,0.85);
    -moz-box-shadow: 0px 0px 89px 16px rgba(214,195,164,0.85);
    box-shadow: 0px 0px 89px 16px rgba(214,195,164,0.85);   */

    /* -webkit-box-shadow: 0px 0px 7px 6px rgba(217,205,185,0.92);
    -moz-box-shadow: 0px 0px 7px 6px rgba(217,205,185,0.92);
    box-shadow: 0px 0px 7px 6px rgba(217,205,185,0.92); */

    -webkit-box-shadow: 0px 0px 9px 7px rgba(191,181,172,1);
    -moz-box-shadow: 0px 0px 9px 7px rgba(191,181,172,1);
    box-shadow: 0px 0px 9px 7px rgba(24, 65, 69, 0.5);   
}
.v_container {
  width: 720px !important;
  height: 500px !important;
  position: relative;  
}
.v_img, .v_p_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.v_img {
    z-index: 1023;
}
.v_p_overlay {

    background-image: url(../img/site/play_button_mask-954x954.png) ;
    /* opacity: 0.6; */
    background-position: 0px 0px;
    background-repeat:  no-repeat;
    /* background-attachment: fixed; */
    background-size:contain; 
       
}
@media (min-width: 792px) {
    .logo {
        position: relative;
        top:40px;
        left:auto;
        margin-left:0;
        margin-right: 0;

        background-image: url(../img/site/logo.png) ;
        background-position: 0px 0px;
        background-repeat:  no-repeat;
        /* background-attachment: fixed; */
        /* background-size:  cover; */
        /* background-color: #F6EEE1; */
        height: 187px;
        width: 506px;
        z-index: 900;
        /* border-bottom: 1px rgba(0, 0, 0, 0.8) solid; */
    }
    .logo_subpage {
        position: relative;
        top:5px;
        left:auto;
        margin-left:0;
        margin-right: 0;

        background-image: url(../img/site/logo.png) ;
        background-position: 0px 0px;
        background-repeat:  no-repeat;
        /* background-attachment: fixed; */
        /* background-size:  cover; */
        /* background-color: #F6EEE1; */
        height: 187px;
        width: 506px;
        z-index: 900;
        /* border-bottom: 1px rgba(0, 0, 0, 0.8) solid; */
    }    
    .nav-scroller {
        position: relative;
        width:550px;
        float: right;
        right:50px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: bold;
        white-space:nowrap;
        color: #000 !important;
    }   
    .container_padding {
        padding:20px 40px 20px 40px;
        min-height: calc(100vh - 360px);
    }     
}