@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Slab');

html {
	font-family: 'Roboto Slab', serif;
	color: #fff;
}
body {
	margin: 0;
	padding: 0;
}
.bg-blur {
	width: 100vw;
	height: 100vh;
	filter: blur(10px);
	background: url(../img/bg.jpeg);
	background-size: 100vw;
	position: fixed;
	z-index: -1;
	top: 0;
	
}
.bg-trans {
	background: rgba(1,0,0,0.5);
}
#wrapper {
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
}

a {
	color: #32b9f6;
	text-decoration: none;
	transition: .5s;
}
a:hover {
	color:#79D5FF; 
}
.b-msg {
	text-align: center;
	margin-top: 18%;
}
.social-footer {
	border-top: 1px solid rgba(255,255,255,0.2);
	text-align: center;
	font-size: 2em;
	width: 80%;
	position: fixed;
	bottom: 20px;
	margin: 5% 10% 0;
}

h1 {
	font-size: 3em;
}

.fa-twitter {
	color: #fff;
	transition: .5s;
}

.fa-twitter:hover {
	color: #1da1f2;
}

@media screen and (max-width: 450px) {
	h1 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1em;
	}
}
