/*
	Project Name: Jacob Demelo Portfolio Website
    File Name: Portfolio.css
    Author: Jacob Demelo
*/

.project-container{
	width: 100%;
	height: 300px;
	text-align: center;
	background-color: #34353A;
	border-bottom: 5px solid #707070;
    margin: auto;
}

.project-container h2{
	color: white;
	font-size: 42pt;
	padding-top: 180px;

}

.portfolio-linked {
	position: relative;
	top: 100px;
	width: 3px;
	height: 50px;
	margin-left: 150px;
	float: left;
	background-color: #01BAFF;
	text-align: center;
}

#portfolio-linked-logo {
	width: 20px;
	height: 20px;
	margin-top: 100px;
	list-style: none;
	text-decoration: none;
	position: relative;
}

#portfolio-linked-logo img{
	width: 50px;
	height: 50px;
	margin-left: -10px;
}

.portfolio-linked-container{
	position: relative;
	top: 70px;
	width: 3px;
	height: 20px;
	margin-left: -15px;
	float: left;
	text-align: center;
}

.projects-container{
	background-color: #34353A;
	width: 100%;
	height: fit-content;
	padding-top: 20px;
	padding-bottom: 200px;
}

#flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
	padding-bottom: 20px;
}

#flex-container a{
	text-decoration: none;
}

#flex-container a:hover{
	margin-top: -10px;
	transition: 0.7s;
}

.flex-item {
    width: 330px;
    height: 320px;
	padding: 100px;
    background: #3D3E42;
}

.projects-title-container{
	width: 100%;
	background-color: #34353A;
	height: fit-content;
	padding: 1%;
}

.projects-title-container h2{
	color: white;
	margin-left: 9%;
	font-size: 24pt;
}

.projects-box { 
	width: 380px; 
	height: 350px; 
	background-color: #3D3E42; 
	color: white; 
	font-size: 2rem; 
	text-align: center;
	padding: 5px;
	margin-bottom: 120px;
	box-shadow: 2px 2px 2px 2px #2E2E33;
}

/***********************************SCREEN SIZING*****************************************************/
@media screen and (max-width: 1800px) and (min-width: 1280px) {

	.project-container{
		width: 100%;
		height: 300px;
		text-align: center;
		background-color: #34353A;
		border-bottom: 5px solid #707070;
		margin: auto;
	}
	
	.project-container h2{
		color: white;
		font-size: 42pt;
		padding-top: 180px;
	
	}
	
	.portfolio-linked {
		position: relative;
		top: 100px;
		width: 3px;
		height: 50px;
		margin-left: 150px;
		float: left;
		background-color: #01BAFF;
		text-align: center;
	}
	
	#portfolio-linked-logo {
		width: 20px;
		height: 10px;
		margin-top: 100px;
		list-style: none;
		text-decoration: none;
		position: relative;
	}

	#portfolio-linked-logo img{
		width: 50px;
		height: 50px;
		margin-left: -10px;
	}
	
	.portfolio-linked-container{
		position: relative;
		top: 70px;
		width: 3px;
		height: 20px;
		margin-left: -15px;
		float: left;
		text-align: center;
	}
	
	.projects-container{
		justify-content: center;
		width: 100%;
		height: fit-content;
		padding-top: 20px;
		padding-bottom: 200px;
	}
	
	#flex-container {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		margin-top: -20px;
	}
	
	#flex-container a{
		text-decoration: none;
	}
	
	#flex-container a:hover{
		margin-top: -10px;
		transition: 0.7s;
	}
	
	.flex-item {
		width: 330px;
		height: 320px;
		padding: 100px;
		background: #3D3E42;
	}
	
	.projects-title-container{
		width: 100%;
		background-color: #34353A;
		height: fit-content;
		padding: 1%;
	}
	
	.projects-title-container h2{
		color: white;
		margin-left: 9%;
		font-size: 24pt;
	}
	
	.projects-box { 
		width: 380px; 
		height: 350px; 
		background-color: #3D3E42; 
		color: white; 
		font-size: 2rem; 
		text-align: center;
		padding: 5px;
		margin-bottom: 120px;
		box-shadow: 2px 2px 2px 2px #2E2E33;
	}
	
}

