﻿
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    color: #333;
}
a {
    text-decoration: none;
    color: #333;
}

a:visited {
    text-decoration:none;
}

#skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    #skip a:focus {
        /*position: static;*/
        width: auto;
        height: auto;
        overflow: visible;
        left: 0;
        top: 110px;
        -webkit-transition: top .1s ease-in, background .5s linear;
        transition: top .1s ease-in, background .5s linear
    }                       


nav {
    width: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 1px 2px 0px #9e9e9e;
}

nav div {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}

footer {
    background-color:#333;
    padding:20px;
}

section {
    text-align: center;
    padding: 6em 4em 8em;
}

h1 {
    font-weight: 100;
    font-size: 40px;
    text-align: center;
    margin-bottom: 0.5em;
}

h4 {
    font-size: 20px;
    font-weight: 400;
}

.nav-image-wrap {
   vertical-align:middle;
}

.nav-image-wrap img {
   padding: 9px;
}

.nav-right {
  float:right; 
  font-weight:700;
}

.banner-down-arrow {
    margin-top: 75px; /*100px;*/
    margin-bottom:0px; /*-100px;*/
    color: #FFF;
}
.banner-down-arrow a i {
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.banner-down-arrow a i:hover {
    transform: translate(0, 6px);
}

.banner-down-arrow a {
    color: #FFF;
}
.banner-down-arrow a:visited {
    color: #FFF;
}


.button {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
    margin: 5px;
    color: #FFFFFF;
    background-color: teal;
}

    .button:hover {
        background-color: #01696d;
    }


    .button.hero {
        width: 275px;
        padding: 18px 15px;
        font-size: 20px;
        font-weight: 600;
        margin: 0 10px;
        border-radius: 4px;
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        background-color: rgba(255,255,255,0);
        border: 3px solid #fff;
    }

        .button.hero:hover {
            background-color: rgba(255,255,255,0.43);
            color: #000
        }



.api-main-banner {
    background: linear-gradient(90deg, rgba(96,0,97,0.72) -20%, rgba(0,122,127,0.68) 100%),url(/pics/DevelopingcodeTeam.jpg) 100% center;
    color: #FFF;
    padding: 15em 4em 8em;
    background-size: cover;
}

.utilize-banner {
    background: linear-gradient(90deg, rgba(52, 214, 207, 0.72) -20%, rgba(5,62,52,0.68) 100%),url(/pics/manworkingcodewithlaptop.jpg) 100% center;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background-size: cover;
    padding: 6em 2em 8em;
}

.utilize-header {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 45px;
}

.utilize-word-wrap {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin: 0 20px;
    font-size: 15px;
    max-width: 375px;
}

    .utilize-word-wrap h4 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 5px;
    }

.benefit-banner {
    background: linear-gradient(90deg, rgba(163, 119, 255, 0.62) -20%, rgba(19, 8, 41, 0.92) 100%),url(/pics/ComputerWorkingTogether.jpg) 100% bottom;
    color: #FFF;
    background-size: cover;
    font-size: 16px;
    line-height: inherit;
}

.hero-display-type {
    text-transform: uppercase;
    font-size: 90px;
    color: white;
}

.hero-button-wrap {
    margin-top: 75px;
}

.grey-standout {
    background-color: #eee;
    font-size: 15px;
}

.above-button {
    margin-bottom: 25px;
}

.line-height {
    line-height: 30px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.icon-word-wrap {
    display: inline-block;
    width: 30%;
    max-width: 190px;
    vertical-align: middle;
    margin: 0 40px;
}

.icon-outline-wrap {
    display: inline-block;
    vertical-align: middle;
    margin: 60px 40px 0;
}

.icon-above-word {
    margin-bottom: 2em;
}

.stand-alone-text {
    width: 35%;
    margin: 1em auto 5em;
    min-width: 650px;
}

.stand-alone-wrap {
    margin-top: 5em;
}

.pull-number-wrap {
    width: 80%;
    max-width: 1000px;
    text-align: center;
    margin: auto;
}

.pull-number-section {
    width: 30%;
    max-width: 300px;
    vertical-align: top;
    margin: 50px 5px;
    display: inline-block;
}

    .pull-number-section.long {
        max-width: 500px;
        width: 36%;
    }

.pull-number {
    font-size: 114px;
    font-weight: 700;
    font-family: 'Roboto Slab', slab-serif;
    color: teal;
}

@media screen and (max-width: 1075px) {
    .icon-outline-wrap {
        margin: 60px 20px 0 ;
    }
}

@media screen and (max-width: 950px) {
    nav div {
        padding-top:0px;
        padding-bottom: 5px;
    }

    .nav-image-wrap {
        padding-bottom: 0;
        display: block;
        text-align: center;
        margin: auto;
    }

    .nav-right {
        float:none;
        display: block;
        text-align:center;
        margin:auto;
    }
    .benefit-banner {
        background: linear-gradient(90deg, rgba(163, 119, 255, 0.62) -20%, rgba(19, 8, 41, 0.92) 100%),url(/pics/ComputerWorkingTogether.jpg) 35% bottom;
    }

    .icon-word-wrap {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 4em auto;
        text-align: center;
    }
    .icon-outline-wrap {
        display: block;
        margin-top: 65px;
    
    }

    .api-main-banner {
        /*padding: 15em 4em;*/
    }

    .icon-above-word {
        margin-bottom: 1em;
    }

    .hero-display-type {
        font-size: 70px;
    }

    .pull-number {
        font-size: 75px;
    }
}


@media screen and (max-width: 820px) {
    .api-main-banner {
        padding: 12em 4em 5em;
        background: linear-gradient(90deg, rgba(96,0,97,0.72) -20%, rgba(0,122,127,0.68) 100%),url(/pics/DevelopingcodeTeam.jpg) 50% center;
    }

    .banner-down-arrow {
        margin-top: 50px;
        margin-bottom: 0;
        color: #FFF;
    }

    .button.hero {
        text-align: center;
        margin: 10px auto;
        width: 275px;
    }
    .utilize-banner {
        padding-bottom: 4em;
    }

    .utilize-word-wrap {
        display: block;
        width: 80%;
        margin: 3em auto;
        text-align: center;
    }

    .benefit-banner {
        font-size: 15px;
        line-height: 25px;
    }


    .pull-number-section {
        width: 100%;
        max-width: 1000px;
        /*//vertical-align: top;*/
        margin: 2em auto;
        display: block;
        text-align: center;
    }

        .pull-number-section.long {
            width: 100%;
            max-width: 820px;
        }

    .stand-alone-text {
        width: 100%;
        min-width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .banner-down-arrow {
        display: none;
    }

    .api-main-banner {
        padding: 10em 4em 5em;
        background: linear-gradient(90deg, rgba(96,0,97,0.72) -20%, rgba(0,122,127,0.68) 100%),url(/pics/DevelopingcodeTeam.jpg) 50% center;
    }

    .hero-display-type {
        font-size: 60px;
    }


    .button.hero {
        text-align: center;
        margin: 6px auto;
        width: 230px;
        padding: 10px;
        font-weight: 100;
        font-size: 18px;
    }
}

@media screen and (max-width: 375px) {
    .api-main-banner {
        background:linear-gradient(90deg, rgba(96,0,97,0.72) -20%, rgba(0,122,127,0.68) 100%),url(/pics/DevelopingcodeTeam.jpg) 50% center;
        padding: 10em 15px 5em;
    }
    .hero-button-wrap {
        margin-top: 25px;
    }
}