@charset "UTF-8";
/* CSS Document */

html { 
  background: url(../images/2019-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 767px) {
	html { 
  		background: url(../images/2019-bg.jpg) no-repeat center center fixed; 
  		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
	}
}

body {
	background-color: inherit;
}

.logo {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
	font-weight: 900;
	font-size:55px;
	background-color: transparent;
    letter-spacing: .05em;
    text-shadow: 
      2px 2px 0px #901ca1;
}

h1a {
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
	font-weight: 900;
	font-size:40px;
	background-color: transparent;
    letter-spacing: .05em;
}

h2 {
	font-family: 'Titillium Web', sans-serif;
	color: #FFF;
	font-weight: 500;
	font-size: 24px;
	text-decoration:none;
	letter-spacing: 3px;
}

h3 {
	font-family: 'Titillium Web', sans-serif;
	color: #FFF;
	font-weight: 300;
	font-size: 20px;
}

h3a {
	font-family: 'Titillium Web', sans-serif;
	color: #FFF;
	font-weight: 300;
	font-size: 20px;
	line-height:20px;
}

h4 {
	font-family: 'Titillium Web', sans-serif;
	color: #FFF;
	font-weight: 300;
	font-size: 13px;
}

.modal-title {
	font-family: 'Titillium Web', sans-serif;
	color: #000;
	font-weight: 700;
	font-size: 14px;
}

.clear {
	margin: 10px 0 0 0;
}

.clear-big {
	margin: 25px 0 0 0;
}

.banner {
	background-color: transparent;
	border: 0px solid white;
	border-radius: 3px;
	padding: 5px 5px 15px 5px;
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
  font-size: 20px;
  background: #AD1C42;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #7f1330;
  color: #ffffff;
  text-decoration: none;
}

.btn-1 {
  color: #901ca1;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
  font-size: 20px;
  background: #ffffff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border:none;
}

.btn-1:hover {
  background: #cc4275;
  color: #ffffff;
  text-decoration: none;
}

#page-wrap {
	width: 800px; 
	margin: 50px auto; 
	padding: 20px; 
	background: transparent;  
}

.content-section-a {
    padding: 50px 0;
	background: url(../img/bg_ne.jpg) no-repeat center center;
	background-size:cover;
    background-color: transparent;
}

.content-section-b {
    padding: 50px 0;
	background: url(../img/bg_nw.jpg) no-repeat center center;
	background-size:cover;
	background-color: #e0e0e0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

p {
	font: 15px/2 Georgia, Serif; 
	margin: 0 0 30px 0; 
	text-indent: 40px; 
}

.modal-copy {
	font-family: 'Titillium Web', sans-serif;
	font-size:12px; 
	margin: 0 0 30px 0; 
}


/* START OF SNOW */

/* #snow{
	background: none;
	font-family: Androgyne;
	background-image: url('http://www.wearewebstars.dk/codepen/img/s1.png'), url('http://www.wearewebstars.dk/codepen/img//s2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:1;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}*/	

/* END OF SNOW */

/* SIGN UP FORM */

::selection { background: transparent; }
::-moz-selection { background: transparent; }
::-webkit-selection { background: transparent; }

::-webkit-input-placeholder { /* WebKit browsers */
  color: #aaa;
  font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #aaa;
  font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc !important;
  font-style: italic;  
}

br { display: block; line-height: 2.2em; }
hr { width: 75%; border: 1px solid #ccc; margin-bottom: 15px; }

#w {
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 45px;
}

#content {
  display: block;
  width: 100%;
  background: transparent;
  padding: 25px 0px;
  padding-bottom: 35px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

#notification_container {
  display: block;
  margin: 0 auto;
  padding-top: 25px;
}

#notification_container .alert {
  display: block;
  width: 100%;
  padding: 11px 20px;
  border: 1px solid #cfc07e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #515151;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
  background-color: #e3cb77;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3cb77), to(#f4e4a8));
  background-image: -webkit-linear-gradient(top, #e3cb77, #f4e4a8);
  background-image: -moz-linear-gradient(top, #e3cb77, #f4e4a8);
  background-image: -ms-linear-gradient(top, #e3cb77, #f4e4a8);
  background-image: -o-linear-gradient(top, #e3cb77, #f4e4a8);
  background-image: linear-gradient(top, #e3cb77, #f4e4a8);
}

#notification_container .success {
  display: block;
  width: 100%;
  padding: 11px 20px;
  border: 1px solid #78aa5f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #515151;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
  background-color: #9ac784;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9ac784), to(#aed39c));
  background-image: -webkit-linear-gradient(top, #9ac784, #aed39c);
  background-image: -moz-linear-gradient(top, #9ac784, #aed39c);
  background-image: -ms-linear-gradient(top, #9ac784, #aed39c);
  background-image: -o-linear-gradient(top, #9ac784, #aed39c);
  background-image: linear-gradient(top, #9ac784, #aed39c);
}

/** MailChimp Styles **/
#mc_embed_signup{ background: transparent; clear: left; font: 14px Helvetica, Arial, sans-serif; text-align: center; width: 350px; margin: 0 auto; }

/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup form {display: block; position: relative; text-align: left; padding: 10px 0 -10px 3%; }
#mc_embed_signup h2 {font-weight: bold; padding: 0; margin: 15px 0; font-size: 1.4em; }

#mc_embed_signup input { border: 0px solid #ababab; -webkit-appearance: none; }
#mc_embed_signup input[type=checkbox]{ -webkit-appearance: checkbox; }
#mc_embed_signup input[type=radio]{ -webkit-appearance: radio; }
#mc_embed_signup input:focus { border-color: #799877; }

#mc_embed_signup .button {
  display: block;
  position: relative;
  background-color: #901ca1;
  padding: 0;
  margin: 0 auto;
  border: 0 none;
  border-bottom: #cc4275 3px solid;
  border-radius: 6px;
  color: #fff; 
  cursor: pointer;
  font-size: 16px;
  width: 300px;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
#mc_embed_signup .button:hover { background-color: #cc4275; border-bottom-color: #901ca1; }
#mc_embed_signup .button:active { top: 2px; border-bottom-width: 1px; }

#mc_embed_signup .small-meta { font-size: 11px; }

#mc_embed_signup .nowrap { white-space: nowrap; }     
#mc_embed_signup .clear { clear: none; display: inline; }

#mc_embed_signup label { display: block; font-size: 13px; text-transform: uppercase; padding-bottom: 7px; color: #616161; font-weight: bold; }
#mc_embed_signup input.email {
  display: block;
  padding: 8px 4px;
  margin: 0 4% 10px 0;
  text-indent: 5px;
  color: #818181;
  font-size: 1.0em;
  background: #f3f3f3;
  font-weight: bold;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#mc_embed_signup input.email:focus { 
  color: #666;
  background: #f3f3f3;
  -webkit-box-shadow: 0 0 12px #901ca1;
  -moz-box-shadow: #901ca1;
  box-shadow: #901ca1;
}

#mc_embed_signup mc-field-group input-group {
	color: white;	
}

#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; }


/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* Footer */

#footer {
	margin-top: 5%;
	font-family: 'Titillium Web', sans-serif;
}

@media screen and (max-width: 767px) {
	#footer {
	font-family: 'Titillium Web', sans-serif;
	}
}

#footer a {
	color: inherit;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
}

#copyright {
	color: #FFF;
	padding: 4em 0 0 0;
	text-align: center;
}

#copyright a {
	color: inherit;
}