html {
    height: 100%;
}

body {
    background: url("../Fotolia_67223862_XL.jpg") no-repeat center fixed;
    background-size: cover;
    font-family: Candara,Calibri,Segoe,Segoe UI,Arial,sans-serif; ;
    height: 100%;
    text-align: left;

}

wrapper {
    min-height:100vh;
}

footer {
    display: flex;
    height: 3rem;
    justify-content: flex-start;
    align-items: center;
}

main{
    flex:1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 100%;
    width: 100%;
    margin:4rem 0 4rem 0;
    align-items: center;
}

header h1 {
    text-align: center;
    font-weight: bold;
    padding: 1rem;
    color: #2d3656;
    background-color: #f0f0f0;
    opacity: 0.9;
}

nav span sup{
    font-weight: lighter;
    font-size: 0.75rem;
}

header p {
    text-align: center;
    color: #2d3656;
    background-color: #f0f0f0;
    opacity: 0.9;
    padding: 0.5rem;
}

p {
    text-align: center;
    color: #2d3656;
    background-color: #f0f0f0;
    opacity: 0.9;
    padding: 0.5rem;
}

.ga-bg {
    background-color: #f0f0f0;
    opacity: 0.9;
}

a{
    color: chocolate;
    /*color: #2d3656;    */
    font-weight: bold;
    text-decoration: none;
}

nav a:hover {
    text-decoration: none;
    font-weight: bold;
    /*color: chocolate;*/
    color: #f0f0f0;
}

a:hover {
    text-decoration: none;
    font-weight: bold;
    /*color: chocolate;*/
    color: #2d3656;
}
