/*////// HERO SECTION //////*/
section.hero-section {
	padding-top: 12rem;
    background: #09C;	
}
section.hero-section div.hero-container {
	height: 23.4rem;
	background: #09C;
	padding: 15rem;
}

/*//// FLEX ////*/
div.hero-container div.hero-flex-container {}
div.hero-flex-container div.hero-flex-item {}

/*// FLEX SPECIFICS //*/
#hero-flex-item-1 {}

/*// ELEMENTS //*/
div.hero-flex-item h1 {
	color: #FFF;
	font-family: Montserrat;
	font-size: 5.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
div.hero-flex-item h2 {}
div.hero-flex-item p {}
div.hero-flex-item strong {}





/*////// CONTACTS SECTION //////*/
section.contacts-section {
	overflow: hidden;
}
section.contacts-section div.contacts-container {
	padding: 32rem 17rem 25rem 17rem;
	min-height: 105rem;
}

/*//// FLEX ////*/
div.contacts-container div.splat-flex-container.contacts-flex-container {}
div.contacts-flex-container div.contacts-flex-item {
	/*opacity: 0;*/
	transform: translateY(5rem);
	transition: opacity 0.4s ease, transform 0.4s ease;
}
div.contacts-flex-container.animated div.contacts-flex-item {
	opacity: 1;
	transform: none;
}
#contacts-flex-item-1 { transition-delay: 2s; }
#contacts-flex-item-2 { transition-delay: 2.2s; }
#contacts-flex-item-3 { transition-delay: 2.4s; }
#contacts-flex-item-4 { transition-delay: 2.6s; }


/*// ELEMENTS //*/
div.contacts-flex-item h1 {
	margin: 0 0;
    margin-bottom: 5rem;
	color: #069;
	font-family: Montserrat;
	font-size: 6rem;
	line-height: 1.2;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}
div.contacts-flex-item h2.contacts-name a {
	margin: 0 0 3rem 0;
	color: #069;
	font-family: Montserrat;
	font-size: 3.2rem;
	line-height: 1.2;
	font-style: normal;
	font-weight: 700;
}
div.contacts-flex-item p.contacts-title {
	margin: 0 0 3rem 0;
	color: #000;
	font-family: Montserrat;
	font-size: 2.4rem;
	font-size: clamp( 18px, 2.4rem, 24px );
	line-height: 1.2;
	font-style: normal;
	font-weight: 600;
	text-transform: capitalize;
}
div.contacts-flex-item ul.contacts-info-list {
	margin: 0 0;
	padding: 0 0;
	list-style: none;
}
div.contacts-flex-item li,
div.contacts-flex-item span.contacts-label {
	margin-bottom: 0.8rem;
	color: #000;
	font-family: Montserrat;
	font-size: 2rem;
	font-size: clamp( 14px, 2rem, 20px );
	line-height: 1.2;
	font-style: normal;
	font-weight: 500;
	
	text-transform: capitalize;
}
div.contacts-flex-item li a {
	color: #069;
	font-family: Montserrat;
	font-size: 2rem;
	font-size: clamp( 14px, 2rem, 20px );
	line-height: 1.2;
	font-style: normal;
	font-weight: 500;
	
	text-transform: capitalize;
}
div.contacts-flex-item p.contacts-email a {
	color: #069;
	font-family: Montserrat;
	font-size: 2rem;
	font-size: clamp( 14px, 2rem, 20px );
	line-height: 1.2;
	font-style: normal;
	font-weight: 500;
}

/*// BUTTONS & LINKS //*/
.contacts-name-link {}
.contacts-name-link:hover {}
.contacts-phone-link {}
.contacts-phone-link:hover {}
.contacts-email-link {}
.contacts-email-link:hover {}





/*//// GRANULAR RESPONSIVE CSS HERE ////*/
/*// VERY LARGE SCREEN //*/
@media only screen and (max-width: 1920px) { }
/*// LARGE SCREEN //*/
@media only screen and (max-width: 1800px) { }
/*// MEDIUM & LAPTOP //*/
@media only screen and (max-width: 1600px) { }
@media only screen and (max-width: 1440px) { } /*< DESIGN WIDTH */
/*// SMALL & TABLET //*/
@media only screen and (max-width: 1200px) { }
@media only screen and (max-width: 1100px) { }
/*// MOBILE SCREEN //*/
@media only screen and (max-width: 1024px) { 

		/*////// HERO SECTION //////*/
		section.hero-section { padding: 0 0; }
		section.hero-section div.hero-container { padding: 8rem 5rem; }

		/*////// CONTACTS SECTION //////*/
		section.contacts-section { padding: 0 0; }
		section.contacts-section div.contacts-container { padding: 8rem 5rem; }
		div.contacts-flex-container div.contacts-flex-item { width: 50%; }
		#contacts-flex-item-0 { width: 100%; }

}
/*// SMALL MOBILE //*/
@media only screen and (max-width: 851px) {

		/*////// HERO SECTION //////*/
		section.hero-section { padding: 0 0; }
		section.hero-section div.hero-container { padding: 8rem 4rem; }

		/*////// CONTACTS SECTION //////*/
		section.contacts-section { padding: 0 0; }
		section.contacts-section div.contacts-container { padding: 8rem 4rem; }
		#contacts-flex-item-1,
		#contacts-flex-item-2,
		#contacts-flex-item-3,
		#contacts-flex-item-4 { width: 48%;  transition-delay: .3s; }

}
@media only screen and (max-width: 480px) {

		/*////// HERO SECTION //////*/
		section.hero-section { padding: 0 0; }
		section.hero-section div.hero-container { padding: 8rem 3rem; }

		/*////// CONTACTS SECTION //////*/
		section.contacts-section { padding: 0 0; }
		section.contacts-section div.contacts-container { padding: 8rem 3rem; }
		#contacts-flex-item-1,
		#contacts-flex-item-2,
		#contacts-flex-item-3,
		#contacts-flex-item-4 { width: 100%; transition-delay: .3s; }

}
/*// LANDSCAPE ORIENTATION - TABLET & SMALLER //*/
@media screen and (max-width: 1024px) and (orientation: landscape) { }
@media screen and (max-width: 813px) and (orientation: landscape) { }