@charset "utf-8";

/* General styles*/
/*Define your own styles in this stylesheet*/
body{
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'montserrat' , sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: 300;
	text-shadow: 0.5px 0.5px #D7C840;
}
p{
	font-size: 13px;
	font-family: 'alice', sans-serif;
	font-style: normal;
	font-weight: 100;
	color: rgba(146,146,146,1.00);
	line-height: 1.8;
}


/* Link styles*/
a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
.linkStyle {
	color: #000000;
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;
}
.link {
	color: #000000;
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;
	text-align: left;
	margin-left: 15%;
	margin-right: 15%;
	font-size: 16px;
}
/* Header & HERO styles*/
.logo {
	text-align: center;
	display: block;
	width: 40%
%;
}
.heroHeader {
	height: 45em;
	background-image: url(images/house_drawing.jpg);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-size: 100%
% auto;
	background-position: center center;
}
.heroHeaderColor {
	height: 45em;
	background-image: url(images/house_drawing_color.jpg);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-size: 100%
% auto;
	background-position: center center;
}
.heroHeaderBird {
	height: 45em;
	background-image: url(images/house_drawing_about.jpg);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-size: 100%
% auto;
	background-position: center center;
}
/* Navigation styles*/
.topNavUl {
	position: static;
    padding-top:20px;
    padding-bottom: 20px;
}
.topNavLI {
	text-align: center;
}
.current {
	text-shadow: 2px 2px #D7C840;
}
/* Typography styles*/
.textStyle {
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000000;
}
.headingStyle {
	/* [disabled]font-family: 'montserrat', sans-serif; */
	/* [disabled]font-style: normal; */
	/* [disabled]font-weight: 400; */
	color: #000000;
	font-size: 32px;
}
.mainHeading {
	color: #000000;
	text-align: center;
	font-size: 48px;
	background-image: url(url);
}
.mainTagline {
	text-align: center;
	color: #000000;
	font-size: 16px;
}
.sectionText {
	text-align: center;
}
#sectionOne {
	text-align: justify;
}
#sectionTwo {
	text-align: justify;
}

/* Gallery styles */
.gallery{
}
.paraContent{
	font-size: 14px;
	font-family: alice, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	line-height: 1.8;
	margin-left: 5%;
	margin-right: 5%;
}
.contentArea{
	font-size: 14px;
	font-family: alice , sans-serif;
	font-style: normal;
	font-weight: 100;
	color: #000000;
	line-height: 1.8;
	text-align: justify;
	margin-left: 5%;
	margin-right: 5%;
}
.showAreaH2 {

}
#secondaryStyling {
	padding-top: 10px;
	padding-bottom: 10px;
}
.secondarySection {
	background-color: #FFFFFF;
}
.secondaryHeading {
	color: #000000;
	text-align: center;
}
/*Footer styles*/
.footer {
	text-align: center;
	font-size: 22px;
	clear: both;
}
/*Footer styles*/
.footer img {
	text-align: center;
	font-size: 22px;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
/*Footer styles*/
.footerTitle {
    text-align: center;
    font-size: 22px;
}
.footerTextContainer {
	text-align: justify;
	margin-bottom: 10%;
}
.social {
	float: left;
	display: inline;
	clear: right;
	text-align: center;
	margin-right: auto;
}
/*Slider styles*/
.cycle-slideshow {
	width: 100%;
	height: auto;
}
.cycle-slideshow img {
	border: thick solid #97968B;
	opacity: 0;
}
.about img {
	width: 100%;
	height: auto;
	max-width: 462px;
}

/* Slideshow CSS */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "prev button" to the left */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
