/* ========================================================================================= */
/* ********************* A Custom Build by Craft & Cloud Marketing Co. ********************* */
/* ========================================================================================= */
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*============================= Customer: Diamond Millwork LLC. ===========================*/
/*================================ Build Date: June 2026 ================================*/
/*================================ Developer: Héctor Mejía ===================================*/
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

body {
	margin: 0;
}

a {
	text-decoration: none;
	font-family: "poppins", sans-serif;
}



img {
	width: 100%;
	height: auto;
	]
}

* {
	color: #F9F5EC;
	font-family: "rogue-sans", sans-serif;
}

p {
	font-family: "poppins", sans-serif;
	line-height: 1.5;
}


.path-privacy-policy {
	background-color: #BAA68B;
}

#privacy-policy {
	max-width: 1200px;
	margin: auto;
	padding: 1.5em;
	font-family: helvetica;
	p, strong, li, h1, em {
		color: black;
	}
	
	ul {
		font-size: 16px;
		display: block;
		margin-bottom: 1em;
		height: auto;
	}
	
	a {
		color: blue !important;
	}
}

.header {
	background-color: #2E4F4F;
}

.deskHeader {
	display: flex;
	height: 8vw;
}

.phoneButton {
	background-color: #BAA68B;
	padding: 0.5vw 2vw 0.25vw 2vw;
	border-radius: 8px;
	margin-left: 2vw;
	margin-top: -0.25vw;
	color: black;
}

.headerLogos {
	margin-left: 6vw;
	display: flex;
	gap: 1vw;
	align-items: center;
	
	.text {
		height: 4vw;
		margin: auto;
	}
	
	.swoosh {
		height: 3.5vw;
		margin: auto;
	}
}

.mobileHeader {
	display: none;
}

.headerNav {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	width: 60vw;
	margin: auto;
	font-size: clamp(15px, 1.45vw, 25px);
	
	a {
		transition: all 0.5s;
	}
	
	a:hover {
		transform: scale(1.1);
		transition: all 0.5s;
	}
}



/*----------------Footer------------------*/
.footerMainContainer {
	background-color: black;
	height: 25vw;
	display: flex;
	flex-direction: column;
	margin-bottom: -1px;
}

.footerLogos {
	width: 12vw;
	display: flex;
	gap: 1vw;
	margin-top: 3vw;
	
	.text {
		height: 4vw;
		width: auto;
		margin: auto;
	}
	
	.swoosh {
		height: 3.5vw;
		width: auto;
		margin: auto;
	}
}

.footerTriple {
	display: flex;
	width: 90%;
	margin: auto;
	justify-content: space-between;
}

.splitter {
	background: white;
	width: 1px;
	height: 6vw;
	margin-top: 2.5vw;
}

.footerNav {
	display: flex;
	flex-direction: column;
	gap: 1vw;
	width: 25vw;
	font-size: clamp(12px, 1.25vw, 20px);
	
	a {
		transition: all 0.5s;
		width: 10vw;
		
	}
	
	a:hover {
		transform: scale(1.1);
		transition: all 0.5s;
	}
}

.footerLeft {
	display: flex;
	flex-direction: column;
	height: 9vw;
	width: 25vw;
	justify-content: center;
	align-items: center;
	text-align: center;
	
	.allmoxy {
		margin-top: 3vw;
		padding-left: 5vw;
	}
	
	a {
		text-decoration: underline;
	}
}

.footerCopy {
	text-align: center;
	height: 5vw;
	font-size: 0.9vw;
}

/*-------------Home------------------------------*/
.olive {
	background-color: #2E4F4F;
	text-align: center;
	height: 14vw;
	padding-top: 2vw;
	padding-bottom: 2vw;
	border-top: 1px solid white;
	
	h1 {
		font-size: clamp(35px, 4.6vw, 80px);
		margin-bottom: 0vw;
		margin-top: 0;
	}
	
	h2 {
		font-size: clamp(25px, 2.35vw, 40px);
		font-family: "poppins", sans-serif;
		font-weight: normal;
		margin-top: 0;
	}
}

