*{
    margin:0;
    padding:0;

}

header{
    width: 100%;
    display: block;
}

.top{
    width:100%;
    min-height: 80px;
}

footer{
    
    width: 100%;
    height: 70px;
    display: block;
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.767);
    background: rgba(0, 0, 0, 0.281);
   bottom: 0px;
    
}

/* All informaion for the navigation menu on the top of every page. */
.nav-menu{

    float: right;
        list-style:none;
        margin-top:30px;
        margin-right: 85px;
}
.nav-menu li{
            display: inline-block;
}
.nav-menu li a {
    color: black;
    text-decoration:none;
    padding:5px 20px;
    font-family:"Verdana", "sans-serif";
    font-size:20px;

}
.nav-menu li a:hover{
    border: 2px solid black;
    background-color: rgba(245, 246, 248, 0.979);
}

.text-box{
   width: 100%;
   color: white;
   text-align: center;
}



/* Styles and fonts or the text-box elements. */
h1{
    font-size: 55px;
    margin-bottom: 30px;
    margin-top: 60px;
    width: 100%;
    color: white;
    text-align: center;
}

.text-box h2{
    margin: 10px 0 20px;
    font-size: 20px;
    font-style:initial;    
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    margin-top: 20px;
}

.text-box h3{
    list-style: none;
    text-decoration: none;
    margin: 10px 0 20px;
    font-size: 16px;
    font-style:initial;    
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    padding-top: 20px;
}


.text-box p{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    
}

/* Images with the same sizes for the portfolio. */
.img-container img{
    max-width: 50%;
    width: 600px;
    height: 800px;
    margin-top: 100px;


}


 
 .contactline li{
    display: inline-block;
    
    list-style:none;
    margin:100px auto;
    margin-left: 30px;
    
}

.contactline li a {
background: transparent;
border: 1px solid rgba(0, 0, 0, 0.712);
text-decoration:none;
padding:5px 20px;
font-family:"Verdana", "sans-serif";
font-size:20px;
color: white;


}
/* Hover effect to hightlight the contact box you are currely showing. */
.contactline li a:hover{
background-color: rgba(0, 0, 0, 0.548);
transition: 0.7s;
}
 
.resume{
    
    width: 50%;
    height: 85%;
    text-decoration: none;
    text-align: center;
    color: white;
    border: 1px solid white;
    padding: 12px 24px;
    font-size: 13px;
    background: rgba(59, 59, 59, 0.24);
    margin: 20px auto;
    margin-bottom: 50px;
}
      

/* Different font styles for the resume. */
.resume h1{
    font-size: 55px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.resume h2{
    margin: 10px 0 20px;
    font-size: 20px;
    font-style:initial;    
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}
.resume h3{
    list-style: none;
    text-decoration: none;
    margin: 10px 0 20px;
    font-size: 16px;
    font-style:initial;    
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    margin-top: 30px;

}
.resume p{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    margin-bottom: 40px;
}
/* Star images to show skill leveel. */
.small-img img{
 width: 20px;
 height: 20px;
 margin-bottom: 30px;
}

.contact-link{
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 12px 24px;
    font-size: 14px;
    background: rgba(59, 59, 59, 0.24);
    margin: 30px auto;
}

.contact-link:hover{
    border: 1px solid lightgrey;
    background:rgba(5, 5, 5, 0.568);
    transition: 0.7s;

}
/* Link of the contact images on the resume. */
.resume-link img{
   
    height: 40px;
    width: 40px;
}




body{
    background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),url('img/DSC_0011.JPG');
    background-size:cover;
    background-attachment: fixed;
}

/* Hightlighting the navigation box of the page that you are currently on. */

.resumebutton a {
    border: 2px solid black;
    background-color: rgba(245, 246, 248, 0.979);

}
.portfoliobutton a{
    border: 2px solid black;
    background-color: rgba(245, 246, 248, 0.979);

}
.contactbutton a {
    border: 2px solid black;
    background-color: rgba(245, 246, 248, 0.979);

}
.aboutbutton a {
    border: 2px solid black;
    background-color: rgba(245, 246, 248, 0.979);

}

.processbutton a {
    border: 2px solid black;
    background-color: rgba(245, 246, 248, 0.979);

}

.hobbies{
    display: block;
    box-sizing: border-box;
    width: 100px;
    background-color:rgba(0, 0, 0, 0.39);
    text-align: center;
    margin: 0 auto;
    padding: 1rem;

}
.hobbies ul {
    margin: 0 auto;
    padding: 1rem;
    padding-top: 0;
    text-align: center;
}



