@charset "UTF-8";

:root {
	-blue: #007bff;
	-indigo: #6610f2;
	-purple: #6f42c1;
	-pink: #e83e8c;
	-red: #dc3545;
	-orange: #bd5d38;
	-yellow: #ffc107;
	-green: #28a745;
	-teal: #20c997;
	-cyan: #17a2b8;
	-white: #fff;
	-gray: #6c757d;
	-gray-dark: #343a40;
	-primary: #bd5d38;
	-secondary: #6c757d;
	-success: #28a745;
	-info: #17a2b8;
	-warning: #ffc107;
	-danger: #dc3545;
	-light: #f8f9fa;
	-dark: #343a40;
	-breakpoint-xs: 0;
	-breakpoint-sm: 576px;
	-breakpoint-md: 768px;
	-breakpoint-lg: 992px;
	-breakpoint-xl: 1200px;
	-font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
}

*, *::before, *::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav,
	section {
	display: block;
}

body {
	margin: 0;
	font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #dc3545;
	text-align: left;
	background-color: rgba(255, 242, 0, 0.7);
	background-image: url("images/RockingOut5.png");
	background-position: center center;
	/* removing tilings and repeatition*/
	background-repeat: no-repeat;
	/* to scale image to fit the screen */
	background-size: cover;
	/* fixed viewport against scroll ups and downs*/
	background-attachment: fixed;
	height: 100%;
	text-shadow: 1px 1px black;
}

jpg {
	opacity: 0.5;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	red: #dc3545;
	text-color: #dc3545;
}

h1, h3 {
	text-align: center;
}

#header {
	text-align: center;
}

h1 {
	text-shadow: 3px 3px 5px black, 4px 4px 3px white, 6px 6px 5px black;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

a {
	color: #bd5d38;
	text-decoration: none;
	background-color: transparent;
}

/* Aaron Playing */
#menu, #menu ul {
	list-style: none;
	border: 1px solid #000;
	background-color: #dc3545;
	padding: 0 0 26px 0;
	margin: 0;
}

#menu li {
	float: left;
	margin-right: 3px;
	position: relative;
}

#menu ul {
	position: absolute;
	top: 45px;
	left: -1px;
	width: 200px;
	padding: 0;
	display: none;
}

#menu a:link, #menu a:visited {
	display: block;
	font-family: Tahoma;
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: black;
	padding: 5px;
}

#menu li:hover {
	background-color: none;
}

#menu li:hover ul {
	display: block;
}

#menu #signup {
	border-radius: 0 3px 3px 0;
	float: right;
	text-shadow: 0 1px 0 #fff
}

#inputs input {
	background: #f1f1f1;
	padding: 6px 5px;
	margin: 0 0 5px 0;
	width: 238px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 1px 1px #ccc inset;
}

#eventImg {
	max-height: 534px;
}

#inputs input:focus {
	background-color: #fff;
	border-color: #e8c291;
	outline: none;
	box-shadow: 0 0 0 1px #e8c291 inset;
}

#login #actions {
	margin: 10px 0 0 0;
}

#login #submit {
	background-color: #d14545;
	background-image: linear-gradient(top, #e97171, #d14545);
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3)
		inset;
	border: 1px solid #7e1515;
	float: left;
	height: 30px;
	padding: 0;
	width: 100px;
	cursor: pointer;
	font: bold 14px Arial, Helvetica;
	/* 	color: #fff;
 */
}

#login #submit:active {
	outline: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

.dropbtn {
	font-family: Tahoma;
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: black;
	padding: 5px;
	border: none;
	position: relative;
	display: block;
	cursor: pointer;
	text-shadow: 0 1px 0 #fff
}

.dropcheck:checked ~ .dropdown-content {
	display: block;
}

/* .dropcheck:checked+.dropbtn {
	background-color: white;
} */
/*THIS IS HOW TO MAKE THINGS APPER WHEN CHECKED*/
.reveal-if-active {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transform: scale(0.8);
	transition: 0.5s;
	text-align: center;
}
/*THIS IS HOW TO MAKE THINGS APPER WHEN CHECKED*/
input[type="checkbox"]:checked ~ .reveal-if-active {
	opacity: 1;
	max-height: 130px; /* little bit of a magic number :( */
	overflow: visible;
	padding: 5px 3px 400px;
	transform: scale(1);
	text-align: center;
}

form {
	padding: 5px 8px;
	text-align: center;
}

 #textSlide {
	float: center;
	height: 540px;
	width: 800px;
} 
.carousel-inner {
	border-style: groove;
	border-color: white;
	height: 539px;
	width: 807px;
	float: center;
}

.carousel-inner .carousel-item img{
	height: 539px !important;
	width: 100% !important;
	object-fit: cover !important;
}
