html, body{
  
  min-width:700px;
  margin:0px;
  padding:0px, 
  width:100%;
  height:100%;   
  font-size:0;
  font-family: 'Ledger', serif;
    
}
  
body::-webkit-scrollbar {  
    display: none; 
} 


.parallax-window {
    
    min-height: 400px;
    height: 50%;
    width:100%;
    background: transparent;

}
 
.content-wrapper{
    
   width:100%;
   height:auto;
   background-image: url(../img/whiteTexture_leather.jpg);
    
}
 
.left-gap{

width:5%;
margin:0px;   
display: inline-block; 
    
}
  

.gap{
 
height:20px;    
    
}
 
  
.content{
   
   margin:0px;
   padding:0px;
   display: inline-block; 
   width:90%;
   height:auto;
  
   border-radius: 30px; 
    
   font-size:21;
    
}
  

.header{
    
   width:100%;
   height:150px;
   background: black; 
   color: white;
    

}
  
  
#headerMenu{


color: white; 
font-size:20;
    
}
  
  
.buttonText{
    
   font-family: 'Suez One', cursive;
   font-size:20;
   cursor: pointer; 

}
  
  

  
.latin{
    
   font-family: "PrinceValiant", Verdana, Tahoma; 
   font-size:45; 
   text-shadow: 2px 2px grey; 
}
  
.homeLink{
 
 cursor: pointer;   
    
}
  
  
#footer{
    
   width:100%;
   height:170px;
   background: black;
    
    
}

  
.footerRight{

float:right;
color:white;
font-size:21;
width:300px;

}

.footerCenter{

color:black;
display:inline-block;
color:orange;
font-size:35px;

}


.blockTitle{

font-size:30;
color:black;
display:inline-block;

}

.homeTableColumn{

display:inline-block;
min-width:300px;
width:30%;
vertical-align:top;

}


 
.tableText{

font-size:15;
padding:5px;

}


.headerRight{


color:white;
font-size:21;
position:absolute;
right:15px;

}

.orangeText{

font-size:30;
color:orange;
text-shadow: 2px 2px 2px black;

}

  
 #loading{
 
 position:absolute;
 width:100%;
 height:100%;
 
 } 