	#atf{
		width: 100vw;
		height: 100vh;
		background-image: url("../images/home_bg.jpg");
		background-repeat: no-repeat; 
		background-size: cover;
		margin: 0;
		overflow-x: hidden;
		max-height: 2500px;
	}

	.whole_atf_container{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 80%;
		margin-top: 3%;
	}

	#toptexts_atf_container{
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 1440px;
	}

	#title_container{
		color:#FFFBE9;
		text-align: left;
		width: auto;
	}

	#title_creative{
		font-family: "Playfair Display", serif;
		font-weight: 700;
		font-style: italic;
		font-size: 130px;
		letter-spacing: 0em;
	}

	#title_designer{
		font-family: "Archivo", sans-serif;
		font-weight: 700;
		font-size: 130px;
		line-height: 100px;
		letter-spacing: 0em;
	}

	.para_text{
		font-family: "Raleway", sans-serif;
		font-weight: 300;
		font-size: 25px;
		line-height: 35px;
		color: #ffffff;
	}

	.bold{
		font-weight: 700;
	}

	#intro_atf_para_container{
		width: 30%;
		margin-left: 90px;
		padding-top: 50px;
	}

	#scroll_down_atf_button_container{
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	#scroll_down_atf_button_container a{
		display: block;
	}

	.underlined_button_usual{
		font-family: "Archivo", sans-serif;
		font-weight: 300;
		color: #ffffff;
		font-size: 25px;
		line-height: 35px;
		display: inline-block;
		transition: transform 0.3s ease-out;
	}

	.underlined_button_usual:hover{
		transform: scale(1.2);
	}

	.underlined_button_usual:active{
		transform: scale(1);
		color: #83ABE0;
	}

	.arrow_svg_icon{
		width: 30px;
		height: 30px;
		padding-top: 15px;
		transition: transform 0.3s ease-out;
	}

	.arrow_svg_icon:hover{
		transform: scale(1.2);
	}

	.arrow_svg_icon:active{
		transform: scale(1);
	}

	/* universal text pop style */
.text-pop {
  opacity: 0;
  transform: translateY(30px);
  animation: textPop 0.8s ease-out forwards;
}

/* stagger timings */
#title_creative.text-pop {
  animation-delay: 0.1s;
}

#intro_atf_para_container.text-pop {
  animation-delay: 0.1s; /* synced with creative */
}

#title_designer.text-pop {
  animation-delay: 0.45s;
}

/* keyframes identical to paragraph pop-up */
@keyframes textPop {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


	/*BUTTON IDLE UP AND DOWN ANIMATION START*/
	@keyframes floatY {
		0% {transform: translateY(0);}
		50% {transform: translateY(-20px);}
		100% {transform: translateY(0);}}
	.idle-float {
		animation: floatY 1s ease-in-out infinite;}
	/*BUTTON IDLE UP AND DOWN ANIMATION END*/

	@media only screen and (max-width: 1300px) {
		#title_creative{
			font-size: 120px;
		}
		#title_designer{
			font-size: 120px;
		}
		.para_text{
			font-size: 23px;
			line-height: 32px;
		}
		.underlined_button_usual{
			font-size: 23px;
			line-height: 32px;
		}
	}

	@media only screen and (max-width: 1100px) {
		#toptexts_atf_container{
			padding-top: 50px;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		#title_container{
			color:#FFFBE9;
			text-align: center;
			width: auto;
			margin-left: 0;
		}
		#intro_atf_para_container{
			margin-left: 0;
			width: 60%;
			padding-top: 30px;
		}
		.para_text{
			text-align: center;
		}
	}

	@media only screen and (max-width: 670px) {
		#title_creative{
			font-size: 100px;
		}
		#title_designer{
			font-size: 100px;
			line-height: 80px;
		}
		#intro_atf_para_container{
			width: 80%;
		}
	}

	@media only screen and (max-width: 500px) {
		#title_creative{
			font-size: 80px;
		}
		#title_designer{
			font-size: 80px;
			line-height: 70px;
		}
		#intro_atf_para_container{
			padding-top: 30px;
		}
		.para_text{
			font-size: 20px;
			line-height: 29px;
		}
		.underlined_button_usual{
			font-size: 18px;
		}
	}

	@media only screen and (max-width: 410px) {
		#title_creative{
			font-size: 60px;
		}
		#title_designer{
			font-size: 60px;
			line-height: 50px;
		}
		#intro_atf_para_container{
			padding-top: 20px;
		}
		.para_text{
			font-size: 17px;
			line-height: 24px;
		}
		.underlined_button_usual{
			font-size: 15px;
			line-height: 29px;
		}
	}
/*SECTION 1 (ABOVE THE FOLD) STYLE END*/




