body {
    font-family: 'Jura', sans-serif;
    font-weight: 300;
    height: 100%;
    width: 100%;
    font-size: 16px;
    position: relative;
    overflow-y: scroll;
}



html {
    height: 100%;
}


/*----LINKS---*/

/*----NAVBAR---*/

.navbar-inverse .navbar-nav li a {
    color: rgba(255, 219, 66, 0.95);
    padding: 4px 10px;
    margin: 10px 3px;
    border-radius: 2px;
    font-size: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.19);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar .navbar-nav li a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar .navbar-nav li.active a,
.navbar .navbar-nav li.active a:hover {
    color: #272727;
    background-color: rgb(252, 195, 65);
}

.navbar-inverse {
    background-color: rgba(7, 8, 8, 0.79);
}

.navbar-inverse .navbar-brand {
    font-size: 1.5rem;
    color: rgba(255, 219, 66, 0.95);
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 16px;
}

.navbar-brand > img {
    display: inline-block;
    position: relative;
    top: -2px;
}

.nav-logo {
    width: 20px;
}


/*----HOME---*/

#home {
    height: 100%;
    width: 100%;
    text-align: center;
    color: white;
   /* background-color: #313131; */
    display: table;
    table-layout: fixed;
    padding: 0px 0px;
    background-color: black;
}



.home-inner {
    display: table-cell;
    vertical-align: bottom;
    background-image: url(../img/pexels-derice-jason-fahnkow-1595241.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 60px 20px;
}

/* .home-caption {
    border: 1px solid rgba(78, 78, 78, 0.88);
    color: rgb(72, 72, 72);
    background-color: rgba(253, 191, 48, 0.81);
    padding: 20px 10px 30px 10px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px #070707;
    box-shadow: 0px 0px 10px #070707;
    letter-spacing: 5px;
    margin: -20% auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabc+3,fcce4e+68,fcce4e+84,fcce4e+84,fbdf93+100 */
    /*background: rgb(252, 234, 188);
    /* Old browsers */
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(top, rgba(252, 234, 188, 1) 3%, rgba(252, 206, 78, 1) 68%, rgba(252, 206, 78, 1) 84%, rgba(252, 206, 78, 1) 84%, rgba(251, 223, 147, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
/*     background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, rgba(252, 234, 188, 1)), color-stop(68%, rgba(252, 206, 78, 1)), color-stop(84%, rgba(252, 206, 78, 1)), color-stop(84%, rgba(252, 206, 78, 1)), to(rgba(251, 223, 147, 1)));
    background: -o-linear-gradient(top, rgba(252, 234, 188, 1) 3%, rgba(252, 206, 78, 1) 68%, rgba(252, 206, 78, 1) 84%, rgba(252, 206, 78, 1) 84%, rgba(251, 223, 147, 1) 100%);
    background: linear-gradient(to bottom, rgba(252, 234, 188, 1) 3%, rgba(252, 206, 78, 1) 68%, rgba(252, 206, 78, 1) 84%, rgba(252, 206, 78, 1) 84%, rgba(251, 223, 147, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabc', endColorstr='#fbdf93', GradientType=0);
    /* IE6-9 */
}

.home-caption h2 {
    font-size: 1.15em;
}

.home-caption h4 {
    color: white;
}

#home a {
    color: rgba(41, 41, 41, 0.88);
}

.worklogo {
    max-width: 350px;
}


/*---SECTIONS-GLOBAl-*/

section {
    padding: 0 0; 
}

.dark-bg {
    background-color: rgba(253, 191, 48, 0.79);
}

.xdark-bg {
    background-color: #404040;
}

.section-header {
    margin: 0 auto;
    color: grey;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 1px 1px 3px #333333;
}

.section-header h2 {
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(79, 78, 78)
}

.section-header span {
    background-color: grey;
    color: white;
    font-weight: 600;
    padding: 5px 8px;
    border-radius: 5px;
}

.section-icon {
    color: white;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 100px;
    background: grey;
    display: table;
    table-layout: fixed;
    font-size: 3.5rem;
    margin-bottom: 40px
}

.section-icon i {
    display: table-cell;
    vertical-align: middle;
    border: 8px solid rgba(253, 191, 48, 0.81);
    border-radius: 100%;
}

.progress-bar-warning {
    background-color: rgba(253, 191, 48, 0.81);
}


/*---ME---*/

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.qr-code {
    max-height: 170px;
}


.contact-list {
    list-style: none;
    padding: 0;
    font-size: 1.2em;
}

.contact-list i {
    margin-bottom: 7px;
    width: 35px;
    text-align: center;
}

.contact-list strong {
    display: inline-block;
    width: 95px;
}

#me a {
    color: #333;
    cursor: pointer;
}

