/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**reset^**/

#top1 {
	background-color: rgb(238, 234, 241);
	color:black;
	position:sticky;
	top:0;
	z-index: 1;
	padding:15px;
	padding-bottom: 12px;
	display: flex;
	justify-content: space-evenly;
	padding-left:25%;
	padding-right:25%;
}


#top2 {
	display:none;
}

#Empty {
		height:100%;
}
#drop {
	flex-flow: column;
	margin: 0;
	padding: 0;
	width:200px;
	position:fixed;
		height:100%;
		margin-left:-5%;
		margin-top:15%;
}

p {
	font-family:'Courier New', Courier, monospace;
}

#AAAAAA{
cursor: pointer;
font-size: 45px;
color:rgb(0, 0, 0);
height:100%;
}

li {
	padding:15px;
	
		background-color: rgb(238, 234, 241);
	
}

#topnav {
	margin-top: -5px;
}

.navlink {
	text-decoration: none;
	color:black;
	font-family:'Courier New', Courier, monospace;
	font-weight: bolder;
	font-size: 1em;
	border-bottom: 3px rgba(0, 0, 0, 0) solid;
	padding:15px;
}

.navlink:hover {
	transition: 0.5s border-bottom;
	border-bottom: 3px black solid;
}

body {
	background-color: rgb(20, 7, 36);
}

footer {
	text-align: center;
	color:white;
}

#Back2Home {
	margin-left: 30%;
}


main {
	background-color: rgb(227, 214, 239);
	margin-left: 15%;
	margin-right:15%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding:5%;
}

#HeroImageAbout {
	background-image: url(images/BandMemberHeader.jpg);
	background-color:rgba(29, 29, 29, 0.6);
	background-size:cover;
	background-blend-mode:darken;
	color:white;
	font-family: "Limelight", sans-serif;
	text-align:center;
	display:flex;
	justify-content:center;
	
}

#HeroImageHome {
	background-image: url(images/HomeHeroImage.jpeg);
	background-color:rgba(29, 29, 29, 0.6);
	background-size:cover;
	background-blend-mode:darken;
	color:white;
	font-family: "Limelight", sans-serif;
	text-align:center;
	display:flex;
	justify-content:center;
}

#HeroImageDisco {
	background-image: url(images/HomeHeroImage.jpeg);
	background-color:rgba(29, 29, 29, 0.6);
	background-size:cover;
	background-blend-mode:darken;
	color:white;
	font-family: "Limelight", sans-serif;
	text-align:center;
	display:flex;
	justify-content:center;
}

#FindUs {
	font-size:75px;
	font-family: "Limelight", sans-serif;
}

.BandMember {
	margin-left:5%;
	margin-right:5%;
	background-color:aliceblue;
	padding:25px;
	border-radius:50px;
	border: double 5px black;
}

#AboutUsHeader {
	margin-top: 200px;
	margin-bottom: 200px;
}

#HomeHeader {
	margin-top:300px;
	margin-bottom: 275px;
}

#DiscoHeader {
	margin-top:300px;
	margin-bottom: 275px;
	
}

.EventType {
	border: black double 5px;
	border-radius: 25px;
	justify-content:center;
	height:350px;
	width:350px;
	place-items: center;
	margin-bottom:50px;
	margin-top:0;
	font-family: "Limelight", sans-serif;
	font-size:50px;
}

input[required]::placeholder {
	color:red;
}

#FunkyVideo {
	grid-area: 1 / 1;
}

#WoodVideo {
	grid-area: 1 / 2;
}

#HandleVideo {
	grid-area: 2 / 1;
}

#SurviveVideo {
	grid-area: 2 / 2;
}

.Discos {
	display:block;
	margin:auto;
	border: black double 5px;
	border-radius: 15px;
	justify-content:center;
	place-items: center;
	margin-bottom:50px;
	margin-top:0;
	font-family: "Limelight", sans-serif;
	font-size:50px;
}

h5 {
	font-family:'Courier New', Courier, monospace;
	font-size: 30px;
	font-weight: bolder;
	text-align: center;
}

.HomePage {
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}

.header {
	font-size: 150px;
}

.Events {
	text-align:center;
	margin-left:5%;
	margin-right:5%;
}

#Weddings {
	grid-area: 1 / 1;
	margin-left:5%;
	margin-right:5%;
	background-image: url(images/WeddingExample.jpeg);
	background-color:rgba(29, 29, 29, 0.6);
	background-size: cover;
	background-blend-mode:darken;
	color:white;
	text-align:center;
	display:flex;
	justify-content:center;
}

#Parties {
	grid-area: 1 / 2;
	margin-left:5%;
	margin-right:5%;
	background-image: url(images/PartyExample.jpeg);
	background-color:rgba(29, 29, 29, 0.6);
	background-size: cover;
	background-blend-mode:darken;
	color:white;
	text-align:center;
	display:flex;
	justify-content:center;
}

#SpecialEvents {
	grid-area: 2 / 1;
	margin-left:5%;
	margin-right:5%;
	background-image: url(images/SpecialEventExample.jpeg);
	background-color:rgba(29, 29, 29, 0.6);
	background-size: cover;
	background-blend-mode:darken;
	color:white;
	text-align:center;
	display:flex;
	justify-content:center;
}

