body, button, input, select, table, textarea {
    font-family: "Century Gothic", sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.15em;
	background-color: transparent;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('CenturyGothic.eot');
	src: url('CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('CenturyGothic.woff2') format('woff2'),
		url('CenturyGothic.woff') format('woff'),
		url('CenturyGothic.ttf') format('truetype'),
		url('CenturyGothic.svg#CenturyGothic') format('svg');
	font-weight: normal;
	font-style: normal;
}

.full {
    background: url('../img/Background_Prymer.jpg') no-repeat center left fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



a {color:#3494C4; font-weight: normal;}
a:focus, a:hover {color:#000; font-weight: normal;}
.h1, h1 {
    font-size: 20px;
}

.h2, h2 {
    font-size: 15px;
	margin-bottom:20px;
}

.black {background:#252525; color:#fff; margin-top: 1%; -webkit-box-shadow: 1px 1px 80px 20px rgba(0,0,0,.2); box-shadow: 1px 1px 80px 20px rgba(0,0,0,.2);}
.white {background:#fff; color:#252525; margin-top: 1%; -webkit-box-shadow: 1px 1px 80px 20px rgba(0,0,0,.2); box-shadow: 1px 1px 80px 20px rgba(0,0,0,.2);}
.form {margin:40px;}
.logo {width:70%; margin-bottom: 20px;}

label {font-weight:normal; font-size:12px;}

#mc_embed_signup{background:transparent; clear:left;}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 0 !important;
}

#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
    margin-left: 10px;
}

#mc_embed_signup .button {
    background-color: #73b8db !important;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
}

#mc_embed_signup input.email, #mc_embed_signup input.field {
    font-family: inherit !important;
    width: 70% !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #505050;
}

#mc_embed_signup input {
    border-width: 0px !important;
}

.footer {border-top: 1px solid #2f2f2f; color: #888; font-size: 10px; text-transform: uppercase; margin-top:25px; padding-top:25px;}