@import url('https://fonts.googleapis.com/css2?family=Trocchi&display=swap'); /* font-family: 'Trocchi', serif; */

@font-face {
    font-family: "BeautyScript"; /* font-family: 'BeautyScript', serif; */
    src: url("../../fonts/BeautySalon-Script-Regular.woff") format("woff");
}

html body{
    font-family: 'Trocchi', serif;
    font-weight: 400;
}

html body h1,
html body h2{
    font-family: 'BeautyScript', serif;
}
html body .bodycont h2 {
    background-color: #282828;
    padding: 22px 80px;
    clear: both;
    text-align: center;
	font-size: 2.8rem;
    transform: translateX(-75px);
    width: 115.2%;
}

[class^="wp-block-"] figcaption {
    color: #eee;
}
a.credits {
    color: #999 !important;
    padding: 0 0 0 50px;
    font-size: 10px;
}

.navwrp{
    background-color:#37363B;
}

.navwrp .navico{
    text-decoration: none;
    color:#000;
    padding:10px 20px;
    display: block;
    width: 25%;
    font-size: 1.2rem;
    font-weight: bold;
    position: fixed;
    z-index: 7;
    background-color: #37363B;
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.navwrp .navico *{
    color:#fff;
    font-size: 1rem;
    font-weight: 100;
}

.navwrp .navico a{
    text-decoration: none;
    color:#fff;
    text-decoration: underline;
}

.navwrp .navico a svg{
    display: none;
}

.navwrp .navcon{
    padding:40px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.84);
    width: 100%;
    left:0;
    top:0;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
    z-index: 5;
}

.navwrp .navcon .menu{
    list-style: none;
    padding-left: 0px;
    margin-top: 50px;
}

.navwrp .navcon .menu ul{
    padding-left: 0px;
}

.navwrp .navcon .menu li a{
    color:#000;
}

