@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-image: url(../images-used/tile_background_2.jpg);
	font-family: Verdana, sans-serif;
}
a{
	text-decoration: none;	
}

#bullsflex {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}	
#bullsflex div {
	width: 45%;	
	text-align: center;
}

.wrapper {
	width: 53%;	
margin: auto;
}

header {
	width: 100%;	
}

header img {
	width: 100%;	
}

.sidebar {
	width: 100%;
	background-image: url(../images-used/nav_background.jpg);
}

.content {
	width: 80%;
	display: inline-block;
	background: #040000;
	vertical-align: top;
	-webkit-box-shadow: -7px 3px 6px 0px rgba(0,0,0,0.32);
-moz-box-shadow: -7px 3px 6px 0px rgba(0,0,0,0.32);
box-shadow: -7px 3px 6px 0px rgba(0,0,0,0.32);
}

.content h3, p, p a, h2, h3 a, h1{
	color: white;
	text-decoration: none;
}

.content ul, li{
	color: white;
	text-align: left;
	margin-left: 10%;
}


#video {
	width: 100%;
	height: 20vw;	
}


.content p a:hover {
	text-decoration: underline;	
}

nav img {
	margin-left: 8%;	
}

nav p {
	margin-left: 10px;	
	font-size: 18px;
}
/* Menu */

nav {
	width: 20%;
	float: left;
	display: inline-block;
}
nav ul {
	width: 100%;
	list-style: none;
	margin-left: 0;
	padding-left: 3px;
}

nav ul li {
	padding-top: 8px;
	padding-bottom: 8px;	
	padding-left: 5px;
}

nav ul li:hover {
	background-color: black;
}

nav ul li a {
	font-weight: 700;
	color: white;
	text-decoration: none;	
}

nav ul li a:hover {
	background-color: black;	
}

.imagegrid2 {
	display: flex;
	flex-wrap: wrap;	
}

.imagegrid2 a {
	width: 45%;
}



.dropdown-content, .dropdown-content2, .dropdown-content3, .dropdown-content4{
    display: none;
	font-weight: 200;
}

.show {display:block;}


/* Grid */
#imagegrid_col {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}

/* lightboxes */


.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0, 0,0, 0.9);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

.hamburger {
	width: 100%;
	text-align: right;
	background-color: #401d01;	
	display: none;
	font-size: 1.5em;
	border-bottom: 1.5px white solid;
}

.menu-btn {
	margin-right: 20px;	
	padding: 10px;
}

.mobilenav {
	max-height: 0;
	background-color: #512719;	
	overflow: hidden;
	padding: 0;
	transition: ease all 2s;
}

.mobilenav ul {
	margin-left: 0;
	padding-left:0;	
}
.mobilenav ul li{
	list-style: none;
	padding: 10px;	
	margin-left: 0;
	padding-left: 50px;
}

.mobilenav ul li:hover{
	background-color: black;
}


.menu-btn {
	color: white;
}

.menu-btn:hover {
	cursor: pointer;
}

.mobilenav ul li a{
	color: white;
	font-size: 2em;	
	
}

#moreinfobtn {
	background-color: #993333;	
	padding: 10px;
	width: 50%;
	font-size: 1.5em;
}

#moreinfobtn:hover{
	background-color: #923;
}




/* Slideshow container */
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #401d01;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}









@media only screen and (max-width: 70em) {
	.wrapper { width:90%; }	
}

@media only screen and (max-width: 50em) { 
.hamburger { display: block }

	#imagegrid_col {
	 width: 80%;
	 display: block;
}
	nav ul{
		display: none;	
	}
	

	.expand {
	max-height: 1000px;	
}

#youtube {
	display: none;	
}

.content {
	width: 100%;
	border-left: 30px #733c1d solid;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
}
	
}