@import url('font/gotham.css');
    
html, body {
  background-color: #fff;
	margin: 0;
	padding: 0;
	height: 100%;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust:none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  font-family: 'Gotham', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: rgba(108,108,106,0.9); 
	}
h1 {
  line-height: 1;
  text-transform: uppercase;
  color: rgba(236,0,140,0.9);
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 3px; 
	}
a {
	text-decoration: none;
	}
.bold {
	font-weight: 500;
	}
.white {
	color: #fff;
	}

.logo {
  font-size: 55px;
  letter-spacing: 4.8px; 
  color: #fff;

  -webkit-transition: all 1.6s cubic-bezier(.1,.7,.3,1);
  -moz-transition: all 1.6s cubic-bezier(.1,.7,.3,1);
  -o-transition: all 1.6s cubic-bezier(.1,.7,.3,1);
  -ms-transition: all 1.6s cubic-bezier(.1,.7,.3,1);
  transition: all 1.6s cubic-bezier(.1,.7,.3,1);


  -webkit-animation-name: flipLogo;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;

  -moz-animation-name: flipLogo;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-duration: 2s;

  -animation-name: flipLogo;
  -animation-iteration-count: 1;
  -animation-timing-function: ease-in-out;
  -animation-duration: 2s;
	}
@-webkit-keyframes flipLogo {
  0% { -webkit-transform: scale(1, 1); }
  50% { -webkit-transform: scale(1, -1); }
  100% { -webkit-transform: scale(1, 1); }
	}
@-moz-keyframes flipLogo {
  0% { -moz-transform: scale(1, 1); }
  50% { -moz-transform: scale(1, -1); }
  100% { -moz-transform: scale(1, 1); }
	}
@keyframes flipLogo {
  0% { transform: scale(1, 1); }
  50% { transform: scale(1, -1); }
  100% { transform: scale(1, 1); }
	}
.logo:hover {
	color: rgba(236,0,140,1);
  -webkit-transition: all 1.6s cubic-bezier(.1,.7,.3,1);
  -moz-transition: all 1.6s cubic-bezier(.1,.7,.3,1);
  -o-transition: all 1.6s cubic-bezier(.1,.7,.3,1);
  -ms-transition: all 1.6s cubic-bezier(.1,.7,.3,1);
  transition: all 1.6s cubic-bezier(.1,.7,.3,1);
  }
.wide {
  padding-left: 11px;
	letter-spacing: 7.1px;
	}
.mirror {
	display: inline-block; 
	-moz-transform: scale(-1, -1);
	-webkit-transform: scale(-1, -1);
	-o-transform: scale(-1, -1);
	-ms-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

.text {
	width: 60%;
	max-width: 700px;
	margin: auto;
  padding: 100px 0px; 
	}
.footer {
  padding: 20px 0px; 
	}
.title {
  padding: 40px 0px;
  }


.btn {
  display: inline-block;
  padding: 7px 14px 7px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px; 
	}
.btn:hover {
  background: rgba(0,0,0,.1); 
	}
.white-btn {
  color: #fff;
  border: 1px solid rgba(255,255,255,.4); 
	}
.dark-btn {
  color: #797979;
  border: 1px solid rgba(102,102,102,.3); 
	}

.swiper-container {
  width: 100%;
  height: 100%;
  }
.swiper-container.gallery {
	width: 100%;
	height: 70%;
	}
.swiper-container.residential {
  width: 100%;
  height: 70%;
  }

.swiper-slide {
  background-position: center;
  background-size: cover;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }
.overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.2); 

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
	}


@media (max-width: 1050px) {}	

@media (max-width: 900px) {}

@media (max-width: 850px) {
  body { font-size: 16px; }
  h1   { font-size: 30px; }
	}
@media (max-width: 650px) {
  h1   { font-size: 28px; }

	.logo { font-size: 40px; }
	.wide { padding-left: 12px; letter-spacing: 6.8px; }
  .btn 	{ font-size: 12px; }
	.text { width: 80%; }
	}

@media (max-width: 410px) {
	.swiper-container.gallery { height: 60%; }
	.swiper-container.residential { height: 60%; }
	}

@media (max-height: 400px) {
  body { font-size: 16px; }
  h1   { font-size: 35px; }

  .logo { font-size: 40px; }
  .wide { padding-left: 12px; letter-spacing: 6.8px; }
  .btn  { font-size: 12px; }
  .text { width: 80%; }
	.swiper-container.gallery { height: 100%; }
	.swiper-container.residential { height: 100%; }
  }
