/************* Image Gallary ******************************/
#galleryDesc{
    font-size: 20px;
    color: black;
    padding :20;
    background-color: whitesmoke;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    margin-top:70px;
}

 .galleryPhotoHolder{
     background-size:contain;
     background-repeat: no-repeat;
     background-position: center;
}
.galleryWrapper{
    padding-top: 0px;
	margin: 0 auto;
    justify-content: center;
    max-width: 1325px;
}
.galleryboxHorizontal /* defines gallery thumbnail image sizes */
{
    width:  300px;
	height: 200px;
	margin: 00px;
}
.galleryboxHorizontalPortrait /* defines gallery thumbnail image sizes */
{
    width:  133px;
	height: 200px;
	margin: 00px;
}
.galleryHeader{
    text-align: center;
    text-decoration: underline;
    color: white;
    padding-bottom: 15px;
}
.galleryCaption
{
    font-size: 1.4em;
    font-weight: 300;
    color: black;
    text-align:left;
    padding: 350px 0px 0 0px;
}
.logoGallery{
    padding-top: 10px;
    cursor: pointer;
    position:fixed;
    top: -4px;
    right: 0;
    z-index: 1000;
    background-image : url('../images/AW_logo.png') ;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    width:128px;
    height:89px;
}
/***Gallery selection on page galleryhome.php**/
#welcomeTxt{
    font-size: 60px;    
}
#welcomeIntroTxt{
    font-size: 18px;
    padding-bottom: 20px;
}
.galleryBtn{
    width:350px;
    padding: 15px; 
    margin: 10px 0px 15px 0px;
}
.galleryBtn:hover{
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
#welcome{
    margin:auto;
    margin-top: 30px;
    width:500px;
    background: url(../textures/mooning.png);
    border-radius: 5px;
    padding: 10px 75px 20px 75px;
}
#logout{
    margin: auto;
    margin-top: 60px;
    font-size: 25px;
}
#logout:hover{
    color: crimson;
}
#bgGalleryChoix{
    position: relative;
    z-index: 1;
    background: url(../textures/spiration-light.png) repeat fixed;   min-height:600px; 
}
#back{
    z-index: 1000;
    font-size:30px;
    position:fixed;
    top:23px;    
    left:20px;
    color: white;
}
#back:hover{
    color: orange;
}
@media all and (max-width: 1500px) {
    #galleryDesc{
        margin:40px;
        margin-top:70px;
    }
    .galleryWrapper{
       padding-top: 20px;
	   margin: 0 10px;
    }
}
@media all and  (max-width: 800px) {
    .galleryHeader{
        font-size: 18px;
        max-width: 80%;
    }
    .galleryWrapper{
       padding-top: 10px;
	   margin: 0 0px;
    }
    .logoGallery{
            top: 0px;
            right: 0;
            width:45px;
            height: 45px;
            background-image: url('../images/AW_logo_s.png');
    }
    .galleryboxHorizontal /* defines gallery thumbnail image sizes */
    {
       width: 300px;
	   height: 200px;
	   margin: 10px;
    }
    #galleryDesc{
        margin-top: 30px;
    }
}
@media all and (orientation: landscape) and (max-height: 600px) {
    .galleryHeader{
        font-size: 18px;
        max-width: 80%;
    }
    .logoGallery{
            top: 0px;
            right: 0;
            width:45px;
            height: 45px;
            background-image: url('../images/AW_logo_s.png');
    }
        .galleryboxHorizontal /* defines gallery thumbnail image sizes */
    {
        width: 300px;
	   height: 200px;
	   margin: 10px;
    }
    #galleryDesc{
        margin-top: 30px;
    }
}

