* {
    font-family: 'Arvo', sans-serif;
    color: white;
    font-size: 18px;
    background-color: black;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    overflow-wrap: break-word;

}


body {
    background-color: black;
}

.navbar {
    background-color: black;
    border-bottom: 2px solid #dd8588;
}

.navbar a {
    font-family: 'Arvo', serif;
    color: white;
    font-size: 18px;
}

.navbar-brand {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.navbar-brand img {
    width: 75px;
    height: 75px;
    margin: -15px 0px -10px 0;
}

.row img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: auto;
}

.row .slogan {
    justify-content: center;
    width: 100%;
    display: block;
    position: relative;
}

.slogan div {
    /* position: relative; */
    font-weight: bold;
    font-size: 55px;
    text-align: center;
    word-wrap: break-word;
}

.box {
    border-bottom: 3px solid #dd8588;
}

.spacer {
    height: 346px;
    box-sizing: border-box;
}

#whatwedo_box h1 {
    font-weight: bold;
    font-size: 48px;
    text-align: right;
}

#contact h1 {
    font-weight: bold;
    font-size: 48px;
    text-align: left;
}


#jobs h2 {
    font-weight: 600;
    font-size: 20px;
}

#jobs p {
    font-size: 14px;
    margin: 0 0 20px;
}

.divider {
    margin-bottom: 10px;
    border-bottom: 1px solid #dd8588;
    width: 45px;
}

#btn {
    background-color: #dd8588;
}

form input {
    background-color: white;
    color: black;
}

form textarea {
    background-color: white;
    color: black;
}

.box {
    padding-top: 10px;
    padding-bottom: 25px;
}

.loaded,
.section {
    opacity: 1;
    transition: opacity 4s ease;
}

.fade,
.hidden {
    opacity: 0;
}