body {
    font-family: 'Lato';
    color: #363536;
}

header {
    width: 100%;
    background-color: #F94B6D;
}

header h1 {
    margin: 0 auto !important;
    text-align: center;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 50px;
    color: #fff;
    padding-top: 50px;
}

.name {
    font-family: 'Lobster Two', cursive;
    font-style: italic;
}

#images {
    margin-top: 50px;
    text-align: center;
}

#buff {
    position: relative;
    top: -70px;
    left: -30px;
}

#phone {
    position: relative;
    left: 30px;
}

#integrations {
    text-align: center;
    margin-top: 50px;
    opacity: .9;
    padding-bottom: 50px;
}

#about {
    padding: 80px 0;
}

#about h2, #what h2 {
    text-align: center;
    font-weight: 300 !important;
    font-family: 'Lato';

    font-size: 40px;
    color: #363536;
    margin-top: 0 !important;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
}

#about h3 {
    text-align: center;
    font-weight: 300 !important;
    font-family: 'Lato';

    font-size: 30px;
    color: #363536;
    padding-top: 10px;
    max-width: 80%;
    margin: 0 auto;
}

#about h3 em {
    font-style: normal;
    font-weight: 400;
}

#what {
    padding: 80px 0;
    background-color: #F94B6D;
    margin: 0 auto;
    overflow: auto;
}

#what h2 {
    color: #fff;
    font-size: 60px;
}

#what div {
    width: 30%;
    float: left;
    margin-left: 2%;
}

#what div h3 {
    text-align: center;
    font-family: 'Lato';
    font-weight: 100;
    color: #fff;
    font-size: 40px;
    margin: 0 !important;
}

#what div p {
    color: #fff;
    text-align: center;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 20px;
}

#wait {
    color: #363536;
    padding: 50px 0;
}

#wait h2 {
    font-family: 'Lato';
    font-weight: 300;
    text-align: center;
    font-size: 50px;
    margin: 0 auto;
    max-width: 90%;
}

#wait h3 {
    font-weight: 300;
    font-family: 'Lato';
    font-size: 30px;
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
}

#wait h4 {
    font-family: 'Lato';
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
}

#wait h5 {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    margin: 0 auto;
}

#wait form {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}
#wait form input {
    font-size: 40px;
    font-family: 'Lato';
    font-weight: 300;
    height: 50px;
}
#wait form input[type="email"] {
    width: 70%;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent;
    border: 1px solid #F94B6D;
}
#wait form input[type="submit"] {
    width: 25%;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #F94B6D;
    color: #fff;
    border: 1px solid #F94B6D;
    margin-left: -3px !important;
}

#wait form input[type="submit"]:hover {
    cursor: pointer;
}

#wait .response {
    font-size: 20px;
    font-family: 'Lato';
    padding-top: 20px;
    text-align: center;
    font-weight: 300;
}

footer p {
    text-align: center;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 300;
    margin-top: -20px;
}

footer p a, footer p a:visited {
    color: #F94B6D;
}

@media ( max-width: 700px ), ( max-device-width: 700px ) {
    #buff {
        display: none;
    }

    #phone {
        left: 0px;
    }

    #integrations {
        display: none;
    }

    header h1 {
        padding-top: 20px;
    }

    #images {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    #what div {
        float: none;
        text-align: center;
        width: 80%;
        margin: 0 auto;
        padding: 20px 0;
    }

    #what div p {
        font-size: 28px;
    }

    #wait form {
        width: 100%;
    }
    #wait form input {
        font-size: 50px;
        font-family: 'Lato';
        font-weight: 300;
        height: 70px;
    }
    #wait form input[type="email"] {
        width: 100%;
        display: block;
    }
    #wait form input[type="submit"] {
        width: 100%;
        display: block;
        margin-left: 0 !important;
        margin-top: 10px !important;
    }
}