.black {
	background-color: black;
	text-align: center;
	height: 14vw;
	padding-top: 2vw;
	padding-bottom: 2vw;
	
	h2 {
		font-size: clamp(25px, 2.9vw, 60px);
		margin-bottom: 1vw;
		
	}
	
	p {
		font-size: clamp(12px, 1.7vw, 25px);
		width: 70vw;
		margin: auto;
	}
}

.superiorImage {
	margin-bottom: -8px;
}

.superiorImageMobile, .inferiorImageMobile {
	display: none;
}

.tanButtons {
	text-align: center;
	font-size: clamp(15px, 1.45vw, 25px);
	.full {
		background-color: #BAA68B;
		border: 2px solid #BAA68B;
		color: #2E4F4F;
		border-radius: 8px;
		padding: 0.5vw 2vw 0.25vw 2vw;
		margin-right: 1vw;
		display: inline-block;
		transition: all 0.5s;
	}
	
	
	
	.empty {
		border: 2px solid #BAA68B;
		color: #BAA68B;
		border-radius: 8px;
		padding: 0.5vw 2vw 0.25vw 2vw;
		margin-left: 1vw;
		display: inline-block;
		transition: all 0.5s;
	}
	
	.full:hover, .empty:hover {
		transform: scale(1.1);
		transition: all 0.5s;
	}
	
}

.aboveTiles {
	margin-top: -6px;
}

.tileBackground {
	background-color: #BAA68B;
}

.tileFlex {
	display: flex;
	justify-content: space-between;
	padding-top: 4vw;
	width: 95vw;
	margin: auto;
	margin-bottom: 4vw;
}

.tile {
	background-color: #2E4F4F;
	width: 29vw;
	text-align: center;
	
	h3 {
		font-size: clamp(25px, 3.5vw, 60px);
	}
	
	p {
		font-size: clamp(12px, 1.7vw, 25px);
		width: 16vw;
		margin-left: auto;
		margin-right: auto;
	}
}

.spacer { 
	width: 12vw;
	margin: auto;
	height: 2px;
	background-color: #F9F5EC;
}

.greenButtons {
	text-align: center;
	font-size: clamp(15px, 1.45vw, 25px);
	
	.full {
		background-color: #2E4F4F;
		border: 2px solid #2E4F4F;
		color: #F9F5EC;
		border-radius: 8px;
		padding: 0.5vw 2vw 0.25vw 2vw;
		margin-right: 1vw;
		display: inline-block;
		transition: all 0.5s;
	}
	
	
	
	.empty {
		border: 2px solid #2E4F4F;
		color: #2E4F4F;
		border-radius: 8px;
		padding: 0.5vw 2vw 0.25vw 2vw;
		margin-left: 1vw;
		display: inline-block;
		transition: all 0.5s;
	}
	
	.full:hover, .empty:hover {
		transform: scale(1.1);
		transition: all 0.5s;
	}
	
}

.trust {
	text-align: center;
	height: 16vw;
	padding-bottom: 4vw;
	
	h2 {
		font-size: clamp(25px, 3.5vw, 60px);
		margin-bottom: 0;
	}
	
	
	p {
	font-size: clamp(15px, 1.45vw, 25px);
	width: 66vw;
	margin: auto;
	}
}

.inferiorImage {
	margin-top: 3.5vw;
	
}

.confidence {
	text-align: center;
	background-color: #2E4F4F;
	height: 18vw;
	padding-top: 4vw;
	padding-bottom: 5vw;
		
	h2 {
		font-size: clamp(25px, 3.5vw, 60px);
		width: 60vw;
		margin: auto;
		margin-bottom: 0.5vw;
		line-height: 1;
	}
	
	
	p {
	font-size: clamp(15px, 1.45vw, 25px);
	width: 66vw;
	margin: auto;
	}
}


