body {
    font-family: 'Share', cursive;
    color: #fff;
    background-color: #000;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

p {
    margin: 0 0 25px;
    font-size: 21px;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
    }
}

a {
    color: #3793a3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #22abe3;
}

.light {
    font-weight: 400;
}

.contact {
    padding-bottom: 2em;
}

.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

    width: 100%;
    height: 450px;
    color: #fff;
    background-color: #1c1d1e;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.content-section {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;

    margin: 0 auto;
    max-width: 85%;

    padding-bottom: 75px;
}

@media(min-width: 767px) {
    .content-section {
        max-width: 55%;
    }
}

.project {
    margin-bottom: 150px;
}

.about-wrapper {
    margin-top: 45px;
}

.network-name {
    font-size: 28px;
    text-decoration: none;
}
