

#title {
	margin-top: 0px;
	padding-top: 0px;
	font-family: 'Nova Round', cursive;
	font-size: 112px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

#slogan {
	
	margin-top: 0px;
	padding-top: 0px;
	font-family: 'Nova Round', cursive;
	font-size: 28px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.darkGreen {
	color: #29db47;
}

.gray {
	color: #aaaaaa;
}

a:link {
	color: black;
	text-decoration: none;
}

#homebar {
	font-family: 'Nova Round', cursive;
	background-color: white;
	padding-top: 1px;
	padding-left: 40px;
	padding-right: 15px;
	padding-bottom: 1px;
	box-shadow: 1.5px 2px 2px 1.5px gray;
	border-radius: 7px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.dropbtn {
    color: #ff6868;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 55px;
    padding-right: 10px;
    font-size: 20px;
    border: none;
    background-color: white;
    text-decoration: none;
    font-family: 'Nova Round', cursive;
}

.dropbtn:hover {
	color: #ff6868;
	font-size: 22px;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 47px;
	padding-right: 10px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content .mobileonly a:link  {
    text-decoration: none;
    display: none;
}


.dropdown-content .mobile a:link  {
    color: red;
    padding: 12px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
	background-color: #29db47;
	color: #6e6e6e;
}



.dropdown:hover .dropdown-content {
	display: block;
}

.dropbtn2 {
    color: #ff6868;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 10px;
    font-size: 20px;
    border: none;
    background-color: white;
    text-decoration: none;
    font-family: 'Nova Round', cursive;
}

.dropbtn2:hover {
	color: #ff6868;
	font-size: 22px;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 42px;
	padding-right: 9.5px;
}

.dropdown2 {
    position: relative;
    display: inline-block;
}

.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content2 .mobileonly a:link  {
    text-decoration: none;
    display: none;
}


.dropdown-content2 .mobile a:link  {
    color: red;
    padding: 12px;
    text-decoration: none;
    display: block;
}

.dropdown-content2 a:hover {
	background-color: #29db47;
	color: #6e6e6e;
}



.dropdown2:hover .dropdown-content2 {
	display: block;
}

.dropbtn3 {
    color: #ff6868;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 10px;
    font-size: 20px;
    border: none;
    background-color: white;
    text-decoration: none;
    font-family: 'Nova Round', cursive;
}

.dropbtn3:hover {
	color: #ff6868;
	font-size: 22px;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 43.5px;
	padding-right: 10px;
}

.dropdown3 {
    position: relative;
    display: inline-block;
}

.dropdown-content3 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content3 .mobileonly a:link  {
    text-decoration: none;
    display: none;
}


.dropdown-content3 .mobile a:link  {
    color: red;
    padding: 12px;
    text-decoration: none;
    display: block;
}

.dropdown-content3 a:hover {
	background-color: #29db47;
	color: #6e6e6e;
}



.dropdown3:hover .dropdown-content3 {
	display: block;
}

#home {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	background-color: white;
	color: #ff6868;
	line-height: 0px;
}

#calendar {
	justify-content: center;
	margin-top: 60px;
	border: 0;
	width: 100%;
}

#calendar1 {
	width: 0px;
	height: 0px;
	display: none;
}

#calendar2 {
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border: 15px solid white;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	width: 800px;
	height: 600px;
}



#contactus {
	font-family: 'Raleway', sans-serif;
	margin: auto;
	width: 800px;
	color: white;
	background-color: #aaaaaa;
	border-radius: 7px;
}

.lineup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #aaaaaa;
	border-radius: 7px;
}

.textalign {
	text-align: center;
	background-color: #aaaaaa;
	border-radius: 7px;
}



.background {
	background-color: #aaaaaa;
	border-radius: 7px;
}

#disclaimer {
	margin: auto;
	margin-top: 0px;
	width: 700px;
	font-size: 14px;
	font-family: 'Montserrat Alternates', sans-serif;
}

#designed {
	color: black;
	font-size: 9px;
	font-family: 'Raleway';
	/*If you find this, then you know the page layout was designed by Drew Jackson. This was an easter egg in the code. Good Luck on your many travels through life.*/
}


