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

/*Body*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Ariel", sans-serif;

}

/*Navigation Bar*/
.nav{
	top: 0;
	position: fixed;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	padding: 0.5rem 1.5rem;
	background: #4A4B50;
	z-index: 100000;
	margin: auto;
}

.navlogo{
	position: relative;
	width: 95%;
	margin: auto;
	float: left;
}

.navlogo ul{
	height: 30px;
}

#item{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#logo img{
	width: 50px;
	height: 80px;
	list-style: none;
	text-decoration: none;
	position: relative;
	margin-right: 10px;
	float: left;
}

#logo li{
	list-style: none;
	text-decoration: none;
}

#item li{
	list-style: none;
	padding-right: 50px;
}

#item li a{
	text-decoration: none;
	font-size: 1.6rem;
	color: #707070;
	padding-left: 1px;
	align-self: center;
}

#item li a:hover{
	color: white;
	cursor: pointer;
}

#item a.active{
	color: white;
}

/*END OF NAV-----------------------------------------------------------------------------*/

.container {
    position:relative;
    height:980px;
    width:100%;
	background-color: #34353A;
	border-bottom: 5px solid #707070;
	margin-top: 50px;
}

.linked {
	position: relative;
	top: 120px;
	width: 3px;
	height: 70px;
	margin-right: 150px;
	float: right;
	background-color: #01BAFF;
	text-align: center;
}

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

.linked-container{
	position: relative;
	top: 120px;
	width: 3px;
	height: 70px;
	margin-right: 10px;
	float: right;
	text-align: center;
}

/*Mid Section Overlay*/
.mid{
    margin: auto;
    position: relative;
	top: 40%;
	left: -5%;
	transform: translate(-50%, -50%);
	text-align: left;
	width: 50%;
}

.mid-right{
    margin: auto;
    position:relative;
	top: 8%;
	left: 20px;
	transform: translate(-50%, -50%);
	text-align: right;
	width: 0%;
	height: 10%;
}

#facelogo img{
	width: 550px;
	height: 450px;
	list-style: none;
	text-decoration: none;
	position: relative;
	float: left;
}

#facelogo li{
	list-style: none;
	text-decoration: none;
}


.mid h2{
	color: white;
	font-size: 32pt;
    align-self: center;
}

.mid h2 span{
	color: #00BAFF;
	font-size: 38pt;
    align-self: center;
}

.mid p{
	color: white;
	font-size: 32pt;
	margin-bottom: 1.4rem;
	align-self: left;
	text-align: left;
	float: left;
}

.mid .btn{
	margin-top: 9rem;
}

.mid .btn a{
	text-decoration: none;
}

