@charset "UTF-8";
body {
    background-color: #38B6FF;
    background-image: url(../Background.svg);
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #FFFFFF;
}
img {
    margin-top: -31px;
}
nav {
    color: #FFFFFF;
    padding-top: 0px;
    text-align: right;
    word-spacing: 10px;
}
footer {
    color: #F9F9F9;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    padding-top: 121px;
    font-size: 0.8em;
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
}

.footer {
	display: inline;
	margin-left: 40px;
	color: #F9F9F9;
}
.footer:hover {
	color: #ff5c5c;
}

.footer:visited {
	color: #F9F9F9;
}

h1 {
    font-family: 'League Spartan', sans-serif;
    font-size: 9em;
    text-indent: 0;
    margin-top: 5px;
    text-align: left;
    padding-left: 0px;
    margin-left: 185px;
    text-shadow: 8px 7px #000000;
}

h2 {
    font-family: 'League Spartan', sans-serif;
    color: #FFFFFF;
    font-size: xx-large;
    font-weight: normal;
    bottom: 0px;
    text-align: left;
    margin-left: 200px;
    margin-top: -59px;
    text-shadow: 4px 2px #000000;
    text-decoration: none;
}
p {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    margin-left: 200px;
    margin-right: 200px;
}
body p {
    text-align: justify;
}
.paper {
    margin-top: -337px;
    margin-left: 238px;
}
body nav a {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 1.4em;
    padding-left: 2px;
    text-decoration: none;
}
body nav a:hover{
    color: #ff5c5c;
}
.navlist {
    list-style-type: none;
}
.navlistitem {
    float: right;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
}
.text1 {
    position: absolute;
    margin-left: 477px;
    color: #000000;
    margin-right: 333px;
    margin-top: 128px;
}
.fcf-body #fcf-form .fcf-h3 {
    font-size: medium;
}
.campaign h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    font-size: medium;
}
#respond {
  margin-top: 40px;
}

#respond input[type='text'],
#respond input[type='email'],
#respond textarea {
  margin-bottom: 10px;
  display: block;
  width: 100%;

  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;

  line-height: 1.4em;
}
#posts-list.has-comments li.no-comments {
  display: none;
}
