body {
  font-family: "Helvetica", Arial, serif;
  font-size: 15px;
  font-weight: 400;
  background: #f1f0f0;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: left;
}

header {
  display: block;
}

header {
  background: #fff;
  border-top: 8px #cc6666 solid;
  top: 0;
  width: 100%;
  z-index: 100;
}

header > .content {
  min-height: 75px;
  padding: 8px;
  vertical-align: middle;
  margin: 0 auto;
  width: 99%;
}

header .align {
  display: table;
  width: 98%;
}

header .images {
  display: table-cell;
  vertical-align: middle;
  width: 230px;
}

header .images > img {
  vertical-align: middle;
  border: 0;
}

header .align > .menu {
  display: table-cell;
  padding-right: 10px;
  text-align: right;
  vertical-align: middle;
  width: 28%;
  white-space: normal;
}

header .align > .menu i.fab,
header .align > .menu i.fas {
  font-size: 32px;
  color: black;
  margin-left: 3px;
  margin-right: 3px;
}

header .align > .menu i.fab:hover,
header .align > .menu i.fas:hover {
  color: #cc6666;
}

body .subscribe.links {
  background-color: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  padding: 10px;
  text-align: right;
  width: 195px;
  -o-transition: right 0.5s;
  -ms-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  right: 0;
}

body > .subscribe.wrapper {
  background-color: rgba(0, 0, 0, 0);
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1010;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

body .subscribe.wrapper.visible {
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  max-width: none;
}

body .subscribe.links.visible > .menu > li {
  display: inline;
  list-style: none;
}

body .subscribe.links.visible > .menu > li > a {
  color: #000;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 14pt;
  padding: 20px 6px 0 0;
  font-weight: bold;
  text-decoration: none;
}

body .subscribe.links.visible > .menu > li > a:hover {
  color: #cc6666;
}

.hide {
  width: 32px;
  font-size: 32px;
  cursor: pointer;
}

body > .wrapper {
  margin: 0 auto;
  max-width: 1000px;
  min-width: 310px;
  padding: 15px 20px;
  width: 100%;
}

div.feature {
  display: table-row;
  min-height: 330px;
}

div.feature > .content {
  border-radius: 15px;
  padding: 3vw;
  width: 50%;
  background-color: white;
  display: table-cell;
  box-shadow: 0 3px 8px rgb(247, 202, 202);
}

.content > .inner > h2 {
  padding-bottom: 10px;
}

.content > .inner > h2 > a {
  text-decoration: underline;
  font-size: 18px;
  font-weight: bolder;
  color: Black;
}

.content > .inner > h2 > a:hover {
  color: #cc6666;
}

.content > .inner > p {
  font-size: 14px;
  padding-bottom: 10px;
}

.content > .inner > footer > span {
  width: 33%;
  display: inline-block;
  font-size: 11px;
  color: #7a7a7a;
}

.content > .inner > footer > span > a {
  text-transform: uppercase;
  text-decoration: none;
  color: #7a7a7a;
  font-weight: 700;
}

.content > .inner > footer > span > a:hover {
  text-decoration: underline;
}

.content > .inner .byline {
  text-align: center;
}

.content > .inner .comments {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .content > .inner .comments {
    visibility: hidden;
    display: none;
  }

  .content > .inner .byline {
    text-align: right;
    width: 67%;
  }

  .mobile-hidden {
    visibility: hidden;
    display: none;
  }
}

.content > .inner > footer {
  white-space: nowrap;
  padding-bottom: 20px;
}

div.banner {
  width: 100%;
  text-align: center;
  padding: 20px 20px 0 20px;
}

div.banner img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}

@media (max-width: 640px) {
  div.banner > .full {
    visibility: hidden;
    display: none;
  }
}

@media (min-width: 641px) {
  div.banner > .mobile {
    visibility: hidden;
    display: none;
  }
}

.grid {
  position: relative;
  max-width: 1000px;
  min-width: 310px;
  margin: 0 auto;
  width: 100%;
  padding: 15px 20px;
}

.grid:after {
  display: block;
  content: "";
  clear: both;
}

.grid-col {
  float: left;
  width: 100%;
}

.grid-col--2 {
  display: none;
  right: 0;
}

@media (min-width: 768px) {
  .grid-col {
    width: 49%;
  }
  .grid-col:first-child {
    margin-right: 2%;
  }
  .grid-col--2 {
    display: block;
  }
}

.grid-item {
  border-radius: 15px;
  padding: 25px;
  background-color: white;
  box-shadow: 0 3px 8px rgb(247, 202, 202);
  margin-top: 15px;
}

#copyright {
  padding: 30px;
  font-size: 10px;
}

body > footer {
  width: 100%;
  border-top: 5px solid black;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 20px;
}

body > footer > ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body > footer > ul > li {
  float: left;
  width: 100px;
}

body > footer > ul > li:last-child {
  float: right;
  margin-right: 300px;
}

body > footer > ul > li > a {
  font-size: 30px;
  text-decoration: none;
  font-family: "Bebas Neue";
  color: black;
}

body > footer > ul > li > a:hover {
  color: #cc6666;
}

body > footer > ul > li > ul > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #333333;
  padding-left: 7px;
}

body > footer > ul > li > ul > li > a:hover {
  text-decoration: underline;
  color: #cc6666;
}