.mid .btn a.simple{
	color: #01BAFF;
	border: 2px solid #01BAFF;
	font-weight: 500;
	padding: 0.9rem 4rem;/*height: width:*/
	border-radius: 12px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.mid .btn a.simple:hover{
	background: #01BAFF;
	border: 2px solid #01BAFF;
	color: #fff;
}
/*End of Mid overlay*/

/*Details*/
.details{
    margin: auto;
	width: 100%;
	align-items: center;
	padding: 3rem 2rem;
	background: #34353A;
    text-align: center;
	padding-bottom: 250px;
	border: none;
}

.skills-title{
	width: 100%;
	height: fit-content;
	text-align: center;
}

.skills-title h2{
	color: white;
	font-size: 32pt;
}

.skills-container{
	margin: auto;
	height: fit-content;
	width: 75%;
	margin-top: 50px;
	display: flex; 
    justify-content: space-between; 
}

.box { 
	width: 250px; 
	height: 250px; 
	background-color: #3D3E42; 
	color: white; 
	font-size: 2rem; 
	border-radius: 25px;
	text-align: center;

}

.box-title{
	width: 100%;
	height: fit-content;
	bottom: 0%;
	margin-top: 10%;
}

.html-img{
	margin: auto;
	width: 80%;
	height: 50%;
	margin-top: 20%;
}

.javascript-img{
	margin: auto;
	width: 80%;
	height: 50%;
	margin-top: 20%;
}

.react-img{
	margin: auto;
	width: 80%;
	height: 50%;
	margin-top: 20%;
}

.swift-img img{
	margin: auto;
	width: 50%;
	height: 50%;
	margin-top: 20%;
}

.java-img img{
	margin: auto;
	width: 80px;
	height: 100%;
	margin-top: 5%;
}

.sql-img{
	margin: auto;
	width: 80%;
	height: 50%;
	margin-top: 20%;
}

.github-img{
	margin: auto;
	width: 80%;
	height: 50%;
	margin-top: 20%;
}

.javabox-title{
	width: 100%;
	height: fit-content;
	bottom: 0%;
	margin-top: 13%;
}

.phpbox-title{
	width: 100%;
	height: fit-content;
	bottom: 0%;
	margin-top: 8%;
}

.skill-img{
	margin: auto;
	width: 80%;
	height: 57%;
	margin-top: 15%;
}

.java-img{
	margin: auto;
	width: 80%;
	height: 57%;
	margin-top: 10%;
}

.php-img{
	margin: auto;
	width: 80%;
	height: 57%;
	margin-top: 15%;
}

.json-img{
	margin: auto;
	width: 80%;
	height: 57%;
	margin-top: 15%;
}

.firebase-img{
	margin: auto;
	width: 80%;
	height: 57%;
	margin-top: 15%;
}

.adobexd-img{
	margin: auto;
	width: 80%;
	height: 57%;
	margin-top: 15%;
}

.photoshop-img{
	margin: auto;
	width: 80%;
	height: 57%;
	margin-top: 15%;
}

.box h2{
	position: relative;
    margin-top: 20px;
	font-size: 20pt;
	font-weight: lighter;
}

.portfolio-title{
	margin-top: 100px;
	width: 100%;
	height: fit-content;
	text-align: center;
}

.portfolio-title h2{
	font-size: 32pt;
	color: white;
}

.portfolio-title p {
	color: white;
	font-size: 18pt;
	margin-top: 50px;
}

.portfolio-border-left{
	background-color: #707070;
	width: 30%;
	height: 2px;
	margin-left: 10%;
	margin-top: -15px;
}

.portfolio-border-right{
	background-color: #707070;
	width: 30%;
	height: 2px;
	margin-right: 10%;
	margin-top: -5px;
	float: right;
}

.portfolio-container {
	margin: auto;
	height: fit-content;
	width: 70%;
	margin-top: 50px;
	display: flex; 
    justify-content: space-between; 
}

.portfolio-container a{
	text-decoration: none;
}

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

.temp-img img{
	margin: auto;
	width: 300px;
	height: 180px;
	margin-top: 10px;
}
.portfolio-box-title{
	text-align: left;
}

.portfolio-box-title p{
	font-size: 15pt;
	color: white;
	text-align: left;
	margin-top: 10px;
	margin-left: 30px;
}

.portfolio-box-title h2{
	font-size: 24pt;
	color: white;
	margin-top: 10px;
	margin-left: 30px;
}

.view-more-btn  {

 margin-top: 100px;
margin-bottom: 100px;
}

.view-more-btn a.simple{
	color: #01BAFF;
	border: 2px solid #01BAFF;
	font-weight: 500;
	padding: 0.9rem 4rem;/*height: width:*/
	border-radius: 12px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.view-more-btn a.simple:hover{
	background: #01BAFF;
	border: 2px solid #01BAFF;
	color: #fff;
}

.view-more-btn a {
	color: #00BAFF;
	text-decoration: none;
}

.resume {
	width: 100%;
	height: 160px;
	margin-top: -250px;
	border-top: 2px solid #707070;
	border-bottom: 2px solid #707070;
	text-align: left;
}

.resume h2{
	color: white;
	font-size: 32pt;
	margin-top: 20px;
	margin-left: 300px;
}

.resume p{
	color: white;
	font-size: 15pt;
	margin-top: 20px;
	margin-left: 300px;
	text-align: left;
	margin-right: 50%;
}

.download-btn  {

	margin-top: -40px;
	float: right;
	margin-right: 30%;
   }
   
   .download-btn a.simple{
	   color: #01BAFF;
	   border: 2px solid #01BAFF;
	   font-weight: 500;
	   padding: 0.9rem 4rem;/*height: width:*/
	   border-radius: 12px;
	   box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
   }
   
   .download-btn a.simple:hover{
	   background: #01BAFF;
	   border: 2px solid #01BAFF;
	   color: #fff;
   }
   
   .download-btn a {
	   color: #00BAFF;
	   text-decoration: none;
   }

   .spacer{
	margin: auto;
	position: relative;
	width: 100%;
	margin-top: 50px;
	background-color: #34353A;
   }

   .contact-title{
	width: 100%;
	height: fit-content;
	background-color: #34353A;
	text-align: center;
	padding-top: 100px;
   }

   .contact-title h2{
	font-size: 32pt;
	color: white;
   }

   .contact{
	margin: auto;
	width: 100%;
	height: fit-content;
	padding-bottom: 50px;
    text-align: center;
	background-color: #3D3E42;
    border-top: 1px solid #707070;
	border-bottom: 4px solid #01BAFF;
   }

   .contact-email{
	margin: auto;
	width: 100%;
	height: 20px;
	padding-top: 3%;
   }

   .contact p{
	margin:auto;
	
	font-size: 18pt;
	color: white;
	text-align: center;
   }

   .footer{
	width: 100%;
	height: 35%;
	background-color: #34353A;
   }

   .contact-border-left{
	background-color: #01BAFF;
	width: 40%;
	height: 4px;
	margin-top: -2px;
}

.contact-border-right{
	background-color: #01BAFF;
	width: 40%;
	height: 4px;
	float: right;
	margin-top: -3px;
}

.open-btn  {

	margin-top: 60px;
   }
   
   .open-btn a.open-email{
	   color: #01BAFF;
	   border: 2px solid #01BAFF;
	   font-weight: 500;
	   padding: 0.9rem 4rem;/*height: width:*/
	   border-radius: 12px;
	   box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
   }
   
   .open-btn a.open-email:hover{
	   background: #01BAFF;
	   border: 2px solid #01BAFF;
	   color: #fff;
   }
   
   .open-btn a {
	   color: #00BAFF;
	   text-decoration: none;
   }

.footer{
	text-align:center;
	position: relative;
	height: 200px;
	width: 100%;
	background-color: #34353A;
}

.footer h2{
	margin-bottom: 1px;
	vertical-align: bottom;
	color: #6D6F77;
}

.bottom{
	margin: auto;
	background-color: #34353A;
	width: 100%;
	height: 50px;
	position: absolute;
    bottom: 0px;
}

.top-btn  {
	margin: auto;
	float: right;
	position: absolute;
    bottom: 25px;
	left: 65%;
   }

   #myBtn {
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #34353A;
	color: white;
	cursor: pointer;
	padding: 0.2rem 2rem;/*height: width:*/
	border-radius: 25px;
	border: 2px solid #01BAFF;

  }
  
  #myBtn:hover {
	color: white;
	background-color: #01BAFF;
	border: 2px solid #01BAFF;
  }
