@charset "UTF-8";
body {
    background-color: #DACFFF;
    background-image: url(../Images/GowanusMural-15.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    color: #FFFFFF;
    background-size: cover;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer {
    font-size: small;
    text-align: center;
    clear: both;
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(4,4,4,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(4,4,4,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(4,4,4,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(4,4,4,1.00) 100%);
}
h1 {
    text-align: center;
    font-size: xx-large;
    font-variant: normal;
    text-decoration: overline;
    clear: none;
}
h2 {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: oblique;
    font-weight: 200;
    text-align: center;
}
nav {
    text-align: center;
    font-weight: bold;
    font-size: large;
    clear: both;
    width: 100%;
    bottom: 30px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
}
section {
    border-radius: 10px;
    width: 95%;
    padding-top: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    color: #000000;
    background-image: -webkit-linear-gradient(270deg,rgba(244,246,249,0.53) 0%,rgba(244,246,249,0.53) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(244,246,249,0.53) 0%,rgba(244,246,249,0.53) 100%);
    background-image: -o-linear-gradient(270deg,rgba(244,246,249,0.53) 0%,rgba(244,246,249,0.53) 100%);
    background-image: linear-gradient(180deg,rgba(244,246,249,0.53) 0%,rgba(244,246,249,0.53) 100%);
    text-align: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    clear: none;
    float: none;
    position: relative;
}
aside {
    width: 100%;
    text-align: center;
    float: none;
    clear: none;
    margin-top: 20px;
}
a {
    text-decoration: none;
    color: #F2E8E8;
    text-shadow: 3px 3px 5px #070707;
}
main {
    width: 90%;
    margin-top: 2%;
    margin-right: 5%;
    margin-bottom: 2%;
    margin-left: 5%;
}
a:hover {
    text-decoration: none;
    color: #E0DDFF;
    text-shadow: 3px 3px 3px #3D2AFF;
}

@media (max-width: 700px){
section {
    border-radius: 10px;
    width: 95%;
    padding-top: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    color: #000000;
    background-image: -webkit-linear-gradient(270deg,rgba(244,246,249,0.53) 0%,rgba(244,246,249,0.53) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(244,246,249,0.53) 0%,rgba(244,246,249,0.53) 100%);
    background-image: -o-linear-gradient(270deg,rgba(244,246,249,0.53) 0%,rgba(244,246,249,0.53) 100%);
    background-image: linear-gradient(180deg,rgba(244,246,249,0.53) 0%,rgba(244,246,249,0.53) 100%);
    text-align: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    float: none;
}
h1 {
    text-align: center;
    font-size: xx-large;
    font-variant: normal;
    text-decoration: overline;
}
}

@media (max-width: 400px){
h1 {
    text-align: center;
    font-size: 1.5em;
    font-variant: normal;
    text-decoration: overline;
}
}

@media (min-width:1200px){
h1 {
    text-align: center;
    font-size: xx-large;
    font-variant: normal;
    text-decoration: overline;
}
section {
    border-radius: 10px;
    width: 95%;
    padding-top: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    color: #000000;
    background-image: -webkit-linear-gradient(270deg,rgba(244,246,249,0.53) 0%,rgba(244,246,249,0.53) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(244,246,249,0.53) 0%,rgba(244,246,249,0.53) 100%);
    background-image: -o-linear-gradient(270deg,rgba(244,246,249,0.53) 0%,rgba(244,246,249,0.53) 100%);
    background-image: linear-gradient(180deg,rgba(244,246,249,0.53) 0%,rgba(244,246,249,0.53) 100%);
    text-align: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    float: none;
}
}
