/*// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }*/
@media(min-width:300px) and (max-width:470px){
     .prof-job-title{
        font-size: 100%;
        text-align: center;
        margin: 10vh;
        margin-top: 15vh;
    }
    .prof-job-title .name{
        font-size: 150%;
    }
     .main{
        height: 50vh;
        background-position: bottom;
    }
    .overlay{
        height: 50vh;
        width: 100%;
    }
    .profile-pic{
        margin-top: 5vh;
        height: 30vh;
    }
    .obj{
        font-size: 100%;
        padding: 3vh 2vh;
        text-align: center;
    }
    #skills{
        overflow: hidden;
    }
    .social-links{
        position: relative;
    }
    .semicolon{
        font-size: 30px;
    }
    footer .fab, footer .fa{
        font-size: 24px;
    }
    .scene{
           left: -100px;
    transform: scale(0.6);
    }
    .footer{
        height: 65px;
    }
    .andela-logo{
        width: 50%;
    }
}
@media(min-width:471px) and (max-width: 576px){
    .main{
        height: 50vh;
        background-position: bottom;
    }
    .overlay{
        height: 50vh;
        width: 100%;
    }
    .profile-pic{
        margin-top: 5vh;
    }
    .obj{
        color: white;
        font-size: 18px;
        padding: 3vh 3vh;
        text-align: center;
    }
    .social-links{
        position: relative;
    }
    .prof-job-title{
        font-size: 120%;
        text-align: center;
    }
    .prof-job-title .name{
        font-size: 150%;
    }
    .semicolon{
        font-size: 30px;
    }
    footer .fab, footer .fa{
        font-size: 24px;
    }
    .andela-logo{
        width: 50%;
    }
}
@media (min-width: 577px) { 
    .main{
        height: 50vh;
        background-position: bottom;
    }
    .overlay{
        height: 50vh;
    }
    .profile-pic{
        margin-top: 5vh;
    }
    .obj{
        color: white;
        font-size: 18px;
        padding: 3vh 3vh;
        text-align: center;
    }
    .social-links{
        position: relative;
    }
    .prof-job-title{
        font-size: 120%;
        text-align: center;
    }
    .prof-job-title .name{
        font-size: 150%;
    }
}
@media (min-width: 769px) { 
    .nav-link{
        font-size:120%;
    }
    /*
    */.profile-pic{
        margin-top: 5vh;
    }
    .obj{
        padding: 3vh 3vh;
        text-align: center;
    }
    .social-links{
        position: relative;
    }
    .prof-job-title{
        font-size: 200%;
    }
    .prof-job-title .name{
        font-size: 200%;
    }
}
@media (min-width: 992px) { 
    .profile-pic{
        margin-top: 10vh;
    }
    .main{
        height: 100vh;
    }
    .overlay{
        height: 100vh;
    }
    .side{
        height: 100vh;
    }
    .semicolon{
        font-size: 35px;
    }
}
@media (min-width:1200px){
    body{
        word-break: break-word;
        /*    box-sizing: border-box;
            width: 100%;*/
        /*height: 3000vh;*/
    }
    .nav{
        position: fixed;
    }
    .main{
        background-image: url('../images/laptop-notebook.jpg') ;
        background-size: cover;
        background-position: center;
        height: 100vh;
        position: relative;
        /* parrallax */
        background-attachment: fixed;
        background-repeat: no-repeat;
    }
    .overlay{
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #4a4e5396;
    }
    .btn-cv{
        border: 3px solid;
    }
    .profile-pic{
        /*height: 40vh;*/
        height: 35vh;
        margin-top: 10vh;
    }
    .obj{
        color: white;
        font-size: 18px;
        padding: 50px 20px 20px 20px;
    }
    .social-links{
        bottom: 20px;
        position: absolute;
    }
    .social-links a, .social-links a:hover{
        font-size: 28px;
        margin:0 5px;
        color: white;
    }
    .prof-job-title{
        color: white;
        font-size: 45px;
        margin: 20vh;
    }
    .prof-job-title .name{
        font-size: 100px;
    }
    .nav-link{
        font-size: 24px;
    }
    #experience, #skills{
        /*background-color: #efefef;*/
        background-color: #fafafa;
        padding: 5vh;
    }
    .job-img{
        display: block;
    }
    .company-name{
        font-size: 22px;
    }
    .company-name.aura{
        color: #fd7601;
    }
    #experience .job-title{
        font-size: 24px;
        margin-bottom: 0;
    }
    .company-name.valeo{
        color: #73ca02;
    }
    /*.section-title{
        border: 1px solid #890e41;
        padding: 13px 200px;
    }*/
    #experience h2{
        margin-bottom: 10vh;
    }
    /*BEGIN EDUCATION*/
    #education{
        background-image: url('../images/open-book-white.jpg') ;
        background-size: cover;
        background-position: bottom;
        /*min-height: 100vh;*/
        position: relative;
        /* parrallax */
        background-attachment: fixed;
        background-repeat: no-repeat;
        padding: 5vh;
    }
    .edu-icon{
        font-size: 100px;
    }
    .edu-icon .fa{
        display: inline-block;
        border-radius: 50%;
        /* box-shadow: 0px 0px 2px #888; */
        /* padding: 0.5em 0.6em; */
        /*border: 1px solid #a94257;*/
        padding: 30px;
        /*background: #a0a0a0ed;*/
        background: #a6a6a6;
        background: #3c3c3c;
        /*#a94257*/
        /*#a0a0a0ed*/
        /*#3c3c3c*/
        /*text-shadow: 3px 0px 3px #a94257;*/ 
        color: #f6f6f6;
        /*color:black;*/
    }
    .edu-icon .fa-school{
        font-size: 90px;
        padding: 35px;
    }
    #education p{
        margin-bottom: 0;
    }
    #education .title{
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
        color: #870a1a;
    }
    #education .year{
        font-size: 14px;
        color: #666666;
    }
    #education .major{
        /*font-weight: bold;*/
        color: #3c3c3c;

    }
    #education h2, #skills h2{
        margin-bottom: 5vh;
    }
    #education .school{
        font-weight: 500;
    }
    /*END EDUCATION*/
    /*BEGIN SKILLS*/
    .semicolon{
        font-size: 40px;
        font-family: "Arial Black", Gadget, sans-serif;
        text-shadow:
            -1px -1px 0 #b1123d,  
            1px -1px 0 #b1123d,
            -1px 1px 0 #b1123d,
            1px 1px 0 #b1123d;
        color: #efefef;
        /*color:white;*/
    }
    .fill{
        color: #b1123d;
    }
    .skills-level{
        height: 50px;
        /*line-height: 80px;*/
    }
    .skill{
        font-size: 18px;
        font-weight: 600;
        color: #3c3c3c;
        /*height: 70px;*/
        /*line-height: 70px;*/
        /*padding: 25px 0;*/
        /*max-width: 10px;*/
    }
    tr{
        /*    padding: 0;
            margin: 0;*/
        /*height: 10px;*/
    }
    .skills-table tr td{
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        /*max-width: 10px;*/
        /*margin: 0 !importasnt;*/
    }
    .skills-table{
        margin: 0 auto;
    }
    .sub-title{
        color: #526579;
        /*margin-bottom: 5vh;*/
    }
    .tools li{
        display: inline;
        padding: 10px;
    }
    .tools .netbeans img{
        background-color: #021a72;
    }
    /*.tools .atom img{
        background-color: #343233;
    }*/
    .tools img{
        height:50px;
        /*width: 50px;*/
    }
    .netbeans img{
        width: 150px;
    }
    .sourcetree img, .bitbucket img{
        width: 200px;
    }
    .concepts li{
        /*display: inline;*/
        list-style: none;
        margin-bottom: 5px;
    }

    .skills-main{
        margin-bottom: 5vh;
    }
    .card{
        height: 100%;
    }
    .tools-sub{
        margin-bottom: 5vh;
    }
    /*END SKILLS*/
    /*BEGIN CERTIFICATES*/
    #certificates{
        background-image: url('../images/white-brick-wall.jpg');
        background-color:#fafafa;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    #certificates{
        padding: 5vh;
    }

    .scene {
        /*border: 1px solid #CCC;*/
        margin: 40px 0;
        position: relative;
        width: 510px;
        height: 440px;
        margin: 0 auto;
        perspective: 1000px;
    }

    .carousel {
        width: 100%;
        height: 100%;
        position: absolute;
        transform: translateZ(-288px);
        transform-style: preserve-3d;
        transition: transform 1s;
    }

    .carousel__cell {
        position: absolute;
        width: 490px;
        /*height: 120px;*/
        height: 394px;
        left: 10px;
        top: 10px;
        /*border: 2px solid black;*/
        line-height: 116px;
        font-size: 80px;
        font-weight: bold;
        color: white;
        text-align: center;
        transition: transform 1s, opacity 1s;
        box-shadow: 5px 5px 10px 7px #888888;
    }

    /*.carousel__cell:nth-child(9n+1) { background: hsla(  0, 100%, 50%, 0.8); }
    .carousel__cell:nth-child(9n+2) { background: hsla( 40, 100%, 50%, 0.8); }
    .carousel__cell:nth-child(9n+3) { background: hsla( 80, 100%, 50%, 0.8); }
    .carousel__cell:nth-child(9n+4) { background: hsla(120, 100%, 50%, 0.8); }
    .carousel__cell:nth-child(9n+5) { background: hsla(160, 100%, 50%, 0.8); }
    .carousel__cell:nth-child(9n+6) { background: hsla(200, 100%, 50%, 0.8); }
    .carousel__cell:nth-child(9n+7) { background: hsla(240, 100%, 50%, 0.8); }
    .carousel__cell:nth-child(9n+8) { background: hsla(280, 100%, 50%, 0.8); }
    .carousel__cell:nth-child(9n+0) { background: hsla(320, 100%, 50%, 0.8); }*/

    .carousel__cell:nth-child(1) { transform: rotateY(  0deg) translateZ(288px); }
    .carousel__cell:nth-child(2) { transform: rotateY( 40deg) translateZ(288px); }
    .carousel__cell:nth-child(3) { transform: rotateY( 80deg) translateZ(288px); }
    .carousel__cell:nth-child(4) { transform: rotateY(120deg) translateZ(288px); }
    .carousel__cell:nth-child(5) { transform: rotateY(160deg) translateZ(288px); }
    .carousel__cell:nth-child(6) { transform: rotateY(200deg) translateZ(288px); }
    .carousel__cell:nth-child(7) { transform: rotateY(240deg) translateZ(288px); }
    .carousel__cell:nth-child(8) { transform: rotateY(280deg) translateZ(288px); }
    .carousel__cell:nth-child(9) { transform: rotateY(320deg) translateZ(288px); }



    .carousel-options {
        text-align: center;
        position: relative;
        z-index: 2;
        /*background: hsla(0, 0%, 100%, 0.8);*/
    }

    .carousel__cell img{
        width: 490px;
        height: 390px;
    }
    .carousel-options .fa{
        font-size: 36px;
        /*    color: #2188a5;
            border-color: #2188a5;*/
        color:#254460;
        border-color: #254460;
    }
    /*https://codepen.io/desandro/pen/wjeBpp*/
    /*END CERTIFICATES*/

    /*BEGIN CONTACT ME*/
    #contact-me{
        background-color: #fafafa;
    }
    #contact-me{
        padding: 5vh;
    }
    #contact-me form{
        padding:5vh;
    }
    .find-me li{
        display: inline-block;
        /*width: 25%;*/
        /*margin-right: 3%;*/
        text-align: center;
    }
    /*.find-me li img{
            width: 50px;
    }
    .find-me .freecodecamp{
            width: 30%;
    }
    .freecodecamp img{
            width: 150px;
    }*/
    .find-me img{
        max-width:100%;
    }
    #submit{
        display:block;
    }
    .lynda img, .github img, .freecodecamp img{
        width: 75px;
        height: 75px;
    }
    .linkedin img{
        height: 75px;
        padding-left: 11px;
    }
    .freecodecamp img{
        background-color: #006400;
    }
    footer{
        /*position: absolute;*/
        bottom:0;
        width: 100%;
        height: 40px;
    }
    footer .fab, footer .fa{
        font-size: 28px;
        margin: 5px;
    }
    .copyrights{
        display: inline-block;
        /*padding: 10px 0;*/
        padding-top: 5px;
    }
    .email{
        margin-right: 50px;
    }

    /*END CONTACT ME*/
    /*BEGIN FOOTER*/
    footer a, footer a:hover{
        color: white;
    }
    /*END FOOTER*/

}