/*End of details----------------------------------------------------------------------------------------------------------*/

/*************************** END OF INDEX **************************************************/

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

	/******************************** HOME SCREEN ******************************************/
	/*------------------------------Top of the page ----------------------------*/
	
	/*-------------------------------All the skills boxes------------------------------------*/
	.box { 
		font-size: 0.5rem; 
	}

	.skills-container{
		margin: auto;
		height: fit-content;
		width: 90%;
		margin-top: 50px;
		display: flex; 
		justify-content: space-between; 
	}

	.mid{
		top: 40%;
		left: -15%;
		text-align: left;
		width: 50%;
	}

	/*-----------------------------------Portfolio section------------------------------------**/
	.portfolio-border-left{
		margin-left: 5%;
	}
	.portfolio-border-right{
		margin-right: 5%;
	}
	
	.portfolio-container {
	
		width: 100%;
	
	}

	.portfolio-box { 
		width: 350px; 
		height: 350px; 
		font-size: 2rem; 
	}

	.resume h2{
		margin-left: 100px;
	}
	.resume p{
		
		margin-left: 100px;
		
	}
	.download-btn  {

		margin-right: 20%;
	}
	.top-btn  {
		
		left: 68%;
	}
}

@media screen and (max-width: 1279px) and (min-width: 999px) {

	/******************************** HOME SCREEN ******************************************/
	/*------------------------------Top of the page ----------------------------*/

	#facelogo img{
		width: 450px;
		height: 350px;
	}


