#logo img {
    width: 150px !important;
    height: auto !important;
    opacity: 1 !important;
}

.d-none {
    display: none !important;
}

@font-face {
    font-family: 'Seraphile';
    src: url('../fonts/seraphile-elegant-serif-font/Seraphile.otf');
}

@font-face {
    font-family: 'muli';
    src: url('../fonts/muli/Muli-Regular.ttf');
}

.seraphile {
    font-family: 'Seraphile' !important;
}

.muli {
    font-family: 'muli' !important;
}

.hero-section-top {
    margin-top: -20% !important;
}

.section-title-style {
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.text-uppercase {
    text-transform: uppercase !important;
    letter-spacing: 2.2px !important;
}

@media screen and(max-width: 480px) {
    body #top #logo img {
        width: 150px !important;
        height: auto !important;
    }
}