/***
 * css/main.css
 ***/

/* Sidebar menu */

.topnav {
	background-color: #333;
	overflow: hidden;
}

.topnav a {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	background-color: #ddd;
	color: black;
}

.topnav a.active {
	background-color: #04AA6D;
	color: white;
}

body, html {
	height: 100%
}

.hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("banner.jpg");
	height: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}

.main {
	margin-left: 160px;
	padding: 0px 10px;
	background-color: #1E1E1E;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a{font-size: 18px;}
}

body {
	font-family: sans-serif;
	background-color: #1E1E1E;
}

code {
	font-family: monospace;
	background-color: black;
	border-left-style: solid;
	border-left-width: 4px;
	border-radius: 2px;
	padding: 2px;
	color: white;
}

/* h2 {
	border-left-style: solid;
	border-color: #4a86e8ff;
	padding-left: 4px;
	border-width: 8px;
	border-radius: 5px;
	color: white;
} */

button {
	font-size: 24px;
	border-style: none;
	border-left-style: solid;
	border-width: 8px;
	padding: 12px 28px;
	border-color: #4a86e8ff;
	border-radius: 5px;
	background-color: #2C2C2C;
	color: white;
}

hr.dotted {
	border-top: 3px dotted #bbb;
}

p {
	color: white;
}

strong {
		color: white;
}

i {
	color: white;
}
