body{
	border-top: 8px solid #fff;
	background: #3498db url(/img/bg.png);
	font-size: 20px;
}

h1 {font-size:72px;font-weight:800;}

a {
	color: #fff;
	border-bottom: 3px solid #fff;
	padding: 0 0 3px 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
    }
   
a:hover {
	color:#ccc;
	border-bottom: 3px solid #ccc;
	text-decoration: none;
}

a:active {
	color:#ccc;
	border-bottom: 3px solid #ccc;
	text-decoration: none;
}

::selection {
    color: #3498db; 
    background: rgba(255, 255, 255, 1.0);
}
    
.btn{
	padding: 16px 16px;
	font-size: 18px;
	margin: 10px 0 10px 0;
}

.btn-primary {
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, 0.0);
}

.btn-primary:hover {
	border: 3px solid #fff;
	background-color: rgba(255, 255, 255, 0.2);
}
.btn-primary:active {
	border: 3px solid #fff;
	background-color: rgba(255, 255, 255, 0.2);
}

.well {
	background-color: rgba(0, 0, 0, 0.1);
}

#footer{
	font-size: 18px;
}

p {
margin: 10px 0 15px;
}