

@media (min-width: 1200px) { 

}


@font-face {
	font-family: "open sans";
 	src: url('/media/home2023/OpenSans.ttf') format("truetype-variations");
    font-weight: 1 999;
	font-display: swap;
}

@font-face {
	font-family: "inter";
 	src: url('/media/home2023/Inter.ttf') format("truetype-variations");
    font-weight: 1 999;
	font-display: swap;
}

.wrapper-home {
	height:     auto;  
    min-height: 100%;
    background-color: #ffffff;
	margin:     0px auto;
    padding:    0px auto;
    overflow: hidden;
    font-size: 14px;
    font-family: 'open sans', sans-serif;
    color: #3B3E5B;
    line-height: 155%;

}


.wrapper-home h1 {
	color: #3B3E5B;
	font-family: 'inter', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 2px;
	line-height: 46px;
}

.wrapper-home h2 {
	font-family: 'inter', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 32px;
}

.wrapper-home h3 {
	color:#2a323d;
	font-family: 'formata-bold', sans-serif ;
	font-size: 22px;
	font-weight: 500;
}

.wrapper-home p {
    font-size: 15px;
    line-height: 160%;
    color: #464646;
}

body { margin:0; }


.header-home {
	text-align: center;
	padding-bottom: 80px;
	min-height: 350px;
	padding-top: 80px;
	background: url('/media/home2023/bg2.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	
}


.pad { padding: 6%; max-width: 1100px; margin: 0 auto; }

.section-content { padding-bottom: 30px; text-align: center; width: 88%; margin: 0 auto;}

.section-wrapper {width: 88%; max-width: 1200px; margin: auto;}

.section-container { padding: 80px 0 60px 0; }

.section-container h3 { padding: 20px 0 10px 0; }

.section-header { text-align: center; width: 88%; max-width: 800px; margin: 0 auto;}

.title, .title-text { width: 88%; margin: 0 auto;  }

.subtitle {
	font-family: 'inter';
	color: #849CBF;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.title-left {
	background: url('/media/home2023/bg1.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain; 
}

.section-subheader {
	font-family: 'inter';
	color: #849CBF;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.section-dark .section-subheader {  color: #BAD6FF !important; }


hr {
	width: 66px;
	margin: 0 auto;
	border-top: 2px #1AD2B6;
	border-style: solid;
	margin-bottom: 20px;
	margin-top: 30px;
}

.hr-title {
	border-top: 2px solid #849CBF !important;
	margin-bottom: 20px;
	margin-top: 0;
}

.btn-home {
	max-width: 180px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #1AD2B6;
	font-family: 'inter';
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	display: block;
	padding: 16px 35px;
	margin: 30px auto 0 auto;
}


.btn-home:hover { background-color: #00C8BC; }

.btn-title {
	margin-top: 30px;
	box-shadow: 4px 4px 0 rgba(186, 214, 255, 1)  ; 
	-webkit-box-shadow: 4px 4px 0 rgba(186, 214, 255, 1)  ; 
	-moz-box-shadow: 4px 4px 0 rgba(186, 214, 255, 1)  ; 
	margin-bottom: 60px;
	float:left;
	margin-right:20px !important;
}

.btn-title-gray{background:#849CBF; }

.font-teal {
	color: #1AD2B6 !important;
}

.hero-image {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.hero-image img{
	background-color: #3B3E5B;
	border-radius: 50%;
	position: relative;
	width: 100%;
	
	box-shadow: 4px 4px 0 rgba(26, 210, 182, 1)  ; 
	-webkit-box-shadow: 4px 4px 0 rgba(26, 210, 182, 1)  ; 
	-moz-box-shadow: 4px 4px 0 rgba(26, 210, 182, 1)  ; 
}

.hero-image img:after {
  content: "";
  display: block;
  padding-bottom: 94%;
}

.section-dark {
	background-color: #3B3E5B;
	color: #fff;
}

.systems-grid {
	margin: 50px auto 0 auto;
	display: flex;
	gap: 16px;
	justify-content: center;
    align-items: stretch;
}

.systems-col {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
    align-items: center;
}

.system {
	background-color: #849CBF;
	padding: 50px 30px;
    border-radius: 4px;
    font-family: 'inter';
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    color: #fff;
    align-self:stretch;
	display:flex;
	align-items:center;
	justify-content: center;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.system:hover {
	text-shadow: 2px 2px 11px rgba(0, 0, 0, 0.9);
	transition: 0.3s;
}

.half { flex: 2 2 30%; }
.full { flex: 2 2 50%;}

.outsulation-list {
	margin: 40px auto 0 auto;
	width: 88%;
}

.outsulation-pt {
	display: flex;
	margin: 20px auto;
	align-items: center;
}

.pt-icon {
	background-color: #484A5C;
	border-radius: 50%;
	box-shadow: 3px 3px 0 rgba(26, 210, 182, 1)  ; 
	-webkit-box-shadow: 3px 3px 0 rgba(26, 210, 182, 1)  ; 
	-moz-box-shadow: 3px 3px 0 rgba(26, 210, 182, 1)  ; 
	padding: 15px;
}

.pt-icon img {width: 60px;}

.pt-text {
	padding-left: 20px;
	font-family: 'inter';
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	font-size: 15px;
}

.stats {
	display: flex;
	flex-wrap: wrap;
}

.stat-block {
	font-family: 'inter';
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	padding: 30px 0;
	width: 100%;
}

.stat-block span {
	color: #BAD6FF;
	font-size: 13px;
	font-weight: 600;
	display: block;
	margin-top: 10px;
}

.project-list {
	margin: 40px auto 0 auto;
	display: flex;
	gap: 16px;
	max-width: 900px;
	flex-wrap: wrap;
}

.project {
	background-color: #3B3E5B;
	border-radius: 4px;
	position: relative;
	align-self: stretch;
    display: flex;
    width: 100%;
}

.project-col { width: 100%; display: flex; flex-wrap: wrap; gap: 16px; }
.project img { width: 100%; object-fit: cover; border-radius: 4px; }

.project-link {
	background-color: #849CBF;
	width: 100%;
	color: #fff;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 6px 0;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'inter';
	position: absolute;
	bottom: 0;
	left: 0;
}
/*
.panelization {
	background: url('/media/home2023/panel.jpg');
	background-position: center;
	background-size: cover;
}

.insulation {
	background: url('/media/home2023/insulation.jpg');
	background-position: center;
	background-size: cover;
}

.stucco {
	background: url('/media/home2023/stucco.jpg');
	background-position: center;
	background-size: cover;
}

.direct {
	background: url('/media/home2023/direct.jpg');
	background-position: center;
	background-size: cover;
}

.revyvit {
	background: url('/media/home2023/revyvit.jpg');
	background-position: center;
	background-size: cover;
}
*/

.tag { background: #849CBF; color: #fff; font-family: 'inter'; font-size: 13px; font-weight: 600; padding: 8px 23px; border-radius: 20px; position: relative;  bottom: 20px;}

.section-dark p{ color:#FFF; }

.systems-col .system{ background-position: center; background-size: cover;}


/* media query for 992px only */

@media (min-width: 992px) { 

    .visualizer-overlay {  padding: 100px 0 100px 0px  !important; border-radius: 4px 0 0 4px  !important; text-align: left  !important; width: 50%  !important; }
	.visualizer-overlay h2 { font-size: 38px !important; }
	.overlay-text { width: 60%; margin: 0 auto;}
	.btn-blue { margin: 30px 0 0 0 !important; }
	.visualizer-bubbles { display: block !important; }

	}


@media (min-width: 768px) { 
	.outsulation-list { display: flex; justify-content: center; max-width: 800px; }
	.outsulation-pt { flex-wrap: wrap; justify-content: center; margin: 40px 0 0 0 !important; }
	.pt-text { padding: 20px 0 0 0 !important; width: 100%; text-align: center !important;}
	.stats { flex-wrap: nowrap !important; }
	.stat-block {
		border-right: 2px solid #1AD2B6;
	}
	.last-block { border-right: none !important; }
	.systems-grid { width: 85%; }
	.title-left { width: 60%; text-align: left !important; padding-left: 6%; }
	.title-right { width: 40%; }
	.header-home { display: flex; padding: 80px 0 60px 0 !important; }
	.hr-title { margin: 0 0 20px 0 !important; }
	.title-text, .title { width: 100% !important; }
	.btn-title { margin: 30px 0 0 0; }
	.project-list { flex-wrap: nowrap !important; width: 88%; }
	.project-col { width: 50% !important; }
	.pt-icon img {width: 80px !important;}
	.pt-icon { padding: 20px !important; }
}

@media (min-width: 992px) { 
	h1 { font-size: 53px !important; line-height: 58px !important; }
	.title-left { width: 50% !important;  }
	.title-right { width: 40% !important; }
	.title {padding-top: 30px;}
	.wrapper-home { font-size: 15px !important; }
	.title-text { width: 88% !important; margin: 0 !important; }
	.section-subheader {font-size: 13px !important;}
	.system { padding: 70px 30px !important; }
	.section-content { width: 85% !important; }
	.section-container { padding: 100px 0 !important; }


}



/* visualizer section styles */

.visualizer-bg {
	background-color: #849CBF;
	background: url('/media/579339/visualizer.jpg');
	background-position: center;
	background-size: cover;
	margin: -80px auto -20px auto;
    width: 86%;
    border-radius: 4px;

}

.visualizer-overlay {
	background-color: rgba(132, 156, 191, 0.83);
	padding: 70px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

.visualizer-overlay h2 { font-size: 36px; line-height: normal; text-shadow: 4px 4px #3B3E5B; font-weight: 700; }
.visualizer-overlay p { color: #fff; font-weight: 500;}

.visualizer-bubbles { display: none; position: absolute;}
.visualizer-bubbles span { 
	background: #fff;
    border-radius: 21px;
    padding: 8px 22px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    font-family: 'inter';
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.24);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.24);
}

.bubble1 { color: #849CBF; position: relative; top: -440px; left: 430px;}
.bubble2 { color: #5A62A7; position: relative; top: -380px; left: 330px;}
.bubble3 { position: relative; top: -100px; left: 120px;}

.btn-blue { background-color: #505BB8; }
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
