@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap');

body{
	background-color:#000000;
	text-align: center;
	margin-top:50px;
	background-image:url('../images/mountains_bg.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
			}
			
.transbg{
	width:100%;
			}
			
.transbg img{opacity: 1;}			
.social{width:100%;text-align: center;}
.social img{margin-left:10px;}

h1{
    font-size:40px;
    font-family: "Lato", Sans-serif;
    color:white;
    text-shadow:0px 0px 10px #427AD6;
}

.headline{
    width:50%;
    margin:0 auto;
}

h2{
    font-size:20px;
    font-family: "Lato", Sans-serif;
    color:white;
    text-shadow:0px 0px 10px #427AD6;
}