.linked {
	margin-right: 100px;
}

.linked-container{
	margin-right: 10px;
}
	
	/*-------------------------------All the skills boxes------------------------------------*/
	.box { 
		font-size: 0.5rem; 
		width: 220px;
		height: 260px;
	}

	.box h2{
		font-size: 1.4rem;
	}

	.skills-container{
		margin: auto;
		height: fit-content;
		width: 100%;
		margin-top: 50px;
		display: flex; 
		justify-content: space-between; 
	}

	.html-img img{
		margin: auto;
		width: 100%;
		height: 70%;
		margin-top: 5%;
	}

	.mid{
		top: 40%;
		left: -15%;
		text-align: left;
		width: 50%;
	}

	/*-----------------------------------Portfolio section------------------------------------**/
	.portfolio-border-left{
		margin-left: 5%;
	}
	.portfolio-border-right{
		margin-right: 5%;
	}
	
	.portfolio-container {
	
		width: 90%;
		text-align: center;
	}

	.portfolio-box { 
		width: 250px; 
		height: 250px; 
	}

	.portfolio-box h2{
		font-size: 1.8rem;
	}

	.portfolio-box p{
		font-size: 1rem;
	}

	.portfolio-box img{
		height: 100px;
		width: 90%;
	}

	.resume h2{
		margin-left: 80px;
		font-size: 28pt;
	}
	.resume p{
		
		margin-left: 80px;
		font-size: 14pt;		
	}
	.download-btn  {

		margin-right: 5%;
	}
	.top-btn  {
		
		left: 75%;
	}
}

@media screen and (max-width: 999px) and (min-width: 775px) {

	/******************************** HOME SCREEN ******************************************/
	/*------------------------------Top of the page ----------------------------*/
	.container {
		position: relative;
	}


	#facelogo img{
		width: 450px;
		height: 350px;
		float: left;
		margin-top: -160px;
		margin-left: -280px;
	}

	.mid{
		margin: auto;
		position: relative;
		top: 54%;
		left: 5%;
		text-align: left;
		width: 500px;
	}

.linked {
	margin-right: 100px;
	margin-top: -50px;
}

