body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
    color: #000;
}

#landing {
    height: 100vh;
    width: 100%;
/*    background-image: url("img/bird.JPG");*/
    background-color: #0C090D;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
}

.left {
    float: left;
    width: 50%;
}

.right {
    float: right;
    width: 50%;
    text-align: center;
}


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

#welcome {
    color: white;
    font-weight: 300;
    width: 700px;
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
}

#hello {
    display: inline-block;
    font-weight: 300;
    font-size: 40px;
    color: #FFF;
    padding: 5px;
    padding-bottom: 25px;
}

#intro {
    font-weight: 300;
    font-size: 60px;
/*    color: #000;*/
    color: #F3A712;
    font-weight: 700;
}
#focus {
    font-size: 20px;
    font-weight: 300;
    color: #484848;
    font-weight: 700;
}
#links{
    position: relative;
    padding-top: 50px;
}
.landingLinks {
    width: auto;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 0px;
    font-size: 18px;
}

.landingLinks li {
    display: inline-block;
    margin: 0px 10px 5px 10px;
}

.landingLinks a {
    margin: 5px 0px;
    color: #FFF;
    transition: .2s;
    transition-timing-function: ease-in-out;
    padding: 5px;
    background-color: rgba(72, 72, 72, 1);
}

.landingLinks a:hover {
    color: #F3A712;
/*    color: #FFF;*/
    transition: .2s;
    transition-timing-function: ease-in-out;
}

/*
#links {
    position: absolute;
    bottom: 100px;
    height: auto;
    width: 50%;
}
*/

#landingArrow {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    opacity: .5;
    margin-bottom: 10px;
    transition: .3s;
    transition-timing-function: ease-in-out;
}

#landingArrow:hover {
    opacity: .7;
    transition: .3s;
    transition-timing-function: ease-in-out;
}

.header {
    height: 200px;
    text-align: center;
    font-size: 30px;
    color: #000;
    background-color: green;
}

#portfolio {
    position: relative;
    background-color: #0C090D;
    color: #FFF;
}

#portfolio a:hover {
    text-decoration: underline;
}

#videos {
    background-color: #0C090D;
    min-height: 90vh !important;
    color: #000;
    position: relative;
    height: auto;
    width: 100%;
    font-weight: 200;
    font-size: 24px;
}
.video {
    height: 80vh;
    width: 100%;
text-align: center;
    padding: 10% 0;;
}

iframe {
    width: 79vw; 
    height: 33.75vw; /* 100/56.25 = 560/315 = 1.778 */
    background:#000;  
}

body .html5-video-player {
  background-color: #fff;
}

#noteIntro {
    position: relative;
    height: auto;
    z-index: 1;
}

#noteIntro:after {
    background: inherit;
    bottom: 0;
    content: '';
    display: block;
    height: 40%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-4deg);
    transform-origin: 100%;
    z-index: -1;
    background-color: #B2B2B2;
}

#notes-iphone {
    width: auto;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
}

#noteFeatures {
    background-color: #B2B2B2;
    height: auto;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1;
}
#noteFeatures .left{
    padding-top: 50px;
}

#notes-mac {
    width: auto;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
}

.notesleft {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
    width: 50%;
}

.notesright {
    position: relative;
    width: 50%;
    height: auto;
    float: right;
    text-align: center;
}

#blurb {
    background-color: #Fa3;
    color: #000;
    position: relative;
    height: auto;
    width: 100%;
    font-weight: 200;
    font-size: 24px;
    padding-bottom: 100px;
    padding-top: 150px;
    z-index: 1;
}

#blurb:before {
    background: inherit;
    top: 0px;
    content: '';
    display: block;
    height: 20%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-4deg);
    transform-origin: 0 100%;
    z-index: -1;
    background-color: #B2B2B2;
}

.project {
    padding: 100px 50px 10px 50px;
    font-size: 50px;
    font-weight: 700;
}

.title {
    font-size: 35px;
    padding: 0px 50px;
    font-family: 'Vollkorn', sans-serif;
}

.desc {
    padding: 0px 25px 0px 50px;
    font-size: 24px;
    font-family: 'Vollkorn', sans-serif;
    font-weight: 400;
}

.smaller {
    font-size: 16px;
}

.desc a {
    color: #000;
    text-decoration: underline;
}

.btn {
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0px 10px 50px;
}

.btn button {
    border: none;
    outline: none;
    height: 35px;
    width: 60px;
    margin-right: 10px;
    display: inline-block;
    background-color: #B2B2B2;
}

.btn button:hover {
    background-color: #FFF;
    transition: all .2s;
}

#blurb-code {
    width: 80%;
    max-width: 500px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;
}

.points {
    font-family: 'Vollkorn', sans-serif;
    padding-left: 100px;
    font-weight: 400;
}

.points li {
    padding: 0px 0px;
}

#photo {
    position: relative;
    height: 100vh;
    width: 100%;
    background-image: url('img/photogrid.jpg');
    background-size: cover;
    background-position: center top;
}

#video {
    position: relative;
    height: 100vh;
    width: 100%;
    background-color: #000;
    text-align: center;
}

#bgVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    pointer-events: none;
}

.link {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
}

.videoWrapper {
    position: relative;
    width: 70%;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.videoWrapper iframe {
    top: 0;
    left: 0;
    margin: 0 auto !important;
}

p {
    margin: 0px;
}

div {
    overflow: hidden;
}

#about {
    position: relative;
    height: 600px;
    width: 100%;
    background-color: #E5E8E3;
    background-image: url("img/aboutIMG.jpg");
    background-size: cover;
    padding-bottom: 100px;
}

.headerAbout {
    width: 100%;
    padding: 100px 0px 0px 0px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #FFF;
}

.subheading {
    font-weight: 700;
    font-size: 24px;
    margin: 100px auto 25px auto;
    /*color: #F3A712; */
    color: #FFF;
    border-bottom: 1px solid #F3A712;
    display: inline-block;
}

#aboutMe {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 25px;
    color: #FFF;
    font-weight: 300;
}

.aboutContent {
    float: right;
    width: 50%;
    height: auto;
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: 80px;
}


#contact {
    position: relative;
    height: 600px;
    width: 100%;
    background-color: #E5E8E3;
    background-image: url("img/aboutIMG.jpg");
    background-size: cover;
    padding-bottom: 100px;
}


#contactLinks {
    position: absolute;
    width: auto;
    padding: 0px;
    top: 55%;
    left: 50%;
    transform: translate(50%, -80%);
    margin-top: 50px;
    font-size: 30px;
}

#contactLinks a {
    color: #000000;
    padding: 3px 0px;
    letter-spacing: 8px;
    font-size: 20px;
}

#contactLinks a:hover {
    color: #FFF;
}

#contactLinks p {
    display: inline-block;
    padding: 3px 0px;
    letter-spacing: 8px;
}

#contactLinks li {
    text-align: left;
}

#contactForm {
    position: absolute;
    width: 40%;
    max-width: 700px;
    top: 50%;
    right: 100px;
    transform: translate(0%, -30%);
    display: block;
    margin-top: 50px;
}

#contactForm input,
textarea {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    border: 1px solid #F3A712;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(20, 20, 20, .3);
    outline: none;
    transition: background-color 100ms linear 0ms, border-color 100ms linear 0ms;
}

input[name="first_name"] {
    display: block;
    position: inline-block;
    width: 100%;
    float: left;
    padding-left: 2.8%;
    padding-right: 2.8%;
}

input[name="email"] {
    display: block;
    width: 100%;
    float: left;
    padding-left: 2.8%;
    padding-right: 2.8%;
    margin-left: 0%;
    margin-right: 0%;
}

#contactForm input[name="subject"] {
    display: block;
    float: left;
    width: 94.3%;
    padding-left: 2.8%;
    padding-right: 2.8%;
}

#contactForm textarea[name="comments"] {
    display: block;
    float: left;
    width: 100%;
    padding-left: 2.8%;
    padding-right: 2.8%;
}

#contactForm input[name="submit"] {
    position: inline-block;
    display: block;
    float: left;
    line-height: 22px;
    padding-left: 2.8%;
    padding-right: 2.8%;
    float: right;
    border-radius: 0%;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    color: rgba(255, 255, 255, .8);
}

::-webkit-input-placeholder {
    color: white;
    opacity: .5;
}

input:active {
    outline: none;
    border: 1px solid #000;
}

textarea {
    resize: vertical;
}

#email {
    color: white;
    text-decoration: underline;
    margin-bottom: 50px;
}

.test {
    height: 500px;
    width: 100%;
    position: relative;
}

#connectContainer {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    height: 600px;
    margin-top: 100px;
}

.fadeIn {
    opacity: 0;
}


/***************** VERTICAL NAV ***********/

#cd-vertical-nav {
    position: fixed;
    right: 30px;
    top: 45%;
    text-align: right;
    z-index: 10;
}

.cd-dot {
    position: relative;
    display: inline-block;
    background-color: #484848;
    height: 15px;
    width: 15px;
    border-radius: 7.5px 7.5px 7.5px;
    z-index: 10;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

ul {
    list-style-type: none;
    z-index: 10;
}

.is-selected .cd-dot {
    background-color: #F38D12;
    z-index: 10;
}

.cd-label {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
    color: gray;
    z-index: 10;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.cd-label:hover {
    opacity: 1;
}

.see {
    opacity: 1;
}

#cd-vertical-nav a:hover span {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

span {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}


/***************** END VERTICAL NAV ***********/


#formResponse {
    position: relative;
    display: block;
    width: 75%;
    height: auto;
    padding: 0px 2.8%;
    font-size: 14px;
    text-align: center;
    background-color: rgba(20, 20, 20, .3);
    color: #FFF;
    border: 1px solid #F3A712;
    bottom: 0;
}

input:-webkit-autofill {
    color: #999 !important;
}

#sentHeading {
    font-weight: 500;
}

#sentSub {
    font-weight: 400;
}


