<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');

a {
	text-decoration: none;
}

/* Color Values Begin */
:root {
	--Background: rgb(255, 255, 255);
	--LogoColor: 'invert(3%) sepia(1%) saturate(112%) hue-rotate(314deg) brightness(93%) contrast(92%)';

	--VerticalNavBar: rgb(190, 190, 190);
	--VerticalNavBarBorder: rgb(180, 180, 180);
	--LeftNavBarTtl1: rgb(120, 120, 120);
	--LeftNavBarTtl1Active: rgb(0, 0, 0);
	--LeftNavBarCaret: rgb(80, 80, 80);
	
	--RightWindowBackground: rgb(220, 220, 220);
	--RightWindowScrollBar: rgb(120, 120, 120);
	--RightWindowScrollBarHover: rgb(80, 80, 80);
	--RightWindowBorder: rgb(180, 180, 180);
	--RightWindowTextColor1: rgb(30, 30, 30);

	--FullviewBackground: rgba(0, 0, 0, 0.5);
	--CloseButtonColor: rgb(255, 0, 0);

	--TransitionTime: 1.25s;

	caret-color: transparent;
	font-family: Montserrat;

	--ActiveTtl1Background: linear-gradient( to right, #44444400,#8b8b8b8a);

	--ActiveHome: block;
	--ActiveAbout: none;
	--ActiveProject: none;
	--ActiveContact: none;

	--VisHome: 1;
	--VisAbout: 0;
	--VisProject: 0;
	--VisContact: 0;

	--ActiveTtl1Home: var(--ActiveTtl1Background);
	--ActiveTtl1About:  ;
	--ActiveTtl1Project:  ;
	--ActiveTtl1Contact:  ;

	--ActiveTtl1HomeFont: var(--LeftNavBarTtl1Active);
	--ActiveTtl1AboutFont: var(--LeftNavBarTtl1);
	--ActiveTtl1ProjectFont: var(--LeftNavBarTtl1);
	--ActiveTtl1ContactFont: var(--LeftNavBarTtl1);

	--HR1: rgb(30, 30, 30);
	--HRTTL1: rgb(30, 30, 30);

	--BlackLines: 'invert(3%) sepia(1%) saturate(112%) hue-rotate(314deg) brightness(93%) contrast(92%)';

}

.About-Text {
	display: flex;
	font-family: Montserrat;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	transform: scale(.9,1);
	color: var(--LeftNavBarTtl1);
	margin-top: 15px;
	margin-bottom: 15px;
	justify-content: center;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	transition: color var(--TransitionTime);
}

.Buffer {
	height: 48px;
}
/* Color Values End */

body {
	background-color: var(--Background);
	transition: background-color var(--TransitionTime);
}

body::-webkit-scrollbar{
	display: none;
}

.Logo {
	display: flex;
	height: 180px;
	filter: var(--LogoColor);
	transition: filter .75s;
	margin-bottom: -20px;
	margin-top: -20px;
	cursor: pointer;
}

/* Idk what this is for */
.Web-Container {
	display: flex;
	height: 100%;
	width: 100%;
	position: relative;
	flex-direction: row;
}

/* I think this keeps the page from scrolling */
.Vertical-main-container {
    width: 100%;
    display: flex;
    overflow: hidden;
    flex: 1 0 0;
	/* border: 1px solid red; */
	flex-direction: row;  
}

/* Left Nav Bar  */
.Left-Nav-Bar-Container {
	width: 180px;
    display: flex;
    flex: 1 0 0;
	flex-direction: column;
    transition: padding-left 100ms ease-in;
    overflow: hidden;
    height: 98vh;	
	background-color: var(--VerticalNavBar);
	border: 3px solid var(--VerticalNavBarBorder);
	border-radius: 20px;
	transition: background-color var(--TransitionTime), border var(--TransitionTime);
	overflow-y: auto;
	justify-content: top;
	position: sticky;

}

.Left-Nav-Bar-Ttl1 {
	display: flex;
	font-family: Montserrat;
	font-weight: 800;
	font-style: normal;
	font-size: 28px;
	transform: scale(.9,1);
	color: var(--LeftNavBarTtl1);
	margin-top: 15px;
	margin-bottom: 15px;
	justify-content: center;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	transition: color var(--TransitionTime);
}

.HRTTL1 {
	width: 95%;
	border-color: var(--RightWindowScrollBarHover);
	color: var(--RightWindowScrollBarHover);
}

.Left-Nav-Bar-Ttl2 {
	display: flex;
	font-family: Montserrat;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	transform: scale(.9,1);
	/* border: 1px solid red; */
	color: var(--LeftNavBarTtl1);
	margin-top: 15px;
	margin-bottom: 15px;
	justify-content: right;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}

.Left-Nav-Bar-Ttl2:hover {
	cursor: pointer;
	color: var(--LeftNavBarTtl1Active);
	transition: color .75s;
}


.Left-Nav-Bar-Ttl3 {
	display: flex;
	font-family: Montserrat;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	transform: scale(.9,1);
	/* border: 1px solid red; */
	color: var(--LeftNavBarTtl1);
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
	justify-content: right;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}

.Left-Nav-Bar-Ttl3:hover {
	cursor: pointer;
	color: var(--LeftNavBarTtl1Active);
	transition: color .75s;
}

.Color-Scheme-Bar {
    display: flex;
    height: 15px;
    padding-top: 5px;
    width: auto;
    justify-content: center;
    position: sticky;
    bottom: 0;
	margin-top: -45px;
	padding-bottom: 18px;
}

.Color-Icon {
	height: 20px;
	width: auto;
	cursor: pointer;
	align-content: center;
	display: flex;
}

ul, #myUL {
	list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
	margin: 0;
	padding: 0;
}

