    *{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Montserrat', sans-serif;
    
}

html, body{
    height: 100%;
}



#wrapper{
    position: relative;
    min-height: 100%;
    width: 1200px;
    margin: 0 auto;
}

#logo img{
    width: auto;
    height: 110px;
    margin-left: 15px;
    margin-top: 5px;
}

header{
    position: fixed;
    top: 0;
    max-width: 1200px;
    width: 100%;
    height: 120px;
    background-color: white;
    z-index: 1;
}

#to_home{
    color: black;
    text-decoration: none;
}



nav{
    position: absolute;
    right:0 ;
    top: 0;
    margin: 45px 40px 0 10px;
}
nav li{
    display: inline-block;
    padding-right: 20px;
    font-size: 1.3em; 
    font-weight: bold;
}
nav a{
    display: table-cell;
    padding: 5px 15px;
    position: relative;
    letter-spacing: 3.5px;
    color: #666666;
    text-decoration: none;
} 
nav li a:hover{
    color: black;
}
nav li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  right: 0%;
  position: absolute;
  background: #3dcaff;
  transition: width 0.7s ease 0s, right 0.7s ease 0s;
  width: 0;
}
nav li a:hover:after { 
  width: 100%; 
  left: 0;
}

#auto{
    width: 1200px;
    position: relative;
    margin-left: -0vw;
    margin-right: 50vw;
    text-align: left;
}



article{
    padding-top: 170px;
    padding-bottom: 4em;
}
#h1{
    text-align: center;
    font-size: 3.75em;
    color: #414147;
    letter-spacing: 4.0px;
    word-spacing: 10px;
}
#h3{
    text-align: center;
    font-size: 3em;
    color: #414147;
    letter-spacing: 3.5px;
    word-spacing: 10px;
}
#h2{
    text-align: center;
    font-size: 1.2em;
    color: #676775;
    letter-spacing: 3.5px;
    margin-bottom: 40px;
}
#articletext{
    margin: 100px 20px;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 1.5px;
}
#articletext a{
    color: black;
}

#contact a{
    text-decoration: none;
    color: black;
}
#contactfinisher{
    margin-top: 50px;   
}

#downloadbox{
    margin-top: 100px;
}
#downloadbox a{
    justify-content: center;
    display: flex;
    margin-top: 75px;
}
#downloadbox a{
    text-decoration: none;
}
footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    clear: both;
    padding-bottom: 10px;
    text-align: center;
    font-style: oblique;
    font-size: 0.8em;   
}

footer a{
    color: black;
}

footer a:hover{
    color: dodgerblue;
}






#intro-cv{
    font-size: 1em;
    margin: 50px 0 60px 50px;
    text-align:justify;
}

#down{
    font-size: 1em;
    line-height: 1.5em;
    margin: 75px 75px 75px 0;
    font-weight: bold;
}

#down a{
    color: black;
    font-size: 1.4em;
}

#down a:hover{
    color: deepskyblue;
}

hr{
    width: 100%;
    height: 4px;
    background-color: deepskyblue;
    color: deepskyblue;
}

#download{
    margin: 50px 67.5px;
}

#download p{
    color: black;
    font-size: 1.5em;
    text-decoration: underline;
    text-decoration-color: deepskyblue;
    margin-bottom: 30px;
}
#download a{
    line-height: 3em;
    color: black;
    font-size: 1.2em;
    text-decoration: none;
}
#download a:hover{
    color: deepskyblue;
    text-decoration: underline;
}



/*Repsonsive!*/
@media only screen and (max-width:1200px){
    
    nav li{
        font-size: 1em;
    }
    #wrapper{
        width: 100%;
    }
    article{
        width: 100%;
    }
    #h1{
        font-size: 3em;
    }
    #h2{
        font-size: 0.8em;
    }
    #h3{
        font-size: 2.2em;
    }
    #articletext{
        font-size: 0.95em;
        margin-top: 30px;
    }
    #auto{
        width: 100%;
        
    }
    
    
}

@media only screen and (max-width:900px){
    
    #articletext{
        margin-top: 30px;
    }
}

@media only screen and (max-width:600px){

    .container {
        display: inline-block;
        cursor: pointer;
        padding-top: 5px;
        padding-left: 20px;   
    }
    .bar1, .bar2, .bar3 {
          width: 27px;
          height: 2px;
          background-color: black ;
          margin: 7px 0;
          transition: 0.7s;
    }
    .change .bar1 {
          -webkit-transform: rotate(-45deg) translate(-8px, 4px);
          transform: rotate(-405deg) translate(-9px, 4px);
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
          -webkit-transform: rotate(45deg) translate(-8px, -4px);
          transform: rotate(405deg) translate(-9px, -4px);
    }
    
nav{
        margin: 0;
        position: relative;
        background-color: white;
        width: 100%;
        height: 100vh;
        display: none;
    }
    nav ul li{
        display: list-item;
        list-style-type: none;
    }
    nav a{
        display: list-item;
        z-index: 2;
        text-decoration: none;
        text-align: center;
        transform: translate(0, 350%);
        padding-bottom: 50px;
        transition: 0.5s;
        background-color: ;
    }
    nav li a:hover:after { 
        width: 0; 
        left: 0; 
    }
    #toggleIcon{
        position:fixed ;
        right: 25px;
        top: 15px;
        z-index: 1;
    } 
    

    #wrapper{
        width: 100%;
        
    }
    header{
        background-color: white;
        width: 100%;
        height: 70px;  
    }
    #logo img{
        width: auto;
        height: 60px;
        margin-left: 15px;
        margin-top: 5px;
    }
    
    article{
        width: 100%;
        padding-top: 120px;
    }

    #h1{
        font-size: 1.7em;
    }
    #h2{
        font-size: 0.7em;
    }
    #h3{
        font-size: 1.5em;
    }
  
    #articletext{
        margin: 40px 5px;
        font-size: 0.8em;
        
    }
    #downloadbox a{
        margin-top: 40px;
    }

    footer{
        width: 100%;
    }
}


