.container {
    margin-top: 10px;
    margin-bottom: 30px;
    border: 1px solid rgba(46,172,234,1);
    border-radius: 5px;

}

.gallery {
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: 100px;
}

.composition {
    width: 300px;
    height: 364px;
    padding: 10px;
    float: left;

}

.content {

    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;


}

p {
    padding: 5px;
    font-size: 18px;
}

ul li {
    font-size: 18px;
}

h2 {
    text-align: center;
    padding: 5px;
}

h4 {
    text-align: center;
    padding: 5px;
    margin-top: 40px;

}

h1 {

    background-color: rgba(46,172,234,1);
    text-align: center;
    padding: 10px;
    color: white;

}

#example {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

a {
    text-decoration: none;
}

#exampleheader {
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 5px;
    background-color: rgba(46,172,234,1);
}

#steps {
    list-style: none;
}

.footer {
    border-top: 1px solid rgba(46,172,234,1);
}

.textfooter {
    font-size: 12px;
}

.image {

    width: 100%;
    height: 100%;
    z-index: 1;

}

.text {

    font-family: Arial;
    color: white;
    font-size: 25px;
    text-align: center;

    background: rgb(46,172,234); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(46,172,234,1) 0%, rgba(160,221,239,1) 96%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(46,172,234,1) 0%,rgba(160,221,239,1) 96%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(46,172,234,1) 0%,rgba(160,221,239,1) 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eacea', endColorstr='#a0ddef',GradientType=1 ); /* IE6-9 */


    padding: 10px;
    text-align: center;
    width: 100%;
    position: relative;
    display: none;
    z-index: -1;

}

.imagehover {

    opacity: 0.7;
    z-index: -1;

}

.texthover {

    display: block;
    opacity: 1;
    z-index: 1;

}