/* Styles */
body {
    text-align: center;
    padding: 60px 20px 0;
}

#seed-csp4-content {
    max-width: 600px;
    margin: 0 auto;
}

#seed-csp4-content img {
    max-width: 100%;
    height: auto;
}

#seed-csp4-image {
    margin-bottom: 20px;
}

#seed-csp4-headline {
    margin-top: 0;
}

#seed-csp4-description {
}

#seed-csp4-footer {
}

#seed-csp4-credit {
    position: fixed;
    bottom: 0;
    right: 20px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1px 5px 2px;
    border-radius: 4px 4px 0px 0px;
}

.placeholder {
    color: #aaa;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* =Supersized
-------------------------------------------------------------- */
#supersized-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    text-indent: -999em;
}
#supersized img {
    max-width: none;
}
#supersized {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
    margin: 0;
}
#supersized img {
    width: auto;
    height: auto;
    position: relative;
    display: none;
    outline: none;
    border: none;
}
#supersized.speed img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
} /*Speed*/
#supersized.quality img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
} /*Quality*/
#supersized li {
    display: block;
    list-style: none;
    z-index: -30;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
}
#supersized a {
    width: 100%;
    height: 100%;
    display: block;
}
#supersized li.prevslide {
    z-index: -20;
}
#supersized li.activeslide {
    z-index: -10;
}
#supersized li.image-loading img {
    visibility: hidden;
}
#supersized li.prevslide img,
#supersized li.activeslide img {
    display: inline;
}
html {
    height: 100%;
    background: #fafafa url("../images/background.jpg") no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seed-csp4 body {
    height: 100%;
    background: transparent;
}

/* Text Styles */
.seed-csp4 body {
    font-family: Helvetica, Arial, sans-serif;
}

.seed-csp4 h1,
.seed-csp4 h2,
.seed-csp4 h3,
.seed-csp4 h4,
.seed-csp4 h5,
.seed-csp4 h6 {
    font-family: Helvetica, Arial, sans-serif;
}

.seed-csp4 body {
    color: #000000;
}

.seed-csp4 h1,
.seed-csp4 h2,
.seed-csp4 h3,
.seed-csp4 h4,
.seed-csp4 h5,
.seed-csp4 h6 {
    color: #666633;
}

.seed-csp4 a,
.seed-csp4 a:visited,
.seed-csp4 a:hover,
.seed-csp4 a:active {
    color: #27ae60;
}
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope);
@import url(https://fonts.googleapis.com/css?family=Adamina);

#seed-csp4-headline {
    font-family: "Adamina", serif;
    font-size: 60px;
}

#wcs {
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 35px;
    margin: 20px;
}

#wcs_content {
    font-size: 25px;
    font-family: 'Annie Use Your Telescope', cursive;
}

#wcs_footer {
    text-align: left;
}

.wpcf7-form p {
    background: white;
    text-align: left;
    background: rgba(255, 255, 255, 0.8);
}

.wpcf7-form p input {
    border: none;
    outline: none;
    padding-left: 25px;
    height: 35px;
    width: 100%;
    background: transparent;
}

.wpcf7-form p textarea {
    border: none;
    outline: none;
    width: 100%;
    padding: 5px;
    padding-left: 25px;
    height: 100px;
    background: transparent;
}

#seed-csp4-content img {
    position: absolute;
    padding: 5px;
    margin-top:5px;
}

.wpcf7 .screen-reader-response {
    display: none;
}

.icons8-Message {
    position: absolute;
}

.wpcf7-form {
    padding-top: 10px;
}

.wpcf7-submit {
    color: white;
    background: rgb(102, 102, 51);
    border: 1px solid #333333;
    font-size: 17px;
    padding: 7px 12px;
    font-weight: normal;
    margin: 6px 0;
    margin-right: 12px;
    display: inline-block;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    min-width: 120px;
}
#wcs_content {
    font-family: "Annie Use Your Telescope", cursive;
    font-size: 25px;
}

h3 {
    color: #000 !important;
}