@font-face {
	font-family: "festivescriptbtce";
	src: url('../font/festivescriptbtce.eot');
	src: url('../font/festivescriptbtce.eot?#iefix') format('embedded-opentype'),
		 url('../font/festivescriptbtce.ttf') format('truetype');
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

@font-face {
	font-family: "MrsEavesItalic_Italic";
	src: url('../font/MrsEavesItalic_Italic.eot');
	src: local(':)'), url('../font/MrsEavesItalic_Italic.ttf') format('truetype');
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

body {
    background-image: url("../img/paper.png");
    -webkit-font-smoothing: antialiased;
    margin: 0;
	padding-bottom: 20px;
	overflow-x: hidden;
}

p {
    font-family: MrsEavesItalic_Italic;
	font-size: 22px;
	opacity: 0.75;
}

p.error {
    color: red;
    font-size: 20px;
}

.container {
	margin-top: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.container-center {
	position: relative;
	width: 800px;
	margin: 0 auto;
	z-index: 10;
}

.container h1,
.container-center h1 {
	color: #8B8E88;
    font-family: festivescriptbtce;
    font-size: 50pt;
    line-height: 46pt;
    font-weight: 400;
}

.row {
	padding: 10px;
	margin-right: 450px;
}

form {
	padding-bottom: 20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: MrsEavesItalic_Italic;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: MrsEavesItalic_Italic;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: MrsEavesItalic_Italic;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: MrsEavesItalic_Italic;
}

input,
textarea {
    font-family: MrsEavesItalic_Italic;
    font-size: 22px;
    border: none;
    padding: 6px;
}

input[type="submit"] {
    color: #194619;
    background-color: white;
}

input[type="submit"]:hover {
    color: #8B8E88;
    background-color: white;
}

ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #333;
  overflow-x: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
}

ul.menu li {
  float: left;
}

ul.menu li a {
  	display: block;
  	color: #8B8E88;
  	text-align: center;
  	padding: 14px 12px;
  	text-decoration: none;
  	font-family: MrsEavesItalic_Italic;
  	font-size: 20px;
}

ul.menu li.active a {
  	color: white;
}

ul.menu li a:hover:not(.active) {
	background-color: #111;
}

.parking {
	font-family: MrsEavesItalic_Italic;
}

.active {
	background-color: #8B8E88;
}

.flower {
    background-image: url(../img/flower_hanging.png);
    height: 640px;
    background-repeat: no-repeat;
    margin-top: -8px;
    margin-left: -10px;
}

.flowersignup {
	position: absolute;
	top: 120px;
	right: -5px;
	width: 680px;
    background-image: url(../img/flowers_rtl.png);
    height: 452px;
    background-repeat: no-repeat;
	margin-top: 0px;
}

label {
    font-family: MrsEavesItalic_Italic;
    display: block;
	margin-bottom: 5px;
	font-size: 22px;
	opacity: 0.75;
}

label.radio {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.25;
}

img {
	max-width: 100%;
}

img.portrait {
	border-radius: 50%;
}

.opac-75 {
	opacity: 0.75;
}

@media only screen and (max-width: 800px) {
	
	.container-center {
		width: 600px;
	}
	
}

@media only screen and (max-width: 600px) {
    
    .flower {
        margin-top: -25px;
        background-size: 200px;
    }
    
    .flowersignup {
        background-size: 230px;
		width: 230px;
		right: -2px;
		height: 152px;
    }
    
    .container {
        left: 22%;
        transform: translateX(-20%) translateY(-40%);
    }
	
	.container-center {
		width: 100%;
	}
    
    .container h1 {
        font-size: 42pt;
    }
	
	.row {
		margin-right: 0px;
	}
    
    textarea,
    input[type="text"],
    input[type="button"],
    input[type="submit"] {
      -webkit-appearance: none;
      -webkit-border-radius: 0;
    }
}

@media only screen and (max-width: 480px) {
    
    .container h1 {
        margin-top: 100px;
    }

}