#me a:hover {
    color: grey;
    font-style: italic;
    text-decoration: none;
}

#interview {
    background: rgba(15, 136, 226, 0.1) url("../img/pexels-leticia-ribeiro-3738406.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 20px;
    text-align: left;
    text-shadow: 1px 1px 1px #333333;
}

.video {
    padding-bottom: 20px;
    margin: 0 auto;
}


#drone {
    background:  url("/img/pexels-jeshootscom-442587.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 20px;
    text-align: right;
    background-blend-mode: multiply;
    min-height: 700px;
    color: white;
    text-shadow: 1px 1px 1px #333333;
}

.drone-video {
    text-align: right;
    padding-top: 30px;
}



#process {
    background: url("/img/pexels-terje-sollie-320617.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 20px;
    text-align: right;
    background-blend-mode: multiply;
    min-height: 700px;
    color: white;
    text-shadow: 1px 1px 1px #333333;
}

.large-text {
    font-size: 1.8em;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


#interview,
#me a,
#pers-skills,
#work-skills,
#contact {
    color: #fafafa;
    text-shadow: 1px 1px 3px #333333;
}


#podcast {
    background: url("/img/pexels-erkan-utu-302655") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 20px;
    text-align: left;
    background-blend-mode: multiply;
    min-height: 700px;
    color: white;
    text-shadow: 1px 1px 1px #333333;
}

#examples {
    background-image: linear-gradient(to right, #1d1d1d, #022465);
    background-size: cover;
    background-attachment: fixed;
    color: white;
    padding: 30px 20px;
}


#introduce {
    color: white;
    background: black;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 20px;
}

#introduce {
    margin: 0 auto;
}
/*---CONTACT--*/

#contact {
    padding-top: 40px;
    background-color: #272727;
}





/*---CTA--*/

#cta {
    background-color: #191919;
    min-height: 300px;
    padding-top: 80px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
}

#cta h2, #cta p {
    color: #fcfcfc;
    font-size: 3.5rem;
}

.btn {
    margin: 20px;
    font-size: 2.2rem;
    line-height: 2rem;
    border-radius: 5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.btn-hire {
    background-color: #525252;
    color: rgb(255, 255, 255);
    border: 1px solid #343434;
}

.btn-primary {
    background-color: #525252;
    color: rgb(255, 255, 255);
    border: 1px solid #343434;
}

.btn-primary:hover {
    color: #3b3b3b;
    background-color: #ffffff;
    border: 1px solid #343434;
}

.btn-hire:hover {
    background-color: white;
    color: rgb(56, 56, 56);
    border: 1px solid #393838;
}


#cta, .smaller-text {
    font-size: 2rem;
}



/*---FOOTER--*/

footer {
    background-color: #1c1c1c;
    color: white;
    overflow-x: hidden;
    text-transform: uppercase;
    padding-top: 20px
}

.footer-details {
    margin: 0 auto;
    font-size: 1.3rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
    line-height: 2.5rem;
}

#footer a {
    color: white;
}


/*---MEDIA QUERIES--*/

/*--MEDIAQUERIES MAX-WIDTH: 992---*/

@media (max-width: 992px) {
    .footer-details {
        text-align: center;
        font-size: 1.2rem;
    }
    .worklogo {
        max-width: 300px;
    }
    #home {background-size: 100vh auto}
    
    .large-text {
         font-size: 1.5em;
    }
}


/*--MEDIAQUERIES MAX-WIDTH: 767---*/

@media (max-width: 767px) {
    .form-container {
        padding: 0 0px;
    }
    .footer-details {
        text-align: center;
    }
    .footer-details .col-md-3,
    .footer-details .col-sm-4 {
        margin-bottom: 20px;
    }
    .navbar-inverse .navbar-nav li a {
        font-size: 1.1em;
        margin-bottom: 20px;
        text-align: center;
        width: 60%;
        margin: 20px auto;
    }
    #me-details {
        text-align: center;
    }
    .calendar {
        text-align: center;
    }
    .worklogo {
        max-width: 300px;
    }
    .large-text {
        font-size: 1.3em;
    }
      .home-inner, #interview, #drone, #podcast, #process, #examples {
        background-attachment: scroll;
    }

    #cta h2, #cta p {
    color: #fcfcfc;
    font-size: 2.3rem;
    }
}
    
    

@media (max-width: 360px) {
    h1 {
        font-size: 1.6em;
    }
    .calendar {
        text-align: center;
    }
    .worklogo {
        max-width: 250px;
    }
    #home {
        background-size: 100vh auto
    }
    .large-text {font-size: 1.3em;
    }  
    .home-inner, #interview, #drone, #podcast, #process, #examples {
        background-attachment: scroll;
    }
}
