head {
	display: none;
}

body {
		background-color: #fff;
		margin: 0px;
}

#navbar {
	width: 100%;
	background-color: #0DA5E0;
	display: block;
}

#navbar img {
	height: 45px;
	margin-top: 5px;
	float: left;
	margin-right: 40px;
}

.navigation {
	display: block;
}

.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #0DA5E0;
}

.navigation li {
	float: left;
}

.navigation li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-weight: 800;
	font-size: 20px;
	font-family: "Momo Trust Display", sans-serif;
	letter-spacing: 3px;
}

.navigation li a:hover {
	background-color: #06698F;
}

#header {
	height: 300px;
	width: 100%;
	position: relative;
	display: block;
}

#header img {
	width: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wrapper {
		width: 80%;
		margin: auto;
		display: flex;
}

.about1 {
	background-color: #efefef;
	width: 50%;
	height: 450px;
	padding: 30px;
	box-sizing: border-box;
	float: left;
}

.about1 h1 {
	font-family: "Momo Trust Display", sans-serif;
	margin: 0px;
}

.about1 p {
	font-size:18px;
	font-family: "Raleway", sans-serif;
}

.about1IMG {
	max-height:450px;
    max-width: 50%;
	overflow: hidden;
}

.about1IMG img {
	height: 500px;
}

.about2 {
	background-color: #efefef;
	width: 50%;
	height: 450px;
	padding: 30px;
	box-sizing: border-box;
	float: right;
}

.about2 h1 {
	font-family: "Momo Trust Display", sans-serif;
	margin: 0px;
}

.about2 p {
	font-size:18px;
	font-family: "Raleway", sans-serif;
}

.about2IMG {
	max-height:450px;
    max-width: 50%;
	overflow: hidden;
}

.about2IMG img {
	height: 500px;
}

.footer {
	background-color: #0DA5E0;
	height: 150px;
	width: 100%;
	
}

.footer p {
	color: #fff;
	font-family: "Raleway", sans-serif;
	float: right; 
	padding: 0px 15px 0px 0px;
}

.options {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}

.container {
	display: flex;
	border: 1px #eee solid;
	border-radius: 5px;
	padding: 10px;
	margin: 5px;
}

.property {
	margin-left: 5px;
}

.property h1 {
	font-family: "Momo Trust Display", sans-serif;
	font-size: 20px;
	padding: 5px;
	color: #fff;
	text-align: center;
	margin: 0px;
}

.property h2 {
	color: #0DA5E0;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	
}

.propimg {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.propimg img {
	max-height: 100px;
	border: 1px #0DA5E0 solid;
	
}

.row {
	display: inline-block;
	margin: 15px;
	width: 110px;
}

.price h3 {
	position: absolute;
	top: 10px;
	Right: 0px;
	height: 100px;
	width: 100px;
	background-color: yellow;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 15px 0px;
	text-align: center;
	font-size: 17px;
}

.price {
	position: relative;
	background-color: #0DA5E0;
	width: 400px;
	height: 35px;
}

.buyrent {
	background-color: #efefef;
	width: 50%;
	height: auto;
	padding: 30px;
	box-sizing: border-box;
	float: left;
}

.buyrent h1 {
	font-family: "Momo Trust Display", sans-serif;
	margin: 0px;
}

.buyrent p {
	font-size:18px;
	font-family: "Raleway", sans-serif;
}

.buyrentIMG {
    max-width: 50%;
	overflow: hidden;
}

.buyrentIMG img {
	height: 600px;
}

 /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=email], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #0DA5E0;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #06698F;
}

.request {
	margin: 50px auto;
	width: 50%;
	font-family: "Momo Trust Display", sans-serif;
	padding: 20px;
	border: 1px #ddd solid;
}

.value {
	background-color: #efefef;
	width: 50%;
	height: 450px;
	padding: 30px;
	box-sizing: border-box;
	float: left;
}

.value h1 {
	font-family: "Momo Trust Display", sans-serif;
	margin: 0px;
}

.value p {
	font-size:18px;
	font-family: "Raleway", sans-serif;
}

.value2 {
	background-color: #efefef;
	width: 50%;
	height: 450px;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
}

.value2 h1 {
	font-family: "Momo Trust Display", sans-serif;
	margin: 0px;
}

.contract {
	margin: 20px auto;
	width: 800px;
}