/* Important */

body {
    text-decoration: none;
    color: black;
    background-color: azure;
}

.main {
    background-image: url(background.jpeg);
    background-size: cover;
    background-position: center;
    height: 95vh;
    background-repeat: no-repeat;
    margin: 7px -8px 0px -8px;    
}

/* Logo */

.logo img {
    width: 60px;
    margin-left: 13px;
    margin-top: 2px;
}

/* Navigation */

.navigationbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-style: solid;
    padding: 4px;
    border-color: rgb(73,197,216);
    background-color: rgb(73,197,216);
    margin: -8px;
    width: 100.15%;
}
  
.navigation {
    float: right;
  }
  
.navigation a {
    display: block;
    background-color:azure;
    text-align: center;
    border-style: solid;
    padding: 15px 35px;
    color: black;
    border-color: rgb(73,197,216);
    text-decoration: none;
    font-size: 18px;
    border-radius: 10px;
    margin: 3px 10px;
}
.navigation a:active,
.navigation a:hover {
    background-color: rgb(73,197,216);
    border-color: black;
    color: black;
    border-radius: 10px;
    transition-duration: 0.3s;
}

/* Title */

.title .firstname {
    color: rgb(73,197,216);
    font-size: 150px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    font-family: monospace;
    text-align: center;
}

.title .lastname {
    color: rgb(73,197,216);
    font-size: 150px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translateX(-50%);
    font-family: monospace;
    text-align: center;
}

.title img {
    height: 75px;
    width: 75px;
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translateX(-50%);
}

/* About Me */

.aboutme {
    background-image: url(aboutbackground.gif);
    background-size: contain;
    background-position: center;
    height: 100vh;
    background-repeat: repeat-y;
}

.aboutmetitle {
    border-style: solid;
    border-color: rgb(73,197,216);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
    margin-left: 10%;
    font-size: 30px;
    font-family: monospace;
}

.aboutmetext {
    line-height: 40px;
    font-size: 16px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    margin: 0 30% 50px 10%;
    display: inline-block;
}
