* {
    margin: 0;
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

nav {
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid #c09162;
    background-color: black;
}

body.scrolled nav img {
    height: 75px;
}

nav a.nav-link {
    color: #fff;
}

    nav a.nav-link:hover {
        color: #ccc !important;
    }

    nav .nav-item.active {
        border-bottom: #c09162;
    }

.logo {
    height: 100px;
    filter: brightness(0) invert(1);
    margin: auto;
    transition: all .3s ease;
}

.hero-section {
    height: 600px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
}

.hero-text {
    font-size: 16px;
    position: relative;
    top: 85px;
}

header.header--small .hero-text {
    top: 0;
    padding-right: 0;
    padding-left: 0;
}

header.header--small .header__inner {
    padding-top: 50px;
    padding-bottom: 50px;
}

header {
    width: 100%;
    box-sizing: border-box;
    padding-top: 117px;
    /*background: rgb(9,62,82);
    background: linear-gradient(90deg, #093e52 0%, rgba(4,50,68,1) 100%);
    background: radial-gradient(ellipse at 0 80%,rgb(125 153 227 / 21%) 0,transparent 28%),radial-gradient(ellipse at 90% 80%,rgb(26 32 39 / 37%) 0,transparent 40%);*/
    background: black;
    position: relative;
}

    header.header--small {
        height: auto;
    }

    header:before {
        content: '';
        display: block;
        height: 100%;
        width: 2px;
        position: absolute;
        background: black;
        width: 100%;
        top: 0;
        left: 0;
        border-left: 0;
        border-right: 0;
        background: radial-gradient(ellipse at -15% 75%,rgb(166 181 227 / 21%) 0,transparent 48%),radial-gradient(ellipse at 90% 4%,rgb(39 46 55 / 75%) 0,#40636300 45%);
        opacity: 0;
        transition: all 2s ease;
    }

    header.loaded:before {
        animation: luminate, flash;
        animation-iteration-count: 1, infinite;
        animation-duration: 1s, 8s;
        animation-delay: 0s, 1s;
    }


.header__inner {
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

p {
    font-size: 18px;
    font-weight: lighter;
    font-family: 'roboto';
}

h1 {
    font-family: 'Cinzel', serif;
    color: #fff;
    font-weight: lighter;
    font-size: 60px;
}

main h1 {
    color: #000;
}

h1:after {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 40px;
    background-color: #c09162;
}

h2 {
    font-family: 'Cinzel', serif;
    font-weight: lighter;
    font-size: 40px;
}

h3 {
    font-family: 'Cinzel', serif;
    font-weight: lighter;
    font-size: 32px;
}

.navbar-toggler {
    filter: brightness(0) invert(1);
}

.navbar-collapse {
    justify-content: end;
}

h4 {
    font-family: 'Cinzel', serif;
    font-weight: lighter;
    font-size: 24px;
}

    h4:after {
        content: '';
        position: absolute;
        display: block;
        height: 2px;
        width: 40px;
        background-color: #c09162;
    }

.navbar-collapse {
    justify-content: end;
}

.fixed {
    position: fixed;
}

.btn {
    border-radius: 100px;
    padding: 10px 30px;
}

.btn-primary {
    background-color: #c09162;
    color: #fff;
    border: transparent 1px solid;
}

.btn-outline-primary {
    border: 1px solid #fff;
    color: #fff;
}

.btn-primary:hover {
    background-color: #a57c53;
    border: 1px solid #a57c53;
}

.btn-outline-primary:hover {
    border: 1px solid #fff;
    color: #093e52;
    background-color: #fff;
}

.btn:focus-visible, .btn:target, .btn:active {
    background-color: white !important;
    color: #093e52 !important;
    ;
    border: 1px solid #fff !important;
}

.btn--small {
    border-radius: 100px;
    padding: 5px 15px;
}

.content-wrapper {
    width: 100%;
}
.container{
    max-width:1200px;
}
main .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.content-wrapper .container img {
    max-width: 100%;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

footer {
    background-color: black;
    border-top: 1px solid #c09162;
    position: relative;
}

    footer:before {
        content: '';
        display: block;
        height: 100%;
        width: 2px;
        position: absolute;
        background: black;
        width: 100%;
        top: 0;
        left: 0;
        border-left: 0;
        border-right: 0;
        background: radial-gradient(ellipse at -15% 75%,rgb(166 181 227 / 21%) 0,transparent 48%),radial-gradient(ellipse at 90% 4%,rgb(39 46 55 / 75%) 0,#40636300 45%);
        opacity: 0;
        transition: all 2s ease;
        z-index: -1;
    }

    footer .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    footer h4 {
        color: white;
        margin-bottom: 30px;
    }

    footer p {
        color: #fff;
    }

    footer ul {
        list-style: none;
        padding-left: 0;
    }

        footer ul li {
            color: white;
            margin-bottom: 15px;
            font-size: 18px;
        }

    footer .socials img {
        height: 30px;
    }

.sub-footer {
    border-top: 1px solid #181818;
    height: 50px;
}

input, textarea {
    width: 100%;
    padding: 5px;
}

.page__content img{
    padding:15px;
}

/* utilities */
.bg-grey {
    background-color: #121212;
    color: white;
}

.sub-border::after {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 40px;
    background-color: #c09162;
}

.sub-border--center::after {
    left: 50%;
    transform: translateX(-50%);
}

/* responsive min width */
@media (min-width: 768px) {
    .hero-text {
        padding-right: 50px;
    }
}

/* responsive max width */
@media (max-width: 767px) {
    h1:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .header__inner {
        padding-top: 50px;
    }

    .hero-section {
        height: 300px;
    }

    .hero-text {
        top: 35px;
    }
}


/* animations */

@keyframes luminate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: .7;
    }
}

@keyframes flash {
    0% {
        opacity: .7;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .7;
    }
}
