html {overflow-y: scroll;}

body {
    font-family: 'Lora', serif;
    background-color: #361709;
    min-width:420px;
    margin:auto;
    -webkit-font-smoothing: antialiased;
    
}

.langu {
margin-right:100px;
}


p {
    font-size:14pt;
    font-style:normal;
    width:100%;
    color:rgb(40,40,40);
    margin-top:-5px;
    
    font-family: 'Lora', serif;
}

h2 {
    font-size:14pt;
    font-style:normal;
    width:100%;
    color:rgb(250,250,250);
    margin-top:-0px;
    text-align:center;
    font-family: 'Lora', serif;
    text-decoration:underline;
    font-weight:500;
    font-style:normal;
}

#left-align p {
text-align:left;



}

#center-align p {
text-align:center;

}


h1 {
    font-size:40px;
    font-style:normal;
    position:relative;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    display:inline-block;
    color:rgb(40,40,40);
    font-weight:500;
    text-align:center;
    margin-bottom:25px;
    margin-top:30px;
    display:inline-block;
    text-decoration:underline;
    -webkit-font-smoothing: antialiased;

    
    
}

#logo {
    width:632px;
    height:128px;
    position:relative;
    text-align:center;
    margin-top:255px;
    margin-bottom:100px;
    margin-left:auto;
    margin-right:auto;
    cursor:default;
    background-image:url('images/splash-logo.jpg');
    background-repeat:no-repeat;
}
        
          
 
#navbar ul li a { 
        text-decoration: none; 
        padding-bottom:4px;
        font-size:17px;
        font-style:normal;
        
        color:rgb(250,250,250);
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); 
        } 





  

