@import url('https://fonts.googleapis.com/css?family=Nunito:300,400');

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

a {
    color: #f99e1b;
}

body {
    background-color: white;
}

.container {
    width: 1200px;
}

.header-wrapper {
    background-color: #FFF;
}

.header {
    display: flex;
    justify-content: space-between;
}

.header__nav {
    display: flex;
    justify-content: space-evenly;
    padding-right: 13.38px;
    align-items: center;
    gap: 60px;
}

.header__nav a {
    color: #59514d;
    background-color: rgb(254, 194, 16);
    font-family: "Nunito", "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 300;
    border-radius: 3px;
    border-color: rgb(123, 115, 111);
    border-style: solid;
    border-width: 2px;
    padding: 7px 10px;
    min-width: 170px;
    text-align: center;
}

.header__nav a:hover {
    transition-duration: .4s, .4s;
    color: white;
    background-color: #59514d;
    text-decoration: none;
}

.header__logo {
    min-width: 306px;
    margin: 30px 0 14px -80px;
}
