body{
	background-color:black;
	color:#fff;
	font-family: "Schibsted Grotesk", sans-serif;
	margin: 0;
}

/* Headings */

h1, h2, h3, h4, h5{
	font-family: "Schibsted Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	padding:0;
	margin:0;
}

h1{
	font-size:15px;
}

h2{
	font-size:60px;
	font-style: oblique;
	font-weight: 900;
	word-spacing: 10px;
	filter: drop-shadow(2px 2px 0 red) drop-shadow(4px 4px 0px darkred);
	letter-spacing:2px;
}

/* Links */

a{
	color:#fff;

}

#header a{
	font-size:20px;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: 1px;
}

.header_nav a{
	color:#000;
}

/* IDs */

#header_container, #banner_container{
	max-width:1200px;
	margin:0 auto;
}

#header{
	padding:25px 0px;
}

#header_container{
	display:flex;
	flex-direction:row;
	align-items: center;
	justify-content: center;
	gap:25px;
}

.header_nav{
	background-color: #fff;
	padding:5px 10px;
	filter: drop-shadow(2px 2px 0 red) drop-shadow(4px 4px 0px darkred);
}

#banner{
	background-image: url('images/gasbw.png');
	background-size: cover;
	background-position: center;
	padding:200px 0px;
}

#banner_container{
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:10px;
}

#banner_2{
	text-align: center;
}

/* Mobile Styles */

@media only screen and (max-width: 1200px) {
  #header_container{
	display:flex;
	flex-direction: column;
	gap:15px;
	}
}