* {
    font-family: 'Lato', sans-serif;
}

body {
    overflow-x: hidden;
    background-color: #222;
}

video {
    width: 1024px;
}

.ipad {
    width: 1024px;
    margin: auto;
    overflow: hidden;
    background-color: #fff;
}

.line {
    border-bottom: 1px solid #333;
    width: 150px;
    margin: auto;
}

.big_text {
    color: #008fc2;
    font-size: 64px;
    letter-spacing: .5px;
}

.white-text {
    color: #fff;
}

h1 {
    font-weight: 700;
}

h2 {
    margin-top: 10px;
    color: #008fc2;
    font-weight: 700;
    font-size: 26pt;
}

#hero {
    background-color: #fff;
    background-size: cover;
    height: 568px;
}

#hero video {
    position: absolute;
}

#overlay {
    background-color: #fff;
    height: 577px;
    opacity: .7;
    position: absolute;
    width: 1024px;
}

#floating {
    position: relative;
    float: right;
    margin-top: -180px;
    margin-right: -130px;
}

#floating img {}

#product {
    letter-spacing: 2px;
    margin-top: 20px;
}

h3 {
    font-size: 26pt;
    font-weight: 300;
}

h4 {
    font-weight: 400;
    font-size: 18pt;
    color: #727272;
    margin-bottom: 0;
    padding-bottom: 4px;
    border-bottom: 1px solid #c7c7c7;
    width: 622px;
}

#feat1 {
    font-weight: 300;
    letter-spacing: .3px;
}

#feat2 {
    margin-top: 80px;
    border-bottom: none;
    
    font-weight: 300;
    letter-spacing: .3px;
}

#featline {
    border-bottom: 1px solid #c7c7c7;
    width: 286px;
    margin-left: -69px;
}

#name {
    font-weight: 300;
    color: #727272;
    font-size: 18pt;
    margin-bottom: 18px;
}

#product_title {
    padding-top: 100px;
}

#details {
    margin-top: 200px;
    width: 250px;
    height: 50px;
    border-radius: 30px;
    font-size: 10pt;
}

.lattice {
    overflow: visible;
}

.lattice img {
    margin-left: -175px;
    margin-top: 80px;
}

#vertical_line {
    position: absolute;
    height: 365px;
    left: 50%;
    top: -24px;
    margin-left: -1px;
    border-left: 2px solid #008fc2;
}

#circle {
    width: 28px;
    height: 28px;
    background-color: #ca1a70;
    position: absolute;
    left: 50%;
    top: 55%;
    margin-left: -14px;
    border-radius: 20px;
}

#small_circle {
    width: 10px;
    height: 10px;
    margin: auto;
    margin-top: 33%;
    background-color: #fff;
    border-radius: 10px;
}

#opener {
    width: 43%;
    margin-left: 8%;
}

#opener h1 {
    font-size: 44pt;
}

#opener p {
    font-size: 15pt;
    line-height: 30px;
}

strong {
    font-weight: 600;
    color: #ca1a70;
}

#blue {
    background: url(../media/blue_back.png);
    background-repeat: no-repeat;
    height: 550px;
    padding-top: 165px;
    margin-top: 50px;
}

.giant_text {
    font-size: 45pt;
    letter-spacing: 2px;
}

.features {
    margin-top: 50px;
}

#quote1 {
    background-color: #f0f0f0;
}

.name {
    font-weight: 700;
    font-size: 13pt;
    margin-bottom: 0;
    margin-top: 10px;
}

.title {
    color: #727272;
    text-transform: uppercase;
    font-size: 10pt;
}

.quote {
    width: 832px;
    color: #333;
    font-weight: 300;
    margin: auto;
}

#quoteback {
    background: url(../media/quoteback.png);
    background-repeat: no-repeat;
    height: 565px;
    padding-top: 133px;
    margin-top: 50px;
}

.profile {
    margin-top: 100px;
    margin-bottom: 80px;
}

.profile img {
    vertical-align: bottom;
}

h5 {
    color: #727272;
    font-weight: 400;
}

.personal {
    font-size: 14pt;
    font-weight: 300;
}

a {
    text-decoration: none;
}

.link {
    color: #002955;
    font-size: 11pt;
}

#plane {
    position: relative;
    float: right;
    margin-top: -30px;
    margin-right: 80px;
}

.email {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #008fc2;
}

#send_link {
    font-size: 18pt;
    width: 612px;
    margin: auto;
    margin-bottom: 50px;
    font-weight: 300;
}

.caption {
    text-transform: uppercase;
    text-align: left;
    margin-left: auto;
    width: 530px;
    font-size: 9pt;
    margin-top: 10px;
}

footer {
    background-color: #008fc2;
    border-top: 1px solid #fff;
    padding-top: 25px;
    font-weight: 300;
}

footer img {
    vertical-align: bottom;
}

.flickity-viewport {
    height: 550px;
}

@media only screen and (max-width: 1024px) {
    video {
        display: none;
    }
    #hero {
        background: url(../media/hero.png);
        background-size: cover;
    }
}
