body {
    background-color: #0D233A;
    background-image: url(../Images/bg.png);
    color: #FFFFFF;
    background-size: cover;
    background-attachment: fixed;
    font-family: cuprum;
    font-style: normal;
    font-weight: 400;
}
h1   {
    font-family: jura;
    font-style: normal;
    font-weight: 400;
    font-size: 5em;
    text-align: center;
}
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%;
}


h2 {
    font-family: cuprum;
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    text-align: center;
}
navbar_title {
    color: #0D233A;
}
navbar_link:hover {
    color: #0D233A;
}


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) 0%,rgba(13,35,58,0.95) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(13,35,58,0.95) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(13,35,58,0.95) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(13,35,58,0.95) 100%);
    height: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
}
header {
    text-align: center;
    margin-top: 80px;
    margin-right: 80px;
    margin-bottom: 80px;
    margin-left: 80px;
}
a {
    color: #30699A;
}




@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%;
}
h1 {
    font-family: jura;
    font-style: normal;
    font-weight: 400;
    font-size: 4em;
    text-align: center;
}
header {
    text-align: center;
    margin-top: 75px;
    margin-right: 55px;
    margin-bottom: 44px;
    margin-left: 55px;
    padding-bottom: 0px;
}

}

@media (max-height:650px){
header {
    text-align: center;
    margin-top: 70px;
    margin-right: 64px;
    margin-bottom: 55px;
    margin-left: 64px;
}

}
