body {
	background: #353535;
	background-size: cover;
	font-family: 'Open Sans';
	font-weight: 300;
}

#main {
	background: white url(IMG_0229.PNG) right no-repeat;
	background-size: 320px 180px;
	padding: 80px 20px 20px;
	margin-top: 120px;
}

@media only screen and (max-width : 992px) {
	#main {
		background: white;
		margin-top: 30px;
	}
}

#main h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #555;
	margin-bottom: 0;
}

#main h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #999;
	font-size: 18px;
	margin-top: 5px;
}

#main h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #555;
	margin-top: 5px;
}

#connect {
	margin-top: 60px;
}

input.form-control , input[type="submit"] , .btn {
	border-radius: 0px;
}

.btn {
	transition: all ease-in-out 0.2s;
}

.credits {
	margin-top: 100px;
	color: #999;
	font-size: 12px;
}

.credits a {
	color: inherit;
}

.white-panel{
    background-color: rgba(255,255, 255, 1);
    height:500px;
    position:absolute;
    top:-50px;
    width:50%;
    right:calc(50% - 50px);
    transition:.3s ease-in-out;
    z-index:0;
    box-shadow: 0 0 15px 9px #00000096;
}
