* {
    box-sizing: border-box;
}



body {
    padding-top: 55px;
}


.navbar {
    display: table-row;
    position: fixed;
    top: 0; /* Position the navbar at the top */
    width: 100%; /* Full width */
    max-width:100%;
    font-family: 'Montserrat', sans-serif;
    background-color: black;
    z-index: 4;
}

.logo{
    float:left;
    width:15px;
    height:15px;
}

.navbar-links {
    font-size: 18px;
    line-height: 13px;
    border-radius: 8px;
    text-align: center; 
    border: none;
    outline: none;
    color: white;
}

.navbar-links ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar-links li {
    list-style: none;
}

.navbar-links li a {
    display: block;
    text-decoration: none;
    color: steelblue;
    padding: 1rem;
}

.navbar-links li:hover {
    background-color: #555555;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: orange;
    border-radius: 12px;
}

h1.header{
    color: whitesmoke;
    font-size: x-large;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h2.facts{
    color: whitesmoke;
    font-size: 25px;
}

interests{
    color:aquamarine;
    font-size: smaller;
}

body{
    background-color: black;
}


.interests {
    color:skyblue;
    font-size: 20px;
}

.info {
    color: skyblue;
    font-size:20px
}

.email {
    color: ghostwhite;
    size:20px
}

.resume {
    color: skyblue;
    font-size:20px
}