@media screen and (max-width: 1279px) and (min-width: 999px) {
	
	.project-container{
		width: 100%;
		height: 300px;
		text-align: center;
		background-color: #34353A;
		border-bottom: 5px solid #707070;
		margin: auto;
	}
	
	.project-container h2{
		color: white;
		font-size: 42pt;
		padding-top: 180px;
	
	}
	
	.portfolio-linked {
		position: relative;
		top: 100px;
		width: 3px;
		height: 50px;
		margin-left: 150px;
		float: left;
		background-color: #01BAFF;
		text-align: center;
	}
	
	#portfolio-linked-logo {
		width: 20px;
		height: 10px;
		margin-top: 100px;
		list-style: none;
		text-decoration: none;
		position: relative;
	}

	#portfolio-linked-logo img{
		width: 50px;
		height: 50px;
		margin-left: -10px;
	}
	
	.portfolio-linked-container{
		position: relative;
		top: 70px;
		width: 3px;
		height: 20px;
		margin-left: -15px;
		float: left;
		text-align: center;
	}
	
	.projects-container{
		justify-content: center;
		width: 100%;
		height: fit-content;
		padding-top: 20px;
		padding-bottom: 200px;
	}
	
	#flex-container {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		margin-top: -20px;
	}
	
	#flex-container a{
		text-decoration: none;
	}
	
	#flex-container a:hover{
		margin-top: -10px;
		transition: 0.7s;
	}
	
	.flex-item {
		width: 330px;
		height: 320px;
		padding: 100px;
		background: #3D3E42;
	}
	
	.projects-title-container{
		width: 100%;
		background-color: #34353A;
		height: fit-content;
		padding: 1%;
	}
	
	.projects-title-container h2{
		color: white;
		margin-left: 1%;
		font-size: 24pt;
	}
	
	.projects-box { 
		width: 280px; 
		height: 350px; 
		background-color: #3D3E42; 
		color: white; 
		font-size: 2rem; 
		text-align: center;
		padding: 5px;
		margin-bottom: 120px;
		box-shadow: 2px 2px 2px 2px #2E2E33;
	}

	.projects-box img { 
		width: 250px; 
		height: 150px; 
		
	}
	
}

@media screen and (max-width: 999px) and (min-width: 775px) {
	.project-container{
		width: 100%;
		height: 300px;
		text-align: center;
		background-color: #34353A;
		border-bottom: 5px solid #707070;
		margin: auto;
	}
	
	.project-container h2{
		color: white;
		font-size: 42pt;
		padding-top: 180px;
	
	}
	
	.portfolio-linked {
		position: relative;
		top: 100px;
		width: 3px;
		height: 50px;
		margin-left: 150px;
		float: left;
		background-color: #01BAFF;
		text-align: center;
	}
	
	#portfolio-linked-logo {
		width: 20px;
		height: 10px;
		margin-top: 100px;
		list-style: none;
		text-decoration: none;
		position: relative;
	}

	#portfolio-linked-logo img{
		width: 50px;
		height: 50px;
		margin-left: -10px;
	}
	
	.portfolio-linked-container{
		position: relative;
		top: 70px;
		width: 3px;
		height: 20px;
		margin-left: -15px;
		float: left;
		text-align: center;
	}
	
	.projects-container{
		justify-content: center;
		width: 100%;
		height: fit-content;
		padding-top: 20px;
		padding-bottom: 200px;
	}
	
	#flex-container {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		margin-top: -20px;
	}
	
	#flex-container a{
		text-decoration: none;
	}
	
	#flex-container a:hover{
		margin-top: -10px;
		transition: 0.7s;
	}
	
	.flex-item {
		width: 330px;
		height: 320px;
		padding: 100px;
		background: #3D3E42;
	}
	
	.projects-title-container{
		width: 100%;
		background-color: #34353A;
		height: fit-content;
		padding: 1%;
	}
	
	.projects-title-container h2{
		color: white;
		margin-left: 1%;
		font-size: 24pt;
	}
	
	.projects-box { 
		width: 230px; 
		height: 300px; 
		background-color: #3D3E42; 
		color: white; 
		font-size: 1.5rem; 
		text-align: center;
		padding: 5px;
		margin-bottom: 120px;
		box-shadow: 2px 2px 2px 2px #2E2E33;
	}

	.projects-box img { 
		width: 200px; 
		height: 120px; 
		
	}

	.projects-box h2{
		font-size: 20pt;
		margin-left: 5px;
	}

	.projects-box p{
		font-size: 14pt;
		margin-left: 5px;
	}
}

