
/* TAGS */
footer{
    
    position: sticky;
    background-color: #004aad;
    
}

footer div{
    padding-bottom: 2em;
}

footer div a{
    text-decoration: none;
    color: white;
    text-align: center;
    margin-top: 1%;
}

footer div a:hover{
    text-decoration: none;
    color: rgb(96, 96, 151)
}

/* IDS */

#detailedNav{
    background-color: darkgray;
    margin: auto auto auto auto;
    width: 80%;
}

#credits{
    border-top: solid white 1px;
    display: grid;
    justify-items: center;
    margin: auto;
        width: 80%;
}

#detailedNav hr {
    border-color: whitesmoke;
}


.display {
    border-radius: 1%; 
    padding: 1% 1%; 
    margin: 5%;
    color: white;
    font-size: 1.25rem;
    background-color: inherit;
}

.display  h3{ 
    text-align: left;
    margin-top: 0%;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}


.contact a:hover {
  color: rgb(112, 141, 150);
}