.information {
	background-color: rgba(149, 179, 249, 0.65098);
}

.navigation {
	background-color: rgba(149, 179, 249, 0.65098);
}

.content {
	background-color: rgba(149, 179, 249, 0.65098);
}

.poll {
	background-color: rgba(149, 179, 249, 0.65098);
}

.poll {
	color: rgb(255, 255, 255);
}

.poll {
	font-family: PTSerif;
}

.poll {
	font-size: 20px;
}

.name {
	color: rgb(255, 255, 255);
}

.name {
	font-family: MarckScript;
}

.name {
	font-size: 44px;
}

.date {
	color: rgb(255, 255, 255);
}

.date {
	font-family: Lighthaus;
}

.date {
	font-size: 48px;
}

.location {
	color: rgb(255, 255, 255);
}

.location {
	font-family: Lighthaus;
}

.location {
	font-size: 48px;
}

.message {
	color: rgb(255, 255, 255);
}

.message {
	font-family: helvetica;
}

.menu {
	color: rgb(11, 53, 179);
}

.menu-current {
	color: rgb(255, 255, 255);
}

.menu {
	font-family: PTSerif;
}

.menu {
	font-size: 22px;
}

.navigation {
	font-family: PTSerif;
}

.navigation {
	font-size: 22px;
}

.header {
	color: rgb(18, 48, 164);
}

.header {
	font-family: Haymaker;
}

.header {
	font-size: 38px;
}

.content {
	color: rgb(255, 255, 255);
}

.content {
	font-family: PTSerif;
}

.content {
	font-size: 24px;
}

.anchor {
	color: rgb(249, 228, 149);
}

.footer {
	color: rgb(221, 234, 6);
}

.body {
	background-image:
		url(../constructor/backgrounds/garden4.jpg);
}

.body {
	background-repeat: no-repeat;
}

.body {
	background-size: cover;
}

.body {
	background-attachment: fixed;
}