@font-face {
    font-family: Unifraktur;
    src:url("UnifrakturMaguntia-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
body {

    background: #4e4d4d;
    font-family:Arial,Helvetica,sans-serif;
    margin: 0;
} 

#top {
    text-align: center;
}
#logo-name {
    font-family : Unifraktur;
    font-weight: bold;
    font-size: 200%;
    border-top:solid 5px black;
    border-bottom:solid 5px red; 
    margin-top: 8px;
    margin-bottom: 8px;
}
#navigation a {
    text-decoration: none;
    color:gray;
    margin-bottom: 8px;
}

  /* Dropdown Button */
.dropbtn {
    background-color: #4e4d4d;
    color: gray;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #4e4d4d;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: gray;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: 4e4d4d}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #4e4d4d ;
}
 
 

 
#navigation a:hover {
    color:tomato;
}
#image img {
    width: 100%; 
    height: auto;
     
}
#image2 img {
    
    width: 50%; 
    height: auto;
    
}
#main {
    max-width: 1200px;
    margin: auto;
    border-top:solid 3px black; 
    border-bottom:solid 3px black; 
    padding-top: 16px;
    padding-bottom: 32px;
}
#footer a{
    text-decoration: none;
    text-align: center;
    color: gray;
    padding: 8px;
}