

body{
	color: white;
	background-color:#000;
	text-align: center;
font-family: 'Catamaran', sans-serif;
	font-weight: 500;
}

.full-banner{
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-image: url(../img/bg-2.jpg);
	position: relative;
	
}

.full-banner h1{
margin: 0;	
}

a{
color: white;
	text-decoration: underline;
	transition: all 0.2s linear;
}
a:hover{
	color: white;
	letter-spacing: 1px;
}

.bottom-text{
position: absolute;
	bottom: 50px;
	width: 100%;
	color: white;
	font-weight: 900;
}

h1{
		font-size: 76px;
	font-weight: 900;
margin: 50px 30px;
}

h2{
		font-weight: 900;
text-transform: uppercase;
}

.past-date{
text-decoration: line-through;	
}
.social-icons{
position: absolute;
	top: 20px;
	right: 20px;

}

.social-icons img{
	height: 15px;
	padding-right: 8px;
}
.mrg-100{
margin: 100px 0;	
}

.site-footer{
margin-bottom: 20px;	
	margin-top: 50px;
}

@media screen and (max-width: 768px){
	h1{
font-size: 46px;
	}
	
	.mrg-100{
	margin-top: 20px;	
	}
	.site-footer .text-right{
	text-align: center !important;	
	}
	.site-footer .text-left{
	text-align: center !important;	
	}
}