.nav-col{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.nav-col h2{
    font-size: 5rem;
}

.nav-col a{
    color:#000;
}

.navhighlight{
    margin-top: 15px;
    margin-bottom: 15px;
}

.navwrp .navcon .menu ul li{
    list-style: none;
    padding-left: 40px;
}

.navcon.hide{
    display: none;
}

.mainleftwrp{
    background-color: #dedddf;
    text-align:center;
    padding:40px;
    position: relative;
}

.mainleftwrp .lcfloat{
    position: fixed;
    margin-left: calc(var(--bs-gutter-x) * -.5);
    width: 25%;
    left: 0;
    top: 15%;
    padding-left: 40px;
    padding-right: 20px;
}

.logowrp{
    margin-top:40px;
    display: block;
}

.featbanner{
    padding-left:50px;
    padding-right:50px;
    padding-top:50px;
}

.featbanner a{
    color:#000;
}

.featbanner.fbinner{
    background-position: top;
    background-repeat: no-repeat;
    background-size:cover;
    min-height: 500px;
    position: relative;
}

.featbanner.fbinner > div .htitlewrp{
    position: absolute;
    left:0;
    bottom: 0;
    margin-left: calc(var(--bs-gutter-x) * .0);
    width: 100%;
}

.featbanner .fbw{
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    position:relative;
}

.featbanner .fbw h2{
    position: absolute;
    bottom:-88px;
    right: 20px;
    font-size: 6rem;
}

.htitlewrp{
    margin-top:80px;
}

.htitlewrp.htinner{
    margin-top: 0px;
    position: absolute;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
}

.htitlewrp > div{
    background-color: #282828;
   	margin-top: 7%;
}

.htitlewrp .page_title{
    color: #d6d7d7;
    font-size: 3rem;
    margin-bottom: 0px;
    padding: 18px 0 15px 62px;
}

.basecont{
    position: relative;
}

.bodycont{
    position: relative;
}

.bodycont > div{
    background-color: #58585a;
    padding:50px 75px;
    color:#d6d7d7;
}

.bodycont > div a{
    color:#d6d7d7;
}

.bodycont > div .moreabout{
    text-align: right;
}

.bodycont .videosec{
    transform: translateX(-75px);
    width: 115.2%;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    height: 400px;
}

.partnerssec > div{
    background-color: #58585a;
    padding:20px 75px;
    color:#d6d7d7;
}

.partnerssec > div a{
    color:#d6d7d7;
    text-decoration: none;
}

@media (max-width: 1200px) {
	.mainleftwrp .lcfloat{
		top:17%;
	}

	.bodycont .videosec{
		transform:unset;
		width:100%;
	}

	.navwrp .navcon .menu{
		margin-top:100px;
	}
	
	html body .bodycont h2{
		transform: translateX(-74px);
		width: 120.2%;
	}
}

@media (max-width: 845px) {
	html body .bodycont h2{
        transform: translateX(-12%);
		width: 131%;
    }
	
	.mainleftwrp .lcfloat {
		top: 120px;
	}
	
	.featbanner .fbw{
		height:400px;
	}
	
	.navwrp .navcon .menu {
		margin-top: 130px;
	}
}

@media (max-width: 770px) {
	.mainleftwrp .lcfloat {
		top: 17%;
	}
}

/**/
@media (max-width: 700px) {

    .navwrp{
        background-color: #37363B;
    }

    .navwrp .navico{
        width:100%;
        position: relative;
        margin-left: calc(var(--bs-gutter-x) * 0);
        background-color: #37363B;
    }
    
    .navwrp .navico *{
        color:#fff !important;
    }

    .navwrp .navico a{
        font-size: 0.90rem;
        font-weight: 100;
        text-decoration: none;
    }

    .navwrp .navico a svg{
        display: inline-block;
    }

    .navwrp .navico span.npphones{
        display: inline-block;
    }

    .navwrp .navcon{
        position: relative;
    }

    .maincontwrp > div > div{
        width: 50%;
    }

    .mainleftwrp{
        padding:10px;
        height: 320px;
    }

    .mainleftwrp .lcfloat{
        position: relative;
        top:0;
        padding-left:unset;
        padding-right:unset;
        width:unset;
        margin-left:unset;
    }

    .featbanner{
        padding:unset !important;
    }

    .featbanner .fbw{
        margin-top:35px;
        height: 105px;
    }

    .featbanner .fbw h2{
        font-size: 2rem;
        right: unset;
        bottom: -35px;
        left: 10px;
    }

    .logowrp{
        margin-top: 15px;
    }

    .htitlewrp,
    .partnerssec,
    .bodycont{
        margin-left: calc(-8.56 * var(--bs-gutter-x));
    }

    .htitlewrp {
        margin-top: 12px;
    }

    .htitlewrp .page_title{
        color: #d6d7d7;
        font-size: 2rem;
        margin-bottom: 0px;
        text-align: center;
		padding: 18px 0 15px 0;
    }
	
	.maincontwrp p {padding: 30px 7% 0 7%;}
	.wp-block-image figure.alignright {
		margin: 10%;
	}
	
	.wp-block-image figure.alignleft {
		margin: 10%;
	}
	
	a.credits {
		padding: 0;

	}
	
	
	
    .bodycont > div{
        padding:15px;
    }

    .navcon .order-first{
        order:unset !important;
    }

    .nav-col h2 {
        font-size: 2.5rem;
    }

    .navwrp .navcon .menu {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .navwrp .navcon .menu li{
        padding-left: 0px !important;
        text-align: center;
    }

    .navwrp .navcon .menu li a{
        padding: 10px;
        display: block;
    }

    .navhighlight {
        background-color: #d9d8da;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navwrp .navcon{
        padding:0px;
        padding-top:20px;
        padding-bottom:20px;
    }

    .partnerssec > div{
        padding:20px;
    }

    .htitlewrp.htinner{
        margin-top: -28px;
        position: relative;
        -webkit-transform: unset;
        transform: unset;
        width: unset;
    }

    .featbanner.fbinner{
        min-height: 320px;
    }

    html body .bodycont h2{
        transform: translateX(-7px);
        width: 106%;
    }

}
/**/

@media (max-width: 700px) {
	.htitlewrp, .partnerssec, .bodycont{
		margin-left: calc(-14.38 * var(--bs-gutter-x));
	}
	
	.featbanner .fbw{
		margin-top: 35px;
		height: 230px;
	}
	
	.bodycont .videosec{
		width:unset;
		transform:unset;
	}

	html body .bodycont h2{
		transform: translateX(-13px);
		width: 104%;
	}
	
	.featbanner.fbinner{
		min-height:550px;
	}
}

@media (max-width: 500px) {
    .htitlewrp,
    .partnerssec,
    .bodycont{
        margin-left: calc(-11 * var(--bs-gutter-x));
    }

	.featbanner .fbw{
		height: 155px;
	}

    .bodycont .videosec{
        transform: none;
        width: 100%;
    }

	.featbanner.fbinner {
		min-height: 405px;
	}
	
	html body .bodycont h2 {
		width: 106%;
	}
}


@media (max-width: 400px) {
    .htitlewrp,
    .partnerssec,
    .bodycont{
        margin-left: calc(-8.56 * var(--bs-gutter-x));
    }

    .bodycont .videosec{
        transform: none;
        width: 100%;
    }
	
	.featbanner .fbw {
		height: 105px;
	}
	
	.featbanner.fbinner {
		min-height: 320px;
	}
}

/**
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.navwrp{
		width:100% !important;
		text-align:center;
	}
	
	.navcon .order-first{
        order:-1 !important;
    }

	.mainleftwrp .lcfloat{
		width:40%;
	}
	
	.maincontwrp > div > div{
		width:unset;
	}
	
	.htitlewrp, .partnerssec, .bodycont{
		margin-left:unset !important;
		width:100% !important;
	}
	
	.maincontwrp .featbanner{
	    min-height: 590px;
		width: 58%;
		position: absolute;
		top: -37em;
		left: 22.2em;
	}
	
	.mainleftwrp{
		height:auto;
	}
	
	.bodycont .videosec {
		left:4.7em;
		position:relative;
		width:100%;
	}
	
	.featbanner .col-md-6{
		width:100% !important;
	}
	
	.featbanner .fbw{
		height:250px;
		margin-top:15px;
	}
	
	.mainleftwrp{
		width:100% !important;
	}
	
	html body .bodycont h2 {
		width:102%;
	}
	
}

*/