/* importeer Poppins font van fonts.google.com */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../assets/HelveticaNeue.otf');
	font-style: normal;
}

@font-face {
	font-family: 'ABCCamera-Regular-Trial';
	src: url('../assets/ABCCamera-Regular-Trial.otf');
	font-style: normal;
}

html {
	max-width: 375px;
	max-height: 667px;
	margin-left: auto;
	margin-right: auto;
}

body {
	background-color: #333333;
	font-family: 'Helvetica Neue', sans-serif;
	color: #090806;
	margin: 0;
}

main {
	margin-top: 90px;
}

header {
	display: flex;
	flex-wrap: wrap;
	height: 70px;
	width: 100%;
	max-width: 375px;
	position: fixed;
	top: 0;
	z-index: 2;
	justify-content: space-evenly;
	align-items: center;
	background-color: #333333;

}

header img {
	width: 40px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	display: inline-block;
	object-fit: cover;
}

.home {
	border-radius: 0;
}

h1 {
	font-family: 'ABCCamera-Regular-Trial';
	font-size: 3em;
	font-weight: 500;
	margin: auto 0 auto 0;
	color: rgb(248, 218, 93);
	width: 60%;
	text-align: center;
}


h2 {
	font-size: 1.5em;
	font-weight: 100;
	font-family: 'Poppins';
	text-align: center;
	width: 50%;
	padding: 5px 30px 5px 30px;
	margin: 15px auto 15px auto;
	color: rgb(248, 218, 93);
}

h3 {
	color: rgb(248, 218, 93);
	font-size: 1.5em;
	font-family: 'Helvetica Neue';
	text-align: center;
}

h4 {
	color: white;
	font-size: 1.5em;
	font-family: 'Helvetica Neue';
	text-align: center;
}

footer {
	color: white;
	padding: 10px 0 10px 0;
	text-align: center;
	height: 20px;
}

footer a {
	font-size: 0.7em;
}

.take {
	background-color: #333333;
	padding: 0px;
	border: 2px solid rgb(248, 218, 93);
	border-radius: 30px;
	display: flex;
	position: fixed;
	bottom: 6%;
	justify-content: space-evenly;
	align-items: center;
	max-width: 300px;
	margin-left: 35.5px;
}

.take img {
	width: 10%;
	height: 10%;
}

/* ------------------------------------ {Home} ------------------------------------------------- */
#home section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 100px;
}

section img {
	height: 150px;
	width: 150px;
	object-fit: cover;
	border-radius: 10px;
	margin: 10px
}

.friends {
	display: flex;
	justify-content: center;
}

.friends a {
	font-family: 'Helvetica Neue';
	color: white;
	text-decoration: none;
	padding: 0 5px 0 5px;
}


.vl {
	border-left: 1px solid white;
	height: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.huidig {
	font-weight: 900;
}

.inactief {
	opacity: 60%;
}

.flex-photo {
	display: flex;
	position: relative;
}

.pf-friends {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	display: inline-block;
	object-fit: cover;
	position: absolute;
	bottom: -5px;
	right: -5px;
	border: 1px solid white;
}

.square {
	height: 30px;
	width: 30px;
	background-color: rgba(212, 212, 212, 0.7);
	margin-right: -40px;
	margin-top: 10px;
	border-radius: 3px;
	z-index: 0;
}



/* ------------------------------------ {Photo of the day} ------------------------------------------------- */


#photomain h2 {
	font-size: 1em;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	color: white;

}

#photomain h3 {
	font-size: 2em;
	margin: 0;
	margin-bottom: 10px;
	padding: 10px;
	color: rgb(248, 218, 93);
}

#photomain h4 {
	width: 40%;
	margin: 0 auto 0 auto;
	background-color: rgba(113, 112, 228, 0.9);
	border: 1px solid white;
	border-radius: 12px;
}


#info {
	padding: 0 15px 0 15px;
	height: 40px;
	width: 40px;
}

.flexbox {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: 10px 0 10px 0;
}

#photomain .take {
	width: 40%;
	margin-left: 30%;
}

#phototoday {
	width: 300px;
	height: 300px;
	object-fit: cover;
	display: block;
	margin: 10px auto 10px auto;
	border-radius: 10px;
}

#share {
	width: 80%;
	margin: auto;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#share img {
	width: 50px;
	height: 50px;
}

#share .vl {
	border-left: 2px solid white;
	height: 25px;
	margin: 40px 20px auto 20px;
}


.pop-up {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100vw;
	height: 100vh;
	display: none;
}

.pop-up p {
	position: relative;
	color: white;
	width: 80%;
	margin-left: auto;
	margin-right: auto;

}

.pop-up img {
	position: relative;
	height: 250px;
	width: 250px;
	margin-top: 100px;
	margin-left: 65px;
}

#kruisje {
	position: absolute;
	height: 40px;
	width: 40px;
	margin: 0;
	top: 20px;
	right: 20px;
}

#back {
	position: absolute;
	height: 40px;
	width: 40px;
	margin: 0;
	top: 20px;
	right: 20px;
}

.photofull {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100vw;
	height: 100vh;
	display: none;
}

.photofull img {
	width: 100vw;
	height: 60vh;
	margin-top: 15vh;
	object-fit: scale-down;
	display: block;
}

.photofull p {
	color: white;
	text-align: center;
	width: 60%;
	margin-left: 20%;
}


#profile .photofull img {
	margin: 0;
}

#profile .photofull h2 {
	margin-top: 75px;
}

.popup-banner {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 0 30px 0 30px;
	border: 2px solid #333333;
	border-radius: 30px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 60vw;
	margin: 2vh auto 0 auto;
}

#popup-pf {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0;
}

.popup-banner h2 {
	font-size: 1em;
	color: white;
	text-decoration: none;
}

a {
	text-decoration: none;
}

/* ------------------------------------ {Profile} ------------------------------------------------- */

#profile h3 {
	color: white;
	margin: 50px 0 10px 0;
	padding: 0;
}

#profilepicture {
	width: 100%;
	height: 250px;
	object-fit: cover;
	margin-top: -20px;
}

#name {
	font-family: 'Poppins';
	font-size: 1.5em;
	font-style: normal;
	background-color: transparent;
	width: 80%;
	padding: 0;
	margin: 0 0 0 10%;
}

#username {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	color: white;
}

.photogrid {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin-left: 5%;
	justify-content: center;

}

.photogrid img {
	width: 82px;
	height: 120px;
	margin: 0;
	border-radius: 0;
	padding: 1px;
	object-fit: cover;
}

.photogrid p {
	color: white;
	border: 1px solid white;
	border-radius: 10px;
	padding: 3px;
}


/* ------------------------------------ {friends} ------------------------------------------------- */

.followers {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.followers p {
	font-family: 'Helvetica Neue';
	color: white;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

.followers a {
	text-decoration: none;
}

#friend figure {
	display: flex;
	justify-content: center;
	margin-top: -50px;
	padding: 0;
}

#friend h4 {
	margin: 50px 0 10px 0;
	padding: 0;
}

.checker {
	align-items: center;
	width: 150px;
	height: 100px;
	background-image: url('../images/following.png');
	background-repeat: no-repeat;
	transition: ease-in-out 0.1s;
}

#trigger:checked+.checker {
	background-image: url("../images/follow.png");

}


.notchecker {
	align-items: center;
	width: 150px;
	height: 100px;
	background-image: url('../images/follow.png');
	background-repeat: no-repeat;
	transition: ease-in-out 0.1s;
}

#trigger:checked+.notchecker {
	background-image: url("../images/following.png");
}

#trigger {
	display: none;
}



/* ------------------------------------ {friends} ------------------------------------------------- */


#settingstitel {
	color: white;
	margin-top: 20px;
}

#settingslogout {
	color: rgb(200, 0, 0);
	background-color: #2c2c2c;
	border: 1px solid rgb(200, 0, 0);
	border-radius: 15px ;
	width: 20%;
	padding: 3px;
	font-size: 1em;
	font-family: 'poppins';
	text-align: center;
	margin: 10px auto 20px auto;
}

.settings {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
}

.settings img {
	height: 60px;
	width: 60px;
	margin: 0 20px 0 100px;
}

.settings p {
	color: white;
}