/** Shopify CDN: Minification failed

Line 110:0 Expected "}" to go with "{"

**/
/*global*/
/* main#MainContent {overflow-x: hidden;} */
@font-face {
/* font-family: 'Karantina-Bold';
src: url('https://cdn.shopify.com/s/files/1/0905/9781/8654/files/Karantina-Bold.woff2') format('woff2'); 
font-weight: normal;
font-style: normal;
font-display: swap;
} */
.section-top {padding-top: 60px;}
.section-bottom {padding-bottom: 60px;}
body span {line-height: normal;}
.page-width {
max-width: 1920px !important;
padding: 0 80px !important;
}
body a, body a:hover, .rich-text a {
color: #F1C700;
text-decoration: none;
}
/* colors*/
.text--black {
color: #000000;
}
.text--gray {
color: #F8F8F8;
}
.text--yallow{
color: #F1C700;
}
.text--white {
color: #ffffff;
}

/* bg colors*/
.bg--black {
background-color: #000000;
}
.bg--gray {
background-color: #F8F8F8;
}
.bg--yallow {
background-color: #F1C700;
}
.bg--white {
background-color: #ffffff;
}
.btn-primary, .btn-secondary {
border: 1px solid #000;
border-radius: 10px;
color: #000;
font-family: 'Karantina-Bold';
font-size: 32px;
text-transform: uppercase;
text-decoration: none;
}
.btn-primary {
background-color: #fff;
color: #000;
padding: 12px 36px;
}
.btn-secondary {padding: 12px 24px 12px 24px;}

/*custom*/

/*header*/

/*slider*/


@media all and (min-width: 1920px){
 
}
@media all and (min-width: 1600px){

}
@media only screen and (max-width: 1440px){

}
@media all and (min-width: 1280px) and (max-width: 1366px){

}
@media only screen and (max-width: 1280px){

}
@media all and (min-width: 991px) and (max-width: 1024px){
.page-width {padding: 0 30px !important;}

}
@media all and (min-width: 768px) and (max-width: 991px){
.page-width {padding: 0 15px !important;}

}

@media all and (max-width: 768px) {
h1, .h1 {font-size: 30px !important;}
h2, .h2 {font-size: 28px !important;}
.page-width {padding: 0 15px !important;}

}
/* Landscape */
@media (max-width: 1024px) and (orientation: landscape) { 
   
}
