/*FONTS*/
@font-face {
	font-family: 'arquitectathin';
	src: url('fonts/latinotype_-_arquitecta-thin-webfont.woff2') format('woff2'), url('fonts/latinotype_-_arquitecta-thin-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Book';
	src: url('fonts/Gotham-Book_gdi.eot');
	src: url('fonts/Gotham-Book_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Book_gdi.woff') format('woff'), url('fonts/Gotham-Book_gdi.ttf') format('truetype'), url('fonts/Gotham-Book_gdi.svg#Gotham-Book') format('svg');
	font-weight: 325;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-2212;
}
@font-face {
	font-family: 'Gotham-Medium';
	src: url('fonts/Gotham-Medium_gdi.eot');
	src: url('fonts/Gotham-Medium_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Medium_gdi.woff') format('woff'), url('fonts/Gotham-Medium_gdi.ttf') format('truetype'), url('fonts/Gotham-Medium_gdi.otf') format('opentype'), url('fonts/Gotham-Medium_gdi.svg#Gotham-Medium') format('svg');
	font-weight: 350;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-2212;
}
/*TYPO*/
br {
	content: "";
	display: block;
	margin: 2px 0;
}
a {
	color: white;
	text-decoration: none;
}
p {
	font-family: 'Gotham-Book';
	color: #e9eaea;
	font-size: 14px;
	line-height: 17px;
	margin-top: -7px;
	letter-spacing: -0.02em;
	width: 640px;
}
arquite {
	font-family: 'arquitectathin';
	color: white;
	font-size: 18px;
	margin: 0;
	display: inline;
}
#board {
	width:318px;
	height:27px;
	margin: 10px 0 52px 1px;
	background-image: url(img/boardingpalace.png);
	background-repeat: no-repeat;
	
}
body {
	margin: 0;
background-color:black;
}
/*ELEMENTS*/
#textbox {
	position: fixed;
	bottom: 57px;
	right: 62px;
	height: 446px;
	width: 640px;
	padding: 38px 60px 45px 60px;
	background: rgba(0,0,0,0.85);
	text-align: justify;
}
#logobox {
	position: fixed;
	height: 75px;
	width: 96px;
	bottom: 99px;
	right: 122px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
}
#blockspace1 {
	height: 31px;
	margin: 0;
}
#blockspace2 {
	height: 44px;
	margin: 0;
}
#blockspace3 {
	height: 3px;
	margin: 0;
}


/*MEDIA-QUERIES*/

 @media screen and (max-width: 960px) {
#textbox {
	width: 360px;
	height: 570px !important;
	bottom: 30px !important;
	right: 30px !important;
	padding: 30px;
}
#logobox {
	bottom: 50px!important;
	right: 62px!important;
}
p {
	font-size: 12px;
	width: 357px;
}
h3 {
	font-size: 32px;
}

arquite {
	
	font-size: 14px;
	
}

}
 @media screen and (max-height: 600px)  and (orientation:landscape){
p {
	font-size: 12px;
width:auto;
}
h3 {
	font-size: 32px;
}

arquite {
	
	font-size: 14px;
	
}

#logobox {
	position:relative;
left: 82%;
bottom:92px;
	
}
#textbox {
	
    position: relative;
    right: 0;
top:0;
bottom:0;
left:0;
margin: 0 auto;
    height: 100%;
    width:60%;
   padding: 30px;
}
}
