@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Abel);

#title {
	font-weight: 400;
	font-size: 190%;
	font-family: 'Oswald', san-serif;
    padding: 0.4em 1em;
	margin-top: -30px;
    color: #47a3da;
    display: inline-block;
}

#title img {
	position: relative;
	top: 30px;
}

#subtitle {
	font-weight: 700;
	font-size: 290%;
	font-family: 'Abel', san-serif;
    padding: 0em 0em;
    color: #47a3da;
    display: inline-block;
	position: relative;
	top: 15px;
}

#logo {
	/*background-image: url("NextProject_Mascot_web.png");
	background-repeat: no-repeat;*/
	background-size: 180px 130px;
	height: 130px;
	width: 180px;
	position: absolute;
	z-index:998;
	top: 0.6em;
	right: 0;
	padding-right: 15em;
}

#logo_arduino {
	background-repeat: no-repeat;*/
	background-size: 451px 287px;
	height: 287px;
	width: 451px;
	display: inline-block;
	position: relative;
	z-index:998;
	top: -7.5em;
	float: right;
	margin-right: 0em;
	overflow-x: hidden;
	overflow-y: hidden;
}

#logo_rpi {
	background-repeat: no-repeat;*/
	background-size: 300px 145px;
	height: 145px;
	width: 300px;
	display: inline-block;
	position: relative;
	z-index:998;
	top: -2.7em;
	float: right;
	margin-right: 0em;
	overflow-x: hidden;
	overflow-y: hidden;
}