.caret {
	cursor: pointer;
	user-select: none;
	transition: .45s;
}

.caret::before {
	content: "\27A4";
	color: var(--LeftNavBarCaret);
	display: inline-block;
	margin-right: 6px;
	scale: .7;
	transition: .25s;
}

.caret-down::before {
	transform: rotate(-270deg);
	transition: .25s;
}
  
.nested {
	display: none;
}

.active {
	display: block;
}  

/* Left Nav Bar Content End */
/* right Window Begin */
.Right-Main-Container {
	width: 100%;
    display: flex;
    overflow: hidden;
    flex: 1 0 0;
	/* border: 1px solid red; */
	flex-direction: row;  
	margin-left: 8px;
	position: sticky;
}

.Right-Window-Container {
    display: flex;
    flex: 1 0 0;
	flex-direction: column;
    transition: padding-left 100ms ease-in;
    overflow: hidden;
    height: 98vh;	
	background-color: var(--RightWindowBackground);
	/* border: 1px solid rgb(229, 255, 0); */
	border-radius: 20px;
	overflow-y: auto;
	border: 3px solid var(--RightWindowBorder);
	transition: background-color var(--TransitionTime), border var(--TransitionTime);
}

/* Begin toggle Active Right Window Content */

#SectHome {
	display: var(--ActiveHome);
	opacity: 1;
	transition: opacity .5s;
	/* transition-behavior: allow-discrete; */

	@starting-style {
		opacity: 0;
	}

}

#SectAbout {
	display: var(--ActiveAbout);
	opacity: 1;
	transition: opacity .5s;
	/* transition-behavior: allow-discrete; */

	@starting-style {
		opacity: 0;
	}


}

#SectProject {
	display: var(--ActiveProject);
	opacity: 1;
	transition: opacity .5s;
	/* transition-behavior: allow-discrete; */

	@starting-style {
		opacity: 0;
	}


}

#SectContact {
	display: var(--ActiveContact);
	opacity: 1;
	transition: opacity .5s;
	/* transition-behavior: allow-discrete; */

	@starting-style {
		opacity: 0;
	}


}
/* End toggle Active Right Window Content */

.test {
	overflow-y: hidden;
}

.Header1 {
	display: flex;
	font-family: Montserrat;
	font-weight: 700;
	font-style: normal;
	font-size: 48px;
	transform: scale(.9,1);
	color: var(--RightWindowTextColor1);
	margin-top: 15px;
	margin-bottom: 15px;
	justify-content: center;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}

.Header2 {
	display: flex;
	font-family: Montserrat;
	font-weight: 600;
	font-style: normal;
	font-size: 36px;
	transform: scale(.9,1);
	color: var(--RightWindowTextColor1);
	margin-top: 15px;
	margin-bottom: 15px;
	justify-content: center;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}

.Header3 {
	display: flex;
	font-family: Montserrat;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	transform: scale(.9,1);
	color: var(--RightWindowTextColor1);
	margin-top: 15px;
	margin-bottom: 15px;
	justify-content: center;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}

.HR1 {
	height: 2.5px;
	border-color: var(--RightWindowScrollBarHover);
	background-color: var(--RightWindowScrollBarHover);
	color: var(--RightWindowScrollBarHover);
	width: 98%;
}

.HR2 {
	height: 1.5px;
	border-color: var(--RightWindowScrollBarHover);
	background-color: var(--RightWindowScrollBarHover);
	color: var(--RightWindowScrollBarHover);
	width: 80%;
	margin-top: -8px;
}