.linked-container{
	margin-right: 10px;
	margin-top: -50px;
}
	
	/*-------------------------------All the skills boxes------------------------------------*/
	.box { 
		font-size: 0.5rem; 
		width: 150px;
		height: 180px;
	}

	.box h2{
		font-size: 1.2rem;
	}

	.skills-container{
		margin: auto;
		height: fit-content;
		width: 100%;
		margin-top: 50px;
		display: flex; 
		justify-content: space-between; 
	}

	.html-img img{
		margin: auto;
		width: 115%;
		height: 90%;
		margin-top: 5%;
		margin-left: -5px;
	}

	.javascript-img img{
		margin: auto;
		width: 70%;
		height: 90%;
		margin-top: 5%;
	}

	.react-img img{
		margin: auto;
		width: 80%;
		height: 100%;
		margin-top: 5%;
	}

	.java-img img{
		margin: auto;
		width: 60%;
		height: 100%;
		margin-top: 5%;
	}

	.sql-img img{
		margin: auto;
		width: 100%;
		height: 80%;
		margin-top: 5%;
	}

	.php-img img{
		margin: auto;
		width: 80%;
		height: 100%;
		margin-top: 5%;
	}

	.json-img img{
		margin: auto;
		width: 80%;
		height: 100%;
		margin-top: 5%;
	}

	.firebase-img img{
		margin: auto;
		width: 80%;
		height: 90%;
		margin-top: 5%;
	}

	.github-img img{
		margin: auto;
		width: 70%;
		height: 90%;
		margin-top: 5%;
	}

	.adobexd-img img{
		margin: auto;
		width: 80%;
		height: 95%;
		margin-top: 5%;
	}

	.photoshop-img img{
		margin: auto;
		width: 65%;
		height: 80%;
		margin-top: 5%;
	}


	/*-----------------------------------Portfolio section------------------------------------**/
	.portfolio-border-left{
		margin-left: 5%;
		width: 25%;
	}
	.portfolio-border-right{
		margin-right: 5%;
		width: 25%;
	}
	
	.portfolio-container {
		width: 100%;
		text-align: center;
	}

	.portfolio-box { 
		width: 220px; 
		height: 250px; 
	}

	.portfolio-box h2{
		font-size: 1.5rem;
		margin-left: 10px;
	}

	.portfolio-box p{
		font-size: 1rem;
		margin-left: 10px;
	}

	.portfolio-box img{
		height: 100px;
		width: 90%;
	}

	.resume h2{
		margin-left: 30px;
		font-size: 28pt;
	}
	.resume p{
		
		margin-left: 30px;
		font-size: 14pt;		
	}
	.download-btn  {

		margin-right: 2%;
	}

	.download-btn a.simple{
		
		padding: 0.9rem 2rem;/*height: width:*/
	
	}
	.top-btn  {
		
		left: 80%;
	}

}

@media screen and (max-width: 774px) and (min-width: 500px) {

	/******************************** HOME SCREEN ******************************************/
	/*------------------------------Top of the page ----------------------------*/
	.container {
		position: relative;
		width: 100%;
	}

	#item li a{
		text-decoration: none;
		font-size: 1.2rem;
		color: #707070;
		align-self: center;
		padding: 0%;
		margin-left: -20px;
	}


	#logo img{
	width: 40px;
	height: 50px;
	list-style: none;
	text-decoration: none;
	position: relative;
	margin-right: 50px;
	float: left;
	margin-top: 20px;
}

	#facelogo img{
		width: 350px;
		height: 300px;
		float: left;
		margin-top: -160px;
		margin-left: -210px;
	}

	.mid{
		margin: auto;
		position: relative;
		top: 50%;
		left: 5%;
		text-align: left;
		width: 85%;
	}

.linked {
	margin-right: 50px;
	margin-top: -80px;
}

