html,body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #FFFFF9;
}

h2{
    font-family: 'Playfair Display SC', serif;
    font-size: 200%;
    font-weight: 700;
    color: #2C2C2C;
    text-align: center;
    text-decoration: underline;
} 
p{
    font-family: 'Cardo', serif;
    color: #2C2C2C;
    font-size: 180%;
    line-height: 140%;
    text-align: justify;
    font-weight: 400;
}
img {
    text-align: center;
    max-width: 100%;
    height: auto;
    width: auto;
}
.intro{
    height: 100%;
    width: 100%;
    margin: auto;
    background-image: url(pics/IMG_9229.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFFFF9;
    padding: 0 20px 10px 20px;
    background-position: center;

    
}
.intro .inner{

    vertical-align: middle;
    width: 50%;
    max-width: none;  
    background-color: rgba(0,0,0, 0.5); 
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50%;
    padding: 20px;
    text-align: center;  
    
    
}
.content{
    max-width: 600px;
    margin: auto;
}
h1{
    font-family: 'Playfair Display SC', serif;
    font-size: 300%;
    font-weight: 700;
    color: white;
    text-align: center;
    padding: 2%;
    text-shadow: 0px 0px 250px #000;
    
}

.content p{
    color: white;
   
}
.inner{
    max-width: 400%;
    margin: auto;
    font-size: 100%;
    line-height: 1.6;
    
}
/*--- suh ---*/
nav{
    background-color: rgb(86, 91, 95);
   text-align: center;
}
nav ul{
    list-style-type: none;
    display: inline-block;
}
nav ul li{
    padding: 2px;
    font-size: 18px;
    display: inline-block;  
}
nav ul li a{
    color: white;
    list-style-type: none;
    margin: 0 50px;  
    display: block;
    text-decoration: none;
    font-family:'Cardo', serif;
    
}
nav ul li:hover{
    text-decoration: underline;
}



.left-col{
    width: 60%;
    float: left;
    margin: 4% 0% 4% 4%;
    padding: 0 20px 0 0;
}
.sidebar{
    width: 30%;
    float: left;
    margin: 40px 0px 0px 20px;
}
.sidebar p{
    text-align: center;
    border: 3px solid black;
    
}
.onethird{
    width:29.33333%;
    padding: 2%;
    float: left;
}
.onethird img:hover{
    opacity: .6;
}
.contact p{
    padding: 0 0 5px 0;
    text-align: center;
    letter-spacing: 5px;
}
.clearfix{
    clear: both;
    height: 3%;
}
.contact a{
    color: #2C2C2C;
}
.parallax{
    background: url(pics/IMG_3560.jpg) repeat fixed 100%;
    opacity: .2;

}
.parallax-inner{
    padding-top: 17%;
}
.social{
    list-style-type: none;
    text-align: center;}
.social li{
    display: inline;
}   
.social i{
    font-size:200%;
    margin: 1% 5% 7% 4%;
    Color: black;
}
.social i:hover{
    color: gray;
}
footer.second{
    background-color: rgb(86, 91, 95);
}
footer.second p{
    color: white;
    text-align: center;
    padding: 1%;
} 
