@charset "utf-8";
/* CSS Document */

html {
	width: 100%;
}

body {
	background-image: url(Images/body-background.jpg);
	background-attachment: fixed;
	width: auto;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin: 0;
}

/*Title*/

header {
	background-color: #15150f;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	min-height: 150px;
	margin-bottom: 15px;
	border-bottom: 2px solid #fff;
}

header img {
    float: left;
	padding: 5px;
}

.title h1 {
	font-size: 34px;
	color: #fff;
    font-weight: 500;
	margin-left: 190px;
	margin-top: 20px;
    margin-bottom: 10px;
}

.title img {
	float: left;
	margin-top: -30px;
}

.line {
	background-color: #fff;
	height: 5px;
	width: auto;
	margin-left: 170px;
}

/*Navbar*/

.topnav {
	overflow: hidden;
	background-color: #15150f;
	height: 45px;
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 8px;
	text-decoration: none;
	font-size: 24px;
}

.tab {
	margin-left: 15px;
}

.active {
	background-color: #262222;
	color: white;
}

.topnav .icon {
	display: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 24px;    
  border: none;
  outline: none;
  color: white;
  padding: 8px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2d2d2b;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
	font-size: 20px;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #262222;
  color: white;
}

.dropdown-content a:hover {
  background-color: #262222;
}

.dropdown:hover .dropdown-content {
  display: block;
}


/*Text*/

h2 {
	color: #fff;
	text-align: center;
	font-size: 22px;
}

h3 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	margin-top: -15px;
}

.links h3 {
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.links h4 {
	text-align: center;
	font-style: italic;
	color: #fff;
	font-size: 18px;
}

/*Pictures*/

.center {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 8px;
}

.center-long {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 8px;
}

.left {
	display: block;
	float: left;
	text-align: center;
	font-size: 18px;
	border: 2px solid #fff;
	border-radius: 8px;
	margin-right: 10px;
}

.left-padright {
	display: block;
	float: left;
	text-align: center;
	font-size: 18px;
	border: 2px solid #fff;
	border-radius: 8px;
	margin-right: 10px;
    padding-right: 20px;
}

.left-left {
	border: none; 
	margin-top: 80px; 
	margin-right: 40px;
	display: block;
	float: left;
	text-align: center;
	font-size: 18px;
}


.leftfig {
	width: 350px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

.figure-left {
	display: block;
	float: left;
	text-align: center;
	font-size: 18px;
	border: 2px solid #fff;
	border-radius: 8px;
	margin: 10px;
}

.right {
	display: block;
	float: right;
	text-align: center;
	font-size: 18px;
	border: 2px solid #fff;
	border-radius: 8px;
	margin-left: 10px;
}

.right-padleft {
	display: block;
	float: right;
	text-align: center;
	font-size: 18px;
	border: 2px solid #fff;
	border-radius: 8px;
	margin-left: 10px;
    padding-left: 20px;
}

.rightfig {
	width: 350px; 
	margin-left: auto;
	margin-right: auto;
    margin-top: 15px;
	color: #fff;
}

.figure-right {
	display: block;
	float: right;
	text-align: center;
	font-size: 18px;
	border: 2px solid #fff;
	border-radius: 8px;
	margin: 10px;
}

figcaption {
	color: #fff;
}

.box {
    text-align:center;
    margin:auto;
}

.box img {
	border: 2px solid #fff;
	border-radius: 8px;
	margin: 10px;
	width: 45%;
    height: auto;
}

/*Carousel Pictures*/

.mySlides-home {
	display: none;
}

.mySlides {
	display: none;
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
}

.mySlides2 {
	display: none;
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
    max-height: 400px;
}

.mySlides img {
	width: 100%;
	height: auto;
	border: 2px solid #fff;
	border-radius: 8px;
}

img {vertical-align: middle;}

.slideshow-container {
  max-width: 839px;
  position: relative;
  margin: auto;
}

.slideshow-container-sales {
	width: 600px;
	height: 400px;
	position: relative;
	margin: auto;
}

.slideshow-container-inner {
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: -10px 2px 15px;
  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}
}
/*Body*/

.content {
	color: #fff;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	left: 20px;
	right: 20px;
	width: 900px;
	text-decoration: none;
}

/*For Sale*/

.sale {
	width: 100%;
	background-color: #555;
	overflow: auto;
}

.sale a {
	float: left;
	padding: 12px 0px;
	color: white;
	text-decoration: none;
	font-size: 24px;
	width: 50%;
	text-align: center; 
}

.sale a:hover {
	background-color: #262222;
}

.saleimg {
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-radius: 8px;
	border: 2px solid #fff;	
	width: 80%;
}

.sale-button {
	width: 200px;
	display:block;
	padding:10px 10px;
	overflow:hidden;
	text-decoration:none;
	color:#fff;
	background-color:#1d1d1b;
	text-align:center;
	border-radius: 8px;
	border: 2px solid #fff;
	margin-left: auto;
	margin-right: auto;
}

.sale-button:hover {
	background-color: #262222;
}

/*Sale Pages*/

.sale-diagram {
	margin-top: -10px; 
	float: none; 
	padding-bottom: 0;
}

.sale-header {
	border-bottom: none; 
	margin-bottom: -56px; 
	height: 120px;
}

.column {
	float: left;
	width: 47.5%;
	margin: 5px;
	text-align: center;
}

.column img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-radius: 8px;
	border: 2px solid #fff;	
}

.column-three {
  float: left;
  width: 31%;
  padding: 15px;
}

.column-three img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-radius: 8px;
	border: 2px solid #fff;
	width: 100%;
}