/*SECTION 2 (ABOUT-PROJECT) STYLE START*/
#about{
	padding-top: 120px;
	height: 1300px;
	width: 100vw;
	background-color: #400606;
}

#about_container{
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 450px;
}

#about_container_child{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	max-width: 1440px;
}

.about_image_container{
	width: 35%;
	max-width: 450px;
}

.about_image{
	width: 100%;
}

.about_texts_container{
	width: 40%;
	margin-left: 60px;
}

.about_audrey_title{
	font-family: "Archivo", sans-serif;
	font-weight: 700;
	font-size: 85px;
	color: #FFFBE9;
	letter-spacing: 0em;
}

.about_here_title{
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-style: italic;
	font-size: 85px;
	color: #FFFBE9;
	letter-spacing: 0em;
	line-height: 75px;
}

.para_text_smaller{
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	color: #ffffff;
	font-size: 22px;
	line-height: 31px;
	margin-top: 20px;
}

.italic_button{
	font-family: "Playfair Display", serif;
	font-weight: 200;
	font-style: italic;
	font-size: 22px;
	color: #FFFFFF;
}

.read_more_linkedin{
	display: block;
	background-image: url('../images/linkedin.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: 20px;
	padding-top: 22px;
	padding-left: 30px;
	padding-bottom: 13px;
	width: 340px;
	height: 40px;
	transition: transform 0.3s ease-out;
}

.read_more_linkedin:hover{
	transform: scale(1.2);
	background-image: url('../images/linkedin_hover.svg');
	background-size: contain;
}

.read_more_linkedin:active{
	transform: scale(1);
	background-image: url('../images/linkedin_hover.svg');
	background-size: contain;
}

.arrow_svg_icon_smaller{
	height: 20px;
	width: 20px;
	padding-left: 5px;
	padding-top: 5px;
}

.knowledge_container_parent{
	display: flex;
	width: 100vw;
	justify-content: center;
	align-items: center;
	margin-top: 130px;
}

.knowledge_container{
	width: 70%;
	max-width: 1200px;
}

.knowledge_texts{
	text-align: center;
	color: #FFFFFF;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	color: #ffffff;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.05em;
}

.knowledge_italic{
	font-family: "Playfair Display", serif;
	font-weight: 200;
	font-style: italic;
	font-size: 22px;
}

.about_selected_size{
	font-size: 50px;
	line-height: 55px;
}

.partner_title_container h2{
		width: 70%;
	}

#selected_works_title_parent, #selected_works_images_parent{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

#selected_works_images_parent{
	margin-top: 100px;
	width: 100%;
}

#selected_works_title_container{
	margin-top: 130px;
	width: 70%;
	max-width: 1440px;
}

#selected_works_images_container{
	position: relative;
	width: 85%;
	max-width: 1340px
}

.selected_works_buttons{
	position: absolute;
	display: block;
	width: 23%;
	transition: transform 0.3s ease;
}

.selected_works_buttons:nth-child(1){
	 transform: rotate(-3.61deg) translatex(0%);
}

.selected_works_buttons:nth-child(1):hover{
	 transform: translateY(-40px);
}

.selected_works_buttons:nth-child(2){
	 transform: rotate(1.81deg) translatex(90%);
}

.selected_works_buttons:nth-child(2):hover{
	 transform: rotate(3deg) translatex(90%) translatey(-50px);
}

.selected_works_buttons:nth-child(3){
	 transform: rotate(-3.34deg) translatex(175%);
}

.selected_works_buttons:nth-child(3):hover{
	 transform: rotate(-3.34deg) translatex(175%) translateY(-35px);
}

.selected_works_buttons:nth-child(4){
	 transform: rotate(4.33deg) translatex(240%) translateY(-40px);
}

.selected_works_buttons:nth-child(4):hover{
	 transform: rotate(-1deg) translatex(240%) translateY(-30px);
}

.selected_works_buttons:last-child{
	 transform: rotate(-1.46deg) translatex(330%);
}

.selected_works_buttons:last-child:hover{
	 transform: rotate(-4deg) translatex(330%) translateY(-20px);
}

.selected_works_buttons_images{
	width: 100%;
}

#partners{
	background-color: #FFFEF8;
	margin-top: -110px;
	margin-left: 0;
	width: 100vw;
	z-index: 1000;
	position: relative;
	height: 400px;
	padding-top: 120px;
	padding-bottom: 100px;
}

#partners_container{
	display: flex;
	justify-content: center;
	align-items: center;
}

.partner_title_container{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 1440px;
}

.partner_designing_color{
	color: #002A4A;
	text-align: center;
}

.partner_title_container .para_text_smaller{
	color: #000000;
	font-weight: 300;
	width: 50%;
}

