* {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    hyphens: none;
}

body{
    background: #FFFFFF;
    background: linear-gradient(90deg,rgba(230, 209, 180, .6) 0%, rgba(218, 197, 177, 1) 20%, rgba(218, 197, 177, 1) 80%, rgba(230, 209, 180, .6) 100%);
    text-align: center;
}


h1{
    font-size: 40px;
    color: #fff;
}

p{
    font-size: 16px;
    margin: 0.5rem;
}


.outer-wrapper{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.inner-wrapper{
    margin: 2rem 1rem;
}

.logo{
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

a{
    color: #2b1a1a;
    text-decoration: none;
    font-weight: 600;
}

.contact-information a:hover {
    text-decoration: underline;
}

.contact-information a.active {
    text-decoration: underline;
}


.links{
    margin-top: 2rem;
}

.links a{
        color: #fff;
        background-color: #2b1a1a;
        border-radius: 4px;
        border: 1px solid #2b1a1a;
        padding: 2px 10px;
        display: inline-block;
        min-width: 135px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        font-weight: 600;
}

.links a:hover{
    background-color: #dfcdba;
    color: #2b1a1a;
}

.links a.active{
    background-color: #dfcdba;
    color: #2b1a1a;
}


@media  screen and (max-width: 606px){
    a{
        hyphens: none;
    }
}

.information{
    margin-left: auto;
    margin-right: auto;
}

.image-wrapper{
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.image-bottom {
    max-width: 100%;
}
