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

/*Custom Fonts*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html, body {
	height: 100%;
}

/*Typography*/
h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400!important;
	font-size: 32px;
	margin-top: 10px;
	text-transform: uppercase;
}
strong {
	font-weight: 700!important;
}
.fa {
	color: #fbca67;
}
.fa:hover {
	color: #e5a523;
	cursor: pointer!important;
}
a:hover {
	text-decoration: none!important;
}
/*Header*/
.landing-header {
	position: fixed;
	width: 100%;
	z-index: 900;
	background: #fff;
	height: 45px;
	padding: 12px 15px;
	margin-left: -15px;
}
.socials-wrapper {
	float: right;
}
/*Content*/
#wrap {
	min-height: 100%;
	height: 100%;
	/* Negative indent footer by its height */
	margin: 0 auto 0 0;
	/* Pad bottom by footer height */
	padding: 0px;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	border-bottom: 15px solid #fff;
}
#wrap > .center-container {
	padding: 45px 0 0 0;
	margin: 0;
}
.center-container {
	height: 100%;
	display: table;
	width: 100%;
	margin: 0;
}
.center-row {
	height: 50%;
	width: 100%;
	display: table-row;
}
.center-row > div {
	height: 100%;
	width: 50%;
	display: table-cell;
	border: 0 solid #eee;
	color: #fff;
	vertical-align: middle;
	padding: 0px;
}
.bg-one {
	background: #74afad url('../assets/left-owls.jpg');
	background-size: cover;
	background-position: center;
}
.bg-two {
	background: #74afad url('../assets/right-desk.jpg');
	background-size: cover;
	background-position: center;
}
.div-cover {
	background-color: rgba(116, 175, 173, .7);
	-webkit-transition: background-color 2s ease;
	-moz-transition: background-color 2s ease;
	-ms-transition: background-color 2s ease;
	-o-transition: background-color 2s ease;
	transition: background-color 2s ease;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 90;
}
.div-cover:hover {
	background-color: rgba(116, 175, 173, .2);
	-webkit-transition: background-color 2s ease;
	-moz-transition: background-color 2s ease;
	-ms-transition: background-color 2s ease;
	-o-transition: background-color 2s ease;
	transition: background-color 2s ease;
}
.left-side.div-cover {
	border-right: 2px solid #fff;
}
.right-side.div-cover {
	border-left: 2px solid #fff;
}
.logo-bg {
	width: 250px;
	height: 250px;
	background: #fff;
	position: absolute;
	z-index: 900;
	top: 50%;
	left: 50%;
	margin: -110px 0 0 -125px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: height .5s ease, width .5s ease;
	-moz-transition: height .5s ease, width .5s ease;
	-ms-transition: height .5s ease, width .5s ease;
	-o-transition: height .5s ease, width .5s ease;
	transition: height .5s ease, width .5s ease;
}
.logo {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%) rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-o-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
.left-callout {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-30%, -50%);
	z-index: 100;
}
.right-callout {
	position: absolute;
	top: 50%;
	left: 70%;
	transform: translate(-70%, -50%);
	z-index: 100;
}
/*CSS Animations*/
button, .button {
	background-color: rgba(255, 255, 255, .20);
	border: 0;
	box-sizing: border-box;
	padding: 5px 30px;
	box-shadow: inset 0 0 0 3px #fff;
	color: #fff;
	text-align: left;
}
button::before, button::after, .button::before, .button::after {
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
}
.draw {
	-webkit-transition: color 0.25s, background-color 1s!important;
	-moz-transition: color 0.25s, background-color 1s!important;
	-ms-transition: color 0.25s, background-color 1s!important;
	-o-transition: color 0.25s, background-color 1s!important;
	transition: color 0.25s, background-color 1s!important;
}
.draw::before, .draw::after {
	border: 4px solid transparent;
	width: 0;
	height: 0;
}
.draw::before {
	top: 0;
	left: 0;
}
.draw::after {
	bottom: 0;
	right: 0;
}
.draw:hover {
	color: #fff;
}
.draw:hover::before, .draw:hover::after {
	width: 100%;
	height: 100%;
}
.draw:hover::before {
	border-top-color: #b7f3f1;
	border-right-color: #b7f3f1;
	-webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
	-moz-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
	-ms-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
	-o-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
	border-bottom-color: #60dad6;
	border-left-color: #60dad6;
	-webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
	-moz-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
	-ms-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
	-o-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.meet:hover {
	color: #fff;
	-webkit-transition: background-color 1s;
}
.meet::after {
	top: 0;
	left: 0;
}
.meet:hover::before {
	border-top-color: #b7f3f1;
	border-right-color: #b7f3f1;
}
.meet:hover::after {
	border-bottom-color: #b7f3f1;
	border-left-color: #b7f3f1;
	-webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
	-moz-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
	-ms-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
	-o-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
	transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

/*==========  Custom Media Queries  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
h1 {
	font-size: 18px;
}
.logo-bg {
	width: 140px;
	height: 140px;
	top: 20%;
	left: 50%;
	margin: 0px 0 0 -70px;
}
.left-callout {
	top: 90%;
	left: 50%;
	transform: translate(-50%, -90%);
}
.right-callout {
	top: 90%;
	left: 50%;
	transform: translate(-50%, -90%);
}
button, .button {
	padding: 0px 10px;
	margin-top: 10px;
}
#wrap {
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	#wrap {
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	border-bottom: 15px solid #fff;
}
h1 {
	font-size: 24px;
}
.logo-bg {
	width: 170px;
	height: 170px;
	top: 25%;
	left: 50%;
	margin: 0px 0 0 -85px;
}
.left-callout {
	top: 90%;
	left: 50%;
	transform: translate(-50%, -90%);
}
.right-callout {
	top: 90%;
	left: 50%;
	transform: translate(-50%, -90%);
}
button, .button {
	padding: 0px 15px;
	margin-top: 10px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
h1 {
	font-size: 30px;
}
.logo-bg {
	width: 200px;
	height: 200px;
	top: 25%;
	left: 50%;
	margin: 0px 0 0 -100px;
}
.left-callout {
	top: 90%;
	left: 50%;
	transform: translate(-50%, -90%);
}
.right-callout {
	top: 90%;
	left: 50%;
	transform: translate(-50%, -90%);
}
button, .button {
	padding: 5px 30px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
h1 {
	font-size: 30px;
}
.logo-bg {
	width: 210px;
	height: 210px;
	top: 50%;
	left: 50%;
	margin: -95px 0 0 -105px;
}
.left-callout {
	top: 50%;
	left: 30%;
	transform: translate(-30%, -50%);
}
.right-callout {
	top: 50%;
	left: 70%;
	transform: translate(-70%, -50%);
}
}

/* Medium-LG Devices, Desktops */
@media only screen and (min-width : 1051px) {
h1 {
	font-size: 30px;
}
.logo-bg {
	width: 230px;
	height: 230px;
	top: 50%;
	left: 50%;
	margin: -105px 0 0 -115px;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
h1 {
	font-size: 32px;
}
.logo-bg {
	width: 250px;
	height: 250px;
	top: 50%;
	left: 50%;
	margin: -110px 0 0 -125px;
}
}
