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

a {
    color: #0000ee;
}

body {
    background-image: url(bodyBG.jpg);
    background-size: cover;
}

.container {
    width: 1000px;
}

.header {
    width: 100%;
}

.header__main {
    height: 183px;
    background-image: url(header-bg.jpeg);
    background-repeat: repeat-x;
    position: relative;
    z-index: 3;
}

.header__main .container {
    padding: 0;
}

.header__logo {
    display: flex;
    align-items: center;
}

.logo1 {
    margin-left: -15px;
}

.logo2 img {
    height: 94px;
    padding-left: 8px;
}

.socials {
    position: absolute;
    right: 10px;
    bottom: 60px;
}

.socials a {
    color: #2957A4;
    font-size: 22px;
    margin-left: 10px;
}

.header__nav {
    height: 67px;
    background-image: url(nav-bg.jpeg);
    background-repeat: repeat-x;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}