html {
	font-size: 16px; /* This means 1rem = 16px */
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;

    background: #1C151D;
}

canvas {
    width: 100%;
    display: block;
}

/* fonts */

@font-face {
    font-family: 'tt_chocolates_trlbold_italic';
    src: url('./../resources/fonts/tt_chocolates_trial_bold_italic-webfont.woff2') format('woff2'),
         url('./../resources/fonts/tt_chocolates_trial_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_chocolates_trlbold';
    src: url('./../resources/fonts/tt_chocolates_trial_bold-webfont.woff2') format('woff2'),
         url('./../resources/fonts/tt_chocolates_trial_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_chocolates_trlXBdIt';
    src: url('./../resources/fonts/tt_chocolates_trial_extrabold_italic-webfont.woff2') format('woff2'),
         url('./../resources/fonts/tt_chocolates_trial_extrabold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_chocolates_trlextrabold';
    src: url('./../resources/fonts/tt_chocolates_trial_extrabold-webfont.woff2') format('woff2'),
         url('./../resources/fonts/tt_chocolates_trial_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_chocolates_trlXLtIt';
    src: url('./../resources/fonts/tt_chocolates_trial_extralight_italic-webfont.woff2') format('woff2'),
         url('./../resources/fonts/tt_chocolates_trial_extralight_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_chocolates_trlextralight';
    src: url('./../resources/fonts/tt_chocolates_trial_extralight-webfont.woff2') format('woff2'),
         url('./../resources/fonts/tt_chocolates_trial_extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_chocolates_trlitalic';
    src: url('./../resources/fonts/tt_chocolates_trial_italic-webfont.woff2') format('woff2'),
         url('./../resources/fonts/tt_chocolates_trial_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_chocolates_trllight_italic';
    src: url('./../resources/fonts/tt_chocolates_trial_light_italic-webfont.woff2') format('woff2'),
         url('./../resources/fonts/tt_chocolates_trial_light_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_chocolates_trllight';
    src: url('./../resources/fonts/tt_chocolates_trial_light-webfont.woff2') format('woff2'),
         url('./../resources/fonts/tt_chocolates_trial_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_chocolates_trlMdIt';
    src: url('./../resources/fonts/tt_chocolates_trial_medium_italic-webfont.woff2') format('woff2'),
         url('./../resources/fonts/tt_chocolates_trial_medium_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_chocolates_trlmedium';
    src: url('./../resources/fonts/tt_chocolates_trial_medium-webfont.woff2') format('woff2'),
         url('./../resources/fonts/tt_chocolates_trial_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_chocolates_trlregular';
    src: url('./../resources/fonts/tt_chocolates_trial_regular-webfont.woff2') format('woff2'),
         url('./../resources/fonts/tt_chocolates_trial_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#navbarHeader{
	/*padding-top: 1rem;*/
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}
#mainmenunav .nav-item .nav-link{
	color: #FFFFFF;
	font-family: "tt_chocolates_trlbold";
    font-weight: normal;
    font-size: 1.3rem;
	text-decoration: none;
    transition: all .5s ease-out;
}

#mainmenunav .nav-item .nav-link:hover{
    /*color: #E1AEE7;*/
    transform: scale(1.04);
}
.navbarBackgroundDark{
    background-color: #1C151D;
}

.navbarBackgroundDarkcollapse{
    background-color: #1C151D;
}




#footer{
    padding: 5rem 0;
}

.footer_dark{
    background: #1C151D;
}

.footer_light{
    background: #E5E2DD;
}

.footer_light h2{
    color: #000000;
    font-family: "tt_chocolates_trlbold";
    font-size: 4rem;
    line-height: 3.8rem;

}

.footer_dark h2{
    color: #FFFFFF;
    font-family: "tt_chocolates_trlbold";
    font-size: 4rem;
    line-height: 3.8rem;

}

#menu_footer{
    list-style-type: none;
    padding-left: 0;
}

.footer_light .footer-stitle {
    color: #000000;
    font-family: "tt_chocolates_trlbold";
    font-size: 2.2rem;
    line-height: 2rem;
}

.footer_dark .footer-stitle {
    color: #FFFFFF;
    font-family: "tt_chocolates_trlbold";
    font-size: 2.2rem;
    line-height: 2rem;
}

#menu_footer li  {
    padding: 0.3rem 0;
}
.footer_light li a {
    color: #000000;
    font-family: "tt_chocolates_trllight";
    font-size: 1.3rem;
    line-height: 1.2rem;
    text-decoration: none;
}

.footer_dark li a {
    color: #FFFFFF;
    font-family: "tt_chocolates_trllight";
    font-size: 1.3rem;
    line-height: 1.4rem;
    text-decoration: none;
}

.fsocials{
    width: 100%;
}

.fsocials a{
    width: 2.5rem;
    display: inline-flex;
    margin-right: 1.2rem;
}

.fsocials a:last-child{
    margin-right: 0;
}

.fsocials a img{
    width: 100%;
}

.footer_dark .fsocials a img{
    width: 100%;
    filter: invert();
}

.flogo{
    width: 100%;
}
.flogo img{
    width: 80%;
    margin-top: 1rem;
}

.footer_dark .flogo img{
    width: 70%;
    margin-top: 1rem;
    filter: invert();
}

.fslogan{
    margin-bottom: 0;
}


.underline{
    text-decoration: underline;
}

:is(.navbarBackgroundDarkcollapse .mobile-icon) rect:first-child {
    transform: translateY(4px) rotate(-45deg);
    transform-origin: center 8px;
}
:is(.navbarBackgroundDarkcollapse .mobile-icon) rect:last-child {
    transform: translateY(-4px) rotate(45deg);
    transform-origin: center 16px;
}
.mobile-icon rect {
    transition: all .5s cubic-bezier(.22,1,.36,1);
}

/*.serv-padd{
    padding: 7rem 0;
}*/

.smalltext{
    font-family: "tt_chocolates_trllight";
    font-size: 1.3rem;
    line-height: 1.2rem;
}

.white{
    color: #ffffff;
}

.centertext{
    text-align: center;
}

.lefttext{
    text-align: left;
}

.rigthtext{
    text-align: right;
}

.relative{
    position: relative;
}

.overflowhidden{
    overflow: hidden;
}


#contentwrap{overflow: hidden;}

#cookies_advise{
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 10px 10px 10px;
    display: none;
    z-index: 999;
    width: 100%;
}

.centerflex{
    display: flex;
    align-items: center;
    justify-content: center;
}

#cookies_advise .nomobile{
    color: #FFFFFF;
    font-size: 13px;
    text-align: left;
    margin: 0px;
}

#cookies_advise .mobile{
    color: #FFFFFF;
    font-size: 13px;
    text-align: left;
    margin: 0px;
    padding-bottom: 10px;
}

.mobile{
    display: none;
}

#cookies_advise .nomobile a{
    color: #FFFFFF;
    text-decoration: underline;
}

#cookies_advise .mobile a{
    color: #FFFFFF;
    text-decoration: underline;
}

.buttoncook{
    background: #E1AEE7;
    padding: 2px 5px;
    font-size: 13px;
    margin-left: 15px;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 3px;
}


/*XX-Large devices (larger desktops, 1400px and down)*/
@media (max-width: 1400px) {
	html {
		font-size: 16px; /* This means 1rem = 16px */
	}
}

/*X-Large devices (large desktops, 1200px and down)*/
@media (max-width: 1200px) {
	html {
		font-size: 14px; /* This means 1rem = 16px */
	}
}

/*Large devices (desktops, 992px and down)*/
@media (max-width: 992px) {
	html {
		font-size: 12px; /* This means 1rem = 16px */
	}
    .fslogan{
        margin-bottom: 3rem;
    }

    .flogo img {
        width: 50%;
    }
}

@media (max-width: 880px) {


    .centerflex{
        display: block;
        align-items: center;
        justify-content: center;
    }

    .mobile{
        display: block;
    }
    .nomobile{
        display: none;
    }

    .buttoncook {
        margin-left: 0;
        margin-right: 15px;
    }

    #cookies_advise .mobile{
        font-size: 11px;
    }

    .buttoncook{
        font-size: 11px;
    }

    
}
/*Medium devices (tablets, 768px and down)*/
@media (max-width: 768px) {
	html {
		font-size: 10px; /* This means 1rem = 16px */
	}
    #mainlogonav{
        width: 60px;
        height: 60px;
    }
    #mainmenunav .nav-item .nav-link:hover{
        /*color: #E1AEE7;*/
        transform: scale(1);
    }

    .navbar-toggler-icon {
        width: 2em;
        height: 2em;
    }

    #mainmenunav .nav-item .nav-link {
        font-size: 2rem;
    }

    .nav-item{
        padding: 1.5rem 0;
    }

    .footer_dark li a {
        font-size: 1.8rem;
        line-height: 2rem;
    }

    .footer_light li a{
        font-size: 1.8rem;
        line-height: 2rem;
    }

    .centerflex{
        display: block;
        align-items: center;
        justify-content: center;
    }

    
}

/*Small devices (landscape phones, 576px and down)*/
@media (max-width: 576px) { 
	html {
		font-size: 8px; /* This means 1rem = 16px */
	}

    .sectionsmobilPLR{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }

    #footer {
        padding: 5rem 1rem;
    }

    #mainlogonav{
        width: 60px;
        height: 60px;
    }

    .centerTitlesMobi{
        text-align: center;
    }
    .justifyMobi{
        text-align: justify;
    }
    
}


/*Small devices (landscape phones, 420px and down)*/
@media (max-width: 420px) { 
	.flogo img {
        width: 65%;
    }
}

/*Small devices (landscape phones, 375px and down)*/
@media (max-width: 375px) { 
    .flogo img {
        width: 70%;
    }
}