@media (max-width:4000px) {
    #contact {
    position: relative;
    height: 1000px;
    width: 100%;
    background-color: #E5E8E3;
    background-image: url("img/aboutIMG.jpg");
    background-size: cover;
    background-position: top;
    padding-bottom: 100px;
    }
}


@media (max-width:1000px) {
    #noteIntro {
        background-size: 60vh auto;
    }
    
    .video {
    height: auto;
    width: 100%;
    text-align: center;
    padding: 10% 0;;
    }

    iframe {
        width: 79vw; 
        height: 33.75vw; /* 100/56.25 = 560/315 = 1.778 */
        background: #000;  
    }
    #contact {
    position: relative;
    height: 400px;
    width: 100%;
    background-color: #E5E8E3;
    background-image: url("img/aboutIMG.jpg");
    background-size: cover;
    padding-bottom: 100px;
    }

    
}

@media (max-width:800px) {
    

    
    #links {
        padding-top: 0px;
    }
    #landing {
        background-position: center;
    }
    .landingLinks li {
        display: block;
        border: none;
    }
    .landingLinks li a {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    #welcome {
        width: 90%;
        font-size: 24px;
        padding-top: 25px;
    }
    #cd-vertical-nav {
        display: none;
    }
    .aboutContent {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
    .subheading {
        font-size: 22px;
    }
    #aboutMe{
        font-size: 18px;
    }
    input[name="first_name"] {
        display: block;
        float: left;
        width: 100%;
        padding-left: 2.8%;
        padding-right: 2.8%;
    }
    input[name="email"] {
        display: block;
        float: left;
        width: 100%;
        padding-left: 2.8%;
        padding-right: 2.8%;
        margin-left: 0%;
    }
    
    .contactHeader {
        font-size: 30px;
        height: 140px;
        line-height: 140px;
        position: relative;
    }
    #connectContainer {
        position: absolute;
        top: 55%;
        right: 50%;
        transform: translate(50%, -50%);
        width: 100%;
        height: auto;
    }
    #contactForm {
        position: relative;
        transform: none;
        width: 80%;
        height: 225px;
        top: 0px;
        left: 0;
        right: 0;
        padding: 25px 0px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }
    
    #contactForm input,
    textarea {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
        border-radius: 0%;
    }
    #notes {
        padding-top: 0px;
    }
    .title {
        font-size: 25px;
    }
    .project {
        text-align: center;
        padding-left: 2.5%;
        padding-right: 2.5%;
        padding-top: 50px;
    }
    .desc {
        font-size: 20px;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    .title {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    #noteFeatures{
        text-align: center;
    }
    .points {
        font-size: 20px;
        padding-left: 10%;
        padding-right: 10%;
    }
    #portfolio .left {
        width: 100%;
    }
    #portfolio .right {
        width: 100%;
    }
    #notes-iphone {
        height: 500px;
        width: auto;
    }
    #notes-mac {
        width: 100%;
        height: auto;
    }
    #blurb {
        padding-top: 100px;
    }
    #blurb:before {
        height: 10%;
    }
    #blurb-code {
        padding-top: 50px;
    }
    .btn {
        text-align: center;
        padding-left: 0px;
    }
    #video {
        background-image: url('img/video-mobile.png');
        background-position: center;
        background-size: cover;
    }
    #bgVideo {
        display: none;
    }
     iframe {
        width: 80vw; 
        height: 45vw; /* 100/56.25 = 560/315 = 1.778 */
        background: #000;  
    }
    
        .video {
    height: auto;
    width: 100%;
    text-align: center;
    padding: 10% 0;;
    }

    iframe {
        width: 79vw; 
        height: 33.75vw; /* 100/56.25 = 560/315 = 1.778 */
        background:#000;  
    }
    #contact {
    position: relative;
    height: 400px;
    width: 100%;
    background-color: #E5E8E3;
    background-image: url("img/aboutIMG.jpg");
    background-size: cover;
    padding-bottom: 100px;
    }
    #contactLinks {
        width: 50px;
    position: absolute;
    width: auto;
    padding: 0px;
    top: 55%;
    left: 40%;
    transform: translate(50%, -80%);
    margin-top: 50px;
    font-size: 25px !important;

    }

}

@media (max-width:500px) {
    #welcome {
        
    }   
    #hello {
        font-size: 35px;
    }
    #intro {
        font-size: 40px;
    }

        .video {
    height: auto;
    width: 100%;
    text-align: center;
    padding: 10% 0;;
    }

    iframe {
        width: 79vw; 
        height: 33.75vw; /* 100/56.25 = 560/315 = 1.778 */
        background:#000;  
    }
    #contact {
    position: relative;
    height: 400px;
    width: 100%;
    background-color: #E5E8E3;
    background-image: url("img/aboutIMG.jpg");
    background-size: auto 500px;
    
    background-position: 40% 50%;
    padding-bottom: 100px;
    }
    #contactLinks {
        width: 50px;
    position: absolute;
    width: auto;
    padding: 0px;
    top: 55%;
    left: 50%;
    transform: translate(0%, -80%);
    margin-top: 50px;
    font-size: 25px !important;

    }
}