.steps {
	background:linear-gradient(180deg, #000 0%, rgba(102, 102, 102, 0.00) 62.02%, rgba(0, 0, 0, 0.50) 100%),
		url('/sites/default/files/2026-05/steps.png') center / cover no-repeat;
	padding-bottom: 3vw;
	padding-top: 3vw;
	
	h3 {
		font-size: clamp(25px, 3.5vw, 60px);
		margin-top: 0;
		text-align: center;
		width: 45vw;
		margin: auto;
		margin-bottom: 2vw;
	}
	
	p {
		font-size: clamp(25px, 3.5vw, 60px);
		text-align: center;
	}
}

.one, .two, .three {
	background: #BAA68B;
	padding-bottom: 1vw;
	border-radius: 5px;
	
	
	h2 {
		font-size: clamp(35px, 4.6vw, 80px);
		margin-top: 0;
		margin-bottom: 0;
		color: #2E4F4F;
		filter: drop-shadow(1px 4px 4px #2E4F4F);
		width: auto;
		text-align: center;
	}
	
	h3 {
		margin-top: 0;
		margin-bottom: 0;
		font-family: "rogue-sans", sans-serif;
		text-align: center;
	}
}

.tree h3 {
	width: auto;
}

.line {
	height: 2px;
	background-color: #2E4F4F;
	margin: auto;
}

.one {
	width: 35vw;
	margin: auto;
	margin-bottom: 2vw;
	
	.line {
		width: 16vw;
	}
}

.two {
	width: 52vw;
	margin: auto;
	margin-bottom: 2vw;
	
	.line {
		width: 26vw;
	}
}

.three {
	width: 68vw;
	margin: auto;
	margin-bottom: 2vw;
	
	.line {
		width: 34vw;
	}
}

.tree {
	padding-bottom: 4vw;
}

.readMore {
	summary {
		font-size: clamp(15px, 1.45vw, 25px);
		margin-bottom: 1vw;
		font-family: "poppins", sans-serif;
	}
	
	background-color: #BAA68B;
	padding: 4vw 15vw 4vw 15vw;
	
	p, h2 {
		font-size: clamp(15px, 1.45vw, 25px);
	}
	
	h2 {
		margin-top: 0;
		margin-bottom: 0.45vw;
		font-family: "poppins", sans-serif;

	}
	
	p {
		margin-top: 0;
	}
}

#block-cirrocumulus-webform {
	background-color: black;
	padding-top: 2.5vw;
	padding-bottom: 4vw;
}

#edit-markup {
	text-align: center;
	
	h2 {
		font-size: clamp(35px, 4.6vw, 80px);
		margin-bottom: 0;
	}
	
	p {
		font-size: clamp(12px, 2.30vw, 25px);
		margin-top: 2vw;
	}
}

.webform-submission-form {
	width: 50%;
	margin: auto;
}

.js-webform-type-textfield, .js-webform-type-email, .js-webform-type-textarea {
	text-align: center;
	margin-top: 1vw;
	
	input, textarea {
		width: 30vw;
		border-radius: 8px;
		font-size: clamp(15px, 1.45vw, 25px);
		padding: 0.75vw;
		color: black;
		font-family: "poppins", sans-serif;
		background: #F9F5EC;
	}
}

#edit-actions {
	text-align: center;
}

#edit-actions-submit {
	background-color: #BAA68B;
	border: none;
	padding: 0.5vw 2.5vw 0.25vw 2.5vw;
	color: black;
	border-radius: 8px;
	margin-top: 2vw;
	font-size: clamp(15px, 1.45vw, 25px);
	font-family: "poppins", sans-serif;
	transition: all 0.5s;
}

#edit-actions-submit:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}

.iframe {
	text-align: center;
	iframe {
		border: 1px solid black;
		border-radius: 10px;
		box-shadow: 0 0 1px 3px #2E4F4F;


	}
}

.aboutBottom {
	background-color: #BAA68B;
	padding-bottom: 10vw;
	text-align: center;
	padding-top: 5vw;
	
	
	h4 {
		font-size: clamp(35px, 4.6vw, 80px);
		margin-top: 0;
		width: 50vw;
		margin: auto;
	}
	
	p {
		font-size: clamp(25px, 2.30vw, 40px);
	}
}

.processMain {
	background-color: #BAA68B;
	padding: 8vw 8vw;
	
	h2 {
		text-align: center;
		font-size: clamp(35px, 4.6vw, 80px);
		width: 50vw;
		margin: auto;
		color: #2E4F4F;
		margin-bottom: 8vw;
	}
}

.processStep {
	display: flex;
	margin-top: 2vw;
	margin-bottom: 2vw;
}

