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

body {
	background-color: #fff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0px;
	padding: 0px;
}
header {
	border-bottom: solid 1px #00DEFF;
	padding-bottom: 40px;
}
a {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
  	-moz-transition: all 0.5s ease-out;
  	-o-transition: all 0.5s ease-out;
}
.header-container {
	width: 90%;
	margin: 0px auto;
	padding-top: 40px;
}
.header-logo {
	text-align: center;
	margin-bottom: 0px;
}
.header-logo img {
	width: 100%;
	max-width: 800px;
}
.header-logo a {
	border: none;
	color: none;
}
.header-logo a:visited {
	border: none;
	color: none;
}
.header-logo a:active {
	border: none;
	color: none;
}
nav {
	width: 100%;
}
nav ul {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
nav ul li {
	margin: 0px 40px;
	display: inline-block;
}
nav ul li a {
	float: left;
	padding: 0px 20px;
	text-decoration: none;
	color: #1797D4;
	font-size: 20px;
}
nav ul li a:hover {
	color: #00DEFF;
}
h1 {
	margin:0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	font-size: 35px;
	font-weight: normal;
	color: #555;
}
p {
	color: #666;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 25px;
}
.content-container {
	width: 60%;
	margin: 0px auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: justify;
}
.content-container a {
	text-decoration: none;
	color: #666;
}
.content-container a:visited {
	color: #666;
	text-decoration: none;
}
.content-container a:active {
	color: #666;
	text-decoration: none;
}
footer {
	width: 100%;
	height: 450px;
	background-color: #222;
	margin-top: 0px;
}
.footer-container {
	width: 60%;
	margin: 0px auto;
	padding-top: 70px;
	padding-bottom: 70px;
}
.tenantportal {
	width: 100%;
	clear: both;
}
.tenantportal div {
	text-align: center;
	clear: both;
	margin-bottom: 100px;
}
.tenantportal p {
	color: #fff;
	margin-bottom: 40px;
}
.tenantportal a {
	background-color: #00DD3B;
	padding: 20px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	border: solid 1.5px #00DD3B;
	border-radius: 10px;
}
.tenantportal a:hover {
	background-color: #222222;
}
.tenantportal a:visited {
	color: #fff;
	text-decoration: none;
}
.tenantportal a:active {
	color: #fff;
	text-decoration: none;
	background-color: #00DD3B;
}
.contact {
	text-align: center;
	width: 100%;
}
.contact p {
	color: #fff;
	margin-bottom: 20px;
}
.contact form {
	width: 100%;
}
.contact label {
	color: #fff;
	float: left;
	clear: both;
}
.contact input {
	border: 1px solid #000;
	background-color: #fff;
	width: 500px;
	float: left;
	clear: both;
	margin-bottom: 30px;
	height: 30px;
}
.contact textarea {
	border: 1px solid #000;
	background-color: #fff;
	width: 500px;
	margin-bottom: 30px;
	float: left;
	clear: both;
	height: 60px;
}
@media all and (max-width : 540px ) {
	.content-container {
		width: 90%;
	}
}







