body{
    background: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.container{
    margin-top: 0.7em;
    width: 770px;
    height: 650px;
    background-color: black;
    margin-left: auto;
    margin-right: auto;
    position:relative;
}

.bigimg{
    margin-top:3em;
    position:absolute;
    float: right;
}

.nav{
    width: 368px;
    height: 100%;
    float: right;
}

.clearfix{
    clear: both;
}

.anne{
    position: absolute;
    margin-top: 2.1em;
    text-align: center;
    margin-left: 2.5em;
    font-family: "Arial Narrow";
    color:white;
    font-size: 1.5em;
    line-height: 0.65em;
    cursor: pointer;
}

p2{
    letter-spacing: 4.5px;
    font-weight:100;
    font-family: Arial;
    font-size: 0.7em;
}

.menu {
    float: right;
    position: absolute;
    margin-left: 4.4em;
    font-family: Arial;
    width: 270px;
    height: 150px;
    background-color: black;
    margin-top: 10em;
    font-size: 0.9em;
}

.mbox{
    height: 1.5em;
    width: inherit;
    border:;
    margin-bottom: 0.4em;
    position: relative;

}



.back{

    background-color: rgba(179,179,179,0);

}

.mbox:hover{

    background-color:rgba(179, 179, 179,0.25);
    cursor: pointer;
}

.mbox2{
    height: 1em;
    width: inherit;
    border:;
    position: relative;
    margin-bottom: 0.4em;

}

.mbox2:hover {
    background-color:rgba(179, 179, 179,0.25);
    cursor: pointer;

}

.gbox{
    width: 3px;
    height: 1.5em;
    background-color:rgba(179, 179, 179,0.25);
    position: absolute;

}

.gbox2{
    width: 3px;
    height: 1em;
    background-color:rgba(179, 179, 179,0.25);
}

.txt{
    margin-left: 1em;
    position: absolute;
    margin-top: 0.1em;
    color: rgba(255, 255, 255,0.5);
}

.txt2{
    margin-left: 1em;
    position: absolute;
    margin-top: -0.11em;
    font-size: 0.8em;
    color: rgba(255, 255, 255,0.5);
}

.gal{
    margin-top: 20em;
    margin-left: 5em;
    margin-right: 8em;
}

.line{

    float: right;
    margin-right: 1em;

}

.size{

    width: 3em;
    height: 3.2em;

}

.sizeresp{

    width: 5em;
    height: 5.5em;
    display: inline-block;
    margin-bottom: 1em;


}
.ongl{

    margin-left: 4em;

}

.bigimg{
    font-family: "verdana";
    color: white;
    transition: 1s;
}

#PRESENTATION{
    font-family: "verdana";
    color: white;

}
.mag {

    margin-top: 1em;

}

#CONTACT{
    font-family: "verdana";
    color: white;

}

.imgtxt2{
    font-style: italic;
    font-size: smaller;

}

.imgtxt{

    margin-top: 0.5em;


}

/* fade transitions */

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.4s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fade-inB {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fade-inC {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1.3s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fade-inD {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1.6s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fade-inE {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1.9s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* slide transition */





