﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html{min-height:100%;position:relative}/* make sure it is at least as tall as the viewport */
body
{
     height: 100%;
    background-color: black;
    }



.backdrop {
    height: 100%;
    width: 100%;
  background: url(images/parch.jpg) no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
      position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
    z-index: -1;
    display: none;
    
}

#backdrop {
    display: inline;
    z-index: -9;
}

#backdrop1 {
      background: url(images/parch8.jpg) no-repeat center top fixed; 
        -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#backdrop2 {
      background: url(images/parch2.jpg) no-repeat center top fixed; 
        -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#backdrop3 {
      background: url(images/parch3.jpg) no-repeat center top fixed; 
        -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#backdrop4 {
      background: url(images/parch4.jpg) no-repeat center top fixed; 
        -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#backdrop5 {
      background: url(images/parch5.jpg) no-repeat center top fixed; 
        -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#backdrop6 {
      background: url(images/parch6.jpg) no-repeat center top fixed; 
        -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#backdrop7 {
      background: url(images/parch7.jpg) no-repeat center top fixed; 
        -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



#Content {
    background: none repeat scroll 0 0 rgba(237, 237, 220, 0.2);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 0 20px #000000;
    margin: 5px auto;
    padding: 20px;
}

#popup-tab {
        border-radius: 100px 100px 0 0; 
            background: none repeat scroll 0 0 rgba(237, 237, 220, 1);
    width: 50px;
    height: 50px;
    margin-left: 50px;
    margin-top: -100px;
    margin-bottom: 0;
    bottom: 0;
    
}
div.TextContentSection
{
    width:  600px;
    padding: 80px;
    
    margin:auto;
    margin-top: 150px;
    margin-bottom: 100px;
    -moz-box-shadow:5px 5px 5px #000000;
	-webkit-box-shadow:5px 5px 5px #000000;
	box-shadow:2px 2px 5px #000000;
   	background:#000000;
	-moz-border-radius: 15px;
    border-radius: 15px;    
    background: none repeat scroll 0 0 rgba(237, 237, 220, 0.75);
}

p 
{
    padding-left: 10px;
    padding-right: 10px;
    text-align:justify;
    font-family: "Georgia";
    font-size: 1.3em; 
    margin: 0;
    text-indent:50px;
    line-height: 150%;
   }