@font-face {
    font-family: RobotoRegular;
    src: url("/fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: RobotoMediumItalic;
    src: url("/fonts/Roboto-MediumItalic.ttf");
}

@font-face {
    font-family: RobotoLightItalic;
    src: url("/fonts/Roboto-LightItalic.ttf");
}

@font-face {
    font-family: RobotoBold;
    src: url("/fonts/Roboto-Bold.ttf");
}

* {
    font-family: Roboto;
}

h1 {
    font-family: RobotoBold;
    font-weight: bold;
}

a.demi--main-color {
    text-decoration: none !important;
    color: #ee6e73;
    display: inline-block;
}

a.demi--main-color::after {
    content: "";
    opacity: 0;
    width: 0;
    height: 1px;
    display: block;
    background: #f1545c;
    transition: 350ms;
}

a.demi--main-color:hover::after {
    opacity: 1;
    width: 100%;
}

a.demi--main-color:hover {
    color: #f1545c !important;
}

.demi--header a {
    color: #fff !important;
    font-size: 20px !important;
}

.site-main {
    max-width: 1200px;
    margin: auto;
    min-height: 87vh;
}

.bg-lightgray {
    background-color: #f9f9f9 !important;
}

.site-content {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.demi--footer {
    background-color: #c1c1c1 !important;
}

.demi--spectacles-gallery a img {
    width: 290px;
}

.btn-primary {
    background-color: #ee6e73 !important;
    border-color: #f1545c !important;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #f1545c !important;
    border-color: #ef3b43 !important;
}

.demi--main-logo {
    width: 158px;
    height: 79px;
    mask-image: url(/img/demi.svg);
    -webkit-mask-image: url(/img/demi.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-color: #fff;
}

.demi--main-logo:hover {
    background-color: #ee6e73;
}

.back_to_top {
    position: fixed;
    bottom: 80px;
    right: 80px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background: #ee6e73;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    mask-image: url(/img/arrow-circle-up-solid.svg);
    -webkit-mask-image: url(/img/arrow-circle-up-solid.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.back_to_top:hover {
    background: #f1545c;
}

.back_to_top-show {
    display: block;
}

.demi--header-user-avatar {
    width: 35px;
    height: auto;
}

.demi--footer-qr {
    width: 100px;
    height: 100px;
    background: url(/img/qr-code-reviews.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 480px) and (max-width: 800px) {
    .demi--carousel-header {
        font-size: 20px;
    }

    .demi--carousel-caption a {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 479px) {
    .demi--carousel-header {
        font-size: 12px;
    }

    .demi--carousel-caption a {
        font-size: 10px !important;
    }
}
