@charset "utf-8";
#container {
    width: 1060px;
    background-color: rgba(156,244,227,0.76);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


header img {
    border-radius: 24px;
    border: thick double rgba(214,214,214,1.00);
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline;
    background-size: contain;
    background-color: rgba(112,112,112,0.86);
    width: auto;
    -webkit-box-shadow: -8px -8px #EF641C;
    box-shadow: -8px -8px #EF641C;
}
body  {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    color: rgba(27,29,26,1.00);
    margin-top: 0px;
    background-color: rgba(26,114,55,0.73);
    font-size: 1em;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.92) 0%,rgba(234,248,251,0.94) 26.42%,rgba(178,230,243,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.92) 0%,rgba(234,248,251,0.94) 26.42%,rgba(178,230,243,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.92) 0%,rgba(234,248,251,0.94) 26.42%,rgba(178,230,243,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.92) 0%,rgba(234,248,251,0.94) 26.42%,rgba(178,230,243,1.00) 100%);
}

body header p {
    font-size: xx-large;
}

h1 {
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    color: rgba(51,36,243,1.00);
    font-size: xx-large;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    margin-left: 22px;
}



h2 {
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    color: rgba(35,70,111,1.00);
    font-size: xx-large;
    text-decoration: none;
    list-style-type: none;
    text-align: left;
    padding-left: 20px;
}

h3 {
    color: rgba(30,71,79,1.00);
}

a:link, a:visited {
    color: rgba(24,62,51,1.00);
}
a:link, a:visited #container aside {
    color: rgba(54,135,119,1.00);
}
a:hover, a:active {
    color: rgba(172,105,197,1.00);
}
a:hover, a:active #container aside {
    color: rgba(208,126,235,1.00);
}
main p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: rgba(9,15,62,1.00);
    font-size: 26px;
    margin-left: 90px;
    margin-right: 159px;
    text-align: left;
    padding-left: 0px;
}
aside {
    padding-right: 37px;
    font-size: x-large;
    line-height: normal;
    text-decoration: none;
    background-color: #9CC4DC;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0px;
    padding-bottom: 18px;
    padding-top: 10px;
}
aside ul {
    text-indent: 0px;
    text-align: left;
    text-decoration: none;
    list-style-type: none;
}

aside li {
    text-indent: 0px;
    text-decoration: none;
    list-style-type: none;
}
main ul li {
    list-style-type: none;
}



aside p {
    font-size: x-large;
}
footer {
    color: rgba(224,88,7,1.00);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: xx-large;
    text-align: center;
}
.contact {
    text-align: center;
    color: rgba(33,58,176,1.00);
    list-style-type: none;
}
.contactBox {
    padding-top: 25px;
    color: rgba(247,56,12,1.00);
    text-align: center;
}
