@charset "UTF-8";
body {
    background-color: #202022;
    background-image: url("../Images/bkgdContact.jpg");
    color: #FBFBFB;
    background-size: cover;
    background-attachment: fixed;
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 300;
    font-size: small;
}
h1 {
    font-family: kristi;
	color: #6B057E;
    font-style: normal;
    font-weight: 400;
    font-size: 6.5em;
    text-align: center;
}
h2 {
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 700;
    font-size: 1.5em;
}
footer {
    font-size: x-small;
    text-align: center;
    clear: both;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,1.00) 100%);
    height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
section {
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 10px;
    width: 40%;
    margin-left: 1%;
    margin-right: 5%;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    float: right;
}
aside  {
    float: left;
    width: 50%;
}
header {
    text-align: center;
    margin-top: 80px;
    margin-right: 80px;
    margin-bottom: 80px;
    margin-left: 80px;
}
body nav a {
    color: #FC00FF;
    text-decoration: none;
}
.navlist {
    list-style-type: none;
    background-color: #FFFFFF;
    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: #E978C5;
}
.navbar-nav.mr-auto .nav-item .nav-link:hover {
    color: #0D0C0D;
}
h3 {
    font-size: medium;
    font-weight: 800;
    color: #7C7C7C;
}
a {
    color: #FF00EE;
}
@media (max-width: 700px){
section {
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 10px;
    width: 90%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-top: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    float: none;
}
aside {
    float: none;
    width: 100%;
}
header {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
h1 {
    font-family: kristi;
    font-style: normal;
    font-weight: 400;
    font-size: 3.8em;
    text-align: center;
}
}

@media (max-height:650px){
header {
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
}
h4{
    font-family: kristi;
    font-style: bold;
    font-weight: medium;
    color: #F0FF08
}
