*,:after,:before{box-sizing:border-box}

html {
    font-size:100%
}

body {
    margin: 0;
    padding: 20px;
    color: #fff;
    font-family: 'Lexend Deca', sans-serif;
}

#headertext img {
    margin-top: 80px;
    margin-bottom: 80px;
    width: 100%;
}

h3 {
  font-style: italic;  
}

.wrapper {
    margin: auto;
    max-width: 75rem;
}

aside,footer,header,main,section {
    display:block;
    margin:0;
    padding:1.25rem;
    color:#fff;
}

main {
    background: #000;
}

.header {
    background-image: url(../images/lake.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgba(0,0,0,.3)
}

#headertext {
    width: 50%;
    margin: auto;
}

h1, h3 {
    text-align: justify-all;
    color: rgb(0,0,0);
}

h2 {
    text-transform: uppercase;
    color: rgb(0,0,0);
}


.content img {
    width: 100%;
}


@media screen and (min-width:640px){.flex-container{display:flex}}

.content {
    flex: 1;
}


.content p {
    color: rgb(80,80,80)
}

.footer {
    background: rgb(0,0,0);
}

.footer p {
    text-align: center;
}


