html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #ffb727;
}

    a:hover {
        color: #ffc85a;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background: #ff8527;
        color: #fff;
        transition: all 0.4s;
    }

        .back-to-top i:hover {
            background: #ff994a;
            color: #fff;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    z-index: 997;
    transition: all 0.5s;
}

    #header.header-transparent {
        background: transparent;
    }

    #header.header-scrolled {
        background: rgba(25, 28, 31, 0.8);
    }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: url("/assets/img/footer-bg.jpg") top center no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 80px 0;
    position: relative;
}

    #footer::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
    }

    #footer .container {
        position: relative;
    }

    #footer h3 {
        font-size: 2rem;
        font-weight: 700;
        color: #fff;
        position: relative;
        font-family: "Courgette", cursive;
        padding: 0;
        margin: 0 0 15px 0;
    }

    #footer p {
        font-size: 1.1rem;
        font-style: italic;
        padding: 0;
        margin: 0 0 40px 0;
    }

    #footer .social-links {
        margin: 0 0 40px 0;
    }

        #footer .social-links a {
            font-size: 1rem;
            line-height: 1rem;
            color: #fff;
        }

            #footer .social-links a i {
                font-size: 1.1rem;
                display: inline-block;
                background: #6485d1;
                color: #fff;
                line-height: 1;
                padding: 8px 0;
                margin-right: 4px;
                border-radius: 50%;
                text-align: center;
                width: 36px;
                height: 36px;
                transition: 0.3s;
            }

            #footer .social-links a:hover i {
                background: #f3a200;
                color: #fff;
                text-decoration: none;
            }

    #footer .copyright {
        margin: 0 0 5px 0;
    }

    #footer .credits {
        font-size: 13px;
    }

@media (min-width: 576px) {
    main {
        min-height: calc(100vh - 235px)
    }
}


.btn.btn-link {
    display: block;
    position: relative;
    color: #fff;
    padding: 9px 13px;
    transition: 0.3s;
    font-size: 1.25rem;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

    .btn.btn-link:hover {
        color: #ff994a;
        text-decoration: none;
    }


.no-br {
    display: inline-block;
}

section::after {
    content: "";
    clear: both;
    display: table;
    margin-bottom: 1vh;
    margin-top: 1vh;
}

.PageContent img[align=left] {
    margin-right: 1vw;
}

.PageContent img[align=right] {
    margin-left: 1vw;
}

.PageContent img {
    max-width: 100%;
}

.w-80 {
    width: 80vw;
}

.widget-news {
    padding-bottom: 1vh;
}

@media (min-width: 576px) {
    .widget-news {
        padding-left: 1vw;
        border-left: 2px solid #ffb727;
    }
}
