@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Raleway&display=swap');

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

a {
    color: #f08b34;
}

.container {
    width: 1170px;
}

.header {
    width: 100%;
    display: flex;
    padding: 0 4%;
    justify-content: space-between;
}

.header__logo {
    margin: 20px 0;
}

.header__nav {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    display: flex;
}

.header__nav a {
    color: #333;
    font-size: 14px;
    letter-spacing: 1px;
    transition: .2s linear all;
    line-height: 130px;
}

.header__nav a:not(:last-child) {
    padding-right: 45px;
}

.header__nav a:hover {
    text-decoration: none;
    color: #f08b34;
}

.header-wrapper {
    background-color: #fff;
    border-bottom: 40px solid #f08b34;
    padding: 0 30px;
}

.main-wrapper {
    background-color: #fff;
    border-bottom: 12px solid #3f3f3f;
}

.sidebar {
    margin-right: 3em;
}

body {
    background-color: #1e1e1e;
}
