@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.container {
    width: 1108px;
}

html,
body {
    margin: 0;
    padding: 0;
}

a {
    color: #1F3C74;
}

body {
    background: url('body_bg.jpg') no-repeat center center fixed;
    background-size: cover;
}

.header__contact {
    display: none;
}

.site-name {
    color: black;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 2px;
}

.site-tagline {
    color: black;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

.header {
    font-family: "Lato", sans-serif;
}

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

.header-wrapper {
    border-top: 32px solid #002366;
}

.header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 32px 30px;
    background-color: white;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    margin-top: 16px;
}

.header__logo-wrapper {
    display: flex;
    align-items:center;
    gap: 15px;
}

.header__logo img {
    max-width: 240px;
}

.header__address {
    text-align: right;
    color: black;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.header__address a {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 30px;
    color: black;
    text-decoration-line: underline;
}

.main {
    padding-top: 2rem;
}

.sidebar {
    margin-right: 2rem;
}

@media (min-width: 1400px) {
    .container {
        width: 1288px;
    }
}
