@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,800,700italic,800italic);
body {
  background: url(../img/bg.png) no-repeat top center;
  background-size: cover;
  min-height: 960px;
  width: 100%;
  margin: 0 auto;
  color: #251500;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
a {
  color: #251500;
  text-decoration: underline;
  font-weight: bold;
}
p {
  line-height: 1.3em;
  margin-top: 25px;
  margin-bottom: 25px;
}
h2 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}
hr {
  margin-right: 25%;
  color: #251500;
}
strong {
  font-weight: bold;
}
.container {
  width: 970px;
  margin: 0 auto;
}
header {
  margin: 15px auto 0;
  text-align: center;
  height: 170px;
}
header img#logo {
  width: 325px;
  height: auto;
  padding-top: 20px;
}
.content {
  width: 50%;
}
.download {
  background: #e7e7e7;
  display: inline-block;
  padding: 10px;
}
.socMed a img {
  height: 25px;
  width: 25px;
  margin-left: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}
footer {
  margin: 75px auto 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  padding: 15px 0;
}
footer .container .Right50,
footer .container .Left50 {
  text-align: left;
  display: inline-block;
}
footer .container .Right50 p,
footer .container .Left50 p {
  margin-top: 0;
  margin-bottom: 2px;
}
footer .container .Left50 {
  float: left;
  width: 40%;
}
footer .container .Right50 {
  width: 60%;
}
