/* Montserrat from google fonts */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/* general styles */
html, body{
	overflow: hidden;
	font-family: 'Montserrat', sans-serif; background:#ffffff;
}


/* main content */

.content{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	z-index: 3;
	color:#000000;
	text-align: center;
}


.logo{

		max-width: 300px;
		margin-top:45px;
}


h2{
	text-transform: uppercase;
	margin-top:20px;
	margin-bottom: 40px;
	font-size: 15px;
	font-weight: bold;
	padding:0 20px;
}








/* desktop styles */

@media only screen and (min-width: 768px) {
	.borders{
    	border:30px solid #fff;
  	}
	.logo{
		max-width: 400px;
		margin-top:100px;
	}
  	h2{
  		margin-top:20px;
		font-size:30px;
		line-height: 40px;
		margin-bottom: 60px;
  	}