.linked-container{
	margin-right: 70px;
	margin-top: -80px;
}
	
	/*-------------------------------All the skills boxes------------------------------------*/
	.box { 
		font-size: 0.5rem; 
		width: 100px;
		height: 120px;
	}

	.box h2{
		font-size: 0.8rem;
		margin-top: -2px;
	}

	.skills-title h2{
		font-size: 28pt;
	}

	.skills-container{
		margin: auto;
		height: fit-content;
		width: 100%;
		margin-top: 20px;
		display: flex; 
		justify-content: space-between; 
	}

	.html-img img{
		margin: auto;
		width: 115%;
		height: 90%;
		margin-top: 5%;
		margin-left: -5px;
	}

	.javascript-img img{
		margin: auto;
		width: 70%;
		height: 90%;
		margin-top: 5%;
	}

	.react-img img{
		margin: auto;
		width: 80%;
		height: 100%;
		margin-top: 5%;
	}

	.java-img img{
		margin: auto;
		width: 60%;
		height: 100%;
		margin-top: 5%;
	}

	.sql-img img{
		margin: auto;
		width: 100%;
		height: 80%;
		margin-top: 5%;
	}

	.php-img img{
		margin: auto;
		width: 80%;
		height: 100%;
		margin-top: 5%;
	}

	.json-img img{
		margin: auto;
		width: 80%;
		height: 100%;
		margin-top: 5%;
	}

	.firebase-img img{
		margin: auto;
		width: 80%;
		height: 90%;
		margin-top: 5%;
	}

	.github-img img{
		margin: auto;
		width: 70%;
		height: 90%;
		margin-top: 5%;
	}

	.adobexd-img img{
		margin: auto;
		width: 80%;
		height: 95%;
		margin-top: 5%;
	}

	.photoshop-img img{
		margin: auto;
		width: 65%;
		height: 80%;
		margin-top: 5%;
	}

	.swift-img img{
		margin: auto;
		width: 60%;
		height: 70%;
		margin-top: 18%;
		margin-left: -5px;
	}


	/*-----------------------------------Portfolio section------------------------------------**/
	.portfolio-title h2{
		font-size: 28pt;
		margin-top: -60px;
	}
	
	.portfolio-border-left{
		margin-left: 2%;
		width: 15%;
	}
	.portfolio-border-right{
		margin-right: 2%;
		width: 15%;
		margin-top: -1px;
	}
	
	.portfolio-container {
		width: 100%;
		text-align: center;
		display: inline-block;
		margin: auto;
	}

	.portfolio-box { 
		width: 350px; 
		height: 300px;
		margin-top: 50px;
		margin: auto;
		margin-top: 50px;
	}

	.portfolio-box h2{
		font-size: 1.5rem;
		margin-left: 10px;
		margin-top: 20px;
	}

	.portfolio-box p{
		font-size: 1rem;
		margin-left: 10px;
	}

	.portfolio-box img{
		height: 150px;
		width: 90%;
	}

	.resume{
		height: fit-content;
	}
	.resume h2{
		margin-left: 30px;
		font-size: 28pt;
	}
	.resume p{
		
		margin-left: 30px;
		font-size: 14pt;	
		margin-right: 40%;	
		margin-bottom: 20px;
	}
	.download-btn  {

		margin-right: 2%;
		margin-top: -80px;

	}

	.download-btn a.simple{
		
		padding: 0.9rem 2rem;/*height: width:*/
		
	}

	.contact-title h2{
		font-size: 28pt;
	}

	.contact-email p{
	font-size: 16pt;	
	}

	.bottom h2{
		font-size: 12pt;
	}
	.top-btn  {
		padding: 0.1rem 0.1rem;/*height: width:*/
		left: 78%;
	}

}

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

	/******************************** HOME SCREEN ******************************************/
	/*------------------------------Top of the page ----------------------------*/
	.container {
		position: relative;
		width: 100%;
	}

	#item li a{
		text-decoration: none;
		font-size: 1.2rem;
		color: #707070;
		align-self: center;
		padding: 0%;
		margin-left: -40px;
	}

	#item {
		margin-top: -15px;
	}


	#logo img{
	width: 30px;
	height: 40px;
	list-style: none;
	text-decoration: none;
	position: relative;
	margin-right: 90px;
	float: left;
	margin-top: 10px;
	margin-left: -20px;
}

	#facelogo img{
		width: 350px;
		height: 300px;
		float: left;
		margin-top: -160px;
		margin-left: -210px;
	}

	.mid{
		margin: auto;
		position: relative;
		top: 50%;
		left: 2%;
		text-align: left;
		width: 85%;
	}

.linked {
	margin-right: 50px;
	margin-top: -80px;
}