.logo_images{
	width: 80%;
	background-image: url('../images/logos.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 400px;
}


@media only screen and (max-width: 1350px) {
	#partners{
		margin-top: -140px;
		padding-bottom: 80px;
	}
	.logo_images{
		height: 500px;
		width: 85%;
	}
}

@media only screen and (max-width: 1300px) {
	.para_text_smaller{
		font-size: 20px;
		line-height: 28px;
	}
	.about_audrey_title{
		font-size: 82px;
	}
	.about_here_title{
		font-size: 82px;
		line-height: 72px;
	}
	.about_selected_size{
		font-size: 45px;
		line-height: 50px;
	}
	.knowledge_texts{
		font-size: 20px;
		line-height: 28px;
	}
	.knowledge_italic{
		font-size: 20px;
	}
}


@media only screen and (max-width: 1295px) {
	.partner_title_container .para_text_smaller{
		width: 80%;
	}
}

@media only screen and (max-width: 1200px) {
	#partners{
		margin-top: -160px;
	}
}

@media only screen and (max-width: 1100px) {
	#about{
		height: 1650px;
	}
	#about_container{
		flex-direction: column;
		max-height: 800px;
		/*background-color: blue;*/
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#about_container_child{
		flex-direction: column;
	}
	.about_texts_container{
		width: 80%;
		display: flex;
		flex-direction: column;
		text-align: center;
		justify-content: center;
		align-items: center;
		margin-top: 40px;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.para_text_smaller{
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
		margin-top: 30px;
	}
	.about_image_container{
		width: 45%;
		max-width: 350px;
	}
	.read_more_linkedin{
		padding-left: 10px;
		width: 390px;
		height: 40px;
	}
	.knowledge_container{
		width: 80%;
	}
	#partners{
		margin-top: -310px;
	}
	.about_selected_size, .h2_selected_size{
		text-align: center;
	}
	#selected_works_images_parent{
		margin-top: 50px;
	}
}

@media only screen and (max-width: 950px) {
	#partners{
		margin-top: -320px;
	}
}

@media only screen and (max-width: 892px) {
	.logo_images{
		background-image: url('../images/logos_mobile.png');
		height: 380px;
		width: 70%;
		margin-top: 20px;
	}
	#partners{
		height: 600px;
		margin-top: -300px;
		padding-bottom: 150px;
	}
}

@media only screen and (max-width: 853px) {
	#partners{
		margin-top: -290px;
	}
}

@media only screen and (max-width: 808px) {
	.partner_title_container .para_text_smaller{
		width: 70%;
	}
}

@media only screen and (max-width: 770px) {
	#about{
		height: 1870px;
	}
	.selected_works_buttons:nth-child(1){
	 	transform: scale(1.5) rotate(-3.61deg) translatex(55%);
	}
	.selected_works_buttons:nth-child(1):hover{
	 	transform: scale(1.5) rotate(-3.61deg) translatex(55%) translateY(-18%);
	}
	.selected_works_buttons:nth-child(2){
		transform: scale(1.5) rotate(1.81deg) translatex(155%) translateY(-10%);
	}
	.selected_works_buttons:nth-child(2):hover{
	 	transform: scale(1.5) rotate(1.81deg) translatex(155%) translateY(-28%);
	}
	.selected_works_buttons:nth-child(3){
		transform: scale(1.5) rotate(-3deg) translatex(105%) translateY(60%);
	}
	.selected_works_buttons:nth-child(3):hover{
		transform: scale(1.5) rotate(-3deg) translatex(105%) translateY(42%);
	}
	.selected_works_buttons:nth-child(4){
		transform: scale(1.5) rotate(1deg) translatex(15%) translateY(60%);
	}
	.selected_works_buttons:nth-child(4):hover{
		transform: scale(1.5) rotate(1deg) translatex(15%) translateY(42%);
	}
	.selected_works_buttons:last-child{
		transform: scale(1.5) rotate(-1.46deg) translatex(205%) translateY(63%);
	}
	.selected_works_buttons:last-child:hover{
		transform: scale(1.5) rotate(-1.46deg) translatex(205%) translateY(45%);
	}
	#selected_works_images_parent{
		margin-top: 100px;
	}
	.logo_images{
		background-image: url('../images/logos_mobile.png');
		height: 350px;
		width: 70%;
		margin-top: 20px;
	}
	#partners{
		height: 650px;
		margin-top: -240px;
		padding-bottom: 90px;
	}
}

@media only screen and (max-width: 750px) {
	#partners{
		margin-top: -270px;
	}
}

@media only screen and (max-width: 710px) {
	#partners{
		margin-top: -330px;
	}
}

