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

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

a {
    color: #007cbd;
}

body {
    background-color: #fff;
}

.container {
    width: 1170px;
}

/* Overall header bar */
.header__row {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 40px;
    top: 10px;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
}

.header__logo {
    height: 51px;
    width: auto;
    display: block;
}

.header__nav a {
    color: #fff;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease;
}

.header__nav a:hover {
    color: #D3D3D3;
}