.linked-container{
	margin-right: 70px;
	margin-top: -80px;
}
	
	/*-------------------------------All the skills boxes------------------------------------*/
	.box { 
		font-size: 0.5rem; 
		width: 90px;
		height: 120px;
		margin-left: -30px;
		margin-right: -30px;
	}

	.box h2{
		font-size: 0.8rem;
		margin-top: -2px;
	}

	.skills-title h2{
		font-size: 28pt;
	}

	.skills-container{
		margin: auto;
		height: fit-content;
		width: 100%;
		margin-top: 20px;
		display: flex; 
		justify-content: space-between; 
	}

	.html-img img{
		margin: auto;
		width: 115%;
		height: 90%;
		margin-top: 5%;
		margin-left: -5px;
	}

	.javascript-img img{
		margin: auto;
		width: 70%;
		height: 90%;
		margin-top: 5%;
	}

	.react-img img{
		margin: auto;
		width: 80%;
		height: 100%;
		margin-top: 5%;
	}

	.java-img img{
		margin: auto;
		width: 60%;
		height: 100%;
		margin-top: 5%;
	}

	.sql-img img{
		margin: auto;
		width: 100%;
		height: 80%;
		margin-top: 5%;
	}

	.php-img img{
		margin: auto;
		width: 80%;
		height: 100%;
		margin-top: 5%;
	}

	.json-img img{
		margin: auto;
		width: 80%;
		height: 100%;
		margin-top: 5%;
	}

	.firebase-img img{
		margin: auto;
		width: 80%;
		height: 90%;
		margin-top: 5%;
	}

	.github-img img{
		margin: auto;
		width: 70%;
		height: 90%;
		margin-top: 5%;
	}

	.adobexd-img img{
		margin: auto;
		width: 80%;
		height: 95%;
		margin-top: 5%;
	}

	.photoshop-img img{
		margin: auto;
		width: 65%;
		height: 80%;
		margin-top: 5%;
	}

	.swift-img img{
		margin: auto;
		width: 60%;
		height: 70%;
		margin-top: 18%;
		margin-left: -5px;
	}


	/*-----------------------------------Portfolio section------------------------------------**/
	.portfolio-title h2{
		font-size: 28pt;
		margin-top: -60px;
	}
	
	.portfolio-border-left{
		margin-left: -5%;
		width: 10%;
	}
	.portfolio-border-right{
		margin-right: -5%;
		width: 10%;
		margin-top: -1px;
	}
	
	.portfolio-container {
		width: 100%;
		text-align: center;
		display: inline-block;
		margin: auto;
		padding: auto;
	}

	.portfolio-box { 
		width: 90%; 
		height: 300px;
		margin: auto;
		margin-top: 50px;
	}

	.portfolio-box h2{
		font-size: 1.5rem;
		margin-left: 10px;
		margin-top: 20px;
	}

	.portfolio-box p{
		font-size: 1rem;
		margin-left: 10px;
	}

	.portfolio-box img{
		height: 150px;
		width: 90%;
	}

	.resume{
		height: 250px;
	}
	.resume h2{
		margin-left: 30px;
		font-size: 28pt;
	}
	.resume p{
		
		margin-left: 30px;
		font-size: 14pt;	
		margin-right: 10%;	
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.download-btn  {

		margin: auto;
		margin-top: 20px;
		margin-right: 50px;

	}

	.download-btn a.simple{
		
		padding: 0.9rem 2rem;/*height: width:*/
		
	}

	.contact-title h2{
		font-size: 28pt;
	}

	.contact-email p{
	font-size: 16pt;
	margin-top: 15px;	
	}

	.bottom h2{
		font-size: 12pt;
	}
	.top-btn  {
		padding: 0.1rem 0.1rem;/*height: width:*/
		display: none;
	}

}

@media screen and (max-width: 374px) and (min-width: 320px) {

	/******************************** HOME SCREEN ******************************************/
	/*------------------------------Top of the page ----------------------------*/
	.container {
		position: relative;
		width: 100%;
		height: 600px;
	}

	#item li a{
		text-decoration: none;
		font-size: 0.8rem;
		color: #707070;
		align-self: center;
		padding: 0%;
		margin-left: -40px;
	}

	#item {
		margin-top: -15px;
	}


	#logo img{
	width: 30px;
	height: 40px;
	list-style: none;
	text-decoration: none;
	position: relative;
	margin-right: 90px;
	float: left;
	margin-top: 10px;
	margin-left: -20px;
}

	#facelogo img{
		width: 250px;
		height: 200px;
		float: left;
		margin-top: -150px;
		margin-left: -160px;
	}

	.mid{
		margin: auto;
		position: relative;
		top: 60%;
		left: 2%;
		text-align: left;
		width: 85%;
	}

	.mid h2{
		color: white;
		font-size: 24pt;
		align-self: center;
	}
	
	.mid h2 span{
		color: #00BAFF;
		font-size: 28pt;
		align-self: center;
	}
	
	.mid p{
		color: white;
		font-size: 24pt;
		margin-bottom: 1.4rem;
		align-self: left;
		text-align: left;
		float: left;
	}

