@charset "UTF-8";
/* CSS Document */

body {
    background-color: #267339;
}
h1 {
    background-color: #732439;
    text-align: center;
    color: #D9B07E;
    border: thick double #D98B99;
}
p {
    background-color: #D9B07E;
    color: #1C2559;
    text-align: center;
    border: medium solid #732439;
}
h2 {
    background-color: #D98B99;
    text-align: center;
    border: thick double #732439;
}
footer {
    background-color: #D9B07E;
    height: 9em;
}
footer ul {
}
li {
    list-style-type: none;
    text-align: center;
    margin-top: 4em;
    margin-right: 4em;
    margin-bottom: 4em;
    margin-left: 4em;
    float: left;
    width: 4em;
    background-color: #732439;
    height: 3em;
    color: #F2E1E1;
    border-radius: 21px;
}
li a {
    color: #F1E6E6;
    padding-top: 0px;
    border-radius: 0px;
    text-decoration: none;
}

@media (min-width:326px){
p {
    font-size: x-large;
}
footer {
    height: 23em;
}
}

@media (min-width:600px){
}

@media (min-width:960px){
}
