	/* pute default CSS */

	@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700,800,900');

	*
	{
	box-sizing:border-box;
	}

	html,body
	{
	height: 100%;
	}

	body
	{
	background-color: #ffffff;
	margin: 0px auto;
	font-family: 'Nunito Sans', sans-serif;
	line-height: 1.8em;
	font-size: 18px;
	font-weight: 500;
	}
	
	body.cover
	{
   color:#708090;
   font-weight: 500;
	background: cover;
	margin: 0px auto;
	}

	#wrapper
	{
	width: 100%;
	position: relative;
	height: 100%;
   }

	#left
	{
	width: 17%;
	padding-left:30px;
	float: left;
	height: auto;
	background-image: url("../images/header-black-and-lights-1200x340.jpg");
	background-position: center center;
	}

	h1
	{
	color: #ffffff;
	background-image: url("../images/header-black-and-lights-1200x340.jpg");
	background-position: top center;
	font-size: 70px;
	font-weight: 700;
	padding: 98px;
	margin: 0px;
	width: 100%;
	text-align: center;
	line-height: 50px;
	}

	h2
	{
	color: silver;
	font-size: 30px;
	font-weight: 500;
	margin:20px 20px 40px 20px;
	padding:20px;
	text-align: center;
	width:auto;
	}

	#frontpage 
	{
	width: 100%;
	height: 1600px;
	background-image: url("../images/istanbul-berlin.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: bottom center;
   }
   
   #vertical 
   {
   width: 20%;
   height: 1600px;
   background-color: rgba(255,255,255, 0.3);
   }
   
   h3
	{
	display: block;
	position: absolute;
	left: -565px;
	top: 700px;
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 0px 0px;	
	font-size: 180px;
	letter-spacing: 20px;
   color:#ECF20A;
   line-height: 1em;
   font-weight: 700;
	transform: rotate(270deg);
	}
	
	#expo
	{
	display: block;
	position: absolute;
	right: 90px;
	top: 118px;
	padding: 0px;
	margin: 0px 0px 0px 80px;	
	font-size: 50px;
	font-weight: 700;
	line-height: 1em;
   color:#ECF20A;
	}
	
	#flyerbox
	{
	width: 100%;
	position: relative;
	height: 100%;
   margin: 5% 0 0 12%; 
   }

	#colleft
	{
	width: 50%;
	float: left;
	height: auto;
	}
	
	#colright
	{
	width: 50%;
	float: right;
	height: auto;
	}
	
	#link
	{
	display: block;
	position: absolute;
	right: 5px;
	top: 1369px;
	/*background-color: rgba(209,206,187,0.8); */
   color:#ECF20A;
   padding: 10px;
	}
	
	#expo span
	{
	display: block;
	color: #F0EEBE;
	font-size: 100px;
	text-align: left;
	margin-left:12%;
	line-height: 100px;
	}
	
	ol.circle
	{
	border: 2px solid #ffffff;
	border-radius: 50%;
	height: 210px;
	width: 210px;
	list-style-type: none;
	padding-top: 22px;
	font-weight: 500;
	}

	ul
	{
	list-style-type: none;
	padding-left: 0px;
	}

	li
	{
	padding-left: 0px;
			
	}

	#right
	{
	width: 80%;
	height: auto;
	float: right;
	font-size: 18px;
	}
	
	#spinbox 
	{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	clear:both;
	width:350px;
	height:350px;
	margin-top: 20px;
	background-color: #ffffff;
	}
	
	.rotation {
  	margin-top: 70px;
	margin-left: 20px;
	display: inline-block;
	width: 85%;
	animation-name: spin;
	-webkit-animation:spin 6s linear infinite;
	-moz-animation:spin 6s linear infinite;
	animation:spin 6s linear infinite;
	}
	@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
	@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
	@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

	#blockbox
	{
	margin:10px 20px 40px 20px;
	padding:0px;
	text-align: left;
	width:auto;
	height:100%;
	position:relative;
	}

	#leftbox
	{
	width: 49%;
	height: auto;
   float:left;
	/*background-color: gold; */
	padding:0px;
	}

	#rightbox
	{
	width: 49%;
	height: auto;
   float:right;
	/*background-color: gold; */
	padding:0px;
	}

	#clear {
   clear: both;
	}

	/*
   #project-cover
	{
	margin:0px 0px;
	background:none;
	}
	*/
	
	/* image hover */
	  
	.image-holder {
  	position: relative;
	}

	.image-holder .text-content-1 {
  	background: rgba(0, 0, 0, 0);
  	color: #ffffff;
  	line-height: 100px;
  	text-align: center;
  	font-size: 54px;
  	font-weight: 700;
  	cursor: crosshair;
  	display: inline-block;
  	height: 100px;
  	width: 490px;
  	position: absolute;
  	left: 0;
  	top: 0;
  	/* do not display when not hover */
  
  	opacity: 0;
	}

	.image-holder:hover .text-content-1 {
  	opacity: 1;
	}

	.image-holder:hover .text-content-ald {
  	opacity: 1;
	}

	.image-holder .text-content-ald {
  	background: rgba(0, 0, 0, 0);
  	color: #ffffff;
  	line-height: 100px;
  	text-align: center;
  	font-size: 54px;
  	font-weight: 700;
  	cursor: crosshair;
  	display: inline-block;
  	height: 100px;
  	width: 490px;
  	position: absolute;
  	left: 0;
  	top: 0;
  	/* do not display when not hover */
  
  	opacity: 0;
	}
	
	/* end image hover */

   #description
	{
	margin:20px 20px 40px 20px;
	padding: 0px;
	text-align: left;
	color: #423C3C;
	}

	#photo-info
	{
	text-align: left;
	padding: 0px 0px 10px 0px;
	color: #423C3C;
	margin:0px 0px 0px 0px;
	}
	
	#fadeshow
	{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 100%;
	}

	#foot
	{
	color:#ffffff;
	clear: both;
	width: 100%;
	height: auto;
	text-align: right;
	margin: 20px;
	background-image: url("../images/header-black-and-lights-1200x340.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	}

	/* unvisited link */
	a:link
	{
	font-weight: 700;
	text-decoration: none;
	color: #ECF20A;
	background-color:#423C3C;
	}
	
	a:link.back
	{
	color: pink;
	text-decoration: none;
	}
	
	a:link.white
	{
	color: #ffffff;
	text-decoration: none;
	}
	
	a:link.yellow
	{
	color: #ECF20A;
	text-decoration: none;
	}
	
	span a:link.yellow
	{
	color: #ECF20A;
	text-decoration: none;
	}
	
	a:link.whitebackground
	{
	background-color: white;
	text-decoration: none;
	}
	/* visited link */
	a:visited
	{
	font-weight: 700;
	color: #ECF20A;
	}
	
	a:visited.back
	{
	color: pink;
	}
	
	a:visited.white
	{
	color: #ffffff;
	}
	
	a:visited.yellow
	{
	color: #ECF20A;
	}
	
	span a:visited.yellow
	{
	color: #ECF20A;
	}

	/* mouse over link */
	a:hover
	{
	font-style: italic;
	color: #ECF20A;
	  -webkit-transition-duration: 0.4s; /* Safari */
   transition-duration: 0.4s;
	}
	
	a:hover.back
	{
	color: red;
	  -webkit-transition-duration: 0.4s; /* Safari */
   transition-duration: 0.4s;
	}
	
	a:hover.white
	{
	color: #ffffff;
	  -webkit-transition-duration: 0.4s; /* Safari */
   transition-duration: 0.4s;
	}
	
	a:hover.yellow
	{
	color: #ECF20A;
	  -webkit-transition-duration: 0.4s; /* Safari */
   transition-duration: 0.4s;
	}

	/* selected link */

	a:active
	{
	font-weight: 700;
	color: #ECF20A;
	}
	
	a:active.back
	{
	color: #8cfa9d;
	}
	
	a:active.white
	{
	color: #ffffff;
	}
	
	a:active.yellow
	{
	color: #ECF20A;
	}

	a.bingo:link
	{
	font-weight: 700;
	}

	/* SPLITTING POINT */
	@media only screen and (max-device-width : 768px) 
		{
		#left
		{
		width: 100%;
		float: left;
		height: auto;
		background-position: center right;
		}

		#right
		{
		width: 100%;
		height: auto;
		float:left;
		}
		
		h1
		{
		font-size: 30px;
		padding: 30px;
		background-position: center center;
		}

		#rightbox
		{
		width: 100%;
		float:left;
		}

		#leftbox
		{
		width: 100%;
		float:left;
		}

		#colleft
		{
		width: 100%;
		float: left;
		}
	
		#colright
		{
		width: 100%;
		float: left;
		}
		
		#fadeshow
		{
		display: block;
  		margin-left: auto;
  		margin-right: auto;
  		width: 50%;
		}
		
		#frontpage 
		{
		height: 100%;
   	}
		
		#vertical 
   	{
   	height: 525px;
   	}
		
		h3
		{
		left: -194px;
		top: 230px;
		font-size:70px;
		letter-spacing: 1px;
		padding: 0px;
		}
		
		#expo
	   {
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		font-size: 15px;
		}
		
		#expo span {
    	color: #F0EA9E;
    	font-size: 20px;
      }
      
      #link {
    	top: 455px;
		}
		
		/* image hover */

		.image-holder .text-content-1 {
  		line-height: 30px;
  		text-align: left;
  		font-size: 20px;
  		height: 50px;
  		width: 130px;
		}

		.image-holder .text-content-ald {
  		line-height: 30px;
  		text-align: left;
  		font-size: 20px;
  		height: 50px;
  		width: 130px;
		}
	
		/* end image hover */
		
		}