.linked {
	margin-right: 50px;
	margin-top: -80px;
	height: 30px;
}

.linked-container{
	margin-right: 70px;
	margin-top: -130px;
}

#linked-logo img{
	width: 20px;
	height: 20px;
}
	
	/*-------------------------------All the skills boxes------------------------------------*/
	.box { 
		font-size: 0.5rem; 
		width: 70px;
		height: 100px;
		margin-left: -30px;
		margin-right: -30px;
	}

	.box h2{
		font-size: 0.8rem;
		margin-top: -2px;
	}

	.skills-title h2{
		font-size: 28pt;
	}

	.skills-container{
		margin: auto;
		height: fit-content;
		width: 100%;
		margin-top: 20px;
		display: flex; 
		justify-content: space-between; 
	}

	.html-img img{
		margin: auto;
		width: 115%;
		height: 90%;
		margin-top: 5%;
		margin-left: -5px;
	}

	.javascript-img img{
		margin: auto;
		width: 70%;
		height: 90%;
		margin-top: 5%;
	}

	.react-img img{
		margin: auto;
		width: 80%;
		height: 100%;
		margin-top: 5%;
	}

	.java-img img{
		margin: auto;
		width: 60%;
		height: 100%;
		margin-top: 5%;
	}

	.sql-img img{
		margin: auto;
		width: 100%;
		height: 80%;
		margin-top: 5%;
	}

	.php-img img{
		margin: auto;
		width: 80%;
		height: 100%;
		margin-top: 5%;
	}

	.json-img img{
		margin: auto;
		width: 80%;
		height: 100%;
		margin-top: 5%;
	}

	.firebase-img img{
		margin: auto;
		width: 80%;
		height: 90%;
		margin-top: 5%;
	}

	.github-img img{
		margin: auto;
		width: 70%;
		height: 90%;
		margin-top: 5%;
	}

	.adobexd-img img{
		margin: auto;
		width: 80%;
		height: 95%;
		margin-top: 5%;
	}

	.photoshop-img img{
		margin: auto;
		width: 65%;
		height: 80%;
		margin-top: 5%;
	}

	.swift-img img{
		margin: auto;
		width: 60%;
		height: 70%;
		margin-top: 18%;
		margin-left: -5px;
	}


	/*-----------------------------------Portfolio section------------------------------------**/
	.portfolio-title h2{
		font-size: 28pt;
		margin-top: -60px;
	}
	
	.portfolio-border-left{
		margin-left: -5%;
		width: 10%;
	}
	.portfolio-border-right{
		margin-right: -5%;
		width: 10%;
		margin-top: -1px;
	}
	
	.portfolio-container {
		width: 100%;
		text-align: center;
		display: inline-block;
		margin: auto;
		padding: auto;
	}

	.portfolio-box { 
		width: 90%; 
		height: 300px;
		margin: auto;
		margin-top: 50px;
	}

	.portfolio-box h2{
		font-size: 1.5rem;
		margin-left: 10px;
		margin-top: 20px;
	}

	.portfolio-box p{
		font-size: 1rem;
		margin-left: 10px;
	}

	.portfolio-box img{
		height: 150px;
		width: 90%;
	}

	.resume{
		height: 250px;
	}
	.resume h2{
		margin-left: 30px;
		font-size: 28pt;
	}
	.resume p{
		
		margin-left: 30px;
		font-size: 14pt;	
		margin-right: 10%;	
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.download-btn  {

		margin: auto;
		margin-top: 20px;
		margin-right: 50px;

	}

	.download-btn a.simple{
		
		padding: 0.9rem 2rem;/*height: width:*/
		
	}

	.contact-title h2{
		font-size: 28pt;
	}

	.contact-email p{
	font-size: 16pt;
	margin-top: 15px;	
	}

	.bottom h2{
		font-size: 12pt;
	}
	.top-btn  {
		padding: 0.1rem 0.1rem;/*height: width:*/
		display: none;
	}
}
