@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans&display=swap');
html {
  
}

body {
  padding:0;
  margin:0;
  background-image: url("../bg.png"); 
  background-repeat: space; 
  background-position: 10%;
  background-color:#0C2947;
}

.content {
  height: 100%;
  border-radius: 3px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  background-color: #EEE;
  font-family: 'Montserrat', sans-seif;
}

.header {
  width: 900px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  background-color: #FFF;
  font-family: 'Open Sans', sans-serif;
}

#footer {
  width: 900px;
  border-radius: 3px;
  margin:20px auto 20px auto;
  padding:0px;
  color: #7AACD0;
  background-color:#0C2947;
  font-family: 'Open Sans', sans-serif;
  font-size: smaller;
  line-height: 0.75em;
}

#footer-left {
  width:300px;
  float: left;
  padding:0px;
  color: #7AACD0;
  background-color:#0C2947;
  font-family: 'Open Sans', sans-serif;
}

#footer-right {
  width:450px;
  float: right;
  padding:0px;
  color: #7AACD0;
  background-color:#0C2947;
  font-family: 'Open Sans', sans-serif;
}

a, a:visited {
color: #7AACD0;
}

h1, h2 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  padding-top: 20px;
}

.stampede {
  width: 70px;
  float:left;
  margin-top: 7px;
  margin-left: 3px;
}

video {
  display: block;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.fblalogo {
  width: 90px;
  float:right;
  margin-top: -75px;
  margin-right: 5px;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFFAA;
  z-index: 2;
}

#swirly {
    margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
}


form {
  border: 2px solid  #0C2947;
  border-radius: 5px;
  background-color: #FFF;
  margin:20px;
  padding:20px;
  
}
#submission-result{

  text-align: center;
  font-weight: bolder;

}

.info {
  margin:20px;
  padding:20px;
}

label {
  display: inline-block;
  width : 200px;
  text-align: right;
  vertical-align: top;
}

input {
  width : 150px;
  text-align: left;
  
}

#submit-form {
  display: block;
  width : 150px;  
  background-color: #7AACD0;
  margin: 5px;
  margin-left:205px;
  
  border-radius: 5px;
  box-shadow: none;
  height: 35px;
  font-size: x-large;
  border-color: #0C2947;
}

.submission-result {
  width : 150px;  
  background-color: #7AACD0;
  margin: 5px;
  border-radius: 5px;
  box-shadow: none;
  border-color: #0C2947;
  font-size: xx-large;
}

.watch-again {
  display: block;
  background-color: #0C2947;
  margin: 5px;
  float:right;
  border-radius: 5px;
  box-shadow: none;
  height: 35px;
  font-size: large;
  border-color: #0C2947;
  color:#7AACD0;
}