.coupon {
    border: 5px dotted #bbb; /* Dotted border */
    width: 80%; 
    border-radius: 5px; /* Rounded border */
    margin: 0 auto; /* Center the coupon */
    max-width: 600px; 
}

.container {
    padding: 2px 16px;
    background-color: #fffdf0;
}

.promo {
    background: #fffdf0;
    padding: 3px;
}

.expire {
    color: #cc3333;
}

#mission
{
    width: 400px;
    border: 3px solid transparent;
    padding: 10px;
    float:left;
    margin:auto;
    align-content: center;
}

#featured
{
    width: 550px;
    border: 3px solid transparent;
    padding: 10px;
    float:left;
    clear:right;
    text-align: center;
    position:sticky
}

#course
{
    width:1000px;
    border: 3px solid transparent;
    padding: 10px;
    float: left;
    clear:both;
}

#navcontainer
{
background: transparent;
margin: 0 auto;
padding: 1em 0 0 0;
font-family: georgia, serif;
text-transform: uppercase;
}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 80%;
font-size: 0.8em;
}

ul#navlist li
{
display: block;
float: left;
width: 10%;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: transparent;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: transparent;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

    
    ul {
        list-style-type: disc
    }

    body {
        background-color: #fffdf0;
    }

    h1 {
        margin-left: 50px;
        font-family:athelas;
        font-size:100%;
    
    }
    
    h2 {
        text-align: center;
        color:#999999;
        font-family:majesti
    }
    
    h3 {
        color:#cc3333;
        font-family:athelas
    }
    
    p {
        color:slategray
    }
    
table {
    font-family: majesti, athelas;
    border-collapse: collapse;
    width:30%;
}

td, th {
    border: 4px solid transparent;
    text-align: center;
    padding: 3px;
}

tr:nth-child(even) {
    background-color: transparent;
}