@media only screen and (min-width: 768px)  {
	body {
		display: flex;
		height: 100vh;
		margin: 0;
		font-family: Lora, serif;
		background: #181818;
		overflow: hidden;
	}
	#large-ff{
		display: flex;
		width: 100%;
		height: 100vh;
		margin: 0;
	}
	.large-title {
		display: flex;
		font-size: 15vh;
		cursor: pointer;
		margin-top: 6vh;
	}
	.large-title a{
		color: lightgray;
		transition: transform 0.3s ease-in-out, color 0.6s ease, opacity 0.6s ease-in;
		position: relative;
		font-weight: 400;
		text-decoration: none;
	}
	.subtitle{
		font-size: 15vh;
		color: white;
		position: absolute;
		display: inline;
		z-index: 10;
		white-space: nowrap;
		transition: opacity 1.1s ease-out, color 0.3s ease;
	}
	.content{
		margin: auto;
		z-index: 60;
	}
	.highlight{
		color: white;
	}
	.title-container{
		display: block;
		text-align: center;
	}
	.large-title a:hover{
		cursor: pointer;
		color: white;
		size: 1.1;
		transform: scale(0.98);
	}
	.hidden {
		display: none;
	}
	.masked {
		opacity: 0;
		color: gray;
	}
	#button-container{
		text-align: center;
		margin-top: 6.75vh;
	}
	#button-container a{
		text-decoration: none;
		padding: 0.5rem 1rem;
		display: inline-flex;
		align-items: center;
		font-family: Inter;
		font-size: 0.92rem;
		color: lightgray;
		background-color: transparent;
		border-radius: 0.5rem;
		border: 1px solid lightgray;
		cursor: pointer;
		transition: transform 0.5s;
	}
	#button-container a:hover{
		color: gray;
		border: 1px solid gray;
		cursor: pointer;
		transform: scale(0.98);
	}
	.description{
		font-family: Inter;
		text-align: center;
		color: lightgray;
		size: 1.1;
		transform: scale(0.98);
		margin-top: 6rem;
	}
	#background-overlay{  
		position: absolute;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100%;
		background-color: rgba(24,24,24);
		opacity: 0.6;
		z-index: 1;
	}
	.transparent{
		opacity: 0;
	}
	.background-img{  
		position: absolute;
		height: 100vh;
		width: 100%;
	}
	#about-img{
		top: 0;
		left: 0;
		background-image: url("assets/about.JPG"), linear-gradient(105deg, rgba(0,0,0,1), rgba(0,0,0,0.6) 20%, rgba(0,0,0,1) 55%);
		background-repeat: no-repeat;
		background-blend-mode: color-burn;
		transition: opacity 0.6s ease-in-out;
		filter: blur(4px);
	}
	#development-img{
		top: 0;
		left: 5%;
		background-image: url("assets/development.png"), linear-gradient(100deg, rgba(0,0,0,1), rgba(0,0,0,0.3) 25%, rgba(0,0,0,0.1) 35%, rgba(0,0,0,1) 55%);
		background-repeat: no-repeat;
		background-blend-mode: overlay;
		transition: opacity 0.6s ease-in-out;
		filter: blur(1px);
	}
	#experience-img{
		top: 0;
		left: 10%;
		background-image: url("assets/experience.jpg"), linear-gradient(95deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0.9) 8%, rgba(0,0,0,0.6) 15%, rgba(0,0,0,0.3) 35%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0.9) 65%, rgba(0,0,0,1) 75%);
		background-repeat: no-repeat;
		background-blend-mode: color-burn;
		transition: opacity 0.6s ease-in-out;
		filter: blur(3px);
	}
	#picture-img{
		top: 0;
		left: 5%;
		background-image: url("assets/picture.jpg"), linear-gradient(95deg, rgba(0,0,0,1) 8%, rgba(0,0,0,0.9) 12%, rgba(0,0,0,0.6) 15%, rgba(0,0,0,0.3) 35%, rgba(0,0,0,0.8) 65%, rgba(0,0,0,0.9) 70%, rgba(0,0,0,1) 75%);
		background-repeat: no-repeat;
		background-blend-mode: color-burn;
		transition: opacity 0.6s ease-in-out;
		filter: blur(1px);
	}
	#gift-img{
		top: 0;
		left: 15%;
		background-image: url("assets/gift.JPG"), linear-gradient(100deg, rgba(0,0,0,1) 8%, rgba(0,0,0,0.9) 12%, rgba(0,0,0,0.6) 15%, rgba(0,0,0,0.3) 35%, rgba(0,0,0,0.8) 65%, rgba(0,0,0,0.9) 70%, rgba(0,0,0,1) 75%);
		background-repeat: no-repeat;
		background-blend-mode: color-burn;
		transition: opacity 0.6s ease-in-out;
		filter: blur(1px);
	}
	#explore-img{
		top: 0;
		left: 25%;
		background-image: url("assets/explore.jpg"), linear-gradient(95deg, rgba(0,0,0,1) 8%, rgba(0,0,0,0.9) 12%, rgba(0,0,0,0.6) 15%, rgba(0,0,0,0.3) 35%, rgba(0,0,0,0.6) 45%, rgba(0,0,0,0.9) 50%, rgba(0,0,0,1) 55%);
		background-repeat: no-repeat;
		background-blend-mode: color-burn;
		transition: opacity 0.6s ease-in-out;
		filter: blur(1px);
	}
	#scene{  
		position: absolute;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100%;
		background-color: rgba(0,0,0);
		z-index: -3;
		transition: opacity 0.6s ease-out;
	}
	#subtitle-container{
		display: block;
		text-align: center;
		font-family: Inter;
		color: #545454;
		margin-top: 12vh;
		font-size: 1rem;
		transition: opacity 0.6s ease-in-out;
	}
	.mobile-content{
		display: none;
	}
	#socials{
		margin: auto;
		text-align: center;
		padding: 1vh;
		margin-top: 20%;
	}
	#socials a{
		text-decoration: none;
		padding: 2%;
		display: inline-flex;
		align-items: center;
		color: lightgray;
		background-color: transparent;
		cursor: pointer;
	}
	#socials a:hover, #msocials a:active {
		color: gray;
		cursor: pointer;
	}
}
@media only screen and (max-width: 768px)  {
	a {
		color:#181818;
		text-decoration: none;
	}
	body {
		display: flex;
		height: 100vh;
		margin: 0;
		font-family: Lora, serif;
		background: #181818;
		overflow: hidden;
	}
	.mobile-content{
		display: flex;
		width: 100%;
		height: 100vh;
		margin: auto;
		flex-direction: column;
	}
	#large-ff{
		display:none;
	}
	#mobile-title{
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		font-size: 5vh;
		margin: auto;
		color: #181818;
		cursor: pointer;
	}
	.mtitle{
		transition: color 3s ease-in-out, margin 2s ease-in-out, transform 0.2s ease;
	}
	.amargin{
		margin-bottom: -6%;
	}
	.emargin{
		margin-bottom: -9%;
	}
	.highlight{
		color: dimgray;
		transition: color 1s ease-in-out;

	}
	.glow{
		color: white;
		margin-bottom: -1%;
	}
	.mtitle:hover, .mtitle:active{
		transform: scale(0.94);
		
	}
	#setcontainer{
		margin: auto;
		margin-top: -2%;
		transition: opacity 2s ease;
		transition-delay: 4s;
	}
	#mbutton{
		margin: auto;
		text-align: center;
		margin-bottom: 10%;
	}
	#mdescription{
		margin: auto;
		text-align: center;
		font-family: Inter;
		color: dimgray;
		font-size: 1.8vh;
		margin-bottom: 10%;
	}
	#mbutton a{
		text-decoration: none;
		padding: 0.5rem 1rem;
		display: inline-flex;
		align-items: center;
		font-family: Inter;
		font-size: 0.9rem;
		color: lightgray;
		background-color: transparent;
		border-radius: 0.5rem;
		border: 1px solid lightgray;
		cursor: pointer;
		transition: transform 0.5s;
	}
	#mbutton a:hover, #mbutton a:active {
		color: gray;
		border: 1px solid gray;
		cursor: pointer;
		transform: scale(0.98);
	}
	#msocials a{
		text-decoration: none;
		padding: 2%;
		display: inline-flex;
		align-items: center;
		color: lightgray;
		background-color: transparent;
		cursor: pointer;
	}
	#msocials{
		margin: auto;
		text-align: center;
		padding: 1vh;
		margin-top: 14%;
	}
	#msocials a:hover, #msocials a:active {
		color: gray;
		cursor: pointer;
	}
	.transparent{
		opacity: 0;
	}
}