/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* general styles */
html, body {
  height: 100%;
  width: 100%;
}

/* padded section */
.pad-section {
  padding: 66px 0;
}



#remo {
	background: url(http://i.imgur.com/ybLMvij.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #ffffff;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 200;
l	etter-spacing: 1.1px;
}

.btt {
	border:3px solid rgba(255,255,255,1);
	background:none;
	color:rgba(255,255,255,1);
	font-size:13px;
	padding:6px 17px;
}

.btt:hover {	
	border:3px solid rgba(255,255,255,1);
	background:rgba(255,255,255,1);
	color:rgba(0,0,0,0.9);
	font-size:13px;
	padding:6px 17px;
	
	
}

.btt:active {
	background:rgba(255,255,255,1);
	border:3px solid rgba(255,255,255,1);
}
	