.googlehref {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: white;
	width: 200px;
	height: 67.67px;
	margin: auto;
	border-top: 5px solid white;
	border-bottom: 15px solid white;
	border-left: 300px solid white;
	border-right: 300px solid white;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.mobileonly {
	display: none;
}

.mobile {
	color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

#backskew {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 25%, 0 50%);
    clip-path: polygon(0 0, 100% 0%, 100% 25%, 0 50%);
    z-index: -10;
    top: 0;
    left: 0;
    position: absolute;
    height: 110vh;
    width: 100vw;
    background-color: #6e6e6e;
}

 #backborder {
    -webkit-clip-path: polygon(0 54%, 100% 29%, 100% 0%, 0 0%);
    clip-path: polygon(0 54%, 100% 29%, 100% 0%, 0 0%);
    z-index: -12;
    top: 0;
    left: 0;
    position: absolute;
    height: 110vh;
    width: 100vw;
    background-color: #29db47;
}

#bottomskew {
    -webkit-clip-path: polygon(100% 87.5%, 50% 100%, 100% 100%);
    clip-path: polygon(100% 87.5%, 50% 100%, 100% 100%);
    z-index: -10;
    bottom: 0px;
    left: 0;
    position: fixed;
    height: 110vh;
    width: 100vw;
    background-color: #6e6e6e;
}

 #bottomborder {
    -webkit-clip-path: polygon(36.5% 100%, 100% 83.5%, 100% 87.5%, 50% 100%);
    clip-path: polygon(36.5% 100%, 100% 83.5%, 100% 87.5%, 50% 100%);
    z-index: -12;
    bottom: 0px;
    left: 0;
    position: fixed;
    height: 110vh;
    width: 100vw;
    background-color: #29db47;
}

button:active {
    outline: none;
}

button:focus {
    outline: none;
}

@media only screen and (max-device-width: 600px) {
	#bottomborder {
		bottom: 0px;
		height: 90vh;
	}

	#bottomskew {
		bottom: 0px;
		height: 90vh;
	}

	#backskew {
		height: 90vh;
	}

	#backborder {
		height: 90vh;
	}

	#disclaimer {
		width: 550px;
	}

	#calendar2 {
		width: 600px;
		height: 450px;
	}

	.googlehref {
		border-left: 200px solid white;
		border-right: 200px solid white;
	}

	.dropdown-content {
		min-width: 150px;
	}

	.dropdown-content2 {
		min-width: 150px;
	}

	.dropdown-content3 {
		min-width: 150px;
	}

	.mobileonly {
		color: black;
		display: block;
		padding: 12px 16px;
		text-decoration: none;
	}

	.mobile {
		display: none;
		padding: 0px;
		height: 0px;
		width: 0px;
	}
	
	#slogan {
		justify-content: center;
		margin: auto;
	}
}

@media only screen and (max-width: 992px) {
	#disclaimer {
		width: 550px;
	}

	#calendar2 {
		width: 600px;
		height: 450px;
	}

	.googlehref {
		border-left: 200px solid white;
		border-right: 200px solid white;
	}

	.dropdown-content {
		min-width: 300px;
	}

	.dropdown-content2 {
		min-width: 300px;
	}

	.dropdown-content3 {
		min-width: 300px;
	}

	#slogan {
		justify-content: center;
		margin: auto;
	}
}

@media only screen and (max-width: 600px) {
	#bottomborder {
		bottom: 0px;
		height: 90vh;
	}

	#bottomskew {
		bottom: 0px;
		height: 90vh;
	}

	#backskew {
		height: 90vh;
	}

	#backborder {
		height: 90vh;
	}

	#disclaimer {
		width: 550px;
	}

	#calendar2 {
		width: 400px;
		height: 300px;
	}

	.googlehref {
		border-left: 100px solid white;
		border-right: 100px solid white;
	}

	.dropdown-content {
		min-width: 150px;
	}

	.dropdown-content2 {
		min-width: 150px;
	}

	.dropdown-content3 {
		min-width: 150px;
	}

	
	#slogan {
		justify-content: center;
		margin: auto;
	}
}