html {
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
}

body {
    font-family: 'Raleway', sans-serif;
}

nav .img-fluid {
    max-width: 190px;
}

.navbar-nav {
    width: 100%;
    margin-right: 20px !important;
    justify-content: flex-end;
}

.nav-item a {
    font-size: 18px;
    text-transform: uppercase;
}

.active {
    font-weight: 700;
    color: #2f2f2f;
}

.nav-link {
    font-weight: 700;
    color: #3f3f3f;
}

main,
section {
    height: 100vh;
}

main {
    margin-top: -87px;
    background: #333333;
    background-image: url('https://e3e05047633ec60918da-f84df385baaeeb14b345d023c02161b2.ssl.cf1.rackcdn.com/435/1532/pier2.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

main h1 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: #FFFFFF;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}

.btn-main {
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    background: transparent;
    margin-left: 10px;
    margin-right: 10px;
}

.btn-main:focus,
.btn-main:hover {
    color: #333333;
    background: #FFFFFF;
}

#whoAreWe {
    background-image: url('https://e3e05047633ec60918da-f84df385baaeeb14b345d023c02161b2.ssl.cf1.rackcdn.com/435/1532/whoweare.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#whoAreWeInner {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 25px 15px 15px 15px;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
}

#whoWeAreInner p {
    width: 95%;
}

#whatDoWeDo {
    background-image: url('https://e3e05047633ec60918da-f84df385baaeeb14b345d023c02161b2.ssl.cf1.rackcdn.com/435/1532/whatwedo.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #333333;
}

.what-we-do-box {
    padding: 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #bfbfbf;
    margin: 10px;
    width: 100%;
    max-width: 550px;
    min-height: 171px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
}

.what-we-do-box p {
    width: 95%;
}

#ourTeam {
    background-image: url('https://e3e05047633ec60918da-f84df385baaeeb14b345d023c02161b2.ssl.cf1.rackcdn.com/435/1532/work.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    color: #333333;
}

#ourTeamInner {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 25px 15px 15px 15px;
    background: rgba(225, 225, 225, 0.75);
    text-align: center;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
}

#ourTeamInner p {
    width: 95%;
    font-weight: 500;
}

#contact {
    background: #EEEEEE;
    color: #333333;
}

section h1 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

section h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

section p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 65%;
}

section .row {
    margin-top: 20px;
    margin-bottom: 20px;
}

footer {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #333333;
}

footer p {
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
    color: #FFFFFF;
}

strong {
    font-weight: 700;
}

.underline {
    text-decoration: underline;
}

.apply {
    font-size: larger;
}

.current-postings {
    margin-top: 100px;
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    main,
    section {
        height: auto;
        text-align: center;
    }

    main {
        margin-top: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    section p {
        width: 95%;
    }
}