@charset "UTF-8";
.backgroundcolor {
    background-color: #732929;
}
body h1 {
    color: #838C3B;
    background-color: #402019;
    text-align: center;
    width: 13em;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-top: 42px;
    font-size: xx-large;
    border-width: thick;
    border-style: solid;
    padding-left: 16px;
}
.maincontent {
    width: 49%;
    border-width: thick;
    border-style: solid;
    text-align: center;
    font-size: 171%;
    margin-left: auto;
    margin-right: auto;
    background-color: #838C3B;
    padding-left: 28px;
    padding-top: 28px;
    padding-right: 28px;
    padding-bottom: 28px;
    color: #402019;
}
footer a {
    color: #F1080C;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-align: center;
    margin-top: 43px;
    margin-right: 24px;
    margin-bottom: 24px;
    margin-left: 24px;
    padding-top: 14px;
    background-color: #732929;
    border: medium solid #838C3B;
    border-radius: 8px;
    padding-right: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
    text-decoration: none;
}
ul li {
    float: left;
    padding-top: 94px;
    list-style-type: none;
}

@media (min-width:600px){
.maincontent {
    font-size: medium;
}
}

@media (min-width:326px){
.maincontent {
    font-size: small;
}
body h1 {
    color: #838C3B;
    background-color: #402019;
    text-align: center;
    width: 7em;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-top: 42px;
    font-size: xx-large;
    border-width: thick;
    border-style: solid;
    padding-left: 16px;
}
ul li a {
}
footer {
    background-color: #A69B7C;
    height: 13em;
}
}

@media (min-width:980px){
.maincontent {
	width: 49%;
    border-width: thick;
    border-style: solid;
    text-align: center;
    font-size: 171%;
    margin-left: auto;
    margin-right: auto;
    background-color: #838C3B;
    padding-left: 28px;
    padding-top: 28px;
    padding-right: 28px;
    padding-bottom: 28px;
    color: #402019;
}
footer {
    background-color: #A69B7C;
    height: 10em;
}
}