#Wineries {
	grid-area: 2 / 2;
	margin-left:5%;
	margin-right:5%;
	background-image: url(images/WineryExample.jpeg);
	background-color:rgba(29, 29, 29, 0.6);
	background-size: cover;
	background-blend-mode:darken;
	color:white;
	text-align:center;
	display:flex;
	justify-content:center;
}

.contacthead {
	font-family: "Limelight", sans-serif;
	font-size: 75px;
	text-align:center;
}

form {
	text-align:center;
	display:block;
	margin-top:-50px;
}

input, textarea {
	width:250px;
	font-family:'Courier New', Courier, monospace;
	font-weight:bolder;
	 border-style: none;
    border-bottom: solid rgb(141, 0, 207);
	border-radius:5px;
	resize:none;
}

#RedField {
	font-family:'Courier New', Courier, monospace;
	font-weight: bolder;
	opacity: 0.5;
	margin-bottom:25px;
}

#submitButton {
		width: fit-content;
	padding:15px;
	font-family:'Courier New', Courier, monospace;
	background-color: rgb(202, 86, 255);
	font-size:30px;
	border-radius:10px;
	margin-top:-50px;
	font-weight: bolder;
}

#submitButton:hover {
	transition-duration: 0.5s;
    transition-property: transform;
    transform: scale(1.15);
}

.ProfileImage {
	height: 25%;
	width: 25%;
	border-radius:50%;
	margin-top: -30px;
	display:inline;
	margin-right: 10px;
}

.ContactImage {
	height: 15%;
	width: 15%;
	border-radius:50%;
	margin-top: -30px;
	display:inline;
	margin-right: 10px;
}

.Bio {
	display:inline;
	font-size: 15px;
}

#googlemaps {
	text-align:center;
}

iframe {
	border-radius:15px;
}

.blurb {
	text-align:center;
	font-size: 15px;
	font-weight: bolder;
}

h3 {
	text-align: center;
	font-family: "Limelight", sans-serif;
	font-size: 30px;
}

h4 {
	text-align: center;
	font-family:'Courier New', Courier, monospace;
	font-weight: bolder;
	font-size:15px;
	color:rgba(0, 0, 0, 0.5);
	
}

#MobileInstruction {
	
	display: none;
}

.BioExpand {
	display:none;
}

.PLEASE {
	display:flex;
	justify-content:left;
}

.EventType:hover {
	transition-duration: 0.5s;
    transition-property: transform;
    transform: scale(1.05);
}

.BandMember:hover {
	transition-duration: 0.5s;
    transition-property: transform;
    transform: scale(1.05);
}

@media screen and (max-width:411px) {
	#top1 {
		display:none;
	}

	#top2 {
		display: flex;
	background-color: rgb(238, 234, 241);
	position:sticky;
	top:0;
	z-index: 1;
	height:100%;
	padding:15px;
	}

	#AboutUsHeader {
		font-size:50px;
		margin-top:50px;
		margin-bottom:50px;
	}

	main {
		margin-left:10%;
		margin-right:10%;
		border-radius:25px;
		padding: 10%;
		margin-top:5%;
	}
	
	iframe {
		border-radius:25px;
		text-align:center;
		width:50vw;
		height:50vw;
	}

	#HeroImageAbout {
		background-image:none;
		background-color: rgba(0, 0, 0, 0);
		margin-bottom: -25px;
	}

	#HeroImageHome {
		background-image:none;
		background-color: rgba(0, 0, 0, 0);
	}

	#HeroImageDisco {
		background-image:none;
		background-color: rgba(0, 0, 0, 0);
	}

	.header {
		font-size: 125px;
	}

	.BandMember {
		margin: 0;
	}
	
	.ProfileImage {
		margin-top: 0;
		display:block;
		margin: auto;
		height: 45vw;
		width: 45vw;
		margin-top:5px;
		margin-bottom: 5px;
		
	}

	.Bio {
		display:none;
	}

	#MobileInstruction {
		display:block;
		text-align:center;
	margin-bottom: 15px;
	font-weight:bold;
	}

	.BioExpand {
		display:block;
		margin:auto;
		border-radius:25px;
		background-color: rgb(227, 214, 239);
		margin-top: 10px;
	}

	.Bio2 {
		font-size: 10px;
	}

	.EventType {
	border: black double 5px;
	border-radius: 25px;
	justify-content:center;
	height:50vw;
	width:50vw;
	place-items: center;
	margin-bottom:50px;
	margin-top:0;
	font-family: "Limelight", sans-serif;
	font-size:20px;
}

.HomePage {
	display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
}

#Parties {
	grid-area: 2 / 1;
}

#SpecialEvents {
	grid-area: 3 / 1;
}

#Wineries {
	grid-area: 4 / 1;
}

#HomeHeader {
	padding-top:25px;
	padding-bottom: 25px;
	margin-top:0;
	margin-bottom:0;
}

#DiscoHeader {
	padding-top:25px;
	padding-bottom: 25px;
	margin-top:0;
	margin-bottom:0;
	font-size: 50px;
}

#WoodVideo {
	grid-area: 2 / 1;
}

#HandleVideo {
	grid-area: 3 / 1;
}

#SurviveVideo {
	grid-area: 4 / 1;
}

.Discos {
	width:50vw;
}


input, textarea {
	width:50vw;
	font-family:'Courier New', Courier, monospace;
	font-weight:bolder;
	 border-style: none;
    border-bottom: solid rgb(141, 0, 207);
	border-radius:5px;
	resize:none;
}

#contactuspls {
	font-size: 50px;
}

video {
	width: 50vw;
}

}