/* BODY FORMATTING */

body {
	/*background-image: url('https://i.imgur.com/cMRgWXI.png');*/
	background-image: url('https://i.imgur.com/x8cLpVV.png');
	background-color: rgba(0,0,0,0.9)!important;
	background-position: top center;
	background-size: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Calibri', sans-serif;
}
.container {
	color: white!important;
	margin-top: 50px!important;
}
.container a {
	color: white!important;
	text-decoration: underline!important;
}
.container a:hover {
	color: #cccccc!important;
}
.container h4 {
	text-decoration: underline!important;
	font-family: 'Merienda', cursive!important;
	text-align: center!important;
}
.row {
	background:rgba(0,0,0,0.8);
	margin-bottom: 50px;
	padding-top: 5px;
}
h1 > img {
	margin: 0 10px 0 10px;
}
.exPic {
	margin-bottom: 15px;
	border-radius: 3px;
}

/* MENU FORMATTING */
.navbar-inverse {
	background-color: rgba(0,0,0,0.7);
}
.navbar {
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.dropdown-menu .dropdown-item {
	padding-top: 2px;
	padding-bottom: 2px;
}


/* HEADER FORMATTING */
.jumbotron {
	background:rgba(0,0,0,0.7)!important;
	color: white;
	margin-bottom: 0!important;
	padding-top: 2rem!important;
	padding-bottom: 2rem!important;
}
.jumbotron h1 {
	font-family: 'Merienda', cursive;
	margin-bottom: 0;
	padding-top: 10px;
}

.jumbotron h4 {
	font-family: 'Cinzel', serif;
	margin-top: 0;
}

.jumbotron h1 img {margin: 0;padding:0;}
.jumbotron  {
	padding: 5px 0 40px 5px;
	margin-bottom: 0px;
	background:rgba(3,27,77,1);
	color: white;
}
.jumbotron img {/*float: left; */padding-right: 10px;}
.discord {
	color: #7289DA;
	font-size: 1.5em;
	transition: ease 0.5s;
	text-decoration: none;
}
.discord:hover {
	color: #99AAB5;
	text-decoration: none;
	transition: ease 0.5s;
}