body {
}

.row {
	--bs-gutter-x: 0rem !important;
}

p {
	color: #666666;
	font-weight: 200;
	font-size: 1.2rem;
}

h1 {
	color: #545454;
	font-family: 'Lexend', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.7rem;
}

h2 {
	color: #3d3d3b;
	font-family: 'Lexend', sans-serif;
	font-weight: 300;
	
	font-size: 0.8rem;
}

h3 {
	color: #3d3d3b;
	font-family: 'Lexend', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 1.1rem;
}

i {
	color: #4b4b4b;
}

a {
	font-weight: 300;
	color: #3d3d3b;
}



#header-vid {
	z-index: 1;
	position: relative;
}


.blackBox {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: black;
    opacity: 0.5;
    z-index: 2;
}

.header-logo {
	position: absolute;
	z-index: 3;
	height: 100%;
}

.header-logo img {
	margin-top: 35%;
    margin-left: 60%;
  
}

#photoGallery .row {
	
}

#photoGallery .col-lg-6 {
	padding-bottom: 1.5rem; 
	padding-top: 1.5rem; 
}

#photoGallery img {
	width: 100%;
}

.navbar {
	background-color: #3b3b3b !important;
	height: 6rem !important;
}

.navbar h1 {
	color: #ffffff;
}

.navbar a {
	margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;

}

.navSquares .col-6 {
	border-left: 1px solid #3d3d3b;
	border-top: 1px solid #3d3d3b;
	border-bottom: 1px solid #3d3d3b;
	height: 11rem;
}

.navSquares .col-6r {
	border-right: 1px solid #3d3d3b;
}

.navSquares .col-6b {
	border-top: 0px solid #3d3d3b;
}

.navSquares li {
	padding-top: 2.9rem;
}

.navSquares .col-3 li {
	line-height: 0px !important; 
	padding-top: 30px !important;
}

.navBio h1 {

	font-size: 1.5rem !important;

}

.navBio i {
	font-size: 1.2rem !important;
}

.navbar a {
	font-family: font-family: 'Lexend', sans-serif !important;
}



.logo {
	position: absolute; 
	z-index: 6;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}


.headerVid {
	background-color: #121212;
    width: 100%;
    height: 70rem;
    opacity: 0.6;
    position: absolute;
    z-index: 4;
}


hr {
	margin-top: 1em !important;
	width: 10% !important;
	margin-right: auto;
    margin-left: auto;
}





.about {
	padding-left: 2rem;
    padding-right: 2rem;
}

.business {
	padding-left: 2rem;
	padding-right: 2rem;
}

.business-box {
	border-left: solid 1px black;
}

.business-details {
	padding-left: 2rem;
	padding-bottom: 1.5rem;
}

button {
	border: solid 1px #3d3d3b;
    background-color: transparent;
    width: 9rem;
    color: #3d3d3b;
}

.btn {
	border: solid 1px #3d3d3b;
	border-radius: 0px !important;
    background-color: transparent;
    width: 12rem;
    height: 2.5rem;
    color: #3d3d3b;
    font-size: 1rem;
}

.btn:hover {
  background-color: #3d3d3b; /* Green */
  color: white;
}


li {
	color: #3d3d3b;
	font-weight: 300;
	text-decoration: underline;
}

#introSection {
height: auto;
background-color: #fff8e9;
text-align: center;

}

#introSection h1 {
	font-size: 3.2rem;
}



#introSection p {
	font-size: 1.5rem;
}

.portfolio-caption {
	padding: 7%;
}


.portfolio-logo {
	padding-bottom: 1.4rem;
	filter:grayscale(100%);
}

.carousel-indicators .active {
    opacity: 1;

}

.carousel-indicators [data-bs-target] {
	background-color: #d5d5d5;
}

#headerSection {
	padding-left: 20rem !important;
    padding-right: 20rem !important;
    background-color: #fff8e9;
	}



/*----Mobile Start----*/
@media (max-width: 600px) {



	.container-fluid { 
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.navbar {
		padding-left: 1rem;
		padding-right: 1rem;
		height: 7rem !important;
	}

	.navbar h1, i {
		font-size: 1.2rem !important;
	}

	.navbar a {
		margin-left: 1px !important;
	}

	.navBio a {
		margin-left: auto !important;
	}

#introSection {
	margin-top: 7rem !important;
}

#introSection h1 {
	font-size: 1.75rem;
}

#introSection p {
	font-size: 1.1rem;
}

#introSection {
	        padding-top: 5rem !important;
	        padding-left: 15% !important;
    		padding-right: 15% !important;

}

#introSection .introBio{
	        padding-top: 5rem !important;
	        padding-left: 0% !important;
    		padding-right: 0% !important;

}

.portfolio-caption {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
	padding-top: 7rem !important;
	padding-bottom: 8rem !important;
}

h1 {
	font-size: 1.4rem !important;
}

p {
	font-size: 1.0rem;
}

.portfolio-logo {
	width: 30% !important;
}

.orderMobile {
	order: 6;
}

#headerSection {
	padding-left: 0rem !important;
    padding-right: 0rem !important;
    background-color: #fff8e9;
	}


}
/*----Mobile END----*/


@media (max-width: 768px) {


}


.offcanvas-header {
	background-color: #eae2d4;
}

.offcanvas-body {
	background-color: #eae2d4;
	text-align: center;
	padding: 0px !important;
	padding-top: 2rem !important;
}

.offcanvas-body ul {
	    padding-left: 0px !important;
}

.offcanvas-body li {
	list-style-type: none;
	line-height: 3rem;
	text-align: left;
	padding-left: 2rem;

}

.offcanvas-body a {
	text-decoration: none;
	color: #525252;
	font-family: 'Lexend', sans-serif;
	font-weight: 500;
	font-size: 2rem !important;
	letter-spacing: 0.3rem;
}








@media screen and (min-width: 768px) and (max-width: 1024px){


} 

@media screen and (min-width: 575px) and (max-width: 767.98px){

}

#amplify {
	background-color: #f7f3e7;
	padding-top: 5rem;
	padding-bottom: 5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;

}

#amplify h1 {
	font-size: 2.5rem !important;
}

#amplify p {
	font-size: 1.9rem;
}

#amplify .amplifyDetails h1 {
	font-size: 1.5rem !important;
}

#amplify .amplifyDetails p {
	font-size: 1rem !important;
}

#amplify li {
	text-decoration: none !important;
	font-size: 1.3rem;
	color: #6b6b6b !important;
	line-height: 1.6rem;
  margin-bottom: 22px;
}


#amplify button {
    width: 100%;
    height: 5rem;
    background-color: #1f1f1f;
    
}

#amplify a {
	color: #ffffff !important;
	text-decoration: none !important;
	font-family: 'Lexend', sans-serif;
}


.introBio {
	padding-top: 15%;
	padding-left: 25%;
	padding-right: 25%;
	padding-bottom: 1%;
}

.introBio2 {
	padding-top: 2%;
	padding-left: 9%;
	padding-right: 9%;
	padding-bottom: 5%;
}

.introBio2 .col-sm-4 h1 {
	font-size: 1.1rem !important;
}

.introBio2 .col-sm-4 {
	text-align: left;
}

.introConnect {
	padding-top: 2rem;
	padding-bottom: 9rem;
}



