@import url('https://fonts.googleapis.com/css?family=David+Libre:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

/*	font-family: 'David Libre', serif;
	font-family: 'Open Sans', sans-serif;
*/
html
{
	scroll-behavior: smooth;
}
/*@-webkit-keyframes Fade {
	    0%{background-position:19% 0%}
	    50%{background-position:82% 100%}
	    100%{background-position:19% 0%}
	}
	@-moz-keyframes Fade {
	    0%{background-position:19% 0%}
	    50%{background-position:82% 100%}
	    100%{background-position:19% 0%}
	}
	@keyframes Fade { 
	    0%{background-position:19% 0%}
	    50%{background-position:82% 100%}
	    100%{background-position:19% 0%}
	}*/

@-webkit-keyframes Fade {
    0%{background-position:0% 7%}
    50%{background-position:100% 94%}
    100%{background-position:0% 7%}
}
@-moz-keyframes Fade {
    0%{background-position:0% 7%}
    50%{background-position:100% 94%}
    100%{background-position:0% 7%}
}
@keyframes Fade {
    0%{background-position:0% 7%}
    50%{background-position:100% 94%}
    100%{background-position:0% 7%}
}

/*    background: linear-gradient(314deg, #1fced8, #fedac4, #d81f74, #9799f1);
    background-size: 800% 800%;

    -webkit-animation: AnimationName 52s ease infinite;
    -moz-animation: AnimationName 52s ease infinite;
    animation: AnimationName 52s ease infinite;*/
*
{
	margin: 0px;
	padding: 0px;

}
.Foldout_menu
{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 10000;
	top: 0px;
}
.fade_menu
{
	width: 100%;
	height: 100%;
	z-index: 11000;
}
.Foldout_menu_text
{
	position: absolute;
	font-size: 50px;
	top: 50%;
	width: 100%;
	text-align: center;

    transform: translate(0%, -50%);
}
.Foldout_menu_text a
{
	font-family: 'David Libre', serif ;
	font-weight: 700;
	color: black;
	text-decoration: none;
}
.menu_close
{
	font-size: 50px;
	font-weight: 700;
	margin: 45px 0 0 5%;
	position: absolute;
	font-family: 'David Libre', serif ;
	cursor: pointer;
}
.menu_close:hover
{
	background: linear-gradient(151deg, #1fced8, #fedac4, #d81f74, #9799f1);
	background-size: 800% 800%;

	-webkit-animation: Fade 52s ease infinite;
	-moz-animation: Fade 52s ease infinite;
	animation: Fade 52s ease infinite;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
	text-decoration: none;
}
.Foldout_menu_text a:hover
{
	opacity: 0.3;
}
.text_fade
{
	background: linear-gradient(151deg, #1fced8, #fedac4, #d81f74, #9799f1);
	background-size: 800% 800%;

	-webkit-animation: Fade 52s ease infinite;
	-moz-animation: Fade 52s ease infinite;
	animation: Fade 52s ease infinite;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
	text-decoration: none;
}









.fade
{
	width: 100%;
	height: 750px;
	z-index: -1;

}
.fade_animation
{
	background: linear-gradient(151deg, #1fced8, #fedac4, #d81f74, #9799f1);
	background-size: 800% 800%;
	-webkit-animation: Fade 52s ease infinite;
	-moz-animation: Fade 52s ease infinite;
	animation: Fade 52s ease infinite;
}
.h1_container
{
	width: 90%;
	margin: 0 0 0 5%;
}
.h1_container_aboutme
{
	width: 90%;
	margin: 0 0 0 5%;
}
.h1_container_aboutme h1
{
	margin: 50px 0 0 0 !important;
}
.h1_container_aboutme img
{ 
	width: 316px;
	margin: 50px 0 0 0 ;
}
.h1_container_project
{
	width: 90%;
	margin: 0 0 0 5%;
}
.h1_container_project h1
{
	margin: 110px 0 0 0 !important;
}
.h1_container_project h1 p
{
	font-family: 'open sans';
}

.h1_container_contact
{
	width: 90%;
	margin: 0 0 0 5%;

}
.h1_container_contact h1
{
	margin: 70px 0 0 0 !important;
	font-size: 100px !important;
}
.h1_container_contact h1 ul li
{
	margin: 10px 0;
}
.h1_container_contact h1 ul
{
	list-style: none;
}
.h1_container_contact h1 p
{
	font-family: 'open sans';
}
.h1_container_contact h1 ul li a
{
	text-decoration: underline white;
	color: black;
}
.fade h1
{
	font-family: 'David Libre', serif;
	font-weight: 700;
	font-size: 115px;
	width: 100%;
	display: inline-block;
/*	position: relative;*/
	margin: 120px 0 0 0;
}

.fade h3
{
	font-family: 'David Libre', serif;
    font-weight: 400;
    font-size: 54px;
    margin: 22px 0 0 0;
    line-height: 55px;
}
.fade h3 a
{
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	/*background-color: pink;*/
	scroll-behavior: smooth;
	color: black;
	font-size: 40px;
}
.fade h3 a:hover
{
	background: linear-gradient(151deg, #1fced8, #fedac4, #d81f74, #9799f1);
	background-size: 800% 800%;

	-webkit-animation: Fade 52s ease infinite;
	-moz-animation: Fade 52s ease infinite;
	animation: Fade 52s ease infinite;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
	text-decoration: none;
}
.h1_container_contact h1 ul li:hover
{
	background: linear-gradient(151deg, #1fced8, #fedac4, #d81f74, #9799f1);
	background-size: 800% 800%;

	-webkit-animation: Fade 52s ease infinite;
	-moz-animation: Fade 52s ease infinite;
	animation: Fade 52s ease infinite;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
	text-decoration: underline;
	cursor: pointer;
}
.menu
{
	z-index: 100;
	position: absolute;
	font-size: 50px;
	margin: 0px 0 0 5%;
	top: 530px;
	font-family: 'David Libre', serif ;
}
/*.text_shadow
{
	text-shadow: white 0px 0px 18px;
}*/
.menu_aboutme
{
	margin: 0 0 0 5%;
	top: 600px;
	z-index: 100;
	position: absolute;
	font-size: 50px;
	font-family: 'David Libre', serif ;
}
.menu_aboutme a
{
	font-family: 'David Libre', serif ;
	font-weight: 700;
	color: black;
	text-decoration: none;
}
.menu_project
{
	margin: 0 0 0 5%;
	top: 400px;
	z-index: 100;
	position: absolute;
	font-size: 50px;
	font-family: 'David Libre', serif ;
}
.menu_project a
{
	font-family: 'David Libre', serif ;
	font-weight: 700;
	color: black;
	text-decoration: none;
}
.menu_contact
{
	margin: 0 0 0 5%;
	top: 610px;
	z-index: 100;
	position: absolute;
	font-size: 50px;
	font-family: 'David Libre', serif ;
}
.menu_contact a
{
	font-family: 'David Libre', serif ;
	font-weight: 700;
	color: black;
	text-decoration: none;
}
.menu a
{
	font-family: 'David Libre', serif ;
	font-weight: 700;
	color: black;
	text-decoration: none;
}
.fixed
{
	display: none !important;
}
.shadow
{
	text-shadow: 0px 0px 9px white;
}
.menu_fixed
{
	cursor: pointer;
	opacity: 1 !important;
}
.menu a:hover
{
	opacity: 0.5;
	transition: 100ms ease-out;
}
.menu_aboutme a:hover
{
	opacity: 0.5;
	transition: 100ms ease-out;
}
.menu_project a:hover
{
	opacity: 0.5;
	transition: 100ms ease-out;
}
.menu_contact a:hover
{
	opacity: 0.5;
	transition: 100ms ease-out;
}
#text
{
	width: 0px;
}
.menu_nm
{
	transition: 300ms ease-out;
  	overflow: hidden !important;
	width: auto;
	max-width: 300px;
	display: inline-block;
	margin: 0 0 -11px 0;
	white-space: nowrap;
}
/*.menu_nm:hover
{
	max-width: 0;
}*/

footer
{
	width: 100%;
	margin: 30px 0 0 0;

}
footer p
{
	float: right;
	font-size: 20px;
	font-family: 'David Libre', serif ;
	font-weight: 700;
	margin: 0 15px 15px 0;
}
footer div
{
	float: left;
	font-size: 20px;
	font-family: 'David Libre', serif ;
	font-weight: 700;
	margin: 0px 0px 15px 15px;
}
footer .next
{
	width: 100%;
	text-align: center;
	margin: 30px 0 70px 0;
	font-size: 40px;
	font-weight: 700;
	font-family: 'David Libre', serif ;
	color: black;

}
footer a 
{
	color: black;
	text-decoration: none;
}
footer a:hover
{
	text-decoration: underline;
	cursor: pointer;
}
.Home_aboutme
{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 100px 0 0px 0;
}
.Home_aboutme .Home_aboutme_div
{
	width: auto;
	height: auto;
}
.Home_aboutme .Home_aboutme_div h3
{
	font-family: David Libre;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	color: #000000;
}
.Home_aboutme .Home_aboutme_div h4
{
	font-family: David Libre;
	font-style: normal;
	font-weight: normal;
	font-size: 57px;
	line-height: 76px;
	color: #000000;
}
.Home_aboutme .Home_aboutme_div .big_a
{
	font-family: 'David Libre', serif ;
	font-weight: 700;
	font-size: 30px;
	color: black;
	float: right;
	margin: 35px 0% 0 0;
}
.Home_aboutme .Home_aboutme_div .big_a:hover
{
	background: linear-gradient(151deg, #1fced8, #fedac4, #d81f74, #9799f1);
	background-size: 800% 800%;

	-webkit-animation: Fade 52s ease infinite;
	-moz-animation: Fade 52s ease infinite;
	animation: Fade 52s ease infinite;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
	text-decoration: none;
}



.block_Cases
{
	width: 100%;
	height: 394px;
	margin: 150px 0 250px 0;
}
.sub_block_Cases
{
	width: 95%;
	margin: 0 2.5% 0 2.5%;
	height: 100%;
	display: grid;
  	grid-template-columns: auto auto;
}
/*.block_Cases .sub_block_Cases .mobile_1
{
	float: right;
}
*/
.block_Cases .desktop
{
	width: 490px;
	height: 394px;
	position: relative;
	cursor: pointer;
	margin: auto;
	display: block;
/*	background-color: pink;*/
}
.block_Cases .desktop video
{
	max-width: 100%;
	max-height: 306px;
}
.block_Cases .desktop .video_2de
{
	float: right;
	display: block;
}

a:link, a:visited {
    text-decoration: none;
}
.block_Cases .desktop h3
{
	font-family: David Libre;
	font-weight: 700;
	font-size: 30px;
    width: 100%;
    vertical-align: bottom;
    display: table-cell;
    height: 48.36px;
    text-decoration: none !important;
}
.block_Cases .desktop p
{
	font-family: 'Open sans', serif ;
    text-align: left;
    width: 100%;
    font-size: 17px;
    text-decoration: none;
    margin: 0 0 17px 0;
}
.block_Cases .desktop:hover > h3
{
	background: linear-gradient(151deg, #1fced8, #fedac4, #d81f74, #9799f1);
	background-size: 800% 800%;

	-webkit-animation: Fade 52s ease infinite;
	-moz-animation: Fade 52s ease infinite;
	animation: Fade 52s ease infinite;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}
.block_Cases .desktop:hover > p
{
	background: linear-gradient(151deg, #1fced8, #fedac4, #d81f74, #9799f1);
	background-size: 800% 800%;

	-webkit-animation: Fade 52s ease infinite;
	-moz-animation: Fade 52s ease infinite;
	animation: Fade 52s ease infinite;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}


/*.block_Cases .desktop_1
{
	margin: 93px 0px 0px 160px;
}

.block_Cases .desktop_2
{
	margin: 76px 0px 0px 241px;
}

.block_Cases .mobile_1
{
	margin: -545px 162px 0px 0px;
}*/



.block_Cases a
{
	color: black;
}
.block_Cases .big_a
{
	font-family: 'David Libre', serif ;
	font-weight: 700;
	font-size: 30px;
	color: black;
	float: right;
	margin: 25px 10% 0 0;
}
.block_Cases .big_a:hover
{
	background: linear-gradient(151deg, #1fced8, #fedac4, #d81f74, #9799f1);
	background-size: 800% 800%;

	-webkit-animation: Fade 52s ease infinite;
	-moz-animation: Fade 52s ease infinite;
	animation: Fade 52s ease infinite;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
	text-decoration: none;
}



.block_Design_shots
{
	width: 100%;
	height: 700px;
}

.block_Design_shots .big_a_shots
{
	font-family: 'David Libre', serif ;
	font-weight: 700;
	text-decoration: none;
	font-size: 30px;
	color: black;
	float: right;
	margin: 20px 5% 0 0;
}
.block_Design_shots .big_a_shots:hover
{
	background: linear-gradient(151deg, #1fced8, #fedac4, #d81f74, #9799f1);
	background-size: 800% 800%;

	-webkit-animation: Fade 52s ease infinite;
	-moz-animation: Fade 52s ease infinite;
	animation: Fade 52s ease infinite;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
	text-decoration: none;
}
.block_Design_shots .shot
{
	/*background-color: pink;*/
	height: 85%;
	width: 40%;
	display: inline-block;
	margin: 0px 5% 0px 5%;
	padding: 0px;
	position: relative;
}
.block_Design_shots .shot:first-child
{
	margin: 0 0 0 5%;
}
.block_Design_shots .shot img
{
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin: auto;
}
.block_Design_shots .shot_1 img
{
	margin: 40% 0 0 0;
}
.block_Design_shots .shot_2 img
{
/*	max-height: 84%;*/
    margin: 0% auto 0 auto;
}
.block_Design_shots .shot_2 div
{
	height: 100%;
}
.block_Design_shots .shot_3 img
{
	margin: 15% 0 0 0;
}
/*.block_Design_shots .shot img:hover
{
	opacity: 0.2;
}*/
.block_Design_shots .shot h3
{
	font-family: David Libre;
	color: black;
	font-weight: bold;
	font-size: 30px;
	position: absolute;
	text-align: center;
	width: 80%;
	margin: 0 10% 0 10%;
	top: 50%;
	transform: translate(0%, -50%);
	display: none;
	z-index: 1;
}
.block_Design_shots .shot div
{
	position: relative;
	display: block;
	/*height: auto;*/
}
.text
{
	width: 70%;
	margin: 50px 15% 0 15%;
}
.list
{
	width: 70%;
	margin: 70px 15% 70px 15%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.eerste
{
	margin: 70px 15% 0 15% !important;
}
.last
{
	margin: 0 15% 100px 15% !important;
}


.text h2
{
	font-size: 50px;
	font-family: 'David Libre', serif ;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.text p
{
	font-family: "open sans";
	font-size: 20px;
	line-height: 40px;
}
.text p a
{
	font-family: 'David Libre', serif ;
	font-weight: 700;
	text-decoration: underline;
	font-size: 23px;
	color: black;
}
.text p a:hover
{
	text-decoration: underline;
	cursor: pointer;
}
.list ul
{
	list-style: none;
	font-size: 20px;
	font-family: 'David Libre', serif ;
	font-weight: 700;
	display: inline-block;
	margin: 0 60px;
	float: left;
}
/*.list ul:last-child
{
	position: absolute;
}*/
.list ul li
{
	margin: 20px 0;
}
.lists
{
 	position: relative;
    margin: auto;
    display: inline-block;
}



/*.cases_container
{
	width: 75%;
	margin: -200px 12.5% 0 12.5%;
	background-color: pink;
}
.cases_container .desktop_big
{
	width: 100%;
	position: relative;
	margin: 100px 0;
}
.cases_container .mobile_big
{
    position: relative;
    width: 100%;
    display: flex;
  	justify-content: center;
  	align-items: center;
  	height: 600px;
  	margin: 100px 0;
}
.cases_container .mobile_big video
{
	height: 600px;
	position: relative;
	display: block;
	margin: auto;
	display: inline-block;
	cursor: pointer;
}
.cases_container .desktop_big video
{
	width: 100%;
	cursor: pointer;
}
.cases_container .desktop_big p
{
	transform: rotate(90deg);
    position: absolute;
    right: -226px;
    font-family: "open sans";
    font-style: italic;
    top: 186px;
    font-size: 20px;
    text-align: left;
    width: 400px;
    color: black;
}
.cases_container .mobile_big p
{
	position: absolute;
    transform: rotate(90deg);
    text-align: left;
    width: 400px;
    right: 142px;
    font-family: "open sans";
    font-style: italic;
    top: 186px;
    font-size: 20px;
        color: black;
}*/


.cases_container
{
	width: 100%;
	margin: -200px 0 70px 0;
}
.sub_cases_container
{
	width: 90%;
	margin: 0 5% 0 5%;
	display: grid;
  	grid-template-columns: auto auto;
}
/*.cases_container .sub_cases_container .mobile_1
{
	float: right;
}*/

.cases_container .desktop
{
	width: 490px;
	height: 394px;
	position: relative;
	cursor: pointer;
	display: block;
/*	background-color: pink;*/
	margin: 50px auto;
}
.cases_container .desktop video
{
	max-width: 100%;
	max-height: 306px;
}
.cases_container .desktop .video_2de
{
	float: right;
	display: block;
}

a:link, a:visited {
    text-decoration: none;
}
.cases_container .desktop h3
{
	font-family: David Libre;
	font-weight: 700;
	font-size: 30px;
    width: 100%;
    vertical-align: bottom;
    display: table-cell;
    height: 48.36px;
    text-decoration: none !important;
}
.cases_container .desktop p
{
	font-family: 'Open sans', serif ;
    text-align: left;
    width: 100%;
    font-size: 17px;
    text-decoration: none;
    margin: 0 0 17px 0;
}
.cases_container .desktop:hover > h3
{
	background: linear-gradient(151deg, #1fced8, #fedac4, #d81f74, #9799f1);
	background-size: 800% 800%;

	-webkit-animation: Fade 52s ease infinite;
	-moz-animation: Fade 52s ease infinite;
	animation: Fade 52s ease infinite;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}
.cases_container .desktop:hover > p
{
	background: linear-gradient(151deg, #1fced8, #fedac4, #d81f74, #9799f1);
	background-size: 800% 800%;

	-webkit-animation: Fade 52s ease infinite;
	-moz-animation: Fade 52s ease infinite;
	animation: Fade 52s ease infinite;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}
.cases_container a
{
	color: black;
}
.cases_container .big_a
{
	font-family: 'David Libre', serif ;
	font-weight: 700;
	font-size: 30px;
	color: black;
	float: right;
	margin: 25px 10% 0 0;
}
.cases_container .big_a:hover
{
	background: linear-gradient(151deg, #1fced8, #fedac4, #d81f74, #9799f1);
	background-size: 800% 800%;

	-webkit-animation: Fade 52s ease infinite;
	-moz-animation: Fade 52s ease infinite;
	animation: Fade 52s ease infinite;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
	text-decoration: none;
}











.Design_shots
{
	width: 100%;
	height: 700px;
	margin: 50px 0;
}
.Design_shots img
{
	max-height: 100%;
	max-width: 100%;
	display: inline-block;
}
.Design_shots h3
{
	font-family: David Libre;
	color: black;
	font-weight: bold;
	font-size: 35px;
	position: absolute;
	text-align: center;
	width: 80%;
	margin: 0 10% 0 10%;
	top: 50%;
	transform: translate(0%, -50%);
	display: none;
	z-index: 1;
}
.Design_shots div
{
	position: relative;
	display: inline-block;
	height: 100%;
}
.shot_page_1{margin: -200px 0 0 0;  }
.shot_page_2{height: 400px;}
.shot_page_3{height: 800px;}
.shot_page_4{height: 650px;}
.shot_page_5{height: 900px;}
.shot_page_6{height: 400px;}


.shot_page_1 div{float: right; 	margin-right: 250px;}
.shot_page_2 div{float: left; 	margin-left: 50px;}
.shot_page_3 div{float: left; 	margin-left: 400px;}
.shot_page_4 div{float: right; 	margin-right: 20px;}
.shot_page_5 div{float: left; 	margin-left: 100px;}
.shot_page_6 div{float: right; 	margin: 0 250px 0 0;}


@media only screen and (max-width: 744px){
	.shot_page_1 img{float: left; 	max-width: 90%; margin: 0 5% 0 5%;}
}

@media only screen and (max-width: 586px){
	.shot_page_2 img{float: right; 	max-width: 90%;}
	.shot_page_1 div{margin-right: 0px;}
}
@media only screen and (max-width: 712px){
	.shot_page_3 img{float: right;}.shot_page_3 div { margin-left: 0px; }
}
@media only screen and (max-width: 378px){
	.shot_page_5 img {float: right;}
}
@media only screen and (max-width: 546px){
.shot_page_6 img{float: left; }.shot_page_2 div {margin-left: 0px; }.shot_page_6 div {margin: 0 0px 0 0;}.shot_page_6 {margin: 100px 0px 150px 0;}
}



.fade_case
{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
	background: linear-gradient(151deg, #1fced8, #fedac4, #d81f74, #9799f1);
	background-size: 800% 800%;
	-webkit-animation: Fade 52s ease infinite;
	-moz-animation: Fade 52s ease infinite;
	animation: Fade 52s ease infinite;
	top: 0px;
}
.sub_h1_container
{
	width: 90%;
    margin: 0 0 0 5%;
}
.sub_h1_container h1
{
	font-family: 'David Libre', serif;
    font-weight: 700;
    font-size: 115px;
    margin: 110px 0 0 0 ;
}
.sub_h1_container h3:first-child
{
	margin: 20px 0 10px 0 !important;
}
.sub_h1_container h3
{
	font-family: 'open sans', serif;
    font-weight: normal;
    font-size: 25px;
    margin: 10px 0;
}
.sub_h1_container h3 p
{
	font-weight: bold;
	display: inline-block;
}
.sub_container
{
	margin: 270px 0 0 0;
}
.sub_container .sub_img
{
	width: 70%;
    margin: 75px 15% 75px 15%;
}
.sub_container .sub_img img
{
	width: 100%;
}

.still
{
	/*overflow: hidden;*/
}
.close 
{
	font-family: 'David Libre', serif;
    font-weight: 700;
    font-size: 40px;
    margin: 30px;
    position: relative;
    color: black;
    text-decoration: none;
    top: 30px;
}
.shot_h1
{
	width: 100%;
	text-align: center;
	margin: 30px 0 0 0;
	font-family: 'David Libre', serif;
    font-weight: 700;
    font-size: 75px;
}
.img_contaner
{
	width: 70%;
	height: 400px;
	margin: 30px 15%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_contaner img
{
	max-width: 100%;
	max-height: 100%;
}
.text_contaner
{
	font-family: "open sans";
	text-align: center;
	width: 70%;
	margin: 10px 15% 30px 15%;
	line-height: 28px;
}
.bot
{
	font-family: 'David Libre', serif;
    font-weight: 700;
    font-size: 40px;
    color: black;
    height: 33px;
    width: 100%;
    position: absolute;
    margin: 50px 0 0 0;
    padding: 00px 0 5 0px 0;
}
.bot a
{
	margin: 0 30px;
	position: absolute;
	cursor: pointer;
	color: black;
	text-decoration: none;
}
.bot a:last-child
{
	right: 30px;
}
.last_a
{
	left: 30px;
}
.bot a:hover
{
	text-decoration: underline;
}


.fix
{
	margin-top: 0px !important;
}

/*@media only screen and (max-width: 1406px)
{
	.cases_container .mobile_big p {right: 120px;}
}
@media only screen and (max-width: 1345px)
{
	.cases_container .mobile_big p {right: 100px;}
}
@media only screen and (max-width: 1290px)
{
	.cases_container .mobile_big p {right: 90px;}
}
@media only screen and (max-width: 1260px)
{
	.cases_container .mobile_big p {right: 60px;}
}
@media only screen and (max-width: 1175px)
{
	.cases_container .mobile_big p {right: 30px;}
}
@media only screen and (max-width: 1095px)
{
	.cases_container .mobile_big p {right: 0px;}
}
@media only screen and (max-width: 1023px)
{
	.cases_container .mobile_big p {right: -30px;}
}
@media only screen and (max-width: 937px)
{
	.cases_container .mobile_big p {right: -60px;}
}
@media only screen and (max-width: 863px)
{
	.cases_container .mobile_big p {right: -90px;}
}
@media only screen and (max-width: 795px)
{
	.cases_container .mobile_big p {right: -120px;}
}
@media only screen and (max-width: 697px)
{
	.cases_container .mobile_big p {right: -150px;}
}
@media only screen and (max-width: 615px)
{
	.cases_container .mobile_big p {right: -200px;}
}
@media only screen and (max-width: 489px)
{
	.cases_container .mobile_big p {right: -200px; top: 232px;}
	.cases_container .mobile_big video {height: 500px;}
}
@media only screen and (max-width: 413px)
{.cases_container .mobile_big p {right: -230px;}
}*/

@media only screen and (max-width: 1224px)
{
.block_Cases .sub_block_Cases .mobile_1 {float: none;}
.block_Cases {height: auto;}
.block_Cases .desktop {display: block;margin: 40px auto;}
.block_Cases .big_a {width: 490px; text-align: right; margin: 65px auto 0px auto; display: block; float: none;}
}
@media only screen and (max-width: 1255px)
{
	.h1_container_contact h1 {font-size: 7.7vw !important;}
			.menu_contact {top: 55vw;}
					.fade_contact{ height: 80vw; }
			
}

@media only screen and (max-width: 1201px)
{
	.fade h1
	{
		font-size: 9vw;
	}
	.fade h3
	{
		font-size: 4vw;
		margin: 10px 0 0 0;
	}
/*	.block_Cases 
	{
    	height: 1350px;
	}
	.block_Cases .mobile_1 
	{
    	margin: 97px 162px 0px 0px;
	}
	.block_Cases .big_a
	{
		margin: 671px 0 0 0;
		position: absolute;
		right: 5%;
	}*/
	.Foldout_menu_text{ width: 80%; margin: 0 10% 0 10%; line-height: 65px;}
}
@media only screen and (max-width: 1100px)
{
.sub_block_Cases {
    grid-template-columns: auto ;
}
.sub_cases_container
{
  	grid-template-columns: auto;
}
}
@media only screen and (max-width: 1000px)
{
	.fade h1
	{
		font-size: 90px;
		margin: 45px 0 0 0;
	}
		.fade h3
	{
		font-size: 45px;
	}
	.sub_h1_container h1 {font-size: 12vw;}
}
@media only screen and (max-width: 951px){
	.h1_container_aboutme h1{ font-size: 9vw; }
}
@media only screen and (max-width: 850px){
	.h1_container_project h1{font-size: 10vw; margin: 200px 0 0 0 !important;}
}
@media only screen and (max-width: 800px)
{	
	.block_Design_shots .shot{width: 90%; height: 38%; margin: 10% 0 0 5%;}
	.block_Design_shots {height: auto; width: 80%; margin: 0 10% 110px 10%;}
	.block_Design_shots .shot_1 img {margin: 0% 0 0 0;}
.block_Design_shots .shot_2
{
display: none;
}
.block_Design_shots .shot_3 img
{
	margin: 0% 0 0 0;
}
.menu {top: 555px;}



}
@media only screen and (max-width: 700px)
{
		.h1_container_aboutme h1{ font-size: 11vw; }
}
@media only screen and (max-width: 610px)
{
	.fade h3 {font-size: 7vw; line-height: 10vw;}
	.fade h3 a {font-size: 7vw;}
	.fade h1
	{
		font-size: 16vw;
	}

	.h1_container_aboutme h1{ font-size: 14vw; }
	.h1_container_project h1{font-size: 10vw; margin: 220px 0 0 0 !important;}

		.menu_contact {top: 68vw;}
		.footer_contact{ bottom: 0px; position: absolute; }
		.fade_contact{ height: auto; }
		


}

@media only screen and (max-width: 550px)
{
	.fade h3 {

		margin: 10px 0 0 0 !important;

	}
/*	.block_Cases .desktop_1 {margin: -35px 0px 0px 5%;}
	.block_Cases .desktop_2 {margin: 75px 0px 0px 15%;}
	.block_Cases .mobile_1 {margin: 96px 65px 0px 0px;}*/
	.fade h1{margin: 75px 0 0 0;}

	.Foldout_menu_text {width: 304px; text-align: left;}
	.Foldout_menu_text a{ display: inline-block;  margin:10px 0; }
	.sub_h1_container h1 {font-size: 60px;}
	.sub_h1_container h3 {font-size: 20px;}
	.menu_project {margin-top: -40px ;}
	.shot_page_1 { margin: -300px 0 0 0;}
	.block_Cases .desktop {width: 400px;}
	.block_Cases .big_a {width: 400px;}
	.sub_block_Cases {width: 90%;margin: 0 5% 0 5%;}
	.Home_aboutme .Home_aboutme_div h4{font-size: 37px;}

	.cases_container .desktop {width: 100%;}
}

@media only screen and (max-width: 534px)
{
	.shot_h1 {font-size: 12vw; margin: 50px 0 0 0;}
}
@media only screen and (max-width: 510px)
{
	.block_Cases .desktop_2 {margin: 75px 0px 0px 5%;}

.menu_contact {top: 80vw;}
footer .next {font-size: 30px;}
.menu_project {margin-top: -70px ;}
.sub_block_Cases {width: 100%;margin: 0 0% 0 0%;}
.block_Cases .desktop {width: 365px;}
}



@media only screen and (max-width: 475px)
{
	
	.text p {font-size: 17px;}
/*	.menu_project{top: 330px !important;}*/
/*		.cases_container {margin: -400px 12.5% 0 12.5%;}*/
}
@media only screen and (max-width: 460px)
{
	footer div {display: inline-block;}
	footer p {display: inline-block; float: left; margin: 0 0 15px 15px;}
	.block_Design_shots .shot_1 img{margin: 0% 0 0 0%;}
	.cases_container .desktop {margin: 0px auto;}
}
@media only screen and (max-width: 400px)
{
	.block_Cases .desktop {width: 300px;}
	.block_Cases .desktop video { width: 300px;}
	.Foldout_menu_text{font-size: 12vw;}
	.bot a:last-child { left: 30px;margin: 46px 0 0 0px;}
	footer .next {font-size: 26px;}
	.block_Cases .desktop .video_2de {display: none;}
	.block_Cases .big_a {width: 95%;}
	.cases_container .desktop {margin: 20px auto; height: auto;}
}
@media only screen and (max-width: 347px)
{
		.Foldout_menu_text{font-size: 13vw;}
}
@media only screen and (max-width: 375px)
{
		.menu_project {margin-top: -90px ;}
}