
@font-face {
    font-family: 'Shadows Into Light Two';
    src: url('../font/ShadowsIntoLightTwo-Regular.eot');  /* IE 9 - 11 */
    src: url('../font/ShadowsIntoLightTwo-Regular.eot?#iefix') format('embedded-opentype'), /* IE Fix for IE 6-8*/
    url('../font/1.woff2') format('woff2'); /* IE 9-11 & All Modern Browsers */
}

body {
    background: url("../img/bg-hearts.jpg") fixed;
    font-family: 'Shadows Into Light Two', cursive;
    margin: 0;
    padding: 0;
    text-align: center;
    min-width: 400px;
    font-size: 20px;
}


.banner-header {
    background: transparent url('../img/dp08.jpg') no-repeat center;
    height: 90vw;
    text-align: center;
    background-size: auto 100%;
    margin-bottom: 3em;
    border-bottom: 5px solid white;
    display: block;
    box-shadow: 0 0 20px #000000;

}

.banner-header > h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 6vw;
    color: #efa0a6;
    font-weight: 900;
    text-shadow: 0 1px 10px black;
    padding-right: 40%;
}

h2 {
    display: block;
    margin-bottom: 0;
    font-size: 100px;
    color: rgba(179, 251, 234, 1);
    font-weight: 500;
    text-shadow: 0 1px 10px black;
    clear: both;
}

h3 {
    font-size: 30px;
}

#countdown {
    font-size: 50px;
}

.countdown-box {
    line-height: 1.6em;
    font-size: 50px;

}

p {
    text-align: justify;
    padding: 0 10px;
}

p.center-text {
    text-align: center;
}

.banner-image-location {
    background: transparent url('../img/libochovice.jpg') no-repeat fixed center;
    background-size: cover;
    min-height: 500px;
    width: 100%;
    opacity: 0.9;
    box-shadow: 0 0 20px #000000;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
    vertical-align: center;
    color: #efa0a6;
    font-size: 130px;
    font-weight: 900;
    text-shadow: 0 1px 10px black;
    padding-top: 200px;

}

.content {
    margin: 0 auto;
    padding: 0 0;
    max-width: 800px;
    margin-bottom: 50px;
    line-height: 1.6em;
}

.mint-box {
    position: relative;
    margin: 10px;
    padding: 10px;
    box-shadow: 0 0 20px #000000;
    border: 5px solid white;
    background-color: rgba(179, 251, 234, 1);
    opacity: 0.9;
    color: black;
}

.smaller > .mint-box {
    width: 216px;
    height: 190px;
    float: left;
}

.vertical-align-bottom {
    position: absolute;
    bottom: 0;
    left: 0;

}

.banner-mint {
    background-color: rgba(179, 251, 234, 1);
    text-align: justify;
    background-size: cover;
    height: 500px;
    margin-bottom: 3em;
    margin-top: 2em;
    display: table;
    opacity: 0.9;
    box-shadow: 0 0 20px #000000;
    padding: 10px;

    /*border-top: 5px solid white;*/
    /*border-bottom: 5px solid white;*/
}

.photo-box {
    text-align: justify;
}

.photo-box img {
    image-orientation: from-image; /* Use EXIF data from the image */
    max-height: 200px;
    box-shadow: 0 0 20px #000000;
    margin: 5px;
    border: 5px solid white;
}

@media only screen and (max-width: 768px) {
    p {
        font-size: 16px;
    }

    .banner-header > h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 60px;
    }

    .photo-box {
        text-align: center;
    }

    .photo-box img {
        width: 80%;
        max-height: 100%;
    }
}



button, input {
    font-size: xx-large;
    padding: 20px;
    margin: 20px;
}

input[type=submit]  {
    background-color: #555555;
    border: 2px solid white;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: xx-large;
}

textarea {
    margin: 20px;
    width: 80%;
    min-height: 140px;
    font-size: large;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dashed white;
    margin: 1em 0;
    padding: 0;
}
