@import url(https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);

body {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    color: #641e16;
    background: none;
    background-color: #fff9f0;
    p {
        font-weight: 300;
    }
    strong {
        font-weight: 500;
    }
}

a:link {
    color: #d35400;
    text-decoration: none;
}

a:visited {
    color: #d35400;
    text-decoration: none;
}

header {
    .main-header__main-bar{
        background-color: #CE6C3E;
        padding: 0;
        margin: 0;
    }
}

header {
        .main-header__site-title a {
                font-family: 'Ubuntu', sans-serif;
                font-style: normal;
                font-size: 30px;
                text-transform: uppercase;
                margin-bottom: 20px;
                color: white;
        }
       .site-nav .trigger #search #search-form {
               input {
                    font-family: 'Ubuntu', sans-serif;
                    font-style: normal;
                    font-size: 15px;
               }
        }
}

nav {
    width: 100%;
    background-color: #d1c8b2;
    text-align: center;
}

.main-navigation__container {
    display: inline-block;
}

.container {
    max-width: 100%;
}

#main-content {
    max-width: 1440px;
}

.resource__content a:link  {
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}

.resource .description {
    font-weight: 300;
    font-size: 0.9rem;
}

.preview-header a {
    color: #333;
}

.main-footer__top {
    background-color: #86443C;
}

.main-footer__top a {
     color: #FFA300;
}

.main-footer__top-container {
    max-width: 1440px;
}

.main-footer__bottom {
    display: none;
}