@charset "utf-8";
body {
    background-color: #FFFFFF;
    background-image: url(../images/DOG_2291.jpg);
    color: #000000;
    background-size: cover;
    background-attachment: fixed;
    font-family: lato;
    font-style: normal;
    font-weight: 400;
    font-size: x-large;
}
h1   {
    font-family: 'Staatliches', cursive;
    font-style: italic;
    font-weight: 400;
    font-size: 4em;
    text-align: center;
   
}
h2   {
    font-family: 'Staatliches', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 2em;
    text-align: center;
}
section {
    background-color: #BDD8DB;
    border-radius: 20px;
    width: 40%;
    margin-left: 1%;
    margin-right: 5%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    float: right;
}
aside {
    float: left;
    width: 50%;
}
footer  {
    clear: both;
    bottom: 0px;
    width: 100%;
    text-align: center;
    position: fixed;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
    height: 30px;
    top: auto;
    padding-top: 30px;
}
header  {
    position: fixed;
    top: 0px;
}
body header img {
}





body footer {
    font-style: italic;
    font-size: small;
}
body nav a {
    font-family: 'Staatliches', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: x-large;
    text-align: left;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.navlist {
    list-style-image: none;
    list-style-type: none;
    background-color: #FFFFFF;
    overflow-x: hidden;
}
.navlistitem {
    float: right;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}

@media (max-width: 1250px){
aside {
    float: none;
    width: 90%;
}
section {
    background-color: #BDD8DB;
    border-radius: 20px;
    width: 90%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    float: none;
    font-size: larger;
}
}

@media (max-width: 925px
){
body header img {
    width: 60%;
    height: 60%;
}

}