@media screen and (max-width: 774px) and (min-width: 500px) {
	.project-container{
		width: 100%;
		height: 300px;
		text-align: center;
		background-color: #34353A;
		border-bottom: 5px solid #707070;
		margin: auto;
	}
	
	.project-container h2{
		color: white;
		font-size: 42pt;
		padding-top: 180px;
	
	}
	
	.portfolio-linked {
		position: relative;
		top: 100px;
		width: 3px;
		height: 40px;
		margin-left: 50px;
		float: left;
		background-color: #01BAFF;
		text-align: center;
	}
	
	#portfolio-linked-logo {
		width: 20px;
		height: 10px;
		margin-top: 100px;
		list-style: none;
		text-decoration: none;
		position: relative;
	}

	#portfolio-linked-logo img{
		width: 30px;
		height: 30px;
		margin-left: 0px;
	}
	
	.portfolio-linked-container{
		position: relative;
		top: 70px;
		width: 3px;
		height: 20px;
		margin-left: -15px;
		float: left;
		text-align: center;
	}
	
	.projects-container{
		justify-content: center;
		width: 100%;
		height: fit-content;
		padding-top: 20px;
		padding-bottom: 200px;
	}
	
	#flex-container {
		display: inline-block;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		margin-top: -20px;
		text-align: center;
	}
	
	#flex-container a{
		text-decoration: none;
	}
	
	#flex-container a:hover{
		margin-top: -10px;
		transition: 0.7s;
	}
	
	.flex-item {
		width: 330px;
		height: 320px;
		padding: 100px;
		background: #3D3E42;
		margin: 0 auto;
	}
	
	.projects-title-container{
		width: 100%;
		background-color: #34353A;
		height: fit-content;
		padding: 1%;
	}
	
	.projects-title-container h2{
		color: white;
		margin-left: 1%;
		padding-top: 10px;
		font-size: 24pt;
	}
	
	.projects-box { 
		width: 330px; 
		height: 320px; 
		background-color: #3D3E42; 
		color: white; 
		font-size: 1.5rem; 
		text-align: center;
		padding: 5px;
		margin-bottom: 120px;
		box-shadow: 2px 2px 2px 2px #2E2E33;
		margin: auto;
		margin-top: 50px;
	}

	.projects-box img { 
		width: 300px; 
		height: 150px; 
		
	}

	.projects-box h2{
		font-size: 18pt;
		margin-left: 5px;
	}

	.projects-box p{
		font-size: 16pt;
		margin-left: 5px;
	}
}

@media screen and (max-width: 499px) and (min-width: 375px) {

	.project-container{
		width: 100%;
		height: 300px;
		text-align: center;
		background-color: #34353A;
		border-bottom: 5px solid #707070;
		margin: auto;
	}
	
	.project-container h2{
		color: white;
		font-size: 42pt;
		padding-top: 180px;
	
	}
	
	.portfolio-linked {
		position: relative;
		top: 100px;
		width: 3px;
		height: 40px;
		margin-left: 20px;
		float: left;
		background-color: #01BAFF;
		text-align: center;
	}
	
	#portfolio-linked-logo {
		width: 20px;
		height: 10px;
		margin-top: 80px;
		list-style: none;
		text-decoration: none;
		position: relative;
	}

	#portfolio-linked-logo img{
		width: 30px;
		height: 30px;
		margin-left: 0px;
	}
	
	.portfolio-linked-container{
		position: relative;
		top: 70px;
		width: 3px;
		height: 20px;
		margin-left: -15px;
		float: left;
		text-align: center;
	}
	
	.projects-container{
		justify-content: center;
		width: 100%;
		height: fit-content;
		padding-top: 20px;
		padding-bottom: 200px;
	}
	
	#flex-container {
		display: inline-block;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		margin-top: -20px;
		text-align: center;
	}
	
	#flex-container a{
		text-decoration: none;
	}
	
	#flex-container a:hover{
		margin-top: -10px;
		transition: 0.7s;
	}
	
	.flex-item {
		width: 330px;
		height: 320px;
		padding: 100px;
		background: #3D3E42;
		margin: 0 auto;
	}
	
	.projects-title-container{
		width: 100%;
		background-color: #34353A;
		height: fit-content;
		padding: 1%;
	}
	
	.projects-title-container h2{
		color: white;
		margin-left: 1%;
		padding-top: 20px;
		font-size: 22pt;
	}
	
	.projects-box { 
		width: 330px; 
		height: 320px; 
		background-color: #3D3E42; 
		color: white; 
		font-size: 1.5rem; 
		text-align: center;
		padding: 5px;
		margin-bottom: 120px;
		box-shadow: 2px 2px 2px 2px #2E2E33;
		margin: auto;
		margin-top: 50px;
	}

	.projects-box img { 
		width: 300px; 
		height: 150px; 
		
	}

	.projects-box h2{
		font-size: 18pt;
		margin-left: 10px;
	}

	.projects-box p{
		font-size: 16pt;
		margin-left: 10px;
	}
}

