
/*======================================
      Custom CSS settings
=======================================
*
*   1. Typography
*   2. Header
*   3. Nav
*   4. Messages
*   5. Main
*   6. Keypoints
*   7. Bio
*   8. Projects
*   9. Skills
*   10. Contact
*   11. Footer
*
*
*
***********************************************/*

/*-------------Typography---------------------*/
h1, h2, h3, h4, h5, h6{
    font-family: 'Oxygen', sans-serif;
}
h1{
    font-size: 2.5rem;
}
h2{
    font-size: 2.2rem;
}
body{
    background-color: rgb(221, 221, 221) !important;
}
.title{
    font-weight: 900;
    padding: 1em 0;
}
/*   Smooth scrolling    */
html{
    scroll-behavior: smooth;
}
 /*-------------------------Header---------------------------*/
header{
    background-image: linear-gradient(60deg, #2b2b2b, #696969, #4e4e4e) ;
    color: #fff;
    padding-top: 2em;
    padding-bottom: 2em;
}
.header-container{
    position: relative;
    left:-4em;
}
.header-pic{
    float: right;
    height: 450px;
    max-width: 90vw;
    border-radius: 15px;
    opacity: .7;
}
.header-tekst{
    max-width: 250px;
}
/* header-titel*/
@media (max-width: 585px) { 
    .header-titel{
        position: relative;
        left: -3em;
    }
}
/*---------------------------Nav---------------------------------*/
nav{
    background-image: linear-gradient(#999 20% ,rgb(99, 99, 99) 80%, #474747) ;
    border-bottom: 1px solid black;
}
.nav-link{
    color: #d7d7d7!important;
    font-size: 1.2em;
}
.nav-link:hover{
    color:rgb(255, 166, 94)!important;
}
.navbar-nav{
    flex-direction: row !important;
}
.logo{
    color: white;
}
.logo:hover{
    text-decoration: none;
    opacity: .65;
}
.logo img{
    width: 7em;
}
/*------------------------Messages------------------------------*/
#messages{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
/*--------------------------Main--------------------------------*/
main{
    max-width: 1000px;
    margin: 0 auto;
}
/*---------------------Section Keypoints---------------------------*/ 
.keypoints{
    background-color: #fff;
    padding-top: 2em;
    padding-bottom: 3em;
}
.card{
    width: 15rem;
    border: 1px solid #111;
    box-shadow: 5px 5px 15px #333;
}
.card>i{
    font-size: 3em !important;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 5px #cccccc;
}

/* Make keypoints less wide when too less screenwidth*/
@media (max-width: 768px) { 
    .card{
        width: 10rem !important;
    } 
}
/* Make keypoints 90% when shown single*/
@media (max-width: 575px){
    .card{
        width: 80vw !important;
    }
}

/*---------------------Section Bio---------------------------------*/ 
.bio{
    padding-top: 2em;
    background-color: #3f3f3f;
    color: #fff;
}
.tekstvlak{
    margin-top: 4.5em;
    width: 100%;
    padding-bottom: 2em;
}
.bio-content{
    background-color: #454545;
    /* width: 45vw; */
    margin: 0 auto;
    padding-bottom: 10px;
}
.bio-tekst{
    max-width: 85% !important;
    width: 100% !important;
}
.tekst-link{
    color: rgb(164, 184, 245) !important;
    text-decoration: none !important;
}
.tekst-link:hover{
    color: rgb(255, 166, 94) !important;
}
.bio-pic{
    position: relative;
    top: -2em;
    width: 40vw;
    max-width: 250px;
    max-height: 350px;
}
@media (max-width: 470px){
    .bio-pic{
        top: 50%;
        transform: translateY(-50%);
    }
}
/*---------------------Section Projects---------------------------*/ 
.projects{
    background-color: #fff;
    padding: 1em;
}
a.project-link-github{
    font-size: 2em;
    color: white;
}
span.project-link-github{
    font-size: 2em;
    color: lightgrey;
}
a.project-link-github:hover{
    text-decoration: none;
    color: rgb(255, 166, 94);
}
.project-link-github small{
    font-size: 14px;
    margin-left: 5px;
}
.project-image{
    width: 100%;
    height: 170px;
}
.card{
    width: 100% !important;
}
@media (max-width: 770px){
    .cards{
        display: block !important; 
    }
}
/*---------------------Section Skills---------------------------*/ 
.skills{
    background: url('../img/roadmap_lowres.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 3em;
}
.skills-sub-title{
    font-size: .6em;
}
.skills-container{
    opacity: 1;
}
.skills h3{
    font-size: 1.2em;
}
.skills ul{
    list-style: none;
}
.skills ul ul{
    list-style-image: url("../img/arrow.gif");
}
/*---------------------Section Contact---------------------------*/ 
.contact{
    background-image: linear-gradient(#ccc, #eee, #ccc) ;
    padding: 2em 0;
}

.btn-verzend-contact{
    padding: 0.25em 2em !important;
    font-size: 1.5em !important;
}

.input-group-text{
    padding: .1em .25em !important;
    background-color: #dbdbdb !important;
}

/*---------------------Footer--------------------------------*/ 
footer{
    background-color: #3f3f3f;
    padding-top: 2em;
    padding-bottom: 1em;
    color: #fff;
    text-align: center;
}
.footer-container{
    max-width: 90%;
}
.nav-link{
    padding: 10px!important;
}
.nav-link-footer{
    color: #ddd;
}
.nav-link-footer:hover{
    color: rgb(255, 166, 94);
}
.footer-links{
    font-size: 30px;
    margin: 0;
    line-height: .5;
    margin-bottom: 1em;
}
.footer-links a:hover{
    color: rgb(255, 166, 94);
    text-decoration: none;
}
.footer-links a{
    color: #ddd;
}

.footer-links li{
    margin: 0 .5em;
}
.logo-footer{
    margin-right: 0;
}
.logo-footer:hover{
    color: rgb(255, 166, 94);
}
.copyright{
    color: #bbb;
}
@media (max-width: 590px){
    .footer-top{
        flex-direction: column;
    }
}
