body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: 'Roboto', sans-serif;

}

a {
    color: #E2061F ! important;
}


a:hover {
    color: #E2061F;
}

header {
    background-size: cover;
    background-position: center top;
    height: 550px;
}

.contact {
    padding: 30px 0px;

}

.contact h2 {
    margin-bottom: 15px;
}

.seperator {
    color: #E2061F;
}

h1 {
    font-size: 40px ! important;
    font-weight: 400;
    font-family: 'Rock Salt', cursive;
}

h2 {
    font-size: 25px ! important;
    font-family: 'Rock Salt', cursive;

}

h3 {
    font-size: 20px ! important;
    font-weight: 400;
}

p {
    font-size: 17px;
    font-weight: 300;
}

.nav-bg {
    background: #fff;
}

.nav-link,
.navbar-brand {
    color: #fff;
    cursor: pointer;
}

.nav-link {
    margin-right: 1em !important;
}

.nav-link:hover {
    color: #000;
}

.navbar-collapse {
    justify-content: flex-end;
}

.content {
    padding: 30px 0px;
}

.row {
    padding: 0px 0px 40px 0px;
}

.navbar-light .navbar-toggler {

    background-color: #474747;
}

.col-lg-4, .col-md-6, .col-sm-12 {
    margin-bottom: 20px;
}

footer {
    color: #fff;
    background-color: rgba(32, 35, 41, 1);
}