/* Global Styles
------------------------------------*/
div{
	/*outline: 2px red solid;*/
}
a{
	text-decoration: none;
	color: black;
}
body{
	/*width: 320px;*/
	font-family: "Nunito Sans", sans-serif;
}
.container{
	/*max-width: 940px;*/
	/*outline: 2px red solid;*/
}
li{
	padding: 15px;
}
.pageBreak{
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eee;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Montserrat", sans-serif;
}
h4{
	font-weight: 500;
}
h1, h2, h3, h5{
	font-weight: 600;
}
p{
	line-height: 30px;
}
.btn-style{
	width: 80%;
	padding: 15px;
	background-color: #000;
	color: #fff;
	border: none;
}
.btn-style-2{
	width: 80%;
	padding: 15px;
	background-color: #000;
	color: #fff;
	border: none;
}
.sendButton{
	width: 100%;
	padding: 15px;
	background-color: #000;
	color: #fff;
	border: none;
}



/* Navigation
------------------------------------*/
nav{
	padding: 25px;
	background-color: #fff;
	img{
		width: 65px;
	}
}
.nav-container-fluid{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	position: sticky;
	top: 0px;
	z-index: 1000;
	background-color: #fff;
}
.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;
}



/* Footer
------------------------------------*/
footer{
	margin-top: 100px;
	background-color: #000;
	color: #fff;
	a{
		color: #fff;
	}
}
.footer-link{
	padding: 25px;
	display: block;
}
.footer-links{
	text-align: center;
	max-width: 425px;
	min-width: 425px;
}
.footer-links-mobile{
	text-align: center;
	.footer-link{
		padding: 15px;
	}
}
.footer-thanks{
	padding: 25px;
	text-align: center;
}
.footer-socials{
	text-align: center;
	padding: 0px 25px;
}
.credits{
	padding-top: 25px;
	text-align: center;
}



/* Contact Page
------------------------------------*/
.contact-form{
	padding-top: 50px;
	max-width: 940px;
}
#emailForm{
	padding-top: 50px;
	padding-bottom: 100px;
	form{
		padding-top: 50px;
	}
}
#linkedIn{
	text-decoration: underline;
}



/* About Section (Index)
------------------------------------*/
.about{
	padding: 25px;
	max-width: 940px;
	margin: 0px auto;
}
.about-img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-desc{
	padding-top: 50px;
}
.profile-img{
	border-radius: 50%;
	width: 250px;
	height: auto;
}



/* Projects Section (Index)
------------------------------------*/
.projects-section-header{
	padding: 75px 25px 0px 25px;
	max-width: 940px;
	margin: 0px auto;
}
.project-card{
	outline: 1px solid #eee;
	border-radius: 5px;
	max-width: 750px;
	margin: 50px 25px;
	padding: 15px 5px 15px 5px;
}
.project-thumbnail{
	margin-bottom: 0px;
	border-radius: 5px;
}
.project-link{
	width: 100%;
	padding: 5px;
}
.project-tag{
	display: inline;
	font-weight: 400;
}
.project-header{
	padding-top: 15px;
}
.project-card:hover{
	transform: translateY(-4px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}



/* Project Page
------------------------------------*/
.intro{
	padding: 50px 25px 0px 25px;
}
.intro-thumbnail{
	padding: 25px 0px 25px 0px;
	text-align: center;
}
#proj-details{
	padding: 20px;
}
.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;
}
.proj-end-buttons{
	padding: 25px 25px 0px 25px;
}
#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;
}



/* Research (MataMeal)
------------------------------------*/
.interviewee{
	padding: 15px;
}
.interviewee-img{
	text-align: center;
	img{
		border-radius: 50%;
	}
	display: none;
}



/* Testing (MataMeal)
------------------------------------*/
#testing{
	padding-top: 75px;
}
.task-execution{
	padding: 25px;
	margin: 0px auto;
}
.successful-tasks{
	background-color: #E8EDE8;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0px auto;
}
.task-desc{
	padding: 25px 10px 25px 10px;
	max-width: 200px;
	margin: 0px auto;
}



/* Define (Cincy Steam)
------------------------------------*/
#target-market{
	list-style-type: none;
	padding: 10px;
}
#objectives{
	list-style-type: lower-alpha;
}


/* Media Queries
----------------------------------- */

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

}

/* Medium devices (tablets, 768px and up) */
@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;
	}
	.footer-thanks{
		padding: 25px 25px 10px 25px;
		text-align: right;
	}
	.footer-socials{
		text-align: right;
	}
	.sendButton{
		width: 200px;
		padding: 15px;
		background-color: #000;
		color: #fff;
		border: none;
		float: right;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.about{
		padding: 50px 25px 25px 25px;
	}
	.about-desc{
		padding-top: 0px;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 

}