.row-three {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	color: #fff;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.container {
    position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

.image {
	opacity: 1;
	display: block;
	transition: .5s ease;
	backface-visibility: hidden;
	padding-top: 10px;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	left: 150px;
}

.container:hover .image {
	opacity: 0.3;
}

.container:hover .middle {
	opacity: 1;
}

.text {
	background-color: #000;
	color: white;
	font-size: 16px;
	padding: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	left: 150px;
}

table {
	margin-left: auto;
	margin-right: auto;
}

td {
	border: 1px solid #fff;
	border-radius: 8px;
	background-color: #000;
}

.phone {
	display: none;
}

.button {
  background-color: #15150f;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
	margin-left: auto;
	margin-right: auto;
  cursor: pointer;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

footer {
	height: 65px;
	background-color: #15150f;
	margin: auto;
    width: auto;
    padding: 10px;
	left: 0;
	bottom: 0;
}

.middle-foot {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
}

/*Sticky*/
#sticky-nav {
	overflow: hidden;
	background-color: #15150f;
	border-bottom: 2px solid #fff;
	text-align: center;
	z-index: 6;
}

#sticky-nav a {
	float: right;
	display: inline-block;
	margin-right: -4px;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 24px;
	z-index: 9;
}

#sticky-nav a:hover {
	background-color: #262222;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.sticky + .content {
	padding-top: 60px;
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media screen and (max-width: 1024px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
	
}@media screen and (max-width: 1024px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
	header img {
		float: left;
		display: block;
		max-width: 110px;
		width: 25%;
		height: auto;
		text-align: center;
		padding: 6px;
		
	}
	
	.line {
		width: auto;
		margin-left: 18%;
	}
	
	header .title h1 {
		text-align: center;
		margin-left: 0;
		left: 0;
		width: 100%;
		font-size: 24px;

	}		
	
	header {
		min-height: auto;
		height: auto;		
	}
	
	.topnav {
		height: auto;
	}

	
	.tab {
		margin-left: 0;
	}
	
	.dropdown .dropbtn .dropdown-content {
		font-size: 17px;
	}
	
	.dot {
		height: 7px;
		width: 7px;
	}
	
	footer {
		font-size: 11px;
	}
	
	footer img {
		margin-right: 20px;
	}
	
	.content {
		font-size: 14px;
		margin: 0 15px;
		width: auto;
	}
	
	.left {
		float: none;
		text-align: center;
		font-size: 12px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.right {
		float: none;
		text-align: center;
		font-size: 12px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}	
    
    .left-padright {
		float: none;
		text-align: center;
		font-size: 12px;
		margin-left: auto;
		margin-right: auto;
		display: block;
        padding: 0;
        width: 80%;
	}
	
	.right-padleft {
		float: none;
		text-align: center;
		font-size: 12px;
		margin-left: auto;
		margin-right: auto;
		display: block;
        padding: 0;
        width: 80%;
	}	

		
	.figure-left {
		float: none;
		text-align: center;
		font-size: 12px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.figure-right {
		float: none;
		text-align: center;
		font-size: 12px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}	
}

@media screen and (max-width: 600px) {
	.content {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.left img {
		width: 90%;
		height: auto;
        padding: 0;
	}
	
	.left {
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
        padding: 0;
	}	
	
	.left-left {
		width: 90%;
		height: auto;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		display: block;
		float: none;
	}	
	
	.left-left img {
		width: 90%;
		height: auto;
	}
	
	.right img {
		width: 90%;
		height: auto;
	}	
	.right {
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.center {
		width: 90%;
		height: auto;
	}
	
	.center-long {
		width: auto;
		height: 400px;
	}
	
	.leftfig {
		width: 80%;
		font-size: 12px;
	}
	
	.rightfig {
		width: 80%;
        font-size: 12px;
	}
	
	.figure-left {
		width: 90%;
		height: auto;
	}
	
	.figure-right {
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 14px;
	}
	
	.links h3 {
		font-size: 14px;
	}
	
	.links h4 {
		font-size: 12px;
	}
	
	.line {
		margin-left: 30%;
	}
		
	.topnav a {
		font-size: 16px;
	}

	
	.dropdown .dropbtn {
		font-size: 16px;
		float: none;
	}
	
	.column {
		width: 90%;
		height: auto;
		display: block;
		margin-left:auto;
		margin-right: auto;
		float: none;
	}
	
	.column-three {
		width: 90%;
		height: auto;
		display: block;
		margin-left:auto;
		margin-right: auto;
		float: none;
	}
	
	.dot {
		display: none;
	}
	
	.saleimg {
		width: 100%;
	}
	
	.sale-button {
		font-size: 18px;
	}  
	
	table {
		display: none;
	}
	
	.phone {
		display: block;
	}
	
	.phone img {
		border: 1px solid #fff;
		border-radius: 8px;
		background-color: #000;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		height: auto;
	}
	
	.phone a {
		text-decoration: none;
		text-align: center;
		color: #fff;
		cursor: pointer;
		padding-bottom: 10px;
	}
	
	.box img {
		width: 80%;
		height: auto;
	}
	
	#sticky-nav {
		float: none;
		display: block;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	#sticky-nav a {
		float: none;
		font-size: 20px;
	}
	
	.sale-diagram {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		margin-top: 0;
	}
	
	.sale-header {
		margin-bottom: -30px;
	}
	
	.slideshow-container-sales {
		width: 100%;
		height: 300px;
	}
    
    .mySlides {
        max-height: 200px;
        width: auto;
    }
	
	.mySlides img {
		width: 100%;
        height: auto;
	}

}













