/* CSS Styles for ww.blackboxmelbourne.com*/

body {
	background-color: #121210;
	padding-top: 60px;
	padding-bottom: 60px;
	width: 100%;
	margin: 0;
}

/*///////////// TYPOGRAPHY ////////////*/
/*--------=-------ENGLISH--------------*/
/* Currently Google font 'Roboto' */
body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
/*//// International Font Selection ////*/
/*-----------------CHINA----------------*/
/* Add name of Chinese character font to be displayed on China page only */
:lang(zh) {
	font-family: Helvetica, Arial, sans-serif;
}
/*-----------------ITALY----------------*/
/* Add name of extended latin font to be displayed on Italy page only */
:lang(it) {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
/*//////////////////////////////////////*/


/*///////////// GENERAL ////////////*/
/*------------Links & hover---------*/
a {
	color: #FFFFFF;
	font-weight: 100;
	text-decoration: none;
}
a:hover {
	background-color: #FFFFFF;
	color: #121210;
	text-decoration: none;
	font-weight: 400;
}
/*---------------Other-------------*/
h3 {
	font-size: 14px;
	font-weight: 200;
}
/*------------Containers------------*/
.center {
	width: 80%;
	margin: auto;
}
.content {
	padding-left: 5%;
	padding-right: 0%; 
	display: inline-block;
}
#header {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}
.title-section, .text-content, p, body {
	color: #FFFFFF;
}
.title-section {
	display: inline-block;
}
.title-section h1 {
	margin-bottom: 5px;
	margin-top: 0px;
}
.title-section h2 {
	margin-top: 5px;
	font-weight: 300;
}
.presented-by {
	margin-top: 80px;
	margin-left: 10%;
	margin-bottom: 40px;
}
.presented-by img {
	height: 70px;
	margin-right: 40px;
	display: inline-block;
}
.app-link {
	width: 30%;
	clear: both;
	display: inline-block;
}
.language-select {
	min-width: 30%;
	vertical-align: top;
	text-align: right;
	display: inline-block;
	float: right;
	font-size: 14px;
}
.download {
	vertical-align: bottom;
	min-width: 270px;
	font-size: 18px;
	margin-top: 70px;
}
.square-tiles {
	width: 100%;
	padding-bottom: 40px;
	border-bottom: 1px solid;
}
.square-tiles img {
	width: 10.8%;
	margin: 0.7%;
	display: inline-block;
}
.square-tiles img:first-child  {
	margin-left: 0px;
}

.text-content {
	width: 85%;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-left: 10%;
	height: auto;
	text-align: left;
	display: inline-block;
}
.body-text {
	width: 60%;
	min-width: 330px;
	margin-left: 12%;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 200;
	display: inline-block;
	float: left;
	color: #FFFFFF;
}
.body-text strong {
	font-weight: 400;
}
.body-text p {
	margin-top: 0px;
}
.details-section {
	width: 25%;
	min-width: 200px;
	margin: 0;
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: 100;
	line-height: 1.7;
}
.details-section p {
	margin-top: 0px;
	font-size: 16px;
}
.details-text {
	margin-bottom: 20px;
	color: #FFFFFF;
	border-bottom: 1px solid;
}
.partners img {
	height: 60px;
}
.image-content {
	width: 100%;
	margin: auto;	
}
.image-content img {
	width: 100%;
	margin-bottom: 30px;
}
.links {
	margin-top: 20px;
	border-top: solid 1px;
}
.links img {
	height: 50px;
	margin-right: 30px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.links a:hover {
	background-color: #121210;
	opacity: 0.8;
}
#title {
	font-weight: 200;
	font-size: 100px;
	text-indent: -8px;
}
#title strong {
	font-weight: 400;
}
#title-caption {
	font-size: 20px;
	font-weight: 100;
}