.processImage {
	width: 451px;
	height: 217px;
	border-bottom: 46px solid #2E4F4F;
	overflow: hidden;
	
	img {
		margin-top: -3vw;
	}
}

.processInfo {
	width: 50vw;
	margin-left: 3vw;
	
	.horizontal {
		background-color: #2E4F4F;
		height: 1px;
		width: 16vw;
	}
	
	h4 {
		font-size: clamp(25px, 2.9vw, 30px);
		color: #2E4F4F;
		margin-bottom: 0.5vw;
		margin-top: 0;
		text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	}
	
	p {
		font-size: clamp(12px, 1.7vw, 25px);
	}
}

.aboutTop {
	background-color: #BAA68B;
	padding-top: 6vw;
	
	.points {
		padding: 1vw 8vw;
		font-size: clamp(15px, 1.45vw, 25px);
		text-align: center;
	}
	
	h1 {
		color: #2E4F4F;
		text-align: center;
		font-size: clamp(35px, 4.6vw, 80px);
		margin-top: 0;
		width: 35vw;
		margin: auto;
	}
	
	.greenButtons {
		margin-bottom: 3vw;
	}
}

.aboutImage {
	img {
		margin-bottom: -4px;
	}
}

.path-doors-trim {
	.black {
		padding-bottom: 7vw;
		
		p {
			margin-bottom: 3vw;
		}
	}
}

.viewsHeader {
	text-align: center;
}

#block-cirrocumulus-views-block-photo-gallery-block-1 {
	background-color:#F9F5EC;
	padding-top: 2vw;
	padding-bottom: 6vw;
	.viewsHeader h2 {
		color: #2E4F4F;
		font-size: clamp(35px, 4.6vw, 80px);
		width: 60vw;
		margin: auto;
		margin-top: 2vw;
		margin-bottom: 2vw;
	}
	
	.views-view-responsive-grid {
		padding: 2vw 14vw;
	}
	
}

#block-cirrocumulus-views-block-doors-grid-block-1 {
	background-color: #B9A58A;
	padding-top: 2vw;
	padding-bottom: 6vw;
	
	.viewsHeader {
		font-size: clamp(25px, 2.9vw, 45px);
	}
	
	.field-content {
		/*width: 10vw;*/
	}
	
	.views-view-responsive-grid {
		padding: 2vw 14vw;
	}
	
	.views-field-field-door-image img {
		border-bottom: 2vw solid #2E4F4F;
		border-radius: 0 0 8px 8px;
		/*height: 502px;*/
	}
	
}

#block-cirrocumulus-views-block-trim-block-1 {
	background-color: #F9F5EC;
	padding-top: 2vw;
	padding-bottom: 6vw;
	
	.viewsHeader h2 {
		font-size: 2.9vw;
		color: #2E4F4F;
	}
	
	.views-view-responsive-grid {
		padding: 2vw 14vw;
	}
	
	.views-field-field-trim img {
		border-bottom: 2vw solid #2E4F4F;
		border-radius: 0 0 8px 8px;
	}
	
}

.pager__items * {
	color: black;
	font-family: "poppins", sans-serif;
	font-size: 20px;
}
.layout-container {
	ul {
		list-style: none;
		display: flex;
		gap: 2vw;
		justify-content: center;
		height: 3vw;
		font-size: clamp(25px, 2.35vw, 40px);
	}
}




