﻿html, body {
    height: 100%;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
body {
    background-image: url(../images/candice-picard-i8ADlZB2Ijo-unsplash.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

div, body {
    margin: 0;
    padding: 0;
    font-family: exo, sans-serif;
}

.wrapper {
    height: 100%;
    width: 100%;
}

.message {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 43vh;
    bottom: 0;
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    padding: 0.5em;
}

.innerDiv {
    margin: auto;
    width: 59%;
    padding-top: 5px;
}
/* BUTTON HEADER RIGHT */
.topHeader {
    top: 0;
    right: 0;
    padding: 2rem 2rem;
}



/* BUTTON HEADER RIGHT */
.rightHeader {
    position: absolute;
    top: 15px;
    right: 18px;
}
/* BUTTON HEADER LEFT */
.leftHeader {
    position: absolute;
    top: 15px;
    left: 20px;
}
