body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #F8F8F8;
}

.container {
    font-family: Roboto;
    width: 65%;
    margin: auto;
}

.parallax{
    background-image: url("img/Parallax1.jpg");
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
    width: 100%;
}
.parallax2{
    background-image: url("img/Header3.jpg");
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
    width: 100%;
}

#HeaderImg{
    height: 100vh;
}

.parallax-window {
    min-height: 600px;
    background: transparent;
}

.qoute {
    width: 70%;
    height: 100%;
    margin: auto;
    text-align: center;
}
.qoute h1 {
    display: inline-block;
    font-size: 80px;
    color: white;
    border-bottom: 5px solid white;
    margin-top: 40vh;
}

section {
    padding-bottom: 20px;
    width: 100%;
    background: white;
}

section {
	-webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.Info {
    width: 100%;
    text-align: center;
}

footer {
    background-color: #262626;
    position: absolute;
    margin: auto;
    width: 100%;
    color: silver;
}

footer p {
    font-size: 15px;
    text-align: center;
}

#SponBlock {
    display: inline-block;
    width: 100%;
    line-height: 0%;
}

#SponBlock img {
    margin: 0;
    width: 25%;
}

#Reports h1 {
    margin-left: 2.5%;
}

#SponBlock h1 {
    margin-left: 1%;
    line-height: normal;
}

#ReportText {
    margin-bottom: 10%;
}

#Sponsors {
    overflow: hidden
}

.spon {
    width: 45%;
    margin-right: 5%;
    float: left;
}

#SponForm {
    width: 50%;
    height: 100%;
    float: left;
}

#SponForm form {
    align-content: center;
}

input[type=text], textarea, input#SponsorButton {
    width: 60%;
    padding: 12px 20px;
    margin: 5px;
    border: 2px solid #87d37c;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 15px;
}

textarea {
    height: 200px;
}

input#SponsorButton {
    width: 300px;
    background-color: #87d37c;
    color: white;

}

