@font-face {
	font-family: MadinaClean;
	src: url("/rsrc/public/fonts/MadinaClean.otf") format("opentype"),
	     url("/rsrc/public/fonts/MadinaClean.ttf") format("truetype");
}

@font-face {
	font-family: BauerBodoniStd;
	src: url("/rsrc/public/fonts/BauerBodoniStd.otf") format("opentype");
}

@font-face {
	font-family: BauerBodoniStdBold;
	src: url("/rsrc/public/fonts/BauerBodoniStd-Bold.otf") format("opentype");
}

@font-face {
	font-family: ITCAvantGardeGothicLTBookRegular;
	src: url("/rsrc/public/fonts/ITCAvantGardeGothicLTBookRegular.otf") format("opentype");
}

body, html {
	background: #edeced;
	height: 100%;
	color: #000;
	font-family: ITCAvantGardeGothicLTBookRegular;
}

h1 {
	font-family: MadinaClean;
	margin-bottom: 4vw;
	font-size: 8vw;
	text-align: center;
	color: rgb(173, 130, 132);
}

h2 {
	font-family: BauerBodoniStd;
	font-size: 4vw;
	text-align: center;
	color: rgb(173, 130, 132);
}

p {
	font-family: ITCAvantGardeGothicLTBookRegular;
}


div.titlePrimary {
	padding-top: 20vw;
	padding-bottom: 60vw;
}

.titlePrimary h1 {
	font-weight: 100;
	font-size: 10vw;
	text-align: center;
	margin-bottom: 5vw;
}

.titlePrimary h2 {
	font-weight: 100;
	font-size: 2.5vw;
	text-align: center;
	text-transform: uppercase;
}

.titlePrimary p {
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	padding-left: 32px;
	padding-right: 32px;
}

.templateContainer {
	background-image: url("/rsrc/public/img/barcelona.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 100%;
	min-height: 100%;
}

div.paperContainer {
	margin-left: auto;
	margin-right: auto;
	padding-top: 64px;
	max-width: 800px;
}

div.paper {
	margin-left: 32px;
	margin-right: 32px;
	max-width: 800px;
	padding-bottom: 70vw;
	font-weight: 300;
}

@media screen and (min-width: 864px) {
	h1 {
		font-size: 69.12px;
	}

	h2 {
		font-size: 34.56px;
	}

	h1 {
		margin-bottom: 34.56px;
	}
}

@media only screen and (max-width: 576px) {
	div.paper {
		margin-left: 16px;
		margin-right: 16px;
	}

	div.paperContainer {
		padding-top: 32px;
	}
}

/* RSVP FORM */

hr.bold {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 2px solid rgba(190, 128, 85, 0.25);
}

form label h2 {
	font-size: 32px;
	margin-bottom: -24px;
	padding-top: 12px;
	text-align: left;
}

form legend {
	font-family: BauerBodoniStdBold;
}

.btn-primary {
	color: rgb(173, 130, 132);
	background-color: transparent;
	border-color: rgb(173, 130, 132);
}

.btn-primary:hover {
	color: #ffffff;
	background-color: rgb(173, 130, 132);
	border-color: rgb(173, 130, 132);
}

.radio-item {
	display: inline-block;
	position: relative;
	padding: 0 0px;
	margin: 0px 0 0;
}

.radio-item input[type='radio'] {
	display: none;
}

.radio-item label {
}

.radio-item label:before {
	content: " ";
	display: inline-block;
	position: relative;
	top: 5px;
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	border-radius: 11px;
	border: 2px solid rgb(173, 130, 132);
	background-color: transparent;
}

.radio-item:hover input[type=radio] + label:after {
	border-radius: 11px;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 9px;
	left: 4px;
	content: " ";
	display: block;
	background: rgb(211, 182, 166);
}

.radio-item input[type=radio]:checked + label:after {
	border-radius: 11px;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 9px;
	left: 4px;
	content: " ";
	display: block;
	background: rgb(173, 130, 132);
}

div.participantTitle p
{
	margin-left: 16px;
	margin-top: 12px;
}

/* Error Message */
div.exception {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 12vw;
	padding-bottom: 60vw;
}


table.admin td, table.admin th {
	border-right: 1px solid #909090;
	padding-right: 8px;
	padding-left: 8px;
}

table.admin tr.even {
	background: #ffffff;
}

table.admin tr.odd {
	background: #ededed;
}

table.admin tr.even.not_attending {
	background: #fa938b;
}

table.admin tr.odd.not_attending {
	background: #e88981;
}

table.admin tr.even.attending {
	background: #9efb8b;
}

table.admin tr.odd.attending {
	background: #93e981;
}

table.program
{
	width: 100%;
}

table.program th
{
	text-align: right;
}

table.program th,
table.program td
{
	padding: 16px;
}

table.program tr.title th
{
	text-align: center;
}

div.container.barcelona .row
{
	margin-bottom: 32px;
}

div.container.stay .row
{
	margin-bottom: 32px;
}

div.container.stay h1
{
	margin-top: 32px;
}
