/************* Image Gallary ******************************/
#galleryDesc{
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-top:30px;  
    margin-bottom:30px;  
}
#galDesc
{
    font-size: 20px;
    padding: 15 0 15 0;
    margin:20 0 20 0;
    border: 1px darkgray solid;
    border-radius: 10px;
}
h7{
   font-size: 28px; 
}
h8{
   color:cadetblue;
}
.dlIcon{
    color:cadetblue;
}
.DLbtn{
    /*color: rgba(40,40,40,0.5);*/
    cursor: pointer;
    font-weight: 700;
    padding: 5 10 5 10;
    margin:10 0 0 0;
    border: 1px solid white;
    border-radius: 10px;
    text-transform: uppercase;
    color:cadetblue;
    background-color: white;
    border-color: lightgray;
}
.DLbtn:hover{
    color:white;
    background-color: gainsboro;

}
#myMessage{
    position: fixed;
    top: 0;
    left: 0%;
    margin-top: 0;
    margin-left: 0;
    background-color:rgba(40,40,40,0.9);
    font-weight: 600;
    font-size: 15px;
    width: 100vw;
    height: 100vh;
    z-index: 40;
}
#myMessageInner{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -150px;
    width: 250px;
    height: 0px;
    z-index: 40;
    text-align: center; 
    padding: 30 20 130 20;
    background-color: aliceblue; /*: white;*/
    color: black;
    border-radius: 15px; 
}
#OKbtn{
    margin-top: 20px;
}

 .galleryPhotoHolder{
     background-size:contain;
     background-repeat: no-repeat;
     background-position: center;
}
.galleryWrapper{
    padding-top: 0;
	margin: 0 auto;
    justify-content: center;
    max-width: 1325px;
}
.galleryboxHorizontal /* defines gallery thumbnail image sizes */
{
    width:  305px;
	height: 200px;
	margin: 0px;
}
.galleryHeader{
    text-align: center;
    text-decoration: underline;
    color: white;
    padding-bottom: 15px;
}

#logoGallery{
    position:absolute;
    right:0;
    z-index: 1;
    background-image : url('../images/logo/logo.png') ;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    width:128px;
    height:80px;
}
/***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:30px;
    }

    .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: 100vw;
	   height: 62vw;
	   margin: 0px;
    }
    #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: 100vw;
	   height: 50vw;
	   margin: 10px;
    }
    #galleryDesc{
        margin-top: 30px;
    }
}