@media screen and (max-width: 374px) and (min-width: 320px) {
	.project-container{
		width: 100%;
		height: 300px;
		text-align: center;
		background-color: #34353A;
		border-bottom: 5px solid #707070;
		margin: auto;
	}
	
	.project-container h2{
		color: white;
		font-size: 34pt;
		padding-top: 180px;
	
	}
	
	.portfolio-linked {
		position: relative;
		top: 100px;
		width: 3px;
		height: 40px;
		margin-left: 20px;
		float: left;
		background-color: #01BAFF;
		text-align: center;
	}
	
	#portfolio-linked-logo {
		width: 20px;
		height: 10px;
		margin-top: 80px;
		list-style: none;
		text-decoration: none;
		position: relative;
	}

	#portfolio-linked-logo img{
		width: 30px;
		height: 30px;
		margin-left: 0px;
	}
	
	.portfolio-linked-container{
		position: relative;
		top: 70px;
		width: 3px;
		height: 20px;
		margin-left: -15px;
		float: left;
		text-align: center;
	}
	
	.projects-container{
		justify-content: center;
		width: 100%;
		height: fit-content;
		padding-top: 20px;
		padding-bottom: 200px;
	}
	
	#flex-container {
		display: inline-block;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		margin-top: -20px;
		text-align: center;
	}
	
	#flex-container a{
		text-decoration: none;
	}
	
	#flex-container a:hover{
		margin-top: -10px;
		transition: 0.7s;
	}
	
	.flex-item {
		width: 330px;
		height: 320px;
		padding: 100px;
		background: #3D3E42;
		margin: 0 auto;
	}
	
	.projects-title-container{
		width: 100%;
		background-color: #34353A;
		height: fit-content;
		padding: 1%;
	}
	
	.projects-title-container h2{
		color: white;
		margin-left: 1%;
		padding-top: 20px;
		font-size: 20pt;
	}
	
	.projects-box { 
		width: 280px; 
		height: 320px; 
		background-color: #3D3E42; 
		color: white; 
		font-size: 1.5rem; 
		text-align: center;
		padding: 5px;
		margin-bottom: 120px;
		box-shadow: 2px 2px 2px 2px #2E2E33;
		margin: auto;
		margin-top: 50px;
	}

	.projects-box img { 
		width: 250px; 
		height: 150px; 
		
	}

	.projects-box h2{
		font-size: 16pt;
		margin-left: 10px;
	}

	.projects-box p{
		font-size: 14pt;
		margin-left: 10px;
	}
}

@media screen and (max-width: 320px) and (min-width: 120px) {
	.project-container{
		width: 100%;
		height: 300px;
		text-align: center;
		background-color: #34353A;
		border-bottom: 5px solid #707070;
		margin: auto;
	}
	
	.project-container h2{
		color: white;
		font-size: 34pt;
		padding-top: 180px;
	
	}
	
	.portfolio-linked {
		position: relative;
		top: 100px;
		width: 3px;
		height: 40px;
		margin-left: 20px;
		float: left;
		background-color: #01BAFF;
		text-align: center;
	}
	
	#portfolio-linked-logo {
		width: 20px;
		height: 10px;
		margin-top: 80px;
		list-style: none;
		text-decoration: none;
		position: relative;
	}

	#portfolio-linked-logo img{
		width: 30px;
		height: 30px;
		margin-left: 0px;
	}
	
	.portfolio-linked-container{
		position: relative;
		top: 70px;
		width: 3px;
		height: 20px;
		margin-left: -15px;
		float: left;
		text-align: center;
	}
	
	.projects-container{
		justify-content: center;
		width: 100%;
		height: fit-content;
		padding-top: 20px;
		padding-bottom: 200px;
	}
	
	#flex-container {
		display: inline-block;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		margin-top: -20px;
		text-align: center;
	}
	
	#flex-container a{
		text-decoration: none;
	}
	
	#flex-container a:hover{
		margin-top: -10px;
		transition: 0.7s;
	}
	
	.flex-item {
		width: 330px;
		height: 320px;
		padding: 100px;
		background: #3D3E42;
		margin: 0 auto;
	}
	
	.projects-title-container{
		width: 100%;
		background-color: #34353A;
		height: fit-content;
		padding: 1%;
	}
	
	.projects-title-container h2{
		color: white;
		margin-left: 1%;
		padding-top: 20px;
		font-size: 20pt;
	}
	
	.projects-box { 
		width: 280px; 
		height: 320px; 
		background-color: #3D3E42; 
		color: white; 
		font-size: 1.5rem; 
		text-align: center;
		padding: 5px;
		margin-bottom: 120px;
		box-shadow: 2px 2px 2px 2px #2E2E33;
		margin: auto;
		margin-top: 50px;
	}

	.projects-box img { 
		width: 250px; 
		height: 150px; 
		
	}

	.projects-box h2{
		font-size: 16pt;
		margin-left: 10px;
	}

	.projects-box p{
		font-size: 14pt;
		margin-left: 10px;
	}
}

