/* General Demo Style */
@import url('https://fonts.googleapis.com/css?family=Montserrat|Playfair+Display');

	body, html {
  height: 100%;
 
  
}


body {
  font-family: 'Montserrat', sans-serif; background: #fff; font-size: 16px; margin:0 auto; }

a{text-decoration:none;}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

hr {height:2px; border:0; border-top:1px solid #be8d64; margin:10px 0; padding:0; }

h1,h2 {font-family: 'Lora', sans-serif;}


	

.topnav {
  overflow: hidden;
  background-color: #f0f0f0;
}
.topnav .topnav-text {float:right;}

.topnav a {
  float: left;
  display: block;
  color: #be8d64;
  text-align: center;
  padding: 45px 18px 0 18px;
  border: 2px #f0f0f0 solid;
  margin-bottom: 16px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
}

.topnav a:hover {
  
}

.topnav a.active {
   
}

.topnav .logo {padding: 8px 0 0 5%;}
.logo-sig {width:auto; height: 70px;}
.topnav .social {float: right; padding-right: 5%; font-size: 20px;}
.topnav .icon {display: none; }


.topnav .dropdown {
  float: left;
  overflow: hidden;
}

.topnav .dropdown .dropbtn {
  font-size: 16px;    
  text-align: center;
  padding: 45px 18px 0 18px;
  border: 2px #f0f0f0 solid;
  color: #be8d64;
  text-transform: uppercase;
  font: inherit;
}

.topnav .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f0f0f0;
  min-width: 90px;
  z-index: 1;
  padding: 35px 0 0 0;
	
}

.topnav .dropdown-content a {
  float: none;
  color: #be8d64;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border: none;
}

.topnav .dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.topnav .dropdown:hover .dropdown-content {
  display: block;
}

	.hero-image {
  background-image: linear-gradient(rgba(68, 68, 68, 0.5), rgba(68, 68, 68, 0.5)), url("amandasig57_design01.jpg");
  height: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.hero-text h1 {font-size:48px; padding:0; margin:0;}

.hero-text .hero-button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 12px 25px;
  color: #fff;
  background-color: #be8d64;
  text-align: center;
  cursor: pointer;
}

.hero-text .hero-button:hover {
  background-color: #000;
  color: white;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 32%;
  position: relative
}

div.gallery:hover {
  border: 1px solid #be8d64;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

div.gallery .label {position: absolute; top: 0; left: 0; padding: 10px; font-size:14px;}
div.gallery .label.red {background: #c30b1a; color: #fff;}
div.gallery .label.black {background: #000; color: #fff;}
	
	






/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.btn-group a:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

.btn-group a:hover {
  background-color: #be8d64;
}

.mobile-show {display:none;}



.main-heading {color:#be8d64; margin: 0; padding:0; font-family: 'Playfair Display', serif;}
.secondary-heading {color:#be8d64; margin: 0; padding:0; text-align:right;}

.main-content {padding-right: 30px;}



.contact-button {display: none;}

.blue-button { display:block; background: #fff; border: 2px #be8d64 solid; padding: 10px; text-align: center; margin: 5px 0; color:#be8d64; font-size:14px;}

.blue-button:hover {background: #be8d64; color:#fff;}

.red-button {display:block; background: #c30b1a; border: 2px #c30b1a solid; padding: 10px; text-align: center; margin: 5px 0; color:#fff; font-size:14px;}


.info-list {list-style-type: none;  padding-left: 1.5em; text-indent: -0.8em;}
    .info-list li {list-style-position: inside; text-align:left; padding: 5px 0;}
	


.contact-form {width:85%}

#propertyprice {width:85%;}

.footer {font-size: 14px;}

#blog-landing {
position: relative;
max-width: 100%;
width: 100%;
}
#blog-landing img {
width: 100%;
max-width: 100%;
height: auto;
}
.white-panel {
position: absolute;
background: white;
padding: 10px;
}



/* Full-width input fields */
input[type=text], input[type=password], input[type=email], input[type=tel], select {
    width: 33%;
    padding: 12px 10px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}


textarea{
    width: 100%;
    padding: 12px 10px;
    margin: 4px 0;
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}


/* Set a style for all buttons */
input[type=submit], input[type=button] {
    width: 25%;
	display: block;
	background-color: #be8d64;
    color: #fff;
    padding: 14px 20px;
    margin: 8px 2px;
    border: 0;
	border-radius:2px;
    cursor: pointer;
   }

 input[type=submit]:hover, input[type=button]:hover {
     color: #fff;
    
   }
	
	.clearfix:after {
    content: "";
    display: table;
    clear: both;
}



	

	@media only screen and (max-width: 768px) {

	

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	
	td { 
		/* Behave  like a "row" */
		width:100%;
		border: none;
		position: relative;
		text-align: center;
		 
	}
	
	

.topnav a, .dropdown .dropbtn {display: none;}
  .topnav a.icon {
    float: right;
	position: absolute;
    right: 0;
    top: 0;
    display: block;
	padding:18px;
  }
  
  .topnav a.logo {
    display: block;
	padding: 0;
	float: left;
    margin-left: 0;

	}
	
	.logo-sig {width:auto; height: 50px;}

  
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	
  }
  
  .topnav.responsive .topnav-text {float:left;}

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	padding: 18px;
  }
  
  .topnav.responsive a:nth-child(2) {padding-left: 18px;}

  
     .topnav.responsive a.logo {
     margin-left: 0;
	 padding: 0 15px;

 
	}
	
	.topnav.responsive a.social {float: none; padding-right: 5%; font-size: 20px;}
	
	 .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;padding: 18px;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
	padding: 18px;
  }
	
	.hero-text {top: 50%;} 
	.hero-text h1 {font-size:32px; padding:0; margin:0;}
	div.gallery {float: none;  width: 100%; margin: 20px 0;}


  .contact-button {display:block; background: #be8d64; color: #fff; padding: 10px 0; margin: 5px 0 15px 0; text-align:center;}
	.btn-group a {width:90%;}
		.blue-button {margin: 15px 0 5px 0;}
.red-button {margin: 15px 0 5px 0;}

	
	


	
.gallery-image {width:100%; height:auto;}
	


.contact-form {width:100%}

.main-heading { text-align: center;}
.secondary-heading {text-align:center;}
.main-content {padding: 0;}


#propertyprice {width:100%;}


/* Full-width input fields */
input[type=text], input[type=password], input[type=email], input[type=tel], select, input[type=submit], input[type=button] {
    width: 100%;
	display: block;
   }
   
   input[type=button] {margin: 0;}


	
	}

	@media only screen and (max-width:414px) {
		.mobile-hidden {display:none;}
		.mobile-show {display:block;}
		
		.hero-text h1 {font-size:22px; padding:0; margin:0;}
		.hero-text .hero-button {padding: 10px 18px; font-size:14px;}
		
		.main-heading {font-size:18px;}
}
	
		
	}

