html {
	background: black;
}

body {
  font-family: 'Old Standard TT', serif;
}

h1{
	font-family: 'Great Vibes', cursive;
	color: goldenrod;
	font-size: 2em;
}

h2 {
	color: snow;
	font-size: 2.5em;
}

h3{
	padding-left: 2%;
	padding-right: 2%;
	line-height: 1.5;
}
h4{
	font-size: .9em;
}

p{
	font-size: 1em;
	padding-left: 2%;
	padding-right: 2%;
	line-height: 1.5;
	font-family: 'Old Standard TT', serif;
}
main{
	margin:auto;
	max-width: 1600px;
}
#bannerImg{
	width: 60%;
	max-height:400px;
	max-width: 400px;
	margin-top: .5em;
	float: left;
	-webkit-clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
	clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
}
.kyle,.esha{
	width:18%;
	float: left;
	padding-top: 20%;
}
.kyle{
	padding-left: 2%;
};
.esha{
	padding-right: 2%
}
.eventGuide{
	padding-top:7em;
	text-align: center;
	widows: 100%;
	padding-left:20%;
	padding-right:20%;
}

.header{
	max-width: 700px;
	margin:auto;
}

.imgContainer {
	position: relative;
    text-align: center;
}

#content {
	color: black;
}

img {
	width: 100%;
	height: auto;
}

.boldTheHeader {
	font-weight: bold;
	font-size: 1.5em;
	font-style: italic;
	text-decoration: underline;
}

#linkBox {
	text-align: center;
	width: 100%;
	margin-bottom: 0.83em;
}

 button {
	display: inline;
	color: black;
	width: 20%;
	height: auto;
	border-radius: 8px;
	background: #6c8c9f;
	border: double;
	font-size: auto;
	color: snow;
	padding-bottom: 2px;
	margin-top:1em;
}

button:hover {
	background-color: #ff820b;
}

.activeButton{
  background-color: #ff820b;
}

#containerOfEvents {
	height: auto;
	color: #e7e7e7;
	border: 3mm ridge rgb(72,72,72, .6);
	margin-top:7em;
}

#containerOfBoxes {
	display: inline-flex;
	display: -webkiit-flex;
	width: 100%;
}

#infoText{
	width:100%;
	background-color: black;
	font-size: 1.2em;
	padding: .35em;
}

#weatherBox{
	background-color: black;
	text-align: center;
	width: 100%;
	font-size: 2em;
	padding: .2em;
}

#mapContainer{
	text-align: center;
}

#map {
	height: 400px;
	width: 100%;
	background-color: blue;
	float: left;
}
/* this is the added CSS for the dragable mapp addition */
#right-panel {
	font-family: 'Roboto', 'sans-serif';
	line-height: 30px;
	padding-left: 10px;
}

#right-panel select,
#right-panel input {
	font-size: 15px;
}

#right-panel select {
	width: 100%;
}

#right-panel i {
	font-size: 12px;
}
#right-panel {
	float: right;
	/* width: 100%; */
	height: 100%;
	background: white;
	text-align: left;
}

.panel {
	height: 400px;
	overflow: auto;
}

.day {
	display: block;  
	width: 95%;
	margin-bottom: 2pt;
	margin-left:auto;
	margin-right: auto; 
}

@media only screen and (min-width: 400px) {
	#right-panel, #containerOfEvents, #map, #linkBox{
		margin-right: 5%;
		margin-left: 5%;
	}
	img,#map, #linkBox{
		width: 90%
	}
	.eventGuide{
		padding-top:8em;
	}
	@media only screen and (min-width: 550px){
	.eventGuide{
		padding-top:8em;
		font-size: 2.7em;
	}
	.kyle,.esha{
		font-size: 3em;
	}
	}
	@media only screen and (min-width: 550px) {
	.day{
		width: 49%;
		float:left;
		margin: .5%;
	}
	
	#containerOfEvents{
		margin-top: 9em;
	}
	#infoText{
		width: 70%;
		float: left;
	}
	#weatherBox{
		width:30%;
		float: left;
	}
	@media only screen and (min-width:600px){
		.eventGuide{
			padding-top:8em;
			font-size: 3em;
		}
		.kyle,.esha{
			font-size: 4em;
		}
	}
	@media only screen and (min-width: 800px){
		button{
			font-size: 2em;
		}
		.day{
			width: 24%;
			float:left;
			margin: .5%;
		}
	}
}