@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Open+Sans:wght@600;700&display=swap');
@import url(/templates/global.css);

:root {
    --accent-color-dark: #fcb600;
}

body {
    background-color: white;
}

.t-primary-bgcolor {
    background-color: #686564;
}

a {
    color: black;
}

a:hover {
    color: #fcb600;
}

.container {
    width: 1170px;
}

.header-wrapper {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(header_bg3.jpg);
    background-size: cover;
    background-position: center top;
}

.header {
    height: 600px;
    width: 100%;
    position: relative;
}

.main {
    position: relative;
}

@media screen and (min-width: 992px) {
    .main:before {
        content: " ";
        display: block;
        position: absolute;
        top: -170px;
        right: 20px;
        background-image: url(chevron.png);
        width: 88px;
        height: 108px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}

.header__logo {
    padding: 40px 60px;
}

.header__nav {
    font-family: "Open Sans", sans-serif;
    float: right;
    margin: 0;
    font-weight: 500;
    color: #fcb600;
    font-size: 18px;
}

.header__nav a {
    color: #fcb600;
    padding-left: 0;
    padding-right: 0;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px;
    text-decoration: none;
}

.header__contact {
    top: 65px;
    right: 60px;
}

.header__contact p {
    width: 100%;
    text-align: right;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 15px;
}

.header__contact p a {
    color: white;
}

.sidebar {
    margin-right: 4rem;
}

.header__label {
    text-align: center;
    padding-top: 100px;
}

.header__label h2 {
    color: #fcb600;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 22px;
}

.header__label h1 {
    font-size: 104px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: white;
}

.footer-wrapper {
    background-color: #fcb600;
}

.footer {
    height: 42px;
}

.page-calendar .main__content .bidding {
    color: black;
}

#menuContainer a:hover {
    color: #fcb600;
}

.fa-phone {
    padding-right: 10px;
}

@media screen and (max-width: 1094px) {
    .header__contact p {
        font-size: 16px;
    }
}

.header__nav {
    margin-bottom: 10px;
    float: none;
    position: static;
}

.header__contact {
    float: none;
    position: static;
    text-align: right;
}

.header__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 55px 0;
}

.header__logo {
    padding: 0;
    margin: 0;
    max-height: 100px;
}

.header__top {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
    margin: 0;
}

.header__nav a:last-child {
    margin-right: 0;
}