@charset "UTF-8";
body {
    background-color: #000000;
    background-image: url(../images/bkgrd.jpg);
    color: #FFFFFF;
    background-size: cover;
    background-attachment: fixed;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 100px;
    clear: both;
}
nav {
    font-weight: 300;
    font-size: medium;
}
header {
    text-align: center;
    margin-top: 80px;
    margin-right: 80px;
    margin-bottom: 80px;
    margin-left: 80px;
}
h1 {
    font-size: 4.25em;
    text-align: center;
    font-weight: 600;
}
h2 {
    font-size: 1.5em;
    font-weight: 600;
}
footer {
    text-align: center;
    font-size: small;
    clear: both;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #000000;
    padding-top: 20px;
    padding-bottom: 20px;
}
section {
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 10px;
    width: 40%;
    margin-top: 0%;
    margin-right: 5%;
    margin-bottom: 0%;
    margin-left: 1%;
    padding-left: 2%;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    float: right;
}
aside {
    float: left;
    width: 50%;
}
body nav a {
    text-decoration: none;
    color: #F64E29;
}
.navlist {
    list-style-type: none;
    background-color: #000000;
    overflow-x: hidden;
}
.navlistitem {
    float: left;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}
.navbar.navbar-expand-lg.navbar-light.bg-light .navbar-brand {
    color: #F64E29;
    font-weight: 400;
}
.navbar-nav.mr-auto .nav-item .nav-link:hover {
    color: #F64E29;
}
.navbar-dark {
    background-color: #000000;
}
a   {
    text-decoration: none;
    color: #000000;
}
a:hover {
    text-decoration: none;
    color: #F64E29;
}

@media (max-width: 768px){
section {
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 10px;
    width: 95%;
    margin-top: 0%;
    margin-right: 2.5%;
    margin-bottom: 0%;
    margin-left: 2.5%;
    padding-left: 2.5%;
    padding-top: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 2.5%;
    float: none;
}
aside {
    float: none;
    width: 100%;
}
header {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}
h1 {
    font-size: 2.5em;
    text-align: center;
    font-weight: 600;
}
	
}

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

}
