@charset "UTF-8";
body {
    background-color: #1F1F20;
    background-image: url(../images/bkgd.jpg);
    color: #FFFFFF;
    background-size: cover;
    background-attachment: fixed;
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 300;
    font-size: small;
}
h1 {
    font-family: chunk;
    font-style: normal;
    font-weight: 400;
    font-size: 7em;
    text-align: center;
}
section {
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 10px;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 2%;
    padding-right: 2%;
    float: right;
}
aside {
    width: 50%;
    float: left;
}
h2 {
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 900;
    font-size: 1.5em;
    width: auto;
}
footer {
    font-size: x-small;
    text-align: center;
    clear: both;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 49.04%,rgba(0,0,0,1.00) 89.26%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 49.04%,rgba(0,0,0,1.00) 89.26%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 49.04%,rgba(0,0,0,1.00) 89.26%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 49.04%,rgba(0,0,0,1.00) 89.26%);
    height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
header {
    text-align: center;
    margin-top: 80px;
    margin-right: 80px;
    margin-bottom: 80px;
    margin-left: 80px;
}
body nav a {
    color: #F600FF;
    text-decoration: none;
}
.navlist {
    list-style-type: none;
    background-color: #FFFFFF;
    overflow-x: hidden;
}
.navlistitem {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar.navbar-expand-lg.navbar-light.bg-light p .navbar-brand {
    color: #2708EE;
}
.navbar-nav.mr-auto .nav-item .nav-link:hover {
    color: #2708EE;
}
h3 {
    font-size: medium;
    font-weight: 800;
    color: #757575;
}
a {
    color: #C109EE;
}

@media (max-width: 700px){
aside {
    width: 100%;
}
header {
    text-align: center;
    margin-top: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
}
h1 {
    font-family: kristi;
    font-style: normal;
    font-weight: 400;
    font-size: 4em;
    text-align: center;
}
}

@media (max-height:650px){
header {
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
}
