body{
    color: #ffffff;
    background: linear-gradient(-45deg,#E3DDFF, #FBDEDD, #E3DDFF, #FBDEDD);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	font-family: 'Lato', sans-serif;
	min-width: 320px;
}
body#portfolio{
    margin: 0;
    padding: 0;
    background: #ffffff;
}
/*HOME PAGE*/

@keyframes gradient{
	0%{
		background-position: 0% 50%;
	}
	50%{
		background-position: 100% 50%;
	}
	100%{
		background-position: 0% 50%;
	}
}
.fname{
	font-size: 115px;
	line-height: 115px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #ED9F9C;
}
.lname{
	font-size: 50px;
	line-height: 50px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #8A84A4;
}
.content{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.social-media{
	margin-top: 10px;
	margin-bottom: 30px;
}
.social-media a{
	text-decoration: none;
}
.social-media a svg{
	cursor: pointer;
}
.social-media a svg:first-child{
	margin-right: 10px;

}
.social-media a svg:hover g{
	fill: #8A84A4;
	transition: 1s ease;
}
/*PORTFOLIO PAGE*/
.main-container{
   width: 1200px;
   margin: 0px auto;
}
header{
   text-align: center;
   margin: 50px 0px;
}
header svg{
  margin-bottom: 50px;
}
nav{
  background-color: #F9F9F9;
  padding: 15px;
  border-radius: 5px;
}
nav a{
  font-size: 24px;
  font-weight: 700;
  color: #8B85A5;
  margin: 0 15px;
  text-decoration: none;
  cursor: pointer;
}
nav a:hover{
  color: #ED9F9C;
  text-decoration: underline;
}
.portfolio-item{
   margin-bottom: 50px;
   display: none;
   justify-content: left;
   align-items: center;
}
.portfolio-item-preview img{
   width: 560px;
   height: auto;
}
.portfolio-item-content{
   margin-left: 50px;
}
.portfolio-item-hashtags{
   display: flex;
   justify-content: left;
   flex-wrap: wrap;
}
.portfolio-item-hashtag{
   font-size: 18px;
   font-weight: 700;
   margin-right: 20px;
   color: #ED9F9C;
   font-style: italic;
   margin-bottom: 5px;
}
h1{
   font-size: 32px;
   line-height: 40px;
   margin-top: 0px;
   margin-bottom: 10px;
   color: #8A84A4;
   font-weight: 900;
}
.portfolio-item-skills{
   display: flex;
   justify-content: left;
   flex-wrap: wrap;
}
.portfolio-item-skill{
   color: #5D5D5D;
   font-size: 14px;
   line-height: 14px;
   background-color: #F9F9F9;
   padding: 8px;
   margin-right: 10px;
   margin-bottom: 5px;
}
h2{
   font-size: 18px;
   line-height: 26px;
   margin-top: 10px;
   margin-bottom: 10px;
   color: #5D5D5D;
   font-weight: 700;
}
ul{
  margin-top: 0px;
  margin-bottom: 20px;
  padding-inline-start: 20px;
  list-style-type: circle;
}
li{
   font-size: 16px;
   line-height: 24px;
   color: #5D5D5D;
   font-weight: 400;
   text-align: left;
}
.portfolio-item a{
    background-color: #ED9F9C;
    color: #ffffff;
    border: #ED9F9C;
    padding: 10px 5px;
    font-size: 18px;
    border-radius: 3px;
    font-weight: 700;
    margin-right: 20px;
    width: 170px;
    cursor: pointer;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.portfolio-item a:hover{
	background-color: #8A84A4;
	transition: 1s ease;
}
.active{
   color: #ED9F9C;
   font-decoration: underline;
}
.show{
   display: flex;
}
/*MOBILE RESPONSIVENESS*/
@media screen and (max-width: 1220px) {
    .main-container{
        width: 1000px;
    }
    .portfolio-item-preview img {
        width: 500px;
    }
}
@media screen and (max-width: 1020px) {
    .main-container{
        width: 900px;
    }
    .portfolio-item-preview img {
        width: 450px;
    }
}
@media screen and (max-width: 920px) {
    .main-container{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .portfolio-item-preview img {
        width: 350px;
    }
    .portfolio-item{
        align-items: flex-start;
    }
    nav a {
        font-size: 20px;
        line-height: 32px;
    }
    h1 {
        font-size: 24px;
        line-height: 36px;
    }
    .portfolio-item-hashtag {
        font-size: 16px;
    }
    h2{
        margin-bottom: 0px;
    }
    .portfolio-item a {
        font-size: 16px;
        width: 150px;
    }
}
@media screen and (max-width: 800px) {
   .portfolio-item-preview img {
        width: 280px;
   }
    .portfolio-item{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;  
    }
    .portfolio-item-content{
        margin-left: 0px;
    }
    .portfolio-item-hashtags{
        margin-top: 20px;
        justify-content: center;
    }
    .portfolio-item-skills{
        justify-content: center;
    }
}
@media screen and (max-width: 480px) {
	.fname {
	    font-size: 65px;
	    line-height: 65px;
	    transition: 3s ease;
	}
	.lname {
	    font-size: 29px;
	    line-height: 29px;
	    transition: 3s ease;
	}
	.social-media a svg{
		width: 40px;
		transition: 3s ease;
	}
}
