@charset "utf-8";
/* CSS Document */


@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

html { 
  background: url("images/BMM_wave_bg.png") no-repeat center bottom fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	text-align: left;
	margin: 0 auto;
	background:center top no-repeat;
	background-color:#fff;
}


#contents {
	position:absolute;
	z-index:1;
	margin:0 auto;
	width:100%;
	top: 0;
}

#wrapper{
	margin: 0 auto;
	width: 400px;
	padding-top:60px;
	top: 0;
}
	
	#main_info {
		text-align: left;
		width: 400px;
		height: auto;
	}
	
	h1 {
		color: #f6d00e;
		padding:0;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 50px;
		font-weight:normal;
		text-align: center;
		margin-top:30px;
		margin-bottom:30px;
	}
	
	h3 {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight:700;
		font-size: 50px;
		line-height: 50px;
		display:inline;
		margin:0 auto;
		color: #68a6dc;
	}
	
	p {
		color: #353436;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight:400;
		font-size: 18px;
		line-height: 21px;
		display:inline;
		text-transform:uppercase;
	}
	
	#contact {
		width: 350px;
		padding-top:70px;
		text-align:center;
		margin:0 auto;
		padding-bottom: 40px;
		border-bottom: thin solid #353436;
	}
	
	#services {
		padding-top:40px;
		text-align:center; 
		margin:0 auto;
		padding-bottom:50px;
	}



a.link {
	color: #353436;
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size: 22px;
	line-height: 26px;
	text-decoration:none;
	display:inline;
}

a.link:hover {
	color: #bbe0f9;
	text-decoration:none;
}

a.link:active {
	color: #353436;
}