/*
Author: Brad Sawicki
URL: www.bradsawicki.com, www.elevenelevencreative.com
*/

body {
	font: 400 100%/1.5em freight-sans-pro, arial, sans-serif;
	color: #656565;
}

img { display: block; }


/** TYPOGRAPHY
================================================**/

h1,h2,h3 {
	color: #fff;
	font-family: jubilat, georgia, serif;
	font-weight: 900;
	letter-spacing: 0.03em;
}

h1 {
	margin-bottom: 0.5em;
	font-size: 3em;
	line-height: 1.5em;
}

h2 {
	margin-bottom: 0.75em;
	font-size: 3em;
	font-weight: 400;
}

h3 {
	color: #000;
	margin-bottom: 0.5em;
	font-size: 2em;
}

h4 {
	color: #000;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	font-weight: 700;
}

h5 {
	color: #000;
	margin-bottom: 0.25em;
	font-size: 1.25em;
	font-weight: 700;
}


#intro h3 {
	text-align: center;
}

p {
	margin: 0 0 1.5em;
	font-size: 1.2em;
	line-height: 1.4em;
}

ul {
	margin: 0 0 1.5em;
}

strong { font-weight: 700; }

a {
	color: #000;
	text-decoration: none;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}

p a {
	border-bottom: 1px solid #05bbee;
}

p a:hover {
	border-bottom: 1px solid #ff0;
}

/*
li a {
	padding: 0 5px;
	background: #ff0;
	font-size: 18px;
	font-weight: 700;
}
*/

#rsvp-link a {
	display: block;
	width: 220px;
	margin: 0 auto;
	padding: 0 25px;
	background: #ff0;
	font-weight: bold;
	text-align: center;
	font-size: 4em;
	line-height: 1.5em;
}

#rsvp-link a:hover {
	color: #fff;
	background: #05bbee;
}

section li {
	display: inline;
	list-style: none;
	margin-right: 24px;
}



/** FORM
================================================**/

form {
	width: 500px;
}

label {
	display: block;
	font-weight: bold;
}

input[type="text"],
input[type="email"],
textarea {
	width: 400px;
	margin-bottom: 14px;
	border: 1px solid #ccc;
	padding: 10px;
}

select {
	width: 200px;
	margin-bottom: 14px;
	border: 1px solid #ccc;
	padding: 10px;
}

input[type="submit"] {
	height: 40px;
	padding: 0 20px;
	background: #f3392f;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

input[type="submit"]:hover {
	background: #0067a5;
	color: #ffd300;
}

input[type="text"].error,
input[type="email"].error {
	border: 1px solid #f00;
}

.thank-you {
	margin: 0 0 0.5em;
	color: #000;
	font-size: 3em;
	font-weight: 700;
}



/** LAYOUT
================================================**/

.lang {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 999;
	display: block;
	padding: 0 10px 0 40px;
	background: #fff url(../images/flag_sweden.png) no-repeat;
	color: #0067a4;
	font-size: 0.875em;
	line-height: 19px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.lang:hover {
	background-color: #ffd300;
}

.se .lang {
	background: #fff url(../images/flag_america.png) no-repeat;
}

.se .lang:hover {
	background-color: #c23744;
	color: #fff;
}

header {
	position: relative;
	max-width: 1600px;
	height: auto;
	margin: 0 auto 80px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

section {
	max-width: 960px;
	width: 96%;
	margin: 0 auto 100px;
	padding-top: 40px;
}

.icon {
	float: left;
	width: 18%;
}

.content {
	float: right;
	width: 78%;
	padding-top: 14px;
}

iframe {
	display: block;
	height: 400px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	opacity: 1;
}

footer {
	max-width: 960px;
	width: 96%;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 12px;
}


/** HEADER
================================================**/

.title {
	position: absolute;
	z-index: 99;
	top: 55%;
	left: 50%;
	width: 880px;
	margin-left: -440px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	text-align: center;
}



/** Schudule
================================================**/


#schedule li {
	overflow: hidden;
	display: block;
	margin-bottom: 1.5em;
}

#schedule h3 {
	margin-bottom: 1.5em;
}

.date {
	float: left;
	width: 15%;
	color: #000;
	font-family: "prenton-condensed", sans-serif;
	font-size: 2em;
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
}

.info {
	float: right;
	width: 80%;
}




/** MEDIA QUERIES
================================================**/

@media only screen and (max-width: 880px) {
	.title { left: 0; width: 100%; margin-left: 0; }
	h1 { font-size: 2.5em; }
	h2 { font-size: 2.5em; }
}

@media only screen and (max-width: 768px) {
	h1 { font-size: 2em; }
	h2 { font-size: 2em; }
}

@media only screen and (max-width: 600px) {
	h1 { font-size: 1.75em; }
	h2 { font-size: 1.75em; }
	h3 { font-size: 1.5em; }
	section { width: 90%; margin: 0 auto 40px; padding-bottom: 40px; border-bottom: 1px dashed #656565; }
	.icon { float: none; width: 100%; margin-bottom: 40px; }
	.icon img { max-width: 100px; margin: 0 auto; }
	.content { float: none; width: 100%; }
	form, footer { width: 90%; }
	input[type="text"], input[type="email"], textarea { width: 90%; }
}

@media only screen and (max-width: 480px) {
	header { border-bottom: 1px dashed #656565; }
	.title { position: relative; top: 0; }
	.title h1, .title h2 { color: #000; text-shadow: none; }
	h1 { padding: 24px 5%; margin-bottom: 0; line-height: 1em; }
	iframe { height: 280px; }
}