@charset "utf-8";
/* CSS Document */

body {
	background-image: url("../images/deeprockgalactic-blogroll-1589575291890_160w.png");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

h1,h2 {text-align: center;}

h1 {font-family: "Bebas Neue", serif;
	font-weight: 400;
	font-style: normal;
	height: 60px;
	padding: 60px;
	font-size: 70px;
	color: #FFF00C;
	background-color: #000000;
	border-bottom: 1.5px solid #F09301;
}

h2 {height: 45px;
	padding-top: 22px;
	padding-bottom: 14px}

main,nav,footer,button {font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
}

nav {text-align: center;
	background-color: #000000;
	height: 20px;
	padding: 20px}

nav a {text-decoration: none;
	color: #F09301;
	margin: 0 15px;
	position: relative;
}

nav a::after { content: "|";
	margin-left: 30px;
	color: #F09301}

nav a:last-child::after {content:"";}

nav a:hover {color: #FFFFFF}

nav a:visited {color: #0091AD}

#wrapper {width: 100%;}

hr {background-color: #FFF00C;
	border: 0;
	height: 1px;
	width: 900px;
}

button {position: absolute;
	right: 160px;
	top: 43px;
	padding: 30px 50px;
	background-color: #000000;
	cursor: pointer;
	border-radius: 10px;
	border-width: 3px;
	border-style: solid;
	border-color: #F09301;
	font-size: 15px;
	font-weight: 700;
	color: #F09301;}

landingbutton {position: absolute;
	right: 200px;
	top: 200px;
	padding: 30px 50px;
	background-color: #000000;
	cursor: pointer;
	border-radius: 10px;
	border-color: #F09301;
	font-size: 15px;
	font-weight: 700;
	color: #F09301;}

landingbutton:hover,button:hover {color: #FFFFFF;
	border-color: #FFFFFF}



img {display: block;
	margin: 0;
	padding: 0;
	background: none;
	max-width: 100%;
}

.logo {position: absolute;
	left: 160px;
	top: -4px;}

main {max-width: 85%;
	margin: 0 auto;
	border: 1.5px solid;
	border-color: #F09301;
	background-color: #674B3D;
	color: #FFFFFF;
	flex-direction: column
}

.section {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.text {width: 65%;}

.text p {padding-left: 40px;
	padding-right: 0px}

.image {width: 35%;}

.reverse {flex-direction: row-reverse}

.reverse .text {padding-right: 40px}

.reverse .text p {padding-left: 0px;
	padding-right: 40px}

.reverse .image {padding-left: 40px}

h2 {background-color: #0091AD;
	font-size: 30px;
	font-family: "Bebas Neue", serif;
	color: #FFFFFF}

p {font-weight: 700;
	line-height: 1.5;;
	padding: 40px
}

p a {text-decoration: none;
	color: #F09301;
	}

p a:hover {color: #FFF00C}

p a:visited {color: #0091AD;}

footer {text-align: center;
	background: #000000;
	color: #FFFFFF;
	min-height:20px;
	padding: 20px}

footer a {color: #FFFFFF;
	text-decoration: none;}

footer a:hover {color: #F09301}

footer a:visited {color: #0091AD}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropbutton {
	color: #F09301;
	text-decoration: none;
	margin: 0 15px;
	position: relative;
	cursor: pointer;
	pointer-events: none;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #000000; 
	min-width: 160px; 
	box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
	z-index: 1;
	top: 100%;
	left: 50%;
	transform: translateX(-50%)
}

.dropdown-content a {
	color: #F09301; 
	padding: 12px 16px;
	text-decoration: none;
	display: block; 
	text-align: left;
	background-color: #000000;
}

.dropdown-content a:hover {
	background-color: #333333; 
	color: #FFFFFF;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbutton {
	color: #FFFFFF; 
}
