html{
}

body{
	height:100%;
	margin:0;
	font-family: 'Open Sans' sans-serif;
	color: #fff;
}


.container{
	height:100vh;
	background-size: cover;
    background-position: center;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    
}

.hold-text{
	width:100%;
	text-align: center;
	padding-top:50px;
}


h1{
	font-weight: 300;
	margin-top:0;
}

h2{
	margin-top:0;
	font-weight: 300;
}

p{
	padding:0px 5px;
	font-weight: 300;
}

.social{
	background: rgba(0,0,0,0.8);
	margin-top:100px;
	text-align: center;
	padding-top: 20px;
}

a{
	display: inline-block;
	text-align: center;
	margin-bottom:20px;
}