.intro-heading {
}

#leading-heading {
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
}

#following-heading {
    font-weight: 400;
}

.usage-instructions {
    font-style: italic;
    color: #95a5a6;
    font-weight: 400;
    font-size: 1.2em;
    width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

#intro-left, #intro-right {
    display: block;
}

#intro-left {
    float: left;
    margin-right: 30px;
    min-height: 400px;
}

#intro-after {
    margin-top: 90px;
    padding-top: 130px;
    display: block;
    clear: both;
}

#intro-right {
    /*max-width: 600px;*/
}

#intro-right p {
    text-align: left;
    font-size: 1.4em;
}

.social-links {
    text-align: left;
}

.social-links > a {
    margin-right: 15px;
}

.social-links > a > .fa {
    font-size: 1.5em;
    cursor: pointer;
    transition: .25s;
}

.social-links > a > .fa:hover {
    color: white;
}

.fa-twitter {
    color: #3498db;
}

.fa-stack-overflow {
    color: #e67e22;
}

.fa-github {
    color: #95a5a6;
}

.fa-envelope-o {
    color: #2ecc71;
}

.about_pic {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    width: 40%;
    max-width: 330px;
}

#dev-stuff .myskills canvas{
    vertical-align: middle !important;
}

#dev-stuff li{
    font-size: 23px;
}

#projects{
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    color: white;
    background: url(../images/northern-lights-lg.jpg) no-repeat bottom center scroll;
    background-color: #333;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}
#code{
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}
@media (min-width: 768px){
    #projects {
        height: 100%;
    }
    #code {
        height: 100%;
    }

}


.bg-dark {
    background-color: #222;
}


element.style {
    position: absolute;
}



.intro {
    display: table;
    width: 100%;
    height: auto;
    text-align: center;
    color: white;
    background: transparent;
    /*background-color: #333;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    padding: 100px 0;
    display: table-cell;
    vertical-align: middle;
    /*padding: 50px;*/
}
.intro .intro-body .brand-heading {
    font-size: 40px;
}
.intro .intro-body .intro-text {
    font-size: 18px;
}

.intro #home-video {
    /*display: none;*/
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -200;
    /*background: url(../images/dishrex-3d-bk-xl.png) no-repeat;*/
    background: url(../images/dishrex-3d-bk-xl.png) no-repeat bottom right scroll;;
    background-size: cover;
    overflow: hidden;
}


.intro #home-video video {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0 auto;
    min-width: 100%;
    min-height: 100%;
    /*width: auto;*/
    height: auto;
    z-index: -100;
    /*background: url(../images/dishrex-3d-bk-xl.png) no-repeat;*/
    /*background-size: cover;*/
}

.content-section {
    padding-top: 100px;
}
.download-section {
    width: 100%;
    padding: 50px 0;
    color: white;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media (max-width: 2200px){
    .intro #home-video video {
        width: auto;
        margin-right: -65px;
    }
}

@media (max-height: 1238px){
    .intro #home-video video {
        width: auto;
        margin-right: 0px;
    }
}

@media(max-width: 1838px) and (max-height: 1238px){
    .intro #home-video video {
        width: auto;
        margin-right: -65px;
    }
}



@media(min-width: 1600px){
    .intro{
        position: relative;
        display: table;
        width: 100%;
        height: auto;
        text-align: center;
        color: white;
        /*background: url(../images/dishrex-3d-bk-xl.png) no-repeat bottom center scroll;*/
        /*background-color: #333;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}

@media(min-width:1000px) and (max-width: 1600px){
    .intro{
        position: relative;
        display: table;
        width: 100%;
        height: auto;
        text-align: center;
        color: white;
        /*background: url(../images/dishrex-3d-bk-lg.png) no-repeat bottom center scroll;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}

@media (max-width: 1265px) {
    .intro {
        display: table;
        width: 100%;
        height: auto;
        text-align: center;
        color: white;
        /*background: url(../images/dishrex-3d-bk-lg.png) no-repeat bottom right scroll;*/
        /*background-color: #333;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}

@media (min-width: 768px) {

    .intro {
        height: 100%;
    }
    .intro .intro-body .brand-heading {
        font-size: 100px;
    }
    .intro .intro-body .intro-text {
        font-size: 26px;
    }
    .content-section {
        padding-top: 250px;
    }
    .download-section {
        padding: 100px 0;
    }
}

@media (max-width: 768px) {
    .intro {
        height: 100%;
    }
}

@media (max-width: 650px){
    .intro{
        display: table;
        width: 100%;
        height: auto;
        text-align: center;
        color: white;
        background: url(../images/dishrex-3d-bk-sm.png) no-repeat bottom right scroll;
        background-color: #333;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
    .intro #home-video {
        display: none;
    }
}


@media (max-height: 550px) {
    .intro{
        background: url(../images/dishrex-3d-bk-xl.png) no-repeat;
        background-size: cover;
    }
    .intro #home-video {
        display: none;

    }


}

