@charset "UTF-8";
/* CSS Document */

/*==========
Simon's Custom Framework - Version 3.1
Written by: Simon Tesoro
Last Updated: 7/24/2024
==========*/

/*========== Fonts ==========*/
@font-face {
	font-family: "Roxborough";
	src: url("../fonts/RoxboroughCF.ttf") format("truetype");
	font-display: swap;
	font-style: normal;
}

/*========== Text Styles ==========*/
body {
	font-family: "Questrial", sans-serif;
	font-style: normal;
	font-size: 19px;
	line-height: 35px;
	color: #000000;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Roxborough", serif;
	font-style: normal;
}

.small {
	font-size: 16px !important;
}
.smaller {
	font-size: 14px !important;
}
.smallest {
	font-size: 12px !important;
}

/*========== Background Color Styles ==========*/
.primary-bg {
	background-color: #ff0000;
}
.secondary-bg {
	background-color: #ff0000;
}
.accent-bg {
	background-color: #ff0000;
}

.black-bg {
	background-color: #000;
	color: #fff;
}

/*========== Background Image Styles ==========*/

/*.bg-img{
	height:80vh;
	width:100vw;
	object-fit: cover;
	filter:brightness(0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}*/

#home-intro {
	background-image: url("https://media.tacdn.com/media/attractions-content--1x-1/0f/3d/68/46.jpg");
	height: 81vh;
	background-size: cover;
}

#about-intro {
	background-image: url("https://media.tacdn.com/media/attractions-content--1x-1/0f/3d/68/46.jpg");
	height: 84vh;
	background-size: cover;
}

#services-intro {
	background-image: url("https://media.tacdn.com/media/attractions-content--1x-1/0f/3d/68/46.jpg");
	height: 84vh;
	background-size: cover;
}

#gallery-intro {
	background-image: url("https://media.tacdn.com/media/attractions-content--1x-1/0f/3d/68/46.jpg");
	height: 84vh;
	background-size: cover;
}

#stone-intro {
	background-image: url("https://media.tacdn.com/media/attractions-content--1x-1/0f/3d/68/46.jpg");
	height: 84vh;
	background-size: cover;
}

#contact-intro {
	background-image: url("https://media.tacdn.com/media/attractions-content--1x-1/0f/3d/68/46.jpg");
	height: 84vh;
	background-size: cover;
}

.mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-attachment: fixed;
}

/* Photo Gallery Styles*/
.photo-gallery {
	color:#313437;
	background-color:#fff;
  }
  
  .photo-gallery p {
	color:#7d8285;
  }
  
  .photo-gallery h2 {
	font-weight:bold;
	margin-bottom:40px;
	padding-top:40px;
	color:inherit;
  }
  
  @media (max-width:767px) {
	.photo-gallery h2 {
	  margin-bottom:25px;
	  padding-top:25px;
	  font-size:24px;
	}
  }
  
  .photo-gallery .intro {
	font-size:16px;
	max-width:500px;
	margin:0 auto 40px;
  }
  
  .photo-gallery .intro p {
	margin-bottom:0;
  }
  
  .photo-gallery .photos {
	padding-bottom:20px;
  }
  
  .photo-gallery .item {
	padding-bottom:30px;
  }
  
  

/* Height for devices smaller than 992px */
@media (max-width: 992px) {
	#intro {
		margin-top: 0%;
	}
}
/* Height for devices bigger than 992px */
@media (min-width: 992px) {
	#intro {
		margin-top: -7.8%;
	}
}

/*========== Link Styles ==========*/
a {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #8c0202;
	text-decoration: none;
}

a.white-links {
	color: white;
	text-decoration: none;
}
a.white-links:hover {
	color: #edb53e;
}

.social-links {
	color: white;
	text-decoration: none;
	font-size: 40px;
	margin-right: 8px;
}

.social-links:hover {
	color: #edb53e;
}

/*========== Button Styles ==========*/
.btn-custom-primary {
	background-color: #ff0000;
	font-family: "Montserrat", sans-serif;
	font-size: 16px !important;
	color: #fff;
	margin-right: 6px;
}
.btn-custom-primary:hover {
	background-color: #8c0202;
	color: #fff;
	text-decoration: none;
}

.btn-custom-secondary {
	background-color: #ff0000;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-weight: 700;
	padding: 6px 22px;
	margin-right: 6px;
}
.btn-custom-secondary:hover {
	background-color: #8c0202;
	color: #fff;
	font-weight: 700;
	padding: 6px 22px;
	text-decoration: none;
}

.btn-custom-accent {
	background-color: #ff0000;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-weight: 700;
	padding: 6px 22px;
	margin-right: 6px;
}
.btn-custom-accent:hover {
	background-color: #8c0202;
	color: #fff;
	font-weight: 700;
	padding: 6px 22px;
	text-decoration: none;
}

