@charset "UTF-8";
/* CSS Document */

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Lato', sans-serif;
	line-height: 1.4;
	background-color: rgb(255, 255, 255);
}



.menu-background {
	background-color: rgba(111, 156, 159, 0.7);
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 74px;
}

/* Header logo */
.logo-header {
	position: absolute;
	z-index: 1;
	height: 75px;	
	margin-left: 10px;
	margin-top: 18px;
}
.logo-header-text {
	position: absolute;
	padding-left: 68px;
	padding-top: 15px;
	font-weight: 300;
	font-size: 16px;
}


/* Navigation links for desktop */
.desktop-nav-container {
	position: absolute;
	z-index: 1;
	width: 98%;
	padding-top: 20px;
}
.desktop-nav-links ul {
	display: flex;
	list-style: none;
	justify-content: flex-end;
}
.desktop-nav-links a {
	color: black;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 12px;
	padding: 12px;
}


/* A gray patch to allow the hamburger menu to be visible on a white background */
.menu-wrap .hamburger-platter {
	position: absolute;
	z-index: 0;
	width: 40px;
	height: 40px;
	background: rgba(50, 50, 50, 0.2);
	border-radius: 6px;
}


.title-container {
	display: flex;
	justify-content: center;
	text-align: center;
	padding-top: 120px;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	color: rgb(61,81,81);
}

.service-title-container {
	display: flex;
	justify-content: center;
	text-align: center;
	padding-top: 20px;
	font-size: 22px;
	padding-left: 10px;
	padding-right: 10px;
	color: cadetblue;
}

.service-text-container {
	display: flex;
	justify-content: center;
	text-align: center;
	padding-top: 0px;
	font-weight: 300;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 620px;
	margin: auto;
}



/* Style the gallery */
.gallery {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1200px;
	margin: auto;
}
.gallery img {
	transition: 0.2s;
	padding: 4px;
	max-width: 400px;
	min-width: 230px;
	flex: 1;
}
.gallery img:hover {
	transform: scale(1.03);
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 98%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}



/* Video */
.video-container {
	display: flex;
	justify-content: center;
}
.video-container-inner {
    max-width: 1132px;
	margin-left: 34px;
	margin-right: 34px;
	padding-top: 10px;
	font-size: 16px;
}
.video-container-inner video {
    width: 100%;
    object-fit: contain;
}



/* Virtual tour */
.virtual-tour {
	display: flex;
	justify-content: center;
	height: 720px;
	max-width: 1200px;
	margin: auto;
}
.ku-embed {
    width: 100%;
    height: 100%;
	margin-left: 34px;
	margin-right: 34px;
}



/* Virtual staging */
.virtual-staging {
	display: flex;
	flex-flow: column;
	justify-content: center;
	max-width: 1200px;
	margin: auto;
}
.virtual-staging img {
	padding-top: 10px;
	padding-left: 34px;
	padding-right: 34px;
	width: 100%;
	object-fit: contain;
}


.obround-button {
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	background-color: rgba(258, 163, 58, 1);
	width: 320px;
	height: 50px;
	padding-top: 12px;
	border-radius: 25px;
	margin: auto;
}
.obround-button a {
	text-decoration: none;
	color: white;
}


.learn-more {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	background-color: rgba(110, 155, 159, 0.8);
	width: 180px;
	height: 50px;
	padding-top: 8px;
	border-radius: 0px;
	margin: auto;
}
.learn-more a {
	text-decoration: none;
	color: white;
}


.footer-copyright {
	background-color: rgba(110, 155, 159, 0.7);
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	padding: 12px;
}

/* Adjust the menu background for smaller screens */
@media only screen and (max-width: 890px){
	.menu-background {
		height: 85px;
	}
	.title-container {
		padding-top: 100px;
	}
}



@media only screen and (min-width : 200px) and (max-width : 520px) {	

	/* Style the gallery */
	.gallery {
		padding-left: 0px;
		padding-right: 0px;
	}
	.gallery img {
		padding: 1px;
		min-width: 150px;
	}
	
	/* Turn off some of the images 
	.gallery #img08 {display: none;}
	.gallery #img09 {display: none;}
	.gallery #img38 {display: none;}
	.gallery #img39 {display: none;} */
	
	.video-container-inner {
		margin-left: 1px;
		margin-right: 1px;
	}
	
	.virtual-tour {
		height: 600px;
	}
	.ku-embed {
		margin-left: 1px;
		margin-right: 1px;
	}
	
	.virtual-staging img {
		padding-left: 1px;
		padding-right: 1px;
	}
}



/* Menu */
.menu-wrap {
	position: absolute;
	top: 10px;
	right: 60px;
	z-index: 1;
	visibility: hidden;
}

.menu-wrap .toggler {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
	width: 40px;
	height: 40px;
	opacity: 0;
}

.menu-wrap .hamburger {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 40px;
	height: 40px;
	padding: 10px;
	background: rgba(50, 50, 50, 0.0);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
}

/* Hamburger Line */
.menu-wrap .hamburger > div {
	position: relative;
	width: 100%;
	height: 2px;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

/* Top and bottom lines */
.menu-wrap .hamburger >div:before,
.menu-wrap .hamburger >div:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: -8px;
	width: 100%;
	height: 2px;
	background: inherit;
}

/* Moves line down */
.menu-wrap .hamburger > div:after {
	top: 8px;
}

/* Toggler animate */
.menu-wrap .toggler:checked + .hamburger > div {
	transform: rotate(135deg);
}

/* Turn lines into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
	top: 0;
	transform: rotate(90deg);
}

/* Rotate on hover when checked 
.menu-wrap .toggler:checked:hover + .hamburger > div {
	transform: rotate(225deg);
} */

/* Show menu */
.menu-wrap .toggler:checked ~ .menu {
	visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div{
	transform: scale(1);
	transition-duration: 0.5s;
}

.menu-wrap .toggler:checked ~ .menu > div > div {
	opacity: 1;
	transition: opacity 0.4s;
}

.menu-wrap .menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-wrap .menu > div {
	background: rgba(258, 163, 58, 0.95);
	border-radius: 50%;
	width: 200vw;
	height: 200vw;
	display: flex;
	flex: none;
	align-items: center;
	justify-content: center;
	transform: scale(0);
	transition: all 0s ease;
}

.menu-wrap .menu > div > div {
	text-align: center;
	max-width: 90vw;
	max-height: 100vh;
	opacity: 0; 
	transition: opacity 0.4s ease;
}

.menu-wrap .menu > div > div > ul > li {
	list-style: none;
	color: white;
	font-size: 1.5rem;
	padding: 1rem;
}

.menu-wrap .menu > div > div > ul > li > a {
	color: inherit;
	text-decoration: none;
	transition: color 0.4s ease;
}


@media only screen and (min-width : 200px) and (max-width : 374px) {
	.logo-header {
		visibility: hidden;
	}
}


@media only screen and (min-width : 200px) and (max-width : 4000px) {
	.menu-wrap {
		visibility: visible;
	}
	
	.desktop-nav-links {
		visibility: hidden;
	}
	
	.logo-header img{
		height: 60%;
	}
}