.HR3 {
	height: 1px;
	border-color: var(--RightWindowScrollBarHover);
	background-color: var(--RightWindowScrollBarHover);
	width: 65%;
	margin-top: -12px;
}

.SubTtlImage {
	text-align: left;
	display: flex;
	font-family: Montserrat;
	font-weight: 300;
	font-style: normal;
	font-size: 11px;
	transform: scale(.9,1);
	color: var(--RightWindowTextColor1);
	margin-top: 1px;
	margin-bottom: 3px;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;

}

/* Begin Left Nav Bar Tags */
#HeaderHome {
	background-image: var(--ActiveTtl1Home);
	color: var(--ActiveTtl1HomeFont);
}

#HeaderHome:hover {
	cursor: pointer;
	color: var(--LeftNavBarTtl1Active);
	transition: color .75s;
}

#HeaderAbout {
	background-image: var(--ActiveTtl1About);
	color: var(--ActiveTtl1AboutFont);
}

#HeaderAbout:hover {
	cursor: pointer;
	color: var(--LeftNavBarTtl1Active);
	transition: color .75s;
}

#HeaderProject {
	background-image: var(--ActiveTtl1Project);
	color: var(--ActiveTtl1ProjectFont);
}

#HeaderProject:hover {
	cursor: pointer;
	color: var(--LeftNavBarTtl1Active);
	transition: color .75s;
}

#HeaderContact {
	background-image: var(--ActiveTtl1Contact);
	color: var(--ActiveTtl1ContactFont);
}

#HeaderContact:hover {
	cursor: pointer;
	color: var(--LeftNavBarTtl1Active);
	transition: color .75s;
}
/* End Left Nav Bar Tags */

/* Scrollbar Customization Begin */
		/* width */
		::-webkit-scrollbar {
			width: 10px;
			/* border: 1px solid red; */
			
		}

		/* Track */
		::-webkit-scrollbar-track {
			box-shadow: inset 0 0 5px rgb(92, 92, 92); 
			border-radius: 10px;
		}

		/* Handle */
		::-webkit-scrollbar-thumb {
			background: var(--RightWindowScrollBar); 
			border-radius: 5px;
			transition: background var(--TransitionTime);
		}

		/* Handle on hover */
		::-webkit-scrollbar-thumb:hover {
			background: var(--RightWindowScrollBarHover); 
			transition: background var(--TransitionTime);

		}

		::-webkit-scrollbar-button {
			height: 9px;
		}
/* Scrollbar Customization End */
/* Right Window End */

.Right-Window-Content-Container {
    padding: 6px;
    /* border: 2px solid rgb(208, 255, 0); */
    display: flex;
    justify-content: center;
    align-items: center;
}

#FullImageView {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(220, 220, 220);
    justify-content: center;
    align-items: center;
    z-index: 100;
    cursor: grab;
}

#FullImage {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transition: transform 0.25s ease;
    cursor: grab;
	border: 2px dashed rgb(0, 0, 0);
}

#FullImageView.active {
    display: flex;
}

/* #CloseButton {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 5rem;
	color: var(--CloseButtonColor);
	cursor: pointer;
} */

.Image-Container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* max-width: 100%; */
    max-height: 100%;
	width: 100%;
    flex-direction: row;
    gap: 8px;
    flex-wrap: nowrap;

}


.slideshow-container {
    position: relative;
    max-width: 100%;
    margin: auto;
	flex-direction: row;

}



.Image {
    display: flex;
    justify-content: center; 
    gap: 10px; 
}  


#BlackLines {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}

#AutoCadSlideshow {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}

#RhinoSlideshow {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}

#EnscapeSlideshow {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}

#PhotoshopSlideshow {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}

#RevitSlideshow {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}


#RendersSlideshow {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}

#FloorPlansSlideshow {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}

#ElevationsSlideshow {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}

#SectionsSlideshow {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}

#P1Slideshow {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	flex-direction: row;
}

#P2Slideshow {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	flex-direction: row;

}

#P3Slideshow {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	flex-direction: row;

}

#P4Slideshow {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	flex-direction: row;

}

#P5Slideshow {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}

#P6Slideshow {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}

#P7Slideshow {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}

#P8Slideshow {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}


.Text-Container1 {
	display: flex;
	flex-direction: column;
	/* border: 1px solid red; */
	cursor: default;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: -12px;
	color: var(--RightWindowTextColor1);
	transition: color var(--TransitionTime);
	font-weight: 500;
	font-size: 18px;
}
/* Right Window Content End */

