@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,400;0,500;0,700;1,400&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap');

font-family: 'Barlow', sans-serif;
font-family: 'Libre Caslon Text', serif;

body{
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	overflow-x: hidden;
}

.slide {
	width: 100vw;
	height: 100vh;
}

.wrapper {
	display: flex;
	flex-direction: row;
	width: 400vw;
	transform: rotate(90deg) translateY(-100vh);
	transform-origin: top left;
	background-image: url(img/homepage/homepage_image.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.wrapper_about {
	background-image: url(img/homepage/about_me_image.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.wrapper_portfolio {
	display: flex;
	flex-direction: row;
	width: 400vw;
	transform: rotate(90deg) translateY(-100vh);
	transform-origin: top left;
	background-image: url(img/homepage/portfolio_image.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.one {

}
.two {
	text-align: center;
	align-content: center;
}
.three {

}
.four {

}

.outer-wrapper {
	width: 100vh;
	height: 100vw;
	transform: rotate(-90deg) translateX(-100vh);
	transform-origin: top left;
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
}


.nav{
	height: 3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 768px){
	.nav_menu{
		position: fixed;
		top: 3rem;
		right: -100%;
		width: 80%;
		height: 100%;
		padding: 2rem;
		background-color: rgba(255,255,255,.3);
		transition: .5s;
		backdrop-filter: blur(5px);
	}
}

/*===== nav begin ====*/
.header_1{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: white;
}

.header_2{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: white;
}

.bd-grid{
	max-width: 1024px;
	display: grid;
	grid-template-columns: 100%;
	grid-column-gap: 2rem;
	width: calc(100% - 2rem);
	margin-left: 1rem;
	margin-right: 1rem;
}


h1,h2,p{
	margin: 0;
}

h2{
	font-size: 40px;
	text-align: center;
	color: white;
}

h3 {
	font-size: 20px;
	font-family: 'Libre Caslon Text', serif;
	font-style: italic;
	text-align: center;
}

h4 {
	font-size: 70px;
	font-family: 'Libre Caslon Text', serif;
	font-style: italic;
	margin-left: 49%;
}


ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

a{
	text-decoration: none;
	color: black;
}

.nav_item{
	margin-bottom: 2rem;
}


.nav_link{
	font-size: 20px;
	position: relative;
	color: black;
}

.nav_link:hover{
	color: #6b3ce8;
	text-decoration: underline;
}

.nav_logo{
	color: white;
}


.nav_toggle{
	color: white;
	font-size: 1.5rem;
	cursor: pointer;
}

nav ul li a{
	text-decoration: none;
	font-family: 'Libre Caslon Text', serif;
	color: white;
	font-size: 100px;
	padding: 0px 56px;
	display: block;
}

nav ul li a:hover{
	background-color: #000000;
}

nav ul li ul{
	position: absolute;
	display: none;
	background-color: black;
	border-radius: 0px 0px 5px 5px;
	color: white;
}

nav ul li:hover ul{
	display: block;
}
	
nav ul li ul li{
	line-height: 1;
	width: 190px;
	border-radius: 5px;
	padding: 6px;
}

nav ul li ul li a{
	padding: 10px 16px;
	font-size: 0.9rem;
}

nav ul li ul li a:hover{
	background-color: #6b3ce8;
}

.show{
	right: 0;
}

.active::after{
	 position: absolute;
   content: "";
   width: 100%;
   height: .18rem;
	 left: 0;
   top: 2rem;
   background-color: pink;
}

	.nav{
		height: calc(var(--header-height) + 1rem);
	}
	.nav_list{
		display: flex;
	}
	.nav_item{
		margin-left: 2rem;
		margin-bottom: 0;
	}
	.nav_toggle{
		display: none;
	}
	.nav_link{
		color: black;
	}
	.nav_link:hover{
		color: white;
	}
	.active::after{
		background-color: black;
	}

/*===== nav end ====*/

.two_title {
	font-size: 80px;
	margin-top: 10%;
	text-align: center;
}

.about_me {
	background-color: rgba(255,255,255, .8);
	font-size: 15px;
	width: 40%;
	text-align: center;
	margin-left: 30%;
	margin-top: 4%;
}

.more_about_me {
	background-color: rgba(255,255,255, .8);
	font-size: 20px;
	width: 50%;
	text-align: left;
	margin-left: 25%;
	margin-top: 5%;
	margin-bottom: 10%;
}

.con_about_me {
	background-color: rgba(255,255,255, .8);
	font-size: 65px;
	width: 100%;
	text-align: left;
	margin-left: 7%;
	margin-top: 19%;
}

p{
	font-family: 'Barlow', sans-serif;
}

.center_bottom{
	margin-top: 5%;
}

.more_button {
	background-color: white;
	font-size: 20px;
	border: black solid 5px;
	padding: 15px;
}


.more_button:hover {
  background-color: black;
	border: black solid 5px;
  color: white;
}

.port_button {
	background-color: white;
	font-size: 20px;
	border: black solid 5px;
	padding: 15px;
	margin-left: 50%;
}


.port_button:hover {
  background-color: black;
	border: black solid 5px;
  color: white;
}


.carousel {
	align-content: center;
	justify-content: center;
	margin-top: 4%;
	margin-left: 40%;
}

.contact {
	padding: 40px 15%;
	min-height: 100vh;
	display: grid;
	grid-template-columns: repeat(2, 2fr);
	align-items: center;
	grid-gap: 6rem;
	margin-left: 28%;
}

.contact-form h1{
	font-size: 80px;
	color: black;
	margin-bottom: 20px;
	background-color: white;
}

.contact-form p{
	color: black;
	letter-spacing: 1px;
	line-height: 30px;
	font-size: 20px;
	margin-bottom: 3.8rem;
	background-color: white;
	padding: 5px;
}

.contact-form form{
	position: relative;
}

.contact_read_more{
	display: inline-block;
	color: black;
	font-size: 20px;
	margin-left: 35%;
	margin-top: 2%;
	padding: 15px;
	background-color: white;
	border-radius: .25rem;
	cursor: pointer;
	border: black solid 5px;
}

.contact_read_more:hover{
	background-color: black;
	color: white;
}

.social_button {
	display: flex;
	width: 40px;
	color: black;
	font-size: 40px;
	margin-left: 27%;
	margin-top: -8%;
	padding: 10px;
	background-color: white;
	border-radius: .25rem;
	cursor: pointer;
	border: black solid 5px;
}

.social_button:hover{
	background-color: black;
	color: white;
}

.social_link {
	display: flex;
	width: 40px;
	color: black;
	font-size: 40px;
	margin-left: 60%;
	margin-top: -26%;
	padding: 10px;
	background-color: white;
	border-radius: .25rem;
	cursor: pointer;
	border: black solid 5px;
}

.social_link:hover{
	background-color: black;
	color: white;
}

/*/////////////*/

.portfolio-item{
	padding: 5%;
	background: #000000;
	color: #ffffff;
	font-weight: 900;
	font-size: 20px;
	display: grid;
	justify-content: center;
	align-items: center;
}

.halloween{
	padding: 150%;
	height: 30%;
	background-image: url(img/b_w/6_bw.png);
	background-color: rgba(0, 0, 0, 0.46);
	background-blend-mode: multiply;
	background-size: cover;
	background-position: center;
	text-shadow: 1px 1px #000000;
	transition: all ease-in-out 300ms;
}


.halloween:hover{
	padding: 150%;
	height: 30%;
	background-image: url(img/carousel/6.png);
	background-color: rgba(0, 0, 0, 0);
	background-blend-mode: none;
	color: black;
	text-shadow: 1px 1px #ffffff;
	border-radius: 50px 10px;
}


.foodcourt{
	padding: 150%;
	height: 30%;
	background-image: url(img/b_w/foodcourt_bw.png);
	background-color: rgba(0, 0, 0, 0.46);
	background-blend-mode: multiply;
	background-size: cover;
	background-position: center;
	text-shadow: 1px 1px #000000;
	transition: all ease-in-out 300ms;
}


.foodcourt:hover{
	padding: 150%;
	height: 30%;
	background-image: url(img/foodcourt.png);
	background-color: rgba(0, 0, 0, 0);
	background-blend-mode: none;
	border-radius: 50px 10px;
}


.alterego{
	padding: 150%;
	height: 30%;
	background-image: url(img/b_w/alter_ego_bw.png);
	background-color: rgba(0, 0, 0, 0.46);
	background-blend-mode: multiply;
	background-size: cover;
	background-position: center;
	text-shadow: 1px 1px #000000;
	transition: all ease-in-out 300ms;
}


.alterego:hover{
	padding: 150%;
	height: 30%;
	background-image: url(img/alter_ego.png);
	background-color: rgba(0, 0, 0, 0);
	background-blend-mode: none;
	border-radius: 50px 10px;
}


.littlesunshine{
	padding: 150%;
	height: 30%;
	background-image: url(img/b_w/little_sunshine_bw.png);
	background-color: rgba(0, 0, 0, 0.46);
	background-blend-mode: multiply;
	background-size: cover;
	background-position: center;
	text-shadow: 1px 1px #000000;
	transition: all ease-in-out 300ms;
}


.littlesunshine:hover{
	padding: 150%;
	height: 30%;
	background-image: url(img/little_sunshine.png);
	background-color: rgba(0, 0, 0, 0);
	background-blend-mode: none;
	border-radius: 50px 10px;
}

.pictureperfect{
	padding: 150%;
	height: 30%;
	background-image: url(img/b_w/picture_perfect_bw.png);
	background-color: rgba(0, 0, 0, 0.46);
	background-blend-mode: multiply;
	background-size: cover;
	background-position: center;
	text-shadow: 1px 1px #000000;
	transition: all ease-in-out 300ms;
}


.pictureperfect:hover{
	padding: 150%;
	height: 30%;
	background-image: url(img/picture_perfect.png);
	background-color: rgba(0, 0, 0, 0);
	background-blend-mode: none;
	border-radius: 50px 10px;
}


/*pages*/


.foodcourt_page{
	background-color: rgba(255,255,255, .8);
	font-size: 20px;
	width: 50%;
	text-align: left;
	margin-left: 25%;
	margin-top: 5%;
	margin-bottom: 10%;
}

.stedenproject_page{
	background-color: rgba(255,255,255, .8);
	font-size: 20px;
	width: 50%;
	text-align: left;
	margin-left: 25%;
	margin-top: 5%;
	margin-bottom: 10%;
}

.picture_perfect_page{
	background-color: rgba(255,255,255, .8);
	font-size: 20px;
	width: 50%;
	text-align: left;
	margin-left: 25%;
	margin-top: 5%;
	margin-bottom: 10%;
}

.little_sunshine_page{
	background-color: rgba(255,255,255, .8);
	font-size: 20px;
	width: 50%;
	text-align: left;
	margin-left: 25%;
	margin-top: 5%;
	margin-bottom: 10%;
}

.halloween_page{
	background-color: rgba(255,255,255, .8);
	font-size: 20px;
	width: 50%;
	text-align: left;
	margin-left: 25%;
	margin-top: 5%;
	margin-bottom: 10%;
}

.alter_ego_page{
	background-color: rgba(255,255,255, .8);
	font-size: 20px;
	width: 50%;
	text-align: left;
	margin-left: 25%;
	margin-top: 5%;
	margin-bottom: 10%;
}




























