@charset"utf-8";

/* CSS Document */

body {
    background: #a09111;
    background: url(../image/bg-2018.jpg) fixed;
    /*text-align: center;*/
}

header {
    /*background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.15));*/
    padding: 2% 0% 2% 5%;
    text-align: left;
}

.entry-title {
    margin-bottom: 0.1em;
    margin-left: 3em;
    width: 50%;
    border-top: rgba(65, 241, 191, 0.78) solid 4px;
    border-bottom: rgb(191, 65, 241) solid 4px;
    color: #88001a;
    text-indent: 40px;
    text-shadow: -1px -1px #f00, 1px 1px #a00, -3px 0 4px #000;
    letter-spacing: 20px;
    font-size: 80px !important;
    font-family: montez, cursive;
}

.sub-title {
    margin-bottom: 2em;
    margin-left: 7em;
    font-size: 40px;
    font-family: walter-turncoat, sans-serif;
}

section {
    width: 920px;
    height: 356px;
    border-radius: 15px;
    background-color: #000000;
}

article div.post {
    background: #FAF5EF;
    background: linear-gradient(to right, #b3bead 0%, #dfe5d7 60%, #fcfff4 100%);
}

#imageSlideshowHolder {
    height: 500px;
}

.imageInGallery {
    position: absolute;
    width: 916px;
    height: 550px;
}

#imageSlideshowHolder img {
    position: absolute;
}


/*----------------------------------*/