/*========== Padding Styles ==========*/
.sm-padding {
	padding-top: 10px;
	padding-bottom: 10px;
}
.md-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}
.lg-padding {
	padding-top: 40px;
	padding-bottom: 40px;
}
.full-padding {
	padding-top: 80px;
	padding-bottom: 80px;
}
.side-padding {
	padding-left: 25px;
	padding-right: 25px;
}
.side-padding-2 {
	padding-left: 35px;
	padding-right: 35px;
}
.banner-padding {
	padding-top: 150px;
	padding-bottom: 150px;
}
.no-margin {
	margin: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.padding-bottom {
	padding-bottom: 20px !important;
}
.padding-top {
	padding-top: 20px !important;
}

/*========== Bootstrap Override ==========*/
.nav-link {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 0px 8px;
	transition: 0.5s;
	border-radius: 8px;
	padding: 0px 32px;
}
.nav-link:hover {
	background-color: rgba(255, 255, 255, 0.3);
	background-size: 100% 100%;
}
.offcanvas{
	background-color:#000;
}

.offcanvas.offcanvas-end{
	width:100%;
}
/*========== Oncord Override ==========*/

/*========== Mobile Style Overides ==========*/

/* ======== Default - Small Phones (phones, 639px and down ==========*/
@media only screen and (max-width: 639px) {
	/* Put CSS Here*/

	h1 {
		font-size: 30px;
		letter-spacing: 10px;
	}
	
	h2 {
		font-size: 50px;
	}
	
	h3 {
		font-size: 50px;
	}
	
	.h2-small {
		font-family: "Montserrat", sans-serif;
		font-size:16px;
		letter-spacing: 1px;
		line-height: 45px;
	}
	.h1-margin{
		margin-top: 10rem;
	}

	/*========== Backgournd Images ==========*/
	#home-intro {
		height: 67vh;
		margin-top: -165px;
	}

	.header-image{
		height:130%;
	}

	.header-height{
		height: 100vh;
	}
}

/* ======== Small Devices - Large Phones, 640px and up ========*/
@media only screen and (min-width: 640px) {
	/* Put CSS Here*/

	h1 {
		font-size: 40px;
		letter-spacing: 10px;
	}
	
	h2 {
		font-size: 50px;
	}
	
	h3 {
		font-size: 50px;
	}
	
	.h2-small {
		font-family: "Montserrat", sans-serif;
		font-size:18px;
		letter-spacing: 3px;
		line-height: 45px;
	}

	.h1-margin{
		margin-top: 30rem;
	}

	/*========== Backgournd Images ==========*/
	#home-intro {
		height: 75vh;
		margin-top: -250px;
	}

	.header-image{
		height:120%;
	}

	.header-height{
		height: 70vh;
	}
}

/* ======== Medium Devices - Tablets - 768px and up ========*/
@media only screen and (min-width: 768px) {
	/* Put CSS Here*/

	h1 {
		font-size: 40px;
		letter-spacing: 10px;
	}
	
	h2 {
		font-size: 50px;
	}
	
	h3 {
		font-size: 50px;
	}
	
	.h2-small {
		font-family: "Montserrat", sans-serif;
		font-size:18px;
		letter-spacing: 3px;
		line-height: 45px;
	}

	.h1-margin{
		margin-top: 10rem;
	}

	.btn-outline-light{
		//font-size:12px;
		min-width:230px;
	}
	/*========== Backgournd Images ==========*/
	#home-intro {
		height: 75vh;
		margin-top: -250px;
	}

	.header-image{
		height:120%;
	}

	.header-height{
		height: 70vh;
	}
}

/* ======== Large Devices - Laptops/Small Desktops, 1024px and up ========*/
@media only screen and (min-width: 1024px) {
	/* Put CSS Here*/
	h1 {
		font-size: 60px;
		letter-spacing: 10px;
	}
	
	h2 {
		font-size: 50px;
	}
	
	h3 {
		font-size: 50px;
	}
	
	.h2-small {
		font-family: "Montserrat", sans-serif;
		font-size: 20px;
		letter-spacing: 10px;
		line-height: 45px;
	}

	/*========== Backgournd Images ==========*/
	#home-intro {
		height: 50vh;
		margin-top: -165px;
	}
	.header-image{
		height:120%;
	}
	.header-height{
		height: 50vh;
	}

	.nav-link{
		font-size:15px;
	}
}

/* ======== Extra Large Devices - Desktops, 1280px and up ========*/
@media only screen and (min-width: 1280px) {
	/* Put CSS Here*/

	/*========== Backgournd Images ==========*/
	#home-intro {
		height: 81vh;
	}

	.header-height{
		height: 90vh;
	}

	.nav-link{
		font-size:18px;
	}
}

/*========== Contact Form ==========*/
.contact-section {
	padding-top: 12px;
}

.contact-aside {
	padding-right: 12px;
}

.contact-aside-logo {
	display: block;
	width: 100%;
	max-width: 240px;
	height: auto;
	margin-bottom: 28px;
}

