body {
    background-image: linear-gradient(#D4DEDE, #008080);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center top;
    font-family: Chicago, Arial, Comic-Sans;
    font-size: 16px;
}

a {
    color: #C8EAEA;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #C8EAEA;
}



#header {
    color: #C8EAEA;
    text-align: center;
}

#container {
    background-color: #008080;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px 0px 10px;
    border-style: outset;
    border-width: medium;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#content {
    padding: 10px 10px 10px 10px;
    background-color: #008080;
    color: #C8EAEA;
    text-align: left;
    font-weight: normal;
}

#content a {
    color: #C8EAEA;
    text-decoration: none;
    border-bottom: 1px dotted #C8EAEA;
    transition: color 0.1s ease, border-bottom 0.1s ease;
}

#content a:hover {
    color: #333;
    border-bottom: 1px solid #333;
}

#nav {
    text-align: center;
    text-decoration: none;
}

#title {
    color: #C8EAEA;
    text-align: center;
}

#footer {
    color: #D4DEDE;
    text-align: center;
}

#underc {
    color: #d26d6d;
    text-align: center;
}

#webbuttons {
    text-align: center;
}

.special {
    color: #C8EAEA;
    text-align: center;
    font-weight: bold;
}

.specialtwo {
    color: #C8EAEA;
    text-align: center;
    font-weight: bold;
}

#nav button {
    background-color: #008080;
    border: outset;
    color: #D4DEDE;
    padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

#nav .selected {
    background-color: #0F5757;
    border: outset;
    color: white;
    padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

#nav button:hover {
    background-color: #14ADAD;
    color: #003333;
    padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

button:hover {
    background-color: #FFDBE9;
    color: #15CBCB;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

button {
    padding: 9px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background: #15CBCB;
    color: #15CBCB;
    font-weight: bold;
}

table {
    font-weight: normal;
    border-spacing: 10px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.fa-brands {
    padding: 10px;
    font-size: 16px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    background: #D4DEDE;
    color: #D4DEDE;
}

.fa-brands:hover {
    background: #D4DEDE;
    color: #C8EAEA;
}

div.photos {
    margin: 5px;
    border: inset;
    float: left;
    width: 180px;
}

@media screen and (max-width: 800px) {
    .inner-grid {
        flex: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .inner-grid {
        flex: 100%;
        max-width: 100%;
}

.listtable {
    border-collapse: collapse;
    padding: 1px;
}

#content .specialimg {
    padding: 2px;
    background-color: #C8EAEA;
}

.about-section {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}
    
.about-image {
    margin-right: 20px;
}
    
.about-facts {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
}
    
.about-facts li {
    margin-bottom: 10px;
}
    
    @media (max-width: 900px) {
        #container {
            width: 100%;
            padding: 10px;
        }
        
        #header {
            padding: 20px;
        }
        
        #nav h3 {
            flex-direction: column;
            align-items: center;
        }
        
        #nav a {
            margin: 5px 0;
        }
    }