

/* ==========================================================================
Author's custom styles
========================================================================== */


@font-face{
    font-family:Batch;
    src:url('assets/batch.eot');
    src:url('assets/batch.eot?#iefix') format('embedded-opentype'),
    url('assets/batch.woff') format('woff'),
    url('assets/batch.ttf') format('truetype'),
    url('assets/batch.svg#batchregular') format('svg');
    font-weight:normal;
    font-style:normal;
}

body {
    color: #444;
}


h1, h2, h3, h4, h5 {
    font-family: "proxima-nova-alt-ext-cond", "helvetic neue", helvetica, arial, sans-serif;
    font-weight: normal;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
}


h1 {
    font-weight: 700;
    font-size: 46px;
    letter-spacing: -1px;
}
h2 {
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -1px;
}
h3 {
    font-weight: 700;
    font-size: 28px;
}
h4 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 4px;
}
h5 {
    font-weight: 400;
    font-size: 18px;
}
h6 {
    font-weight: 400;
    font-size: 16px;
}

a {
    color: #039BC1;/*#039bc1;*/
    text-decoration: none;
}

#content-wrapper {
    position: relative;
}

.navbar-inverse .navbar-inner {
    background-color: #007c9b;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat:none;
    border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
    font-family: "proxima-nova-alt-ext-cond", "helvetic neue", helvetica, arial, sans-serif;
    font-weight: normal;

    padding-top: 12px;
    font-size: 20px;
    font-weight: 200;

    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}
.navbar .brand {
    font-family: "proxima-nova-alt-ext-cond", "helvetic neue", helvetica, arial, sans-serif;
    font-weight: normal;
    display: block;
    float: left;
    padding-top: 13px;
    margin-left: -20px;
    margin-right: 20px;
    font-size: 24px;
    font-weight: 200;
    color: #fff;
    text-shadow: none;
}

.screen {
    min-height: 400px;
    position: relative;
}
.mywork {
    margin-top: 30px;
}
.screen-1 {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #999;
    z-index: -1;
    margin: 0;
    padding-left: 20px;
    border-bottom: solid 3px #999;
    border-bottom: solid 3px rgba(0,0,0,0.2);
}
.logos {
    position: relative;
    top: -474px;
    /*margin: 10px auto;*/
}
.screen-2 {
    min-height: 540px;
}


.jumbotron {
    padding-top: 80px;
    padding-bottom: 120px;
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
    background-color: #999;
    border-radius: 0;
    position: relative;
    top: -18px;
    color: #fff;
    border-bottom: solid 3px #999;
    border-bottom: solid 3px rgba(0,0,0,0.2);
}
.jumbotron h1 {
    margin-bottom: 6px;
    font-size: 90px;
    line-height: 1;
    letter-spacing: -2px;
    color: inherit;
    text-shadow: -1px -1px rgba(0,0,0,0.4);
    opacity: 1;
}
.jumbotron h2 {
    margin-bottom: 6px;
    font-size: 72px;
    line-height: 1;
    letter-spacing: -2px;
    color: inherit;
    text-shadow: -1px -1px rgba(0,0,0,0.4);
    opacity: 1;
}
.jumbotron p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    color: #222;
}

.cornerphoto {
    position: relative;
    float: right;
    width: 370px;
    height: 574px;
    top: -368px;
    right: 0;
    background-image:url('../img/juan3.png');
    background-repeat:no-repeat;
}

.bluegreen {
    background-color: #33bac6;
}
.greenblue {
    background-color: #2ab7a2;
}
.purple {
    background-color: #a83e7c;
}
.blue {
    background-color: #039bc1;
}
.yellow {
    background-color: #f7bd2c;
}

.small {
    font-size: 11px;
}

li {
    line-height: 24px;
}

.projects {
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 100px;
}

.projects > li {
    line-height: 22px;
    margin: 0 0 8px 0;
}
.thumbnails {
    margin-bottom: 60px;
}

.footer {
    padding-top: 20px;
    padding-bottom: 200px;

    margin-right: -20px;
    margin-left: -20px;

    background-color: #3b4749;
    border-radius: 0;
    color: #90999b;
    position: relative;
    bottom: -90px;
    border-top: solid 3px #666;
    border-top: solid 3px rgba(0,0,0,0.2);

}

::selection {
    background: #a6dbed;
}
::-moz-selection {
    background: #a6dbed;
}

.typekit-badge {
    opacity: 0;
}




.btn-dv {
    font-family: "proxima-nova-alt-ext-cond", "helvetic neue", helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 17px;
    background-color: hsl(195, 83%, 33%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13a2d1", endColorstr="#0e7799");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#13a2d1), to(#0e7799));
    background-image: -moz-linear-gradient(top, #13a2d1, #0e7799);
    background-image: -ms-linear-gradient(top, #13a2d1, #0e7799);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #13a2d1), color-stop(100%, #0e7799));
    background-image: -webkit-linear-gradient(top, #13a2d1, #0e7799);
    background-image: -o-linear-gradient(top, #13a2d1, #0e7799);
    background-image: linear-gradient(#13a2d1, #0e7799);
    border-color: #0e7799 #0e7799 hsl(195, 83%, 30%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
    -webkit-font-smoothing: antialiased;
}

.contacts-list > li {
    margin-right: 24px;
}
.contacts-list > li > a,
.contacts-list > li > a:hover,
.contacts-list > li > a:focus {
    font-size: 20px;
    line-height: 24px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
}
.contacts-list > li > a:hover {
    opacity: 0.7;
}

.footer .contacts-list {
    display: inline;
}
.footer .contacts-list > li {
    margin-right: 12px;
}

.footer .contacts-list > li > a {
    color: #90999b;
    font-size: 14px;
    line-height: 24px;
    font-weight: 200;
    letter-spacing: 0;
}


@media (max-width: 1200px) {

    .jumbotron {
        padding-top: 30px;
        padding-bottom: 90px;
    }

    .cornerphoto {
        position: relative;
        float: right;
        width: 370px;
        height: 452px;
        top: -318px;
        right: 0;
        background-image:url('../img/juan3.png');
        background-repeat:no-repeat;
    }
    .logos {
        position: relative;
        top: -380px;
        /*margin: 10px auto;*/
    }
}


@media (max-width: 979px) {

    .navbar-fixed-top {
        margin-bottom: 15px;
    }
    .navbar .brand {
        margin-right: 20px;
        margin-left: 20px;
    }
    .footer .contacts-list {
        float: left;
        margin-left: -6px;

    }
    .jumbotron {
        padding-top: 40px;
        padding-bottom: 62px;
    }

    .cornerphoto {
        position: relative;
        float: right;
        width: 370px;
        height: 490px;
        top: -488px;
        right: 0;
        background-image:url('../img/juan3.png');
        background-repeat:no-repeat;
    }
}


@media (max-width: 767px) {

    .navbar .brand,
    .btn.navbar {
        margin-left: 5px;
        margin-right: 5px;
    }

    .screen-1 {
        padding-right: 20px;
        margin-left: -20px;
    }

    .footer .container,
    .jumbotron .container {
        margin-right: 20px;
        margin-left: 20px;
    }

    .jumbotron h1 {
        font-size: 80px;
    }

    .footer .contacts-list {
        float: left;
        margin-left: -6px;
    }

    .cornerphoto {
        position: relative;
        float: right;
        width: 370px;
        height: 430px;
        top: -308px;
        right: ;
        background-image:none;
    }
}

