div{
	/*outline: 1px red solid;*/
}
body{
	/*width: 320px;*/
	background-color: #FEFEFE;
}

/*Global
------------------------------------*/
h1, h2, h3{
	font-family: "Lora", serif;
	font-weight: 400;
}
h1{
	font-size: 2.5rem;
}
h2{
	font-size: 2rem;
}
h3{
	font-size: 1.5rem;
}
h4, h5, h6{
	font-family: "Nunito Sans", sans-serif;
	font-weight: 700;
}
p{
	font-family: "Nunito Sans", sans-serif;
	font-size: 1rem;
	line-height: 200%;
	font-weight: 500;
}
.p2{
	font-size: 1.25rem;
}
li{
	padding: 5px;
}
.bold{
	font-weight: 700;
}
.spacer25{
	margin-bottom: 25px;
}
.spacer50{
	margin-bottom: 50px;
}
.spacer75{
	margin-bottom: 75px;
}
.buttonStyle1{
	border: none;
	min-width: 200px;
	padding: 15px;
	border-radius: 100px;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 600;
	color: #000;
}
.buttonStyle2{
	background-color: #7B7B7B;
	color: #fff;
}
.buttonStyle3{
	border: none;
	padding: 15px 35px 15px 35px;
	border-radius: 100px;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 600;
	background-color: #000;
	color: #fff;
}
a{
	text-decoration: none;
	color: inherit;
}
.pageBreak{
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eee;
}
.centerAlign{
	display: flex;
	justify-content: center;
}
.linkStyle{
	font-weight: 600;
	text-decoration: underline;
}
.container-fluid{
	max-width: 1920px;
}



/* Navigation
------------------------------------*/
nav{
	padding: 20px 0;
	background-color: #FEFEFE;
	img{
		width: 65px;
	}
}
.nav-container-fluid{
	background-color: #FEFEFE;
	padding: 0 9.5%;
}
.nav-link{
	padding: 15px;
}
#hamburger{
	float: right;
	background-color: transparent;
	border: none;
}
#projectsDropdown{
	background-color: transparent;
	padding: 0px;
	border: none;
	color: black;
	float: left;
}
.dropdown-show{
	display: none;
	position: absolute;
	margin-top: 26px;
}
#projectsHover{
	position: relative;
	padding: 15px;
}
#projectsHover::after{
	content: "";
	position: absolute;
	height: 26px;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 1;
}
#projectsHover:hover .dropdown-show, .dropdown-show:hover{
	display: block;
	z-index: 2;
}
.submenu{
	list-style-type: none;
}
.dropdown-submenu .submenu{
	display: none;
	padding-left: 1rem;
}
.dropdown-submenu:hover .submenu{
	display: block;
}
.dropdown-submenu.show .submenu{
	display: block;
}
.dropdown-menu, .submenu{
	border-radius: 0;
	border: 1px solid #eee;
}
.dropdown-menu button, .submenu .dropdown-item{
	color: rgba(0, 0, 0, 0.4);
}
.dropdown-item:hover{
	color: #000;
	background: none;
}
.dropdown-item:active{
	background: none;
	color: #000;
}
.submenu-dropdown-item:hover{
	font-weight: 600;
}
.desktop-menu{
	min-width: 200px;
	max-width: 200px;
}
.mobile-menu{
	width: 100vw;
}




/*Index
------------------------------------*/
#about{
	margin-top: 75px;
	padding: 0 9.5%;
}
#aboutImage{
	display: flex;
	justify-content: center;
	align-items: start;
	img{
		width: clamp(350px, 32vw, 425px);
		height: auto;
		max-width: 100%;
		border-radius: 20px;
	}
}
@media (max-width: 1399.98px) { 
	#aboutImage{
		display: none;
	}
}



/*Carousel
------------------------------------*/
.banner-carousel {
  width: 100%;
}

.carousel-shell {
  position: relative;
  width: min(100%, 1555px);
  height: 350px;
  margin: 0 auto;
}

.viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.scroll-content {
  display: flex;
  height: 100%;
}

.banner-copy {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  flex: 0 0 auto;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);

  display: flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;
  padding: 0;

  border: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}

.prev {
  left: 16px;
}

.next {
  right: 16px;
}



/*Projects
------------------------------------*/
#projects{
	margin-top: 150px;
	padding: 0 10%;
	padding-top: 25px;
}
.projectThumbnail{
	width: 100%;
	height: clamp(600px, 50vw, 725px);
	margin: 0 auto 50px auto;
	border-radius: 20px;
}
.projectDetails{
	margin-top: auto;
	padding: 0 5% 10% 5%;
	color: #fff;
	height: auto;
	max-width: clamp(50%, 50vh, 100%);
	p{
		font-weight: 600;
		line-height: 115%;
	}
	
	border-radius: 20px;
	
}
#matamealThumbnail{
	background-image: 
		linear-gradient(90deg,rgba(0, 0, 0,0.75) 0%, rgba(87, 199, 133, 0) 80%, rgba(237, 221, 83, 0) 100%),
		linear-gradient(0deg,rgba(0, 0, 0,0.75) 0%, rgba(87, 199, 133, 0) 60%, rgba(237, 221, 83, 0) 100%),
		url("../_images/matameal-thumbnail.jpg");
	background-size: cover;
	background-position: right;
}
#milkywayThumbnail{
	background-image: 
		linear-gradient(90deg,rgba(0, 0, 0,0.75) 0%, rgba(87, 199, 133, 0) 80%, rgba(237, 221, 83, 0) 100%),
		linear-gradient(0deg,rgba(0, 0, 0,0.75) 0%, rgba(87, 199, 133, 0) 60%, rgba(237, 221, 83, 0) 100%),
		url("../_images/milkyway-thumbnail.jpg");
	background-size: cover;
	background-position: right;
}
#cincysteamThumbnail{
	background-image: 
		linear-gradient(90deg,rgba(0, 0, 0,0.75) 0%, rgba(87, 199, 133, 0) 80%, rgba(237, 221, 83, 0) 100%),
		linear-gradient(0deg,rgba(0, 0, 0,0.75) 0%, rgba(87, 199, 133, 0) 60%, rgba(237, 221, 83, 0) 100%),
		url("../_images/cincysteam-thumbnail.jpg");
	background-size: cover;
	background-position: right;
}
#latechThumbnail{
	background-image: 
		linear-gradient(90deg,rgba(0, 0, 0,0.75) 0%, rgba(87, 199, 133, 0) 80%, rgba(237, 221, 83, 0) 100%),
		linear-gradient(0deg,rgba(0, 0, 0,0.75) 0%, rgba(87, 199, 133, 0) 60%, rgba(237, 221, 83, 0) 100%),
		url("../_images/latech-thumbnail.jpg");
	background-size: cover;
	background-position: right;
}



/*Footer
------------------------------------*/
#footer{
	max-width: 100%;
	background: #000;
}
#footerContents{
	margin-top: 250px;
	padding: 0 10%;
	background: #000;
}
.footerRow{
	padding-top: 75px;
	padding-bottom: 100px;
	color: #fff;
}
.footerCol{
	padding-top: 50px;
}
.contactHeader, .footerLink{
	margin-bottom: 5px;
}
.footerLink{
	text-decoration: underline;
	display: block;
}
@media (max-width: 991.98px) {
	.footerRow{
		text-align: center;
	}
}