.contact-aside-title {
	font-family: "Roxborough", serif;
	font-size: 34px;
	line-height: 1.15;
	margin: 0 0 14px;
}

.contact-aside-copy {
	font-size: 17px;
	line-height: 1.6;
	color: #444;
	margin-bottom: 28px;
	max-width: 34ch;
}

.contact-aside-list {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ddd;
}

.contact-aside-list li {
	padding: 16px 0;
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	gap: 4px;
	line-height: 1.4;
}

.contact-aside-label {
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #777;
}

.contact-aside-list a {
	color: #111;
	word-break: break-word;
}

.contact-aside-list a:hover {
	color: #8c0202;
}

.contact-form-panel {
	background: #fff;
	border: 1px solid #e4e4e4;
	border-top: 3px solid #111;
	padding: 36px 28px 32px;
}

.contact-form-header {
	margin-bottom: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ececec;
}

.contact-form-title {
	font-family: "Roxborough", serif;
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 8px;
}

.contact-form-note {
	font-size: 14px;
	line-height: 1.4;
	color: #777;
	margin: 0;
}

.contact-field {
	margin-bottom: 22px;
}

.contact-field label {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.3;
	color: #222;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
	width: 100%;
	display: block;
	font-family: "Questrial", sans-serif;
	font-size: 17px;
	line-height: 1.45;
	color: #111;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 0 12px;
	border-radius: 0;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.contact-field textarea {
	resize: vertical;
	min-height: 140px;
	border: 1px solid #d5d5d5;
	padding: 14px 16px;
	background: #fafafa;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
	color: #999;
	opacity: 1;
}

.contact-field input:hover,
.contact-field select:hover {
	border-bottom-color: #888;
}

.contact-field textarea:hover {
	border-color: #888;
}

.contact-field input:focus,
.contact-field select:focus {
	border-bottom-color: #111;
}

.contact-field textarea:focus {
	border-color: #111;
	background: #fff;
}

.contact-field input.is-invalid,
.contact-field select.is-invalid {
	border-bottom-color: #8c0202;
}

.contact-field textarea.is-invalid {
	border-color: #8c0202;
}

.contact-select-wrap {
	position: relative;
}

.contact-select-wrap::after {
	content: "";
	position: absolute;
	right: 4px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 1.5px solid #333;
	border-bottom: 1.5px solid #333;
	transform: translateY(-70%) rotate(45deg);
	pointer-events: none;
}

.contact-select-wrap select {
	padding-right: 28px;
	cursor: pointer;
	background: transparent;
}

.contact-field-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

@media (min-width: 768px) {
	.contact-field-row {
		grid-template-columns: 1fr 1fr;
		gap: 28px;
	}

	.contact-form-panel {
		padding: 42px 40px 38px;
	}

	.contact-form-title {
		font-size: 34px;
	}
}

.contact-honeypot {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}

.contact-actions {
	margin-top: 10px;
}

.contact-submit {
	display: inline-block;
	min-width: 200px;
	padding: 15px 32px;
	background: #111;
	color: #fff;
	border: 1px solid #111;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.contact-submit:hover {
	background: #fff;
	color: #111;
}

.contact-submit:focus-visible {
	outline: 2px solid #111;
	outline-offset: 3px;
}

.contact-form-header,
.contact-form {
	transition: opacity 0.28s ease, transform 0.28s ease;
}

.contact-form-header.is-leaving,
.contact-form.is-leaving {
	opacity: 0;
	transform: translateY(8px);
	pointer-events: none;
}

.contact-submit:disabled {
	opacity: 0.65;
	cursor: wait;
}

.contact-alert {
	padding: 18px 20px;
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 1.5;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.contact-alert.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.contact-alert-success {
	background: transparent;
	border: 0;
	border-top: 1px solid #ececec;
	padding: 36px 0 12px;
	margin: 0;
	color: #111;
	text-align: left;
}

.contact-success-kicker {
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #777;
	margin: 0 0 12px;
}

.contact-success-title {
	font-family: "Roxborough", serif;
	font-size: 42px;
	line-height: 1.1;
	margin: 0 0 14px;
}

.contact-success-copy {
	font-size: 18px;
	line-height: 1.6;
	color: #444;
	max-width: 36ch;
	margin: 0 0 22px;
}

.contact-success-link {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #111;
	border-bottom: 1px solid #111;
	padding-bottom: 2px;
}

.contact-success-link:hover {
	color: #8c0202;
	border-bottom-color: #8c0202;
}

.contact-alert-error {
	background: #f8f2f2;
	border-left: 3px solid #8c0202;
	color: #5c1a1a;
}

.contact-form[hidden],
.contact-form-header[hidden],
.contact-alert[hidden] {
	display: none !important;
}

@media (max-width: 575.98px) {
	.contact-submit {
		width: 100%;
	}

	.contact-aside-title {
		font-size: 30px;
	}
}
