* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
    font-family: 'Nunito Sans', sans-serif;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

a.button {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    border: 1px solid #fff;
    padding: 5px 20px;
    color: #fff;
}

a.button:hover {
    color: #000;
    background: #fff;
}

.social li a {
    text-indent: -99999px;
    outline: none;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
}

#video-reel {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: border-box;
    margin-top: -1px;
}

#intro {
    color: #fff;
    overflow: hidden;
}

.intro-center-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#intro .center-block h1 {
    display: block;
    text-indent: -99999px;
    outline: none;
    background: url('img/mike_guido.png');
    width: 275px;
    height: 169px;
    background-size: 275px 169px;
    margin: 0 auto;
}

#intro .intro-text-wrapper {
    position: relative;
}

#intro .intro-text {
    margin: 20px 0 0 0;
    float: right;
    text-align: center;
}

#intro .intro-text h2 {
    font-weight: 900;
    font-size: 40px;
    text-transform: uppercase;
}

#intro .intro-text .button {
    margin-top: 3px;
}

.button {
    display: none;
}

.intro-social {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.intro-social .social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.intro-social .social li {
    margin: 2px 0;
}

.intro-social .social li.instagram a {
    background: #fff url('img/intro_instagram.png');
    background-size: 28px 56px;
}

.intro-social .social li.linkedin a {
    background: #fff url('img/intro_linkedin.png');
    background-size: 28px 56px;
}

#about {
    background: #fff;
    color: #17BAFF;
    height: auto;
    text-align: center;
}

.center-about-block {
    padding: 50px 20px;
}

.about-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
}

.about-text h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
}

.about-text h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
}

.about-text a.button {
    color: #17BAFF;
    border: 1px solid #17BAFF;
}

.about-text a.button:hover {
    color: #fff;
    background: #17BAFF;
    border: 1px solid #17BAFF;
}

.about-text.column-2, .about-text.column-3 {
    margin-top: 30px;
}

.clients {
    width: 100%;
    background: #17BAFF;
    padding: 30px 0;
}

.client-image {
    margin: 10px 0;
}

.client-image img {
    width: 100%;
}

#contact {
    background: #8600FF;
    color: #fff;
    text-align: center;
    height: auto;
    padding: 200px 0;
}

#contact h2 {
    font-size: 45px;
    font-weight: 900;
}

.contact-text {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

.contact-text a {
    color: #fff;
}

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

.contact-social .social {
    float: left;
    clear: left;
    position: relative;
    left: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-social .social li {
    float: left;
    position: relative;
    right: 50%;
    width: auto;
    margin: 2px;
}

.contact-social .social li.instagram a {
    background: url('img/footer_instagram.png');
    background-size: 28px 56px;
}

.contact-social .social li.instagram a:hover {
    background: #fff url('img/footer_instagram.png');
    background-size: 28px 56px;
    background-position: 0 -28px;
}

.contact-social .social li.linkedin a {
    background: url('img/footer_linkedin.png');
    background-size: 28px 56px;
}

.contact-social .social li.linkedin a:hover {
    background: #fff url('img/footer_linkedin.png');
    background-size: 28px 56px;
    background-position: 0 -28px;
}

.footer {
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    font-weight: 300;
    font-size: 11px;
}

@media (min-width: 950px) {
    .button {
        display: inline-block;
    }

    .center-block {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .center-about-block {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -30%);
    }

    .clients {
        position: absolute;
        bottom: 0;
    }

    #about {
        padding: 0;
        height: 100%;
        text-align: left;
    }

    .center-about-block {
        padding: 0;
    }

    .about-text.column-2, .about-text.column-3 {
        margin-top: 0;
    }

    #contact {
        height: 100%;
        padding: 0;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #intro .intro-text-wrapper {
        position: relative;
        width: 750px;
    }

    #intro .center-block h1 {
        float: left;
        margin: 0;
    }
}
