body,
select,
input,
textarea,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Source Sans Pro";
    line-height: 27px;
    font-weight: 300;
    font-style: normal;
    color: #395575;
    font-size: 17px;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
}

.left-item {
    display: inline-block;
    padding: 16px 0px;
    margin-right: 20px;
    margin-left: 20px;
    border-top: 3px solid transparent;
}

.left-item>a {
    font-family: "Source Sans Pro";
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #d7bfa3;
}

.main-menu {
    background-color: #395575;
}