/* Right-Window-Content-Container */



/* SlideShows */
.mySlides {
	display: flex;
}  

.mySlides img {
max-width: calc(90% - 8px);
max-height: 800px;
width: fit-content;
object-fit: contain;
display: block;
margin-left: auto;
margin-right: auto;

transition: opacity .75s;
flex-direction: row;

@starting-style {
	opacity: 0;
}
}




.prev, .next {
cursor: pointer;
position: relative;
top: 50%;
width: auto;
padding: 16px;
padding-top: 100px;
padding-bottom: 100px;
object-fit: contain;
color: black;
font-weight: bold;
font-size: 58px;
transition: 0.6s ease;
user-select: none;
background-color: rgba(0, 0, 0, 0.0);
z-index: 1;
margin: auto;
flex-direction: row;
flex-wrap: wrap;
}
  
.next {
right: 0;
margin-left: auto;
}

.prev {
left: 0;
margin-right: auto;

}
  
.prev:hover, .next:hover {
background-color: rgba(0, 0, 0, 0.8);
}


.dots-container {
text-align: center;
position: relative;
bottom: 15px;
justify-content: center;
margin-top: -18px;
flex-direction: row;
}
  
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 5px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}

.active-dot {
background-color: #717171;
}
  

.HomePageIcon img{
opacity: .45;
transition: .75s;

}

.HomePageIcon img:hover {
opacity: 1.00;
cursor: pointer;
transition: .75s;
}

.HomePageIcon:hover {
opacity: 1.00;
cursor: pointer;
transition: .75s;
}

.Centered-Text:hover .HomePageIcon {
opacity: 1.00;
cursor: pointer;
transition: .75s;
}


.HomePageIcon {
    position: relative;
    display: inline-block;
    text-align: center;
	width: 33%; /* Adjust as needed */
    height: auto; /* Adjust as needed */
	margin-right: 48px;
	margin-top: 48px;

}

.HomePageIcon img {
    display: block;
    width: 100%; /* Adjust as needed */
    height: auto; /* Adjust as needed */
}

.Centered-Text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(0, 0, 0); /* Or any color that contrasts well with the image */
    font-size: 52px; /* Adjust as needed */
	font-weight: 600;
    text-align: center;
    padding: 10px; /* Add padding to give space around the text */
    background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(0,0,0,0) 10%);
    border-radius: 50%; /* Make the gradient circle */
    transition: background 0.75s ease-in-out;
	padding: 200px;
	pointer-events: none;
}

.HomePageIcon:hover .Centered-Text {
    background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 60%);
	transition-duration: .75s;
}

.ProgDesc {
	display: flex;
	font-family: Montserrat;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	transform: scale(.9,1);
	color: var(--RightWindowTextColor1);
	margin-top: 15px;
	margin-bottom: 15px;
	justify-content: center;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	transition: color var(--TransitionTime);
	text-align: center;
	margin-top: 36px;
	margin-bottom: 48px;
}



#contact{
    max-width: 100vw;
    display:flex;
    flex-direction: column;
    align-items:center;
    padding-bottom:100px;
}
#contactheader{
    padding-top: 10vh;
    padding-bottom: 5vh;
    font-size: 42px;
}
#contactcontainer{
    display:flex;
    flex-direction: column; 
    align-items: center;

    justify-content: center;
    gap:20px;
	font-family: Montserrat;

}
#inputcontainer{
    display:flex;
    flex-direction: column;
    gap:2vh;
	font-family: Montserrat;

}
#emailinput{
    font-size: 2.5vmin;
    border-radius: 10px;
    border:1px solid black;
    padding:5px;
	font-family: Montserrat;


}
#messageinput{
    font-size: 2.3vmin;
    padding:5px;
	font-family: Montserrat;

}
#messageinput:active{

    border:2px solid black;
	font-family: Montserrat;


}
#submitbutton{
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    font-size: 2.5vmin;
    width:10vw
	font-family: Montserrat;

}
#submitbutton:hover{
    background-color: black;
    color:white;
}
#messagegreeting{
	font-family: Montserrat;
    font-stretch: semi-expanded;
    margin-right:30px;
    max-width:400px;
    width:25vw;
    font-size: 24px;
}

.galleryimage {
	display: none !important;
}

.galleryimage.active {
	display: block;
}

.mySlides2 img {
max-width: calc(90% - 8px);
max-height: 800px;
width: fit-content;
object-fit: contain;
display: block;
margin-left: auto;
margin-right: auto;

transition: opacity .75s;
flex-direction: row;

@starting-style {
	opacity: 0;
}
}
</pre></body></html>