﻿
/* WEBSITE FONTS
*****************/
 
body
{ font-family: 'Century Gothic' , Verdana, Arial; font-size: 100%; color: #ffffff;}

.desktopMenu
{ font-size: 16px; letter-spacing: 7px; }

a:hover{color: #999999; text-decoration: none;}
a:link {color: #ffffff; text-decoration: none;}
a:visited {color: #ffffff; text-decoration: none;}

h1 {font-style: italic;}
h3{letter-spacing: 20px; font-size: 90%; font-style: italic;} 
h4{letter-spacing: 8px;color: #505050; font-style: italic; font-size: 90%;}
h5{letter-spacing: 8px;color: #505050; font-style: italic; font-size: 70%;}



@media only screen and (max-width:320px)  
{ body { font-size: 16px; } 
  h3{letter-spacing: 4px; } 
  h4{letter-spacing: 4px; }
  h5{letter-spacing: 2px; }
}

@media only screen and (min-width: 321px) and (max-width: 599px) and (orientation : portrait)
{ body { font-size: 18px; } 
  h3{letter-spacing: 4px; } 
  h4{letter-spacing: 4px; }
  h5{letter-spacing: 2px; } }


@media only screen and (min-width: 321px) and (max-width: 599px) and (orientation : landscape)
{ body { font-size: 12px; } 
  h3{letter-spacing: 4px; } 
  h4{letter-spacing: 4px; }
  h5{letter-spacing: 2px; } }
 
@media only screen and (min-width:600px) and (max-width:767px) and (orientation : portrait)
{ body { font-size: 24px; } 
  h3{letter-spacing: 8px; } 
  h4{letter-spacing: 4px; }
  h5{letter-spacing: 4px; } }

@media only screen and (min-width:600px) and (max-width:767px) and (orientation : landscape) 
{ body { font-size: 16px; } 
  h3{letter-spacing: 4px; } 
  h4{letter-spacing: 4px; }
  h5{letter-spacing: 2px; } }
  

@media only screen and (min-width:768px) and (max-width:1024px) 
{ body { font-size: 24px; } 
  h3{letter-spacing: 8px; } 
  h4{letter-spacing: 4px; }
  h5{letter-spacing: 4px; } }


/****FIXED POPUP HEADING BAR***
*****************************/

.popupHeading
{ z-index:6;
     display: none;
    background-image: url("../pics/backgrounds/blackdott.png");
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    position: fixed;
    top: 0;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle; 
}


.popupHeadingShow
{   display: block; }
    

.popupHeadingImage
{   width:100%; height:auto; max-width:618px; } 


.popupHeadingImage_MOB
{   display:none ; height:auto;} 


.buttonMenu
{   z-index:7;
    position: fixed;
    top: 0;
    width: 9%;
    margin-top: 2%;
    margin-left: 2%;
    display: none;
}

.buttonMenuClose
{   z-index:7;
    position: fixed;
    top: 0;
    width: 9%;
    margin-top: 2%;
    margin-left: 2%;
    display: none;
}

/*********  MENU  ************  
******************************/


.menuContainer

{z-index:5;
 position: absolute;
 width:100%;
 height:100%;
 text-align: center;
 display: none;
 }
    
.menuWrapper
{   display: inline-table;
    width:85%;
    height:100%;
    margin:auto;
    }

.menu
{   display: table-cell;
    background-image: url("../pics/backgrounds/blackdott.png");
    height: 100%;
    max-width: 1200px;
    padding-top: 200px;
    width:85%;
    box-shadow: 0 0 50px 4px #000000;
    -webkit-box-shadow: 0 0 50px 4px #000000;
    -moz-box-shadow: 0 0 50px 4px #000000;
}

.desktopMenu
{   width: 100%;
    text-align: center;
}

.desktopMenuFont:link {color: #505050; }
.desktopMenuFont:visited {color: #808080; }
.desktopMenuFont:hover {color: white; }
.desktopMenuFont:active {} 


/****VIEW IMAGE CONTAINER******
******************************/

.viewImage_Container

{   z-index: 8;
    background-image: url("../pics/backgrounds/blackdott.png");
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
  
}

.loading

{   background-image: url("../pics/design/loading2.gif");
    background-repeat: no-repeat;
    background-size:128px 15px;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
   
    }

.viewImage  
{  
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
   } 

 .div_xButton
{
    display:none;
    background-image: url("../pics/backgrounds/blackdott.png");
    width: 32px;
    position: absolute;
    right:0px;
   
}
  

.xButton
{  margin: 4px;
   width:24px;
}
 



/* *******  BODY  **************
********************************/


body
{
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    width: 100%; }

img
{ border-width: 0px; }

.background
{  
    z-index:-1;
    background-repeat: no-repeat;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
}

.pageOuterContainer
{
  
    z-index: 2;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: inline-table;
}

.pageOuterContainerCell
{
    
    display: table-cell;
    vertical-align: middle;
}
    
.pageOuterContainerFixed
    { position:fixed;
       }



.pageContainer
{
    
    
    z-index: 3;
    position: relative;
    width: 85%;
    height: 100%;
    margin: auto;
    max-width: 1200px;
    box-shadow: 0 0 50px 4px #000000;
    -webkit-box-shadow: 0 0 50px 4px #000000;
    -moz-box-shadow: 0 0 50px 4px #000000;
    padding-bottom: 2%;
    background-image: url("../pics/backgrounds/blackdott.png");
}

.pageHeading
{
    width: 100%;
    text-align: center;
   
}
    
.imageTitle
{
        border-width: 0px;
        width: 100%;
        max-width: 618px; 
        margin-top: 10%;
        margin-bottom: 5%;
       
} 

.imageTitle_MOB
{
        display:none;
} 



.albumContainer
{   text-align: center;
    z-index: 4;
    position: relative;
    
}

.homeLinks
{   display: inline-block;
    font-size: 70%;   
}

.imageContainer
{    
    border: thin solid #353535;
    margin: 20px;
    display: inline-block;
    
   
}

.imageOuter

{   width: 250px;
    height: 250px;
        display:table-cell; 
        vertical-align:middle;
        text-align: center;
        
      }
      
.imageOuterHome
{   width: 400px;
    height: auto;
    margin: 0 auto;
}

.imageInner
{ border: 0px; }


.cursorHoover
{ cursor: pointer; }


.imageHover:hover
{
    border-width: 0px;
    cursor: pointer;
    box-shadow: 0 0 50px 4px #000000;
    -webkit-box-shadow: 0 0 50px 4px #000000;
    -moz-box-shadow: 0 0 50px 4px #000000;
}


.mobileCredits {display: none}
    
/* ALL SMALL MEDIA DEVICES 
**************************
**************************
**************************/


@media only screen and (max-width : 767px) 
{ 
.desktopMenu
    {display: none}


.menu
{   box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding-top: 30px; }
    
   
    

.pageOuterContainerCell
{   
    vertical-align: middle; }

 

.pageHeading
    {
        margin: 0px;
    }
  
  
.imageTitle_MOB
    {
        display: block;
        width: 94%;
        padding-top: 10%;
        margin-right: auto;
        margin-left: auto;
    } 


.imageTitle
{ display: none; } 


.pageContainer
{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none:;
    padding-bottom: 100px;
}
    
.albumContainer
{
    height:100%;
    
}
    
.popupHeadingImage_MOB { display: block; margin:auto; width:68%; max-width:600px; } 

.popupHeadingImage

{   display: none; } 


.imageOuter {
    width: 250px;
    height: 250px;
    margin: 0 auto; }

.imageOuter img.wide {
    max-width: 100%;
    max-height: 100%;
    width: 250px;
    height: auto;  }

.imageOuter img.tall {
    max-height: 100%;
    max-width: 100%;
    height: 250px;
    width: auto;  } 
    
.imageOuterHome { width: 200px; } 

.buttonMenu

{   width:40px;
    margin-top: 1%;
    margin-left: 2%;
    display: block;

}

.buttonMenuClose
{
    width:40px;
    margin-top: 1%;
    margin-left: 2%;
    display: none;
    
}

.mobileCredits {display: block}
}

@media only screen and (max-width : 599px) and (orientation : landscape )
{ 
    
    .imageTitle_MOB { width: 60%; }  
    .popupHeadingImage_MOB { width:40%; } 
    .imageTitle_MOB { padding-top: 5%; } 
    .imageOuterHome { width: 300px; } 
}


  
@media only screen and (min-width : 600px) and (max-width : 767px) and (orientation : portrait)

{ 

.imageTitle_MOB { width: 70%; }  
    
.buttonMenu { width:70px; }
.buttonMenuClose { width:70px; }

.popupHeadingImage_MOB { width:58%; } 

 .imageOuterHome { width: 400px; } 
 .imageOuter { width: 400px; height: 400px; }
.imageOuter img.wide { width: 400px; }
.imageOuter img.tall { height: 400px; } 

.closeButton img { width : 70px; }
    
}

@media only screen and (min-width: 600px) and (max-width : 767px) and (orientation : landscape )
{ 
    
    .imageTitle_MOB { width: 40%; } 
    .popupHeadingImage_MOB { width:36%; }  
    .imageTitle_MOB { padding-top: 5%; } 
    
    .buttonMenu { width:50px; margin-left: 8%; margin-top: 2%;}
    .buttonMenuClose { width:50px; margin-left: 8%; margin-top: 2%;}

    
    
    .imageOuter { width: 200px; height: 200px; }
    .imageOuter img.wide { width: 200px; }
    .imageOuter img.tall { height: 200px; } 
    
    .closeButton img { width : 50px; }
    
}
  

   
/* PORTABLE PADS 
**************************/

@media only screen and (min-width : 768px) and (max-width : 1280px) and (orientation : portrait)

{ 
.desktopMenu {display: none}
.pageHeading { margin: 0px;}

.imageTitle_MOB
{       display: block;
        width: 60%;
        padding-top: 10%;
        margin-right: auto;
        margin-left: auto;
    }
    
.popupHeadingImage_MOB { display: block; margin:auto; width:50%; } 
.popupHeadingImage {   display: none; } 
.imageTitle { display: none; } 



.closeButton img { width:200%; max-width:80px;}

.buttonMenu { margin-left: 3.5%; display: block;}

.buttonMenuClose

{ margin-left: 3.5%; }

}




/* ALL PORTABLE MEDIA IN LANDSCAPE ONLY
***************************************/


@media only screen and (min-width : 768px) and (max-width : 1280px) and (orientation : landscape)
   
{
.desktopMenu {display: none}
.pageHeading { margin: 0px; padding: 2% 0 4% 0; }
.popupHeading { padding-top: 0.5; padding-bottom: 0.5%;}


.imageTitle {  margin-top: 4%; }  
.buttonMenu {width:60px;  display: block; margin-left: 8%; }
.menu { padding-top: 50px; }
.buttonMenuClose { width:60px;  margin-left: 8%; }
.closeButton { margin-top: 3%; margin-right: 3%;}
.closeButton img { width:60px;}
.imageOuterHome { width: 350px; } 
.imageOuter { width: 350px; height: 350px; }
.imageOuter img.wide { width: 350px; }
.imageOuter img.tall { height: 350px; } 
.mobileCredits {display: block}




}
