html {
  background: url(../images/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.outer-padded {
  padding: 20px;
}

.wrapper {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
}

.wrapper > * {
  padding: 20px;
  margin: 0px;
  flex: 1 100%;
}

.header {
  text-align: left;
}

.footer {
  height: 140px;
  text-align: center;
  font-size: small;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.main {
  vertical-align: top;
  text-align: left;
}

.video {
  background-color: white;
  text-align: left;
  margin-bottom: 20px;
}

.news-item {
  background-color: white;
  text-align: left;
  margin-bottom: 20px;
}

.dateline {
  color: #666;
}

.mission {
  margin-top: 40px;
}

.socials-container {
  display: block;
  border: 0px;
  margin: 0px;
}

.subscribe {
  display: flex;
  height: 114px;
  text-align: right;
  border: 0px;
  margin: 0px;
}

.socials {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-self: flex-end;
  border: 0px;
  margin: 0px;
}

.feed {
  margin-top: 40px;
  background-color: #e8e8e8;
  color: white;
  max-height: 1000px;
  overflow-y: scroll;
}

.newsfeed {
  vertical-align: top;
  color: black;
  max-height: 700px;
  overflow-y: scroll;
}

.content {
  background-color: white;
}

.subscribe-text {
  width: calc(100% - 116px);
  background-color: white;
  height: 38px;
  border: 0;
  padding-left: 10px;
  font-size: large;
  box-shadow: none;
  border-radius: 0px;
  font-family: "Roboto";
  font-weight: 400;
}

.subscribe-button {
  background-color:  #F15E2B;
  color: white;
  width: 100px;
  height: 40px;
  border: 0;
  font-size: large;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.donate-button {
  border-radius: 8px;
  background-color: #F15E2B;
  font-family: "Roboto";
  font-weight: 700;
  color: white;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: x-large;
  cursor: pointer;
  margin-top: 6px;
}

@media all and (min-width: 600px) {
  .aside { flex: 1 0 0; }
}

@media all and (min-width: 800px) {
  .main     { flex: 1.5 0px; }
  .main     { order: 1; }
  .aside    { order: 2; }
  .footer   { order: 3; }
}

body {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: large;
  padding: 0px;
  margin: 0px;
}

.bold400 {
  font-family: 'Roboto';
  font-weight: 500;
}

b .bold700 {
  font-family: 'Roboto';
  font-weight: 700;
}

.bold900 {
  font-family: 'Roboto';
  font-weight: 900;
}

.section-header {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: x-large;
}