@font-face{
    font-family:"glovedregular";
    src:url("/themes/TimeWatch/assets/fonts/gloved-webfont.woff2") format("woff2"),url("/themes/TimeWatch/assets/fonts/gloved-webfont.woff") format("woff");
    font-weight:normal;
    font-style:normal
}

nav.breadcrumb {
    display: none
}
#header {
    min-height: 0;
}
#wrapper {
    padding-top: 0
}

.slider-wrapper > .container {
    max-width: 1320px;
}

.slider-h1 .h1 {
    font-size: 250px;
    line-height: 115px;
}

header.page-header {
    display: none
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0 !important;
    margin-bottom: .5rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

h1, .h1 {
    font-size: 7.25rem;
}

h2, .h2 {
    font-size: 5rem !important;
}

h4, .h4 {
    font-size: 2.8125rem !important;
}
h5, .h5 {
    font-size: 1.875rem !important;
}

.sp-t, .sp-y {
    padding-top: 13%;
}
.sp-b, .sp-y {
    padding-bottom: 13%;
}

.sp-b-sm, .sp-y-sm {
    padding-bottom: 8%;
}

.sp-t-sm, .sp-y-sm {
    padding-top: 8%;
}

.px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #c6deef !important;
}
.bg-avorio {
    background-color: rgba(241, 237, 223, 1);
}

.text-uppercase {
    text-transform: uppercase !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.h2 {
    font-size: 5rem;
}
.font-title {
    font-family: "Oswald", sans-serif;
}
.d-inline {
    display: inline !important;
}
.slider-h1 .h1 {
    font-size: 250px;
    line-height: 115px;
}
.font-glove {
    font-family: "glovedregular";
}
.text-lowercase {
    text-transform: lowercase !important;
}
.fw-normal {
    font-weight: 400 !important;
}


@media screen and (max-width:767px) {
    .slider-h1 .h1 {
        font-size: 15rem;
    }
    h2, .h2 {
        font-size: 4rem !important;
    }
}
@media screen and (max-width:575px) {
    .slider-h1 .h1 {
        font-size: 10rem;
    }
    h2, .h2 {
        font-size: 3rem !important;
    }
}
