@charset"utf-8";

/* CSS Document */

body {
    background: #42922F;
    width: 100%;
    background: url(../image/bg_AntoineHugo.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 {
    /**/
    text-indent: 40px;
    line-height: 100px!important;
    height: 120px;
    font-size: 100px !important;
    font-family: macondo-swash-caps, fantasy;
    letter-spacing: 20px;
    color: #1e90ff;
    text-shadow: 10px 5px 5px #767676;
    left: 250px;
    font-weight: bold;
}

.entry-title div {
    color: yellow;
    background-color: #1E90FF;
    width: 120px;
    height: 120px;
    font-weight: bold;
    font-size: 100px;
    text-shadow: black 2px 2px 2px;
    border-radius: 60px;
    box-shadow: 0 0 10px #000;
    position: absolute;
    left: 25px;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
}

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

article div.post {
    background: #FAF5EF;
    background: linear-gradient(to right, #8EC6FF 0%, #AFD6F7 100%);
}

#imageSlideshowHolder {
    height: 500px;
}

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

#imageSlideshowHolder img {
    position: absolute;
}


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