@media screen and (max-width: 750px) {
	
	.responsive-menu-toggle-icon span.icon {
		top: 19px;
	}
	
	.responsive-menu-toggle-icon:after {
		top: 30px;
	}
	
	.responsive-menu-toggle-icon:before, .responsive-menu-toggle-icon:after, .responsive-menu-toggle-icon span.icon {
		width: 40px;
		height: 6px;
	}
	
	.olive {
		height: 75vw;
		padding-top: 4vw;
		
		h1 {
			font-size: 12vw;
		}
		
		h2 {
		font-size: 6vw;
		width: 85vw;
		margin: auto;
		margin-top: 1vw;
		margin-bottom: 1vw;
		}
	}
	
	.black {
		height: 105vw;
		
		h2 {
			font-size: 10vw;
			margin-bottom: 4vw;
			width: 80vw;
			margin-left: auto;
			margin-right: auto;
		}
		
		p {
		font-size: 6vw;
		width: 85vw;
		margin: auto;
		margin-top: 1vw;
		margin-bottom: 1vw;
		}
	}
	
	#block-cirrocumulus-topofdoorsandtrim {
		.olive {
			h1 {
				margin-top: 8vw;
			}
			
			.tanButtons {
				margin-top: 6vw;
			}
		}
	}
	
	.greenButtons, .tanButtons {
		display: flex;
		flex-direction: column;
		width: 40vw;
		margin: auto;
		gap: 2vw;
		font-size: 5vw;
		
		.full, .empty {
			margin: 0;
			padding: 0.75vw 2vw 0.1vw 2vw;
		}
	}
	
	.superiorImage {
		height: 110vw;
		overflow: hidden;
		
		img {
			height: 100%;
			width: auto;
			margin-left: -122vw;
		}
	}
	
	.tileBackground {
		padding-top: 6vw;
		padding-bottom: 4vw;
		
		.greenButtons {
			margin-top: 8vw;
		}
	}
	
	.tileFlex {
		flex-direction: column;
		align-items: center;
		gap: 10vw;
		
		.spacer {
			width: 40vw;
		}
		
		.tile {
			width: 80vw;
			
			h3 {
				font-size: 10vw;
			}
			
			p {
				font-size: 6vw;
				width: 60vw;
			}
		}
	}
	
	.inferiorImage {
		margin-top: 8vw;
	}
	
	.trust {
		height: 210vw;
		
		h2 {
			font-size: 10vw;
			width: 90vw;
			margin: auto;
			margin-top: 5vw;
			margin-bottom: 4vw;
		}
		
		p {
			font-size: 6vw;
			width: 85vw;
		}
	}
	
	.confidence {
		height: 210vw;
		
		h2 {
			font-size: 10vw;
			width: 90vw;
			margin: auto;
			margin-top: 5vw;
			margin-bottom: 4vw;
		}
		
		p {
			font-size: 6vw;
			width: 85vw;
		}
	}
	
	.steps {
		padding-bottom: 15vw;
		
		.tanButtons {
			margin-top: 12vw;
		}
	}
	
	.steps > h3 {
		font-size: 10.5vw;
		width: 92vw;
		margin-top: 14vw;
		margin-bottom: 14vw;
		
	}
	
	.tree {
		.one, .two, .three {
			width: 90vw;
			height: 45vw;
			margin-bottom: 4vw;
			
			h2 {
				font-size: 13.5vw;
				text-align: center;
			}
			
			h3 {
				font-size: 10.5vw;
				line-height: 1.2;
				text-align: center;
			}
			
			.line {
				width: 55vw;
			}
		}
	}
	
	.readMore {
		padding-top: 12vw;
		
		p, summary {
			font-size: 6vw;
		}
		
		h2 {
			font-size: 7vw;
			line-height: 1.2;
		}
	}
	
	.footerMainContainer {
		height: 200vw;
		
		.splitter {
			display: none;
		}
	
		
		.footerTriple {
			flex-direction: column;
		}
		
		.footerLogos {
			width: 80vw;
			margin: auto;
			align-items: center;
			justify-content: center;
		}
		
		.text {
			height: 19vw;
		}
		
		.swoosh {
			height: 17vw;
		}
		
		.allmoxy {
			font-size: 5.6vw;
		}
		
		.footerLeft {
			height: 50vw;
			width: auto;
			margin-bottom: 18vw;
		}
		
		.footerNav {
			text-align: center;
			align-items: center;
			width: 80vw;
			margin: auto;
			gap: 6vw;
		}
		
		.footerNav a {
			font-size: 6.75vw;
			width: auto;
		}
		
		.footerCopy {
			font-size: 4vw;
			height: 22vw;
			
			p {
				width: 80%;
				margin: auto;
			}
		}
	}
	
	.path-doors-trim {
		.black {
			padding-bottom: 38vw;
		}
	}
	
	
	#block-cirrocumulus-views-block-doors-grid-block-1 {
		.field-content {
			/*width: 135px;*/
		}
	}
	
	#block-cirrocumulus-views-block-doors-grid-block-1 {
	.views-field-field-door-image img {
		/*height: 370px;*/
		}	
	}
	
	ul {
		font-size: 5vw;
	}
	
	#block-cirrocumulus-views-block-trim-block-1 {
		.viewsHeader h2   {
			font-size: 10vw;
		}
	}
	
	#block-cirrocumulus-views-block-photo-gallery-block-1 {
		.viewsHeader h2   {
			font-size: 10vw;
		}
	}
	
	#block-cirrocumulus-views-block-doors-grid-block-1 {
		.viewsHeader h2 {
			font-size: 10vw;
		}
	}
	
	.processMain {
		h2 {
			font-size: 10vw;
			width: 85vw;
		}
	}
	
	.processStep {
		flex-direction: column;
		margin-bottom: 14vw;
	}
	
	.processImage {
		width: auto;
		height: auto;
		border-width: 25px;
		
		img {
			margin-bottom: -6vw;
		}
	}
	
	.processInfo {
		width: 80vw;
		
		.horizontal {
			width: 55vw;
		}
		
		h4 {
			font-size: 9vw;
			margin-top: 4vw;
		}
		
		p {
			font-size: 6vw;
		}
	}
	
	.aboutTop {
		h1 {
			font-size: 10vw;
			width: 70vw;
		}
		
		p {
			font-size: 6vw;
		}
		
		
	}
	
	.aboutBottom {
		h4 {
			font-size: 10vw;
			width: 80vw;
			}
			
		p {
			font-size: 5vw;
		}
	}
	
	.aboutImage {
		margin-top: 14vw;
	}
	
	iframe {
		width: 80vw;
	}
	
	#edit-markup {
		h2 {
			font-size: 10vw;
		}
		
		p {
			font-size: 5vw;
		}
	}
	
	.webform-submission-form {
		width: 90%;
	}
	
	.js-webform-type-textfield, .js-webform-type-email, .js-webform-type-textarea {
		input, textarea {
			width: 70vw;
			font-size: 5vw;
			padding: 1.25vw;
			font-family: "poppins", sans-serif;
		}
	}
	
	.js-webform-type-textfield, .js-webform-type-email, .js-webform-type-textarea {
		margin-top: 4vw;
	}
	
	#edit-actions-submit {
		font-size: 5vw;
		padding: 0.75vw 2.5vw 0.25vw 2.5vw;
		margin-top: 8vw;
		margin-bottom: 6vw;
	}
	
	.deskHeader {
		display: none;
	}
	
	.mobileHeader {
		display: block;
		height: 45vw;
		display: flex;
		justify-content: center;
		margin-bottom: -17vw;
	}
	
	.headerLogosMobile {
		display: flex;
		align-items: center;
		gap: 2vw;
		
		.swoosh {
			height: 15vw;
		}
		
		.text {
			height: 16vw;
		}
	}
	
	#block-cirrocumulus-responsivemenumobileicon {
		margin-bottom: 5vw;
		
		.label {
			display: none;
		}
	}
	
	.aboutImage {
		height: 125vw;
		overflow: hidden;
		
		img {
			height: 100%;
			width: auto;
			margin-left: -14vw;
		}
	}
	
	.superiorImage, .inferiorImage {
		display: none;
	}
	
	.superiorImageMobile, .inferiorImageMobile {
		display: block;
	}
	
	.inferiorImageMobile {
		margin-top: 14vw;
	}
	
	.superiorImageMobile {
		margin-bottom: -1vw;
	}
	
}

@media screen and (min-width: 751px) and (max-width: 910px) {
	.trust {
		height: 25vw;
	}
	
	.confidence {
		height: 25vw;
	}
	
	
	.processImage {
		img {
			margin-top: 0vw;
		}
	}
	
	iframe {
		width: 90vw;
	}
}

@media screen and (min-width: 1801px) and (max-width: 2800px) {
	.trust, .confidence {
		height: 200px;
	}
}

@media screen and (min-width: 2100px) and (max-width: 2800px) {
	.olive, .black {
		padding-bottom: 10px;
		height: 300px;
	}
}

@media screen and (min-width: 751px) and (max-width: 1350px) {
	.olive, .black {
		padding-bottom: 4vw;
	}
}