/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-family: 'Josefin Sans', sans-serif;
}

.jumbotron {
	background-color: #EDEFF3;
}
.jumbotron .container {
    text-align: center;
}

label {
    font-size: 0.9rem;
}

.i18ncontainer { position: relative; }
.i18nhidden {
	opacity: 0;
	position: relative;
}

.switch-locale img {
	transition: transform 1s;
    -webkit-transition: transform 500ms;
    -moz-transition: transform 500ms;
    -o-transition: transform 500ms;
}
.switch-locale img.selected {
	transform: scale(1.35);
}

.dropdown-toggle::after {
	display: none;
}

#party-cta {
	position: absolute;
	right: 5px; top: 20px;
}
#party-cta img {
	max-width: 80px;
}
@media (min-width: 576px) {
	#party-cta {
		top: 50px;
	}
	#party-cta img {
		max-width: 120px;
	}
}
@media (min-width: 768px) {
	#party-cta img {
		max-width: 160px;
	}
}
