/* 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;
	background-color:rgb(183, 85, 32);
}
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;
}

.webster {
	margin: auto;
	height: 10vh;
}

.topmenu {
	overflow: hidden;
    background-color:  rgb(110, 49, 16);
}

.topmenu #myLinks {
	display: none;
}

.topmenu a {
	font-family: Georgia, serif;
	color:white;
	padding: 5px 25px;
	text-decoration: none;
	display:flex;
	justify-content:flex-start;
}

.topmenu a.hamburger {
	background-color: rgb(110, 49, 16);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.topmenu a:hover {
	background-color: rgb(64, 25, 4);
}

#myLinks a {
	font-size: 3vh;
	display:flex;
	flex-direction:column;
}

.logo {
	max-height: 7vh;
	display:flex;
	justify-content:flex-start;
}

.logoarea {
	overflow: hidden;
}

.hamburger {
	max-width: 6vh;
	padding: 10px;
	right: 0;
}

.van {
	display:flex;
	max-width: 100%;
}

.blurb {
    display:block;
	top: 25%;
    flex-direction: column;
	font-family: Georgia, serif;
	background-color: rgb(64, 25, 4, 0.5);
	align-items:center;
    border-radius: 10px;
	max-width: fit-content;
	padding: 20px 20px;
	color: white;
}

.blurb h1 {
	font-size: 10vh;
}

.map {
	display: block;
	align-items:center;
	width: 100%;
}

.show {
	display: block !important;
}

.ending {
	background-color: rgb(64, 25, 4);
	color: white;
	font-family: Georgia, serif;
	display: flex;
	align-items: center;
	flex-direction:column;
	padding: 2%;
}

.contact {
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
	max-width:fit-content;
}

.form {
    font-family: Georgia, serif;
    text-align: center;
}

.boxed {
    background-color: rgb(110, 49, 16);
	border-radius: 15px;
	padding: 15px;
	max-width: 20em;
	margin-left:auto;
	margin-right: auto;
	color: white;
	font-family: Georgia, serif;
    text-align: center;
}

.boxed h1{
	font-size: 5vh;
}

.honestly {
	display: flex;
	flex-direction: column;
	padding: 100px;
	justify-content: center;
	align-items: center;
}
.thank{
	color:white;
	font-family: Georgia, serif;
	font-size: 450%;
	text-align: center;
}

.you {
	color:white;
	font-family: Georgia, serif;
	font-size: 150%;
	text-align: center;
}

.social {
	margin-left:auto;
	margin-right: auto;
}

.people {
	display: flex;
	justify-content: center;
}

.people img {
	padding: 1%;
}

.headr {
	font-size: 300%;
	font-family: Georgia, serif;
	color:white;
	margin: 5px;
	padding-left:5%;
}

.rose {
	/* justify-content: center; */
	padding-left: 15%;
}

.paragriph {
	font-family: Georgia, serif;
	color:white;
	font-size: 75%;
	margin: 5px;
}

@media screen and (max-width: 500px) {
	.webster {
		height: 7vh;
	}

	.logo {
		max-height: 5vh;
		margin-top: 7px;
	}
	.hamburger {
		width: 4vh;
		margin-top: 5px;
		margin-right: 10px;
		padding: 5px;
	}
	.blurb h1{
		font-size: 3em;
	}
	.blurb p {
		font-size: 1em;
	}
	.sender {
		max-width: 15em;
	}
	.thank {
		font-size: 250%;
	}
	.you {
		font-size: 100%;
	}
}