/*
-------------------
Fonts
-------------------
*/

@font-face {
	font-family: 'Monda';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/monda.woff') format('woff');
}

/*
-------------------
Body and main tags
-------------------
*/

body {
	background: #5192C6;
	font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
	min-width: 1140px;
	color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Monda';
}

a {
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 4px 0 4px 4px;
	padding: 4px 8px;
}

a:hover {
	background: rgba(255, 255, 255, 0.55);
}

a.noBG {
	border: none;
	background: rgba(0, 0, 0, 0);
	padding: 0;
}

ul {
	line-height: 30px;
	list-style-type: square;
	padding: 0 20px;
}

li {
	margin: 15px 0;
}

hr {
	height: 6px;
	border-radius: 2px 0 2px 2px;
	margin: 20px 0;
	background: rgba(255, 255, 255, 0.35);
	border: none;
}

div#top {
	margin: 0 auto;
	width: 1140px;
}

/*
-------------------
Bubble
-------------------
*/

div#left {
	float: left;
	width: 350px;
}

div.bubble {
	width: 350px;
	height: 350px;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 15px 0 15px 15px;
	margin: 17px 0 0 0;
	box-shadow: 12px 12px rgba(255, 255, 255, 0.3);
	padding: 20px;
	text-align: center;
	color: #000;
	font-family: 'Monda';
}

div.bubble:after {
	content: attr(data-content);
	color: #FFF;
	font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 11px;
	display: block;
	border-radius: 0 0 15px 15px;
	background: rgba(255, 150, 100, 0.85);
	font-weight: bold;
	width: 390px;
	margin: 23px auto 0 auto;
	position: relative;
	right: 20px;
	padding: 5px 0;
}

img.logo {
	width: 192px;
	margin: 0 auto;
	display: block;
	image-rendering: optimizeSpeed;
}

div.bubble h1 {
	margin: 0;
}

div.bubble p {
	margin: 0 0 12px 0;
}

a#downloadButton {
	padding: 2px 6px;
	border-radius: 6px 0 6px 6px;
	background: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	color: #61A2F5;
	font-size: 26px;
	box-shadow: 4px 4px #A2C8F7;
}

a#downloadButton:hover {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 4px 4px #A9D5FF;
}

a#downloadButon:active {
	box-shadow: inset 4px 4px #A9D5FF;
}

/*
-------------------
Main description
-------------------
*/

div.mainDescription {
	float: left;
	margin: 10px 0 40px 140px;
	width: 650px;
}

div.mainDescription h1 {
	font-size: 28px;
	margin-top: 0;
}

div.mainDescription p {
	line-height: 25px;
}

span.tiny {
	margin-top: 10px;
	display: block;
	font-size: 12px;
	line-height: 20px;
}

div.smallBubble {
	width: 350px;
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 7px 7px rgba(255, 255, 255, 0.2);
	border-radius: 5px 0 5px 5px;
	display: inline-block;
	margin: 30px 0 0 0;
}

div.smallBubble h1 {
	margin: 5px 0;
	font-size: 16px;
}

div.smallBubble a {
	line-height: 40px;
	margin-right: 10px;
	word-break: keep-all;
	font-size: 18px;
}

div.smallBubble a.platform {
	font-size: 15px;
}

div.smallBubble img {
	height: 16px;
	width: auto;
	vertical-align: -3px;
}

div.warnings {
	background: rgba(255, 150, 100, 0.85);
	opacity: 0.95;
	padding: 10px;
	line-height: 25px;
	border-radius: 10px 0 10px 10px;
	font-size: 14px;
	height: 53px;
	overflow: hidden;
	margin-top: 35px;
}

/*
-------------------
Bottom links
-------------------
*/

div#bottomLinks {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

div#bottomLinks a {
	padding: 0;
	margin-right: 18px;
	background: none;
}

div#bottomLinks a:hover {
	text-decoration: underline;
}

div#bottom {
	font-size: 11px;
	font-weight: bold;
}