
/* Defaults */

h1 {
	font-size: 260%;
}

p {
	font-size: 90%;
}



.fa-facebook-official:before{
	font-family: FontAwesome;
	content: "\f082";
	font-size: 24px;
}

.copyright {
	position: fixed;
	bottom: 4px;
	left: 1rem;
	font-size: 75%;
}

.copyright p{
	color: rgba(255,255,255,1) !important;
}

@media (max-width: 640px) {
	.copyright {
		display: none;
	}
}

@media (max-height: 768px){
	.copyright {
		display: none;
	}
}

table thead th {
/*	color: rgb(0,174,239); */
}

blue {
	color: rgb(0,174,239);
}

@media (max-width: 640px){
	h1 {
		font-size: 180%;
	}

	p {
		font-size: 80%;
	}
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);

.no-gutter {
	margin: 0 !important;
	padding: 0;
}

@media (max-width: 639px){
	.no-gutter {
		margin: 0 0.675rem;
	}
}

.navigation-bar {
	z-index: 20;
	position: fixed;
	height: 100%;
	background-color: #111;

}

@media (min-width: 640px){
	.navigation-bar {
		width: 320px;
	}
}

.navigation-bar p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: rgb(0,174,239);
	margin-bottom: 4px;
	padding-left: 5%;
	font-size: 90%;
}

.info {
	padding-top: 10%;
	padding-left: 1rem;
}

@media (max-width: 639px){
	.navigation-bar {
		position: relative;
		height: auto;
	}
	.navigation-bar p {
		text-align: center;
		font-size: 120%;
		padding-left:0;
	}
	.info {
		padding-left: 0;

	}
}

.pdf-button {
	float: right;
	background-color: rgb(0,174,239);
	border: 2px solid rgb(50,204,255);
	padding: 5px;
	margin: 4px !important;

}

.pdf-button a {
	color: white;
	font-size: 105%;
}

/* Fix */
.medium-12 {
	max-width: 57.5rem;
	margin: 0 auto;
	float: none;
}

.no-gutter .medium-12 {
	max-width: 9999px;
	margin: 0;
	float: left;
	padding: 0 !important;
}

.otherpage .medium-12 {
	max-width:57.5rem;
	margin: 0 auto;
	float: none !important;
}

.medium-12 p {
	max-width: 57.5rem;
	margin: 0 auto;
}

.medium-12 h1 {
	max-width: 57.5rem;
	margin: 0 auto;
}

.medium-10 {
	max-width: 57.5rem;
	margin: 0 auto;
	float: none !important;
}


.medium-10 p {
	max-width: 57.5rem;
	margin: 0 auto;
}

.medium-10 h1 {
	max-width: 57.5rem;
	margin: 0 auto;
}

.medium-9 .row {
	margin-right: 0 !important;
	margin-left: 0 !important;
		max-width: 100% !important;
}

.medium-4 {
	padding-left: 2px;
	padding-right: 2px;
}
.no-margin {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

@media (min-width: 640px){
.medium-9 {
	width: calc(100% - 320px);
}
}
@media (max-width: 639px){
	.text {
		margin: 0 0.875rem;
	}
}
.commercialst {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.svg-image {
	margin: 10% 10%;
	position: relative;
	width: 100%;
}

.svg-image svg{
	height: 100%;
	width: 80%;
	position: relative;
	top:0;
	left: 0;
}

.top-gallery {
	margin-top: 30px;
}

@media (max-width: 639px){
	.top-gallery {
		margin-top:4px;
	}
}


/* Swiper */

.residential .swiper-slide {
	background-repeat: no-repeat;
	height: 100% !important;
	background-size: contain;
}
@media (max-width: 768px){

.residential {
	height: 320px !important;
	z-index: -1;
}

}

.header-slider{
	margin-bottom: 44px;
}

/* form */

.btn-primary {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
	border: 0px solid red;
}

.btn-primary:hover {
  background: #3cb0fd;
  text-decoration: none;
}

@media (max-width: 639px){
	.svg-image {
	padding: 0 !important;
	padding-left: 5% !important;
	padding-right: 5% !important;
	padding-top: 5% !important;
	}


}

.content p {
	font-size: 1.125rem;
}

.content .medium-12 {
	padding-left: 0.975rem !important;
	padding-right: 0.975rem !important;
}
