
body {
	font-family: 'Roboto Slab', serif;
	color: #fff;
	background: #9bc9cd;
	background: #87a41d;
	background: #6b8b20;
}

.logo { width: 140px; }

h1 {
	font-family: 'Leckerli One', cursive;
	color: #fff;
	font-size: 4.5rem;
	line-height: 1.5;
	text-shadow: #020b0c 1px 1px 7px;
}

h2 {
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: normal;
	text-shadow: #020b0c 1px 1px 7px;
}

.container {
  width: auto;
  max-width: 960px;
  padding: 0 15px;
}

.link-full {
	display: block;
	color: #fff;
	opacity: .8;
	width: 100%;
}

.link-full:hover {
	color: #fff;
	text-decoration: underline;
	opacity: 1;
}

/* Language Btns */
.bordered {
	border-bottom: 1px solid #fff;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.language-btn {
	color: #fff;
	border-color: #fff;
	font-size: .7rem;
	margin: 0 0 0 5px;
}

nav .nav-link {
    min-width: 40px;
    min-height: 35px;
}

.nav .btn-outline-primary.language-btn.active {
	color: #3A9BB6;
    background: #fff;
    border-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.nav .btn-outline-primary.language-btn:hover {
	color: #19313E;
    background: #fff;
    border-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.opacity {
	opacity: 0.6;
}

.nav .btn-outline-primary.language-btn.opacity:hover {
	color: #fff;
    background: none;
    border-color: none;
    box-shadow: none;
    cursor: default;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, 
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: none;
}









#mc_embed_signup form {
	text-align:center;
    padding: 33px 0 10px 0;
    border-top: 1px solid #fff;
    margin: 30px 150px 0;
}

.mc-field-group {display: inline-block; vertical-align: top; } /* positions input field horizontally */
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */


#mc_embed_signup input.email,
#mc_embed_signup .button {
	display: inline-block;
	box-sizing:border-box; 
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	line-height: normal;
	height: 40px;



	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;

	margin: 0; 
	border: 0;


}

#mc_embed_signup input.email {
	width: 350px;
	color: #19313E;
	border: 1px solid #fff;
	background-color: #fff; 
	padding: 0px 1.1em;
}

#mc_embed_signup input.email:focus {
	border: 1px solid #3A9BB6;
}

#mc_embed_signup .button {
	color: #fff;
	letter-spacing: .03em; 
	background: #3A9BB6; 
	padding: 0 25px;
	transition: all 0.23s ease-in-out 0s;
}

#mc_embed_signup .button:hover {
	background-color: #34B8D6;
	cursor:pointer;
}

#mc_embed_signup .button:focus,
#mc_embed_signup .button:active {
	border: none;
	outline: none;
	box-shadow: none;
}

#mc_embed_signup .button:active {
-webkit-box-shadow: inset 0px 0px 10px 4px rgba(54,121,137,0.75);
-moz-box-shadow: inset 0px 0px 10px 4px rgba(54,121,137,0.75);
box-shadow: inset -2px 2px 8px 3px rgba(54,121,137,0.75);
}

#mc_embed_signup div#mce-responses {
	float:left;
	top:-1.4em;
	padding:0em .5em 0em .5em;
	overflow:hidden;
	width:90%;
	margin: 0 5%;
	clear: both;
}

#mc_embed_signup div.response {
	margin:1em 0;
	padding:1em .5em .5em 0;
	font-weight:bold;
	float:left;
	top:-1.5em;
	z-index:1;
	width:80%;
}

#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}

#mc_embed_signup label.error {
	display:block;
	float:none;
	width:auto;
	margin-left:1.05em;
	text-align:left;
	padding:.5em 0;
}

@media (max-width: 768px) {
	.logo { width: 120px; }

	h1 {
		font-size: 2.5rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	.mc-field-group {width: 100%; } 
    #mc_embed_signup form {width:100%; margin-left: 0; margin-bottom: 0; }
    #mc_embed_signup input.email {width:100%; margin-bottom:5px; text-align: center; }
    #mc_embed_signup .clear {display: block; width: 100%; }
    #mc_embed_signup .button {width: 100%; margin:0; }
}

@media (max-width: 450px) {
	.logo { width: 120px; }
	h1 {
		font-size: 2.5rem;
	}

	h2 {
		font-size: 1.3rem;
	}

}

#mc_embed_signup input.email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #19313E;
}

#mc_embed_signup input.email::-moz-placeholder { /* Firefox 19+ */
  color: #19313E;
}

#mc_embed_signup input.email:-ms-input-placeholder { /* IE 10+ */
  color: #19313E;
}

#mc_embed_signup input.email:-moz-placeholder { /* Firefox 18- */
  color: #19313E;
}

#mc_embed_signup input.email:focus {
	outline: none;
}

#mc_embed_signup input.email:focus::-webkit-input-placeholder {
  color: white;
}
#mc_embed_signup input.email:focus:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
#mc_embed_signup input.email:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
#mc_embed_signup input.email:focus:-ms-input-placeholder {
  color: white;
}


/* */
.footer {
	padding: 0;
	font-size: 0.8rem;
	color: #ccc;
	text-align: center;
    background-color:rgba(0, 0, 0, 0.25);
}
.footer a {
	color: #ccc;
}

.footer .container {
  padding: 0;
}

