body {
  background-color: #dbdbdd;
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14pt;
}

.icon {
  max-width: 260px;
}

#bg {
  position: fixed;
  background-size: cover;
  z-index: -2;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("../images/video-static.png") no-repeat;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", serif;
  margin-top: 0;
  letter-spacing: 0.04em;
  font-size: 18pt;
  text-transform: uppercase;
  color: rgb(65, 150, 180) !important;
}

.inner {
  padding: 30px 70px 30px 70px;
}

.inner img {
  width: 320px;
  border-radius: 25px;
  margin: 0px;
}

.columns {
  margin-top: 20px;
  text-align: center;
}

p {
  margin-bottom: 30px;
	font-family: 'Source Sans Pro', sans-serif;
  font-size: 14pt;
  color: #000000;
}

.textCentered {
  text-align: center;
  color: rgb(65, 150, 180) !important;
}

.container {
  background-color: rgba(255, 255, 255, 0.9);
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;

  border-right: solid 20px rgb(65, 150, 180);
  border-left: solid 20px rgb(65, 150, 180);
}

.subscribe {
  margin: auto;
  text-align: center;
}

button[type="submit"] {
  padding: 10px 15px;
  text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4);
  background: rgb(65, 150, 180);
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: "Roboto Slab", serif;
  font-size: inherit;
  border: none;
  border-radius: 3px;
  display: inline-block;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .container {
    width: 100%;
  }

  .columns {
    -webkit-columns: auto auto; /* Chrome, Safari, Opera */
    -moz-columns: auto auto; /* Firefox */
    columns: auto auto;
  }
}

ol {
	text-align: center;
	list-style-position:inside
}

.button2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    background-color: rgb(65, 150, 180);
    border: none;
    border-radius: 3.2rem;
    color: #fff;
    cursor: pointer;
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11pt;
    margin: 4px 2px;
    outline: 0;
    width: 200px;
    margin: 0 auto;
}

ul {
 list-style-position:inside
}

a {
	color: #42a5bd
}

.prize {
    margin: 0 auto !important;
    border-radius: 0 !important;
    width: 400px !important;
	padding-bottom: 40px;
    position: relative;
    float: left;
    padding-right: 30px;
}

@media only screen and (max-width: 850px) {
  .inner {
    padding: 30px 30px 10px 30px;
  }

  .container {
    border-right-width: 10px;
    border-left-width: 10px;
  }

  button[type="submit"] {
    display: block;
    margin-top: 15px;
  }
  
  .prize {
    border-radius: 0 !important;
    width: 100% !important;
	padding-bottom: 40px;
    position: relative;
    float: left;
    padding-right: 0;
  }
  
}