/* 
    Created on : 2017-05-31, 21:59:11
    Author     : onoireszta
*/

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px; /* equals: 30px + 30px from footer*/
}

#background::before {
    background:url(../images/mountain_path.jpg) no-repeat center center fixed;
    background-size: cover;
    opacity: 0.6;

    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;  
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    margin-bottom: 30px;
}

.underconstruction {
    margin-top: 15%;
    text-align: center;
}

.email-button {
    width: 150px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.border-email-button {
    background-color: transparent;
    border-color: black;
    border: black solid 2px;
    border-radius: 0;
    color: inherit; // for disabling hover effect
}

.email-button-font {
    font-size: smaller;
    font-weight: 900;
    text-shadow: 3px 3px 8px white;
}

.counter-field {
    position: relative;
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
    color: white;
    text-shadow: 3px 3px 8px black;
    font-size: large;
}