




/***** TYPOGRAPHY *****/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

#top {
	background-color:#35322B;
	padding:10px;
}

.h1 {
  font-family: 'Berkshire Swash', cursive;
  font-style: normal;  
  color:#000;
  line-height:25px;  
}

.title-h2 {
  font-family: 'Berkshire Swash', cursive;
  font-style: normal;  
  color:#C49169;
  line-height:25px;  
}

.title-h3 {
  font-family: 'Berkshire Swash', cursive;
  font-style: normal;
  font-weight: 800;
  color:#000;
  line-height:25px;  
}
.h4 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  color:#000;
  line-height:25px;  
}

.h5-subhead {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  color:#000;
  line-height:25px; 
}

.welcome {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color:#575757;
  line-height: 26px;
  letter-spacing: 0.25px;
  width:80%;
}

.p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color:#4F4F4F;
  line-height: 28px;
  letter-spacing: 0.25px;
}

/***** sub *****/
#sub {
	 background-image: url(../images/bg-sub.jpg); 
    height: 270px;

    width: 100%;
    background-repeat: no-repeat;

    background-position: center center;
    background-attachment: fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;

    -o-background-size: cover;
    background-size: cover;
}


#content {
	background-image:url(../images/bg-content.jpg);
	background-repeat:repeat;
	
}
/***** parallax *****/
.parallax {
    /* The image used */
    background-image: url(../images/bg-tourism.jpg);

    /* Set a specific height */
    min-height: 350px; 
	padding:10px;


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*****BUTTON*****/
.button {
    background: #8A5E3B;
    color: #fff;
	width:140px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;  
    line-height: 40px;
	margin-top:-10px;
    text-align: center;
    border: 0;
    transition: all 0.3s ease 0s;
}
.button:hover {
  background: #67472E;
}


#footer {
	background-color:#35322B;
	padding:20px;
}
.footer {
  font-family: 'Open Sans', sans-serif;
  font-size: 13.5px;
  font-style: normal; 
  color:#FFFFFF;
  line-height: 32px;
 
}

#copy {
	background-color:#1D180C;
	padding:15px;
}

/***** GALLERY *****/
body {
    padding: 0px 0px;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}