@media only screen and (max-width: 670px) {
	.about_audrey_title{
		font-size: 70px;
	}
	.about_here_title{
		font-size: 70px;
		line-height: 65px;
	}
	.knowledge_container_parent{
		margin-top: 100px;
	}
	.about_selected_size{
		font-size: 45px;
		line-height: 50px;
	}
	.logo_images{
		width: 80%;
		height: 400px;
	}
	#partners{
		margin-top: -390px;
	}
}

@media only screen and (max-width: 620px) {
	#partners{
		margin-top: -410px;
	}
}

@media only screen and (max-width: 570px) {
	#partners{
		margin-top: -440px;
	}
}

@media only screen and (max-width: 520px) {
	#partners{
		margin-top: -380px;
	}
}

@media only screen and (max-width: 500px) {
	#about{
		height: 1800px;
	}
	.about_audrey_title{
		font-size: 60px;
	}
	.about_here_title{
		font-size: 60px;
		line-height: 65px;
	}
	.about_selected_size{
		font-size: 38px;
		line-height: 43px;
	}
	.about_image_container{
		width: 60%;
		max-width: 350px;
	}
	.para_text_smaller{
		font-size: 18px;
		line-height: 25px;
	}
	.italic_button{
		font-size: 20px;
	}
	.read_more_linkedin{
		width: 300px;
		height: 40px;
	}
	.knowledge_container_parent{
		margin-top: 80px;
	}
	.knowledge_texts{
		font-size: 17px;
		line-height: 23px;
	}
	.knowledge_italic{
		font-size: 17px;
	}
	#partners{
		height: 550px;
		margin-top: -420px;
	}
	.partner_title_container h2{
		width: 80%;
	}
}

@media only screen and (max-width: 500px) {
	#partners{
		height: 550px;
		margin-top: -410px;
	}
}

@media only screen and (max-width: 460px) {
	#partners{
		margin-top: -430px;
}

@media only screen and (max-width: 450px) {
	#partners{
		margin-top: -460px;
	}
	#selected_works_images_parent{
		margin-top: 70px;
	}
	#about{
		height: 1780px;
	}
}

@media only screen and (max-width: 445px) {
	#partners{
		margin-top: -450px;
	}
}

@media only screen and (max-width: 443px) {
	#partners{
		margin-top: -410px;
	}
}

@media only screen and (max-width: 420px) {
	#partners{
		margin-top: -430px;
	}
}

@media only screen and (max-width: 413px) {
	#partners{
		margin-top: -420px;
	}
}

@media only screen and (max-width: 410px) {
	#partners{
		margin-top: -410px;
	}
}

@media only screen and (max-width: 400px) {
	#partners{
		margin-top: -420px;
	}
}

@media only screen and (max-width: 390px) {
	#selected_works_title_container{
		width: 80%;
	}
	#partners{
		margin-top: -410px;
	}
}

@media only screen and (max-width: 380px) {
	#partners{
		margin-top: -420px;
	}
}

@media only screen and (max-width: 370px) {
	#partners{
		margin-top: -440px;
	}
}

@media only screen and (max-width: 355px) {
	#partners{
		margin-top: -460px;
	}
}

@media only screen and (max-width: 341px) {
	#partners{
		margin-top: -440px;
	}
}

@media only screen and (max-width: 335px) {
	#partners{
		margin-top: -450px;
	}
}

@media only screen and (max-width: 330px) {
	#partners{
		margin-top: -450px;
	}
}

@media only screen and (max-width: 329px) {
	#partners{
		margin-top: -420px;
	}
}

@media only screen and (max-width: 327px) {
	#partners{
		margin-top: -400px;
	}
}

@media only screen and (max-width: 322px) {
	#partners{
		margin-top: -370px;
	}
	#about{
		height: 1760px;
	}
}

@media only screen and (max-width: 310px) {
	#partners{
		margin-top: -380px;
	}
}

@media only screen and (max-width: 295px) {
	#partners{
		margin-top: -400px;
	}
}

/*@media only screen and (min-width: 1490px) {
	#partners{
		margin-top: -70px;
	}
}

@media only screen and (min-width: 1850px) {
	#partners{
		margin-top: -60px;
	}
}

@media only screen and (min-width: 1950px) {
	#partners{
		margin-top: -40px;
	}
}

@media only screen and (min-width: 2000px) {
	#partners{
		margin-top: 0px;
		height: 550px;
	}
	.logo_images{
		height: 330px;
		background-position: center;
	}
	.partner_title_container .para_text_smaller{
		color: #000000;
		font-weight: 300;
		width: 100%;
	}

}

@media only screen and (min-width: 2200px) {
	#about{
		height: 1450px;
	}
	#partners{
		margin-top: -70px;
	}
}

@media only screen and (min-width: 2300px) {
	#about{
		height: 1450px;
	}
	#partners{
		margin-top: -60px;
	}
}*/