/* General Demo Style */
@import url('https://fonts.googleapis.com/css?family=Lora|Nunito');

	body, html {
  height: 100%;
 
  
}


body {
  font-family: 'Nunito', sans-serif; background: #fff; font-size: 16px; margin:0 auto; }
  
  * {
  box-sizing: border-box;
}

a{text-decoration:none;}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

hr {height:2px; border:0; border-top:1px solid #f15c28; margin:10px 0; padding:0; }

h1,h2 {font-family: 'Lora', sans-serif;}


	

.topnav {
  overflow: hidden;
  background-color: #fff;
  padding:0 28px;
  border-bottom: 1px #f15c28 solid;
}

.topnav a {
  float: left;
  display: block;
  color: #4e0962;
  text-align: center;
  padding: 42px 18px 0 18px;
  border: 2px #fff solid;
  margin-bottom: 16px;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
}

.topnav a:nth-child(2) {padding-left: 40px;}

.topnav a:hover {
  font-weight:bold;
}

.topnav a.active {
  padding-bottom:16px;
  border-bottom: 2px #fff solid; 
 
}

.topnav .logo {padding: 8px 0 0 5%;}
.topnav .logo img {width: auto; height: 70px;}
.topnav .social {float: right; padding-right: 5%; font-size: 20px;}
.topnav .icon {display: none; }


	.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: #f15c28;
  text-align: center;
  cursor: pointer;
}

.hero-text .hero-button:hover {
  background-color: #000;
  color: white;
}


.column-padding {padding-right:30px;}

.desc-text  p {text-align: left;}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 32%;
  position: relative
}

div.gallery:hover {
  border: 1px solid #f15c28;
}

div.gallery img {
  width: 100%;
  height: 200px;
  object-fit:cover;
}

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;}
div.gallery .label.orange {background: #f15c28; color: #fff;}
	
	


.row > .column {
  padding: 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 50%;
}

.column img {width:100%; height:350px; object-fit:cover;}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #000;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.8);
}

/* 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);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f15c28;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}



.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/* 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: #f15c28;
}

.mobile-show {display:none;}



.main-heading {color:#000; margin: 0; padding:0;}
.secondary-heading {color:#000; margin: 0; padding:0; text-align:right;}

.main-content {padding-right: 30px;}



.contact-button {display: none;}

.orange-button { display:block; background: #fff; border: 2px #f15c28 solid; padding: 10px; text-align: center; margin: 5px 0; color:#f15c28; font-size:14px;}

.orange-button:hover {background: #f15c28; color:#fff;}

.purple-button { display:block; background: #fff; border: 2px #4e0962 solid; padding: 10px; text-align: center; margin: 5px 0; color:#4e0962; font-size:14px;}

.purple-button:hover {background: #4e0962; 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: #f15c28;
    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:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	padding: 20px 0;
  }
  
  .topnav a.logo {
    display: block;
	padding: 10px 0;
	float: left;
  margin-left: 0;
	}
	.topnav .logo img {width: auto; height: 40px;}
  
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 28px;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .topnav.responsive a:nth-child(2) {padding-left: 18px;}

  
	
	.topnav.responsive a.social {float: none; padding-right: 5%; font-size: 20px;}
	
	.hero-text {top: 50%;} 
	.hero-text h1 {font-size:32px; padding:0; margin:0;}
	
	.column-padding {padding-right:0;}
	.desc-text  p {text-align: justify;}
	
	
	div.gallery {float: none;  width: 100%; margin: 20px 0;}
	
	
	.prev,
.next {
  font-size: 16px; padding: 8px;
 
  
}

.prev {left: 0; }

  .contact-button {display:block; background: #f15c28; color: #fff; padding: 10px 0; margin: 5px 0 15px 0; text-align:center;}
	.btn-group a {width:100%;}
		.orange-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:24px;}
		
		.column { float: none;  width: 100%;}
	.column img {width:100%; height:auto; object-fit:contain;}
		
		
}
	
		
	

