body {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5vmax;
  	@media only screen and (orientation: portrait) {
		font-size: 2.5vmax;
		margin-left: 2vw;
	}
	color: #333;
	background-color: #FFF;
}

.black {
	font-family: diavlo, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	color: #333
}

.tickblack {
	font-family: diavlo, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #333
}

.ticknorm {
	font-family: diavlo, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333;
}



/* CONTAINERS
- - - - - - - - - - - - - - - - - */

#container {
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
  	@media only screen and (orientation: portrait) {
	margin-top: 10px;
	}
}


#content {
	width: 1002px;
	height: 700px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	visibility: visible;
}

#title {
	display: flex;
	padding: 10px 2px 3px 2px;
	border-bottom: 2px solid #333;
	font-family: diavlo, Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 2.5vmax;
	letter-spacing: 0.1em;
	color: #333;
	float: left;
  	@media only screen and (orientation: portrait) {
		font-size: 3.5vmax;
		margin-bottom: 20px;
	}
}
	
#box {
  	@media only screen and (orientation: landscape) {
		margin-bottom: 30px;
		float: right;
	}
  	@media only screen and (orientation: portrait) {
		margin-bottom: 10px;
		display: flex;
		width: 80vw;
		clear: both;
	}
}

#mobile {
	font-size: 2vmax;
	line-height: 1.35em;
	padding-left: 25px;
  	@media only screen and (orientation: landscape) {
		display: none;
	}
}

#mobile a:link {
	color: #333;
}

#mobile a:hover {
	color: #999;
}

#mobile a:visited {
	color: #CCC;
}


#insta {
  	@media only screen and (orientation: portrait) {
		display: none;
	}
	padding-right: 45px;
	height: 40px;
	text-align: left;
	float: left;
}

#insta img {
	margin-left: 10px;
	height: 37px;
}

#vimeo {
  	@media only screen and (orientation: portrait) {
		display: none;
	}
	margin-left: 20px;
	padding-right: 45px;
	height: 40px;
	text-align: left;
	float: left;
}

#vimeo img {
	width: 86px;
}

#doc {
  	@media only screen and (orientation: portrait) {
		display: none;
	}
	margin-left: 20px;
	padding-right: 45px;
	padding-left: 5px;
	float: left;
}

#post {
  	@media only screen and (orientation: portrait) {
		display: none;
	}
	margin-right: 20px;
	padding-top: 17px;
	padding-right: 3px;
	padding-left: 3px;
	margin-left: 20px;
	float: right;
}

#pict {
	border: 1px solid #333;
  	@media only screen and (orientation: portrait) {
		height: 60vh;
		width: 96vw;
 		overflow: hidden;
		/* Magic */
		display: flex;
		align-items: center; /* vertical */
		justify-content: center; /* horizontal */
	}
	clear: both
}

#pict img {
  	@media only screen and (orientation: portrait) {
		height: 60vh;
		width: auto;
		left: -48vw;
	}
}

#footer {
	margin-top: 20px;
}

#arrb {
  	@media only screen and (orientation: portrait) {
		display: none;
	}
	width:50px;
	padding-left: 2px;
	float: left
}

#didascalia {
	margin-left: 15px;
	width: 850px;
  	@media only screen and (orientation: portrait) {
		font-size: 2vmax;
		margin-left: 5px;
		width: 90vw;
	}
	font-family: diavlo, Helvetica, Arial, sans-serif;
	line-height: 1.35em;
	font-weight: 300;
	font-style: normal;
	color: #333;
	float: left
}

#arrf {
  	@media only screen and (orientation: portrait) {
		display: none;
	}
	padding-right: 2px;
	float: right
}