*
{
	margin: 0;
	padding: 0;
}

body{
	background-image:url(unknown.jpg);
	height: 100vh;
	background-position: center;
	background-size: cover;
	font-family: Lato;
	font-weight: 400;
}
.start{
    height: 100vh;
    background-size: cover;
	background-position: center;
    margin-top: 50px;
}
header
{

	height: 100vh;

}
.row{
    background: rgba(0,0,0,.7);
    height: 85px;
}
header nav
{
	float: right; 
	margin-top: 20px;
	margin-right: 30px;	
}
header ul
{
	margin-top: 22px;
	margin-right: 100px;
}
header li
{
	display: inline-block;
	text-decoration: none;

}

header li a
{
	font-family: Lato;
	font-weight: 400;
	font-size: 25px;
	color: crimson;
	text-decoration: none;
    text-decoration-style: wavy;
    padding: 5px 20px;

}

header li.active a
{
    border: 1.5px solid Crimson;
    border-radius: 3px;
    background-color: black;
 
}

header li:hover 
{
	border: 1.5px solid Crimson;
    border-radius: 3px;
	background-color: black;


}

.logo

{
	margin-left: 40px;
    width: 150px;
    height: auto;

} 

body
{
	font-family: Lato;
	font-weight: 400;

}


.hero
{
	position: absolute;
	width: 1200px;
	margin-left: 12;
	margin-top: 0;
	float: center;
	text-align: center;
}

h1
{
	color: aliceblue;
	text-transform: uppercase;
	font-size: 50px;
	text-align: center;
	margin-top: 233px;
	margin-left: 290px;
	float: center;
}

.button
{
	margin-top: 30px;
	margin-left: 280px;
}

.btn
{
	border: 1px solid white;
	padding: 10px 30px;
	color: white;
	text-decoration: none;
	margin-right: 5px;
	font-size: 15px;
	text-transform: uppercase;
}

.btn-one
{
	background-color: black;
	font-family:  Lato;
	font-weight: 400;
}

.btn-two
{
	background-color: black;
	font-family: Lato;
	font-weight: 400;
}

.btn-one:hover
{
	background-color: Red;
	transition: all 0.5s ease-in;
}

.btn-two:hover
{
	background-color: Red;
	transition: all 0.5s ease-in;
}

.audio
{
	font-size: 10px;
	text-align: left;
	float: left;
	visibility: hidden;

}


