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;
}
.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;
}



/* Project Page
------------------------------------*/
.projectMain{
	padding: 0 9.5%;
}
.intro{
	padding: 50px 0px 0px 0px;
}
.intro-thumbnail{
	padding: 25px 0px 25px 0px;
	text-align: center;
	border-radius: 20px;
}
#proj-details{
	padding: 20px 0px;
}
.proj-detail-card{
	padding: 0px 20px 0px 20px;
}
.borderTop{
	border-top: 1px solid #000;
	padding: 15px;
}
.project-section{
	padding: 50px 25px 25px 25px;
}
.project-subsection{
	padding-top: 25px;
}
.project-section-spacer{
	padding-top: 15px;
}
.project-img{
	padding: 10px 0px 50px 0px;
}
.project-img-2{
	padding: 10px 0px 10px 0px;
}
#proj-end{
	text-align: center;
}
#thankyou{
	padding: 75px 25px 75px 25px;
}
.pageBreak-img{
	padding: 10px;
}
.body-copy{
	padding: 10px;
	font-style: italic;
	line-height: 40px;
}
.body-copy-2{
	padding: 0px 10px 10px 10px;
	font-style: italic;
	line-height: 40px;
}
.project-subheading{
	padding-top: 25px;
	line-height: 5px;
}
.project-tag{
	display: inline;
	font-weight: 500;
}



/*Footer
------------------------------------*/
#footer{
	max-width: 100%;
	background: #000;
}
#footerContents{
	margin-top: 150px;
	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;
	}
}



@media (min-width: 768px) { 
	.project-card{
		margin: 50px auto;
	}
	.project-section-spacer{
		padding-top: 0px;
	}
	.interviewee{
		padding: 25px;
	}
	.interviewee-img{
		display: block;
	}
	.pageBreak{
		padding: 50px;
	}
	.task-desc{
		max-width: 100%;
	}
	.btn-style-2{
		width: 50%;
	}
	.body-copy{
		padding: 25px;
	}
	.body-copy-2{
		padding: 0px 25px 25px 25px;
	}
	.project-thumbnail{
		margin-bottom: 15px;
		border-radius: 5px;
	}
}