/* CSS */

body {
	background-color: white;
	margin:0;
	padding: 0;
	color: black;
	font-family: 'Crete Round', serif;
}

backgroundpageprojects {
	background-color: black;
}

h1 {
	text-align: center;
	padding-top: 5%px;
	color: black;
	font-size: 55px;
	font-family: 'Crete Round', serif;
}

h2 {
	text-align: center;
	color: black;
	font-size: 20px;
}

h3 {
	font-size: 12px;
	text-align: center;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 20px;
	color:white;
}

/* NAV */

.topnav a {
  float: right;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
	color:coral;
}
.topnav a.active {
  	color:coral;
}
.topnav {
  background-color: white;
  overflow: hidden;
}

/* FOOTER */ 

.fab {
	color:white;
}

.fa-4x {
	color:#2A0564;
}

.footer {
  left: 0;
  bottom: 0;
  width: 100%;
height: 200px;
  background-color:#001723;
  color: white;
  margin-top: 200px;	
}

#footer-container {
display: flex;
	justify-content: space-between;
	padding: 45px;
	margin-left: 100px;
	margin-right: 100px;
	}
	
#section2footer {
	margin-top: -40px;
}

#section3footer {
	padding-top: 40px;
}

#behancefooter {
padding-top: 5px;	
}

#instagramfooter {
padding-top: 5px;
}

#youtubefooter {
padding-top: 5px;
}
/* HOME */ 

#intro-image {
	
	color:black;
	width: 100%;
	height: 500px;
	background-image: url(../images/home/landing.jpg);
	background-size: 100%;
	padding-top: 20px;
}

#title1 {
	text-align: center;
	padding-top: 400px;
	color: white;
	font-size: 40px;
	font-family: 'Righteous', cursive;
}

#imgs {
	text-align: center;
	padding-top: 00px;
}

/* CONTACT */ 

#contact-info {
	text-align: left;
	margin-top: 100px;
	margin-left: 0px;
	line-height: 2;
	font-size: 20px;
}

.contactintro {
	display: flex;
	margin-top: -50px;
}

#contacttext {
	padding-left: 200px;
	text-align: center;
	padding-top: 70px;
}

/* LOGOs */ 

.leftlogo {
	width: 50%;
	padding: 5%;
	text-align: center;
	justify-content: center;
}

.rightlogo {
	width: 50%;
	padding: 5%;
	text-align: center;
	justify-content: center;
}

.logo {
	display: flex;
	color: black;
	margin-left: 20%;
	margin-right: 20%;
}

/* IMGs */ 

.imgs {
	display:flex;
	margin-left: 25%;
	text-align: center;
}

/* PROJECTs (page)*/ 

#wanderinglate {
	background-color: black;
	margin-top: -20px;
}

#shoot1box {
	display: flex
}

.imgs2 {
	display:flex;
	text-align: center;
	justify-content: space-between;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 5%;
}

/* ABOUT (page)*/ 

#socialmedia {
	display: flex;
	text-align: center;
	justify-content: space-between;
	margin-left: 40%;
	margin-right: 40%;
	
}

#studieslogo {
	text-align: center;
	justify-content: center;
	width: 50%;
	
}
#freelancelogo {
	
	justify-content: center;
	width: 50%;
	
}
.studies {
	display: flex;
	width: 100%;
	justify-content: center;
	align-content: center;
	
}
#aboutbox1 {
	display: flex;
	padding-left: 20%;
	padding-right: 20%;
}

.centered-logos {
	width: 100%;
	display: flex;
	justify-content: center;
}

.fullscreen-photos {
	height: 100%;
	width: 100%;
	
}

#textcontratboucherie {
	text-align: center;
	padding-top: 30px;
	padding-left: 30%;
	padding-right: 30%;
}
/* ASK ME ANYTHING (page) */ 

#emailme {
	margin-left: 300px;
	
}


html {
  scroll-behavior: smooth;
}

#section1 {
  height: 950px;
  background-color: white;
}

#section2 {
    background-color: white;
}

#section2global {
	display: flex;
}

#profilpic {
	padding-left: 50px;
}

/* WANDERING LATE */ 

.shoot1box {
	justify-content: center;
}

* {box-sizing: border-box}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}