/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bad+Script&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Babylonica&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */



* {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item.active,
.open>.dropdown-toggle.dropdown-item {
    color: #fff;
    background-color: #494b4b;
    border-color: #285e8e;
}

section {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
    overflow: hidden;
}

/* Back to Top Pure CSS by igniel.com */
html {
    scroll-behavior: smooth;
}

.ignielToTop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    cursor: pointer;
    border-radius: 100px;
    transition: all .5s;
    background: #cc0721 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;
}

.ignielToTop:hover {
    background: #1d2129 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;
}

.outline {
    /* border: 4px solid #93ebc8; */
    border: 5px dashed #ff001d;
}

.outline-black {
    border: 10px dashed #000000;
}

.blues {
    color:#93ebc8;
}

/* .roboto-font {
    font-family: 'Roboto', sans-serif;
}

.bad-script-font {
    font-family: 'Bad Script', cursive;
}

.babylonica-font {
    font-family: 'Babylonica', cursive;
}

.alegreya-font {
    font-family: 'Alegreya', serif;
} */

.firm {
    background-image: url(../img/firm.png);
    background-size: cover;
    width: 100%;
    min-height: 300px;
}

@media (max-width: 576px) {
    h1.display-4 {
        font-size: 1.3rem;
    }

    span.display-2 {
        font-size: 1.8rem;
    }

    h1.display-6 {
        font-size: 1.4rem;
    }

    h1.sub-brand {
        margin-right: 30px;
        margin-top: -5px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    h1.display-4 {
        font-size: 1.3rem;
    }

    span.display-2 {
        font-size: 1.8rem;
    }

    h1.display-6 {
        font-size: 1.4rem;
    }

    h1.sub-brand {
        margin-right: 30px;
        margin-top: -5px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* ... */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* ... */
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    h1.display-4 {
        font-size: 3rem;
    }

    #contact .display-6 {
        font-size: 2.3rem;
    }
}


/* @media (max-width: 575.98px) { 
    h1.display-4 {
        font-size: 1.3rem;
    }

    span.display-2 {
        font-size: 1.8rem;
    }

    h1.display-6 {
        font-size: 1.4rem;
    }

    h1.sub-brand {
        margin-right: 30px;
        margin-top: -5px;
    }
 } */

/* @media (max-width: 767.98px) { 
 }

@media (max-width: 991.98px) { 
 }

@media (max-width: 1199.98px) { 
 }

@media (max-width: 1399.98px) { 
     h1.display-4 {
        font-size: 3rem;
    }

    #contact .display-6 {
        font-size: 2.3rem;
    } 
 } */