@font-face {
  font-family: Franchise;
  src: url("../fonts/Franchise.ttf") format("truetype");
  src: url("../fonts/Franchise.otf");
  src: url("../fonts/Franchise.woff"); }
@media only screen and (max-width: 699px) and (mid-width: 1) {
  /*The title for the page.*/
  .title-style {
    font-family: Franchise;
    font-size: 300%;
    color: pink; } }
@media only screen and (max-width: 1000px) and (mid-width: 700) {
  /*The title for the page.*/
  .title-style {
    font-family: Franchise;
    font-size: 300%;
    color: blue;
    display: table-cell;
    vertical-align: center; } }
.title-style {
  font-family: Franchise;
  font-size: 300%;
  display: table-cell;
  vertical-align: center; }

@media screen and (max-width: 1400px) {
  .title-style {
    font-family: Franchise;
    font-size: 300%;
    display: table-cell;
    vertical-align: center; } }
@media screen and (max-width: 800px) {
  .title-style {
    font-family: Franchise;
    font-size: 300%;
    display: table-cell;
    vertical-align: center; } }
@media screen and (max-width: 480px) {
  .title-style {
    font-family: Franchise;
    font-size: 300%;
    display: table-cell;
    vertical-align: center; } }
/*div class that will hold the title.*/
.title-holder {
  background-color: #011627;
  float: left;
  width: 70%;
  display: table;
  transition: opacity 0.3 ease;
  padding-top: 8px;
  padding-left: 5px;
  color: #FDFFFC; }

/*When the user hovers the header make the header opaque*/
/*div that holds buttons on the site.*/
.button-holder {
  float: right;
  height: 100%;
  width: 7.5%;
  padding-left: 1%; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: pink;
  min-width: 160px;
  z-index: 1;
  float: right;
  position: relative; }

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left; }

/*div for headers buttons.*/
.header-button {
  height: 100%;
  background-color: #F71735;
  color: white;
  border: none;
  padding: 1%;
  float: right;
  width: 100%;
  transition: background-color 0.3s ease; }

/*When you hover over the button.*/
.header-button:hover {
  background-color: #ac1025;
  cursor: pointer; }

.dropdown {
  height: 100%;
  width: 100%;
  float: right;
  display: inline-block; }

/*Buttons for the drop-down menu.*/
.dropdown-button {
  background-color: #8b0000;
  width: 100%;
  border: none;
  color: white;
  padding: 5%;
  transition: background-color 0.3s ease; }

.dropdown-button:hover {
  background-color: #E50000;
  cursor: pointer; }

.dropdown:hover .dropdown-content {
  display: block; }

@media screen and (max-width: 1300px) {
  /*div that holds buttons on the site.*/
  .button-holder {
    float: right;
    height: 100%;
    width: 10%;
    padding-left: 1%; } }
@media screen and (max-width: 600px) {
  /*div that holds buttons on the site.*/
  .button-holder {
    float: right;
    height: 100%;
    width: 20%;
    padding-left: 1%; } }
@media screen and (max-width: 480px) {
  /*div that holds buttons on the site.*/
  .button-holder {
    float: right;
    height: 100%;
    width: 25%;
    padding-left: 1%; } }
/*The header is 75px, so place this under that.*/
/*The amount we want the element under the header.*/
/*The margin on the left side.*/
/*The margin on the right side.*/
/*The right margin on mobile*/
/*The color of the box*/
.popular-container-holder {
  width: 100%;
  height: 100%; }

.popular-container {
  margin-top: 5%;
  border: 1px solid #c5c4c4;
  width: 50%;
  height: 100%;
  float: left;
  margin-left: 5%;
  padding: 2%;
  box-shadow: 0 4px 8px 0 rgba(87, 87, 87, 0.2), 0 6px 20px 0 rgba(87, 87, 87, 0.2);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*When viewed through a */ }
  .popular-container h1 {
    font-family: libre-franklin;
    color: #F71735;
    letter-spacing: 1.5px; }
  @media screen and (max-width: 1040px) {
    .popular-container {
      margin-left: 2%;
      margin-right: 2%;
      width: 96%;
      overflow: hidden;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; } }

.video-container {
  margin-top: 5%;
  border: 1px solid #c5c4c4;
  width: 35%;
  height: 100%;
  float: right;
  margin-right: 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0 4px 8px 0 rgba(87, 87, 87, 0.2), 0 6px 20px 0 rgba(87, 87, 87, 0.2); }
  .video-container h2 {
    font-family: libre-franklin;
    color: #F71735; }
    @media screen and (max-width: 1040px) {
      .video-container h2 {
        font-size: 36px; } }
  @media screen and (max-width: 1040px) {
    .video-container {
      margin-top: 5%;
      margin-left: 2%;
      margin-right: 2%;
      width: 96%;
      overflow: hidden;
      box-shadow: 0 4px 8px 0 rgba(87, 87, 87, 0.2), 0 6px 20px 0 rgba(87, 87, 87, 0.2); } }

.article-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  top: -22px; }

.article-holder {
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  float: left;
  min-width: 1000px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  @media screen and (max-width: 1040px) {
    .article-holder {
      margin-left: 2%;
      margin-right: 2%;
      width: 96%; } }
  .article-holder .article {
    width: 20%;
    height: 600px;
    float: left;
    margin-right: 2.5%;
    margin-left: 2.5%;
    padding: 0%;
    margin-top: 5%;
    text-overflow: ellipsis;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(87, 87, 87, 0.2), 0 6px 20px 0 rgba(87, 87, 87, 0.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    @media screen and (max-width: 1040px) {
      .article-holder .article {
        margin-top: 7%;
        margin-left: 2%;
        margin-right: 2%;
        width: 46%; } }
    .article-holder .article .article-content-no-image {
      height: 80%;
      float: left;
      padding: 5%;
      overflow: hidden;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      top: -22px;
      position: relative; }
      @media screen and (max-width: 1040px) {
        .article-holder .article .article-content-no-image {
          top: -32px; } }

.article-header {
  height: 20%;
  background-color: #FF9F1C;
  /*Compensating for the line height.*/
  top: -22px;
  width: 100%;
  position: relative;
  padding: 1%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  .article-header h2 {
    color: #f7f7f7;
    font-family: libre-franklin;
    text-align: center; }
    @media screen and (max-width: 1040px) {
      .article-header h2 {
        font-size: 36px; } }
  @media screen and (max-width: 1040px) {
    .article-header {
      top: -32px; } }

.article-image {
  height: 40%;
  width: 100%;
  overflow: hidden;
  float: left;
  top: -22px;
  position: relative; }
  @media screen and (max-width: 1040px) {
    .article-image {
      top: -32px; } }

.article-content {
  height: 40%;
  float: left;
  padding: 5%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: -22px;
  position: relative; }
  @media screen and (max-width: 1040px) {
    .article-content {
      top: -32px; } }

.search-links {
  height: 400px;
  margin-top: 2%;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%; }
  @media screen and (max-width: 1040px) {
    .search-links {
      height: 550px;
      margin-bottom: 5%; } }
  .search-links .index-search-select {
    border: 1px solid #c5c4c4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2%;
    margin-bottom: 15px;
    background-color: #FDFFFC;
    letter-spacing: 1.25px;
    color: #4b4b4b;
    font-family: libre-baskerville;
    box-shadow: 0 4px 8px 0 rgba(87, 87, 87, 0.2), 0 6px 20px 0 rgba(87, 87, 87, 0.2); }
    @media screen and (max-width: 1040px) {
      .search-links .index-search-select {
        width: 100%;
        font-size: 32px; } }
  .search-links .submit-button {
    background-color: #41EAD4;
    border: none;
    padding: 2%;
    font-family: libre-franklin;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  .search-links .title-search {
    padding: 2%;
    box-shadow: 0 4px 8px 0 rgba(87, 87, 87, 0.2), 0 6px 20px 0 rgba(87, 87, 87, 0.2);
    font-family: libre-baskerville;
    letter-spacing: 1.25px;
    border: 1px solid #c5c4c4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #4b4b4b; }
    @media screen and (max-width: 1040px) {
      .search-links .title-search {
        width: 100%;
        font-size: 32px; } }
  @media screen and (max-width: 1040px) {
    .search-links {
      width: 96%;
      margin-left: 2%;
      margin-right: 2%; } }
  .search-links .paginate-holder {
    background-color: #FDFFFC;
    height: 100%;
    width: 58.75%;
    margin-left: 1.25%;
    float: left;
    padding: 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(87, 87, 87, 0.2), 0 6px 20px 0 rgba(87, 87, 87, 0.2); }
    @media screen and (max-width: 1040px) {
      .search-links .paginate-holder {
        width: 100%;
        margin-left: 0%;
        height: 30%; } }
    .search-links .paginate-holder p {
      text-align: center; }
    .search-links .paginate-holder .paginate-button {
      background-color: #41EAD4;
      width: 50px;
      margin-right: 3px;
      height: 50px;
      font-family: libre-franklin;
      color: #4b4b4b;
      font-size: 150%;
      border: none;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      transition: background-color 0.3s ease, height 0.3s ease; }
      @media screen and (max-width: 1040px) {
        .search-links .paginate-holder .paginate-button {
          height: 60px;
          margin-right: 6px;
          font-size: 200%; } }
    .search-links .paginate-holder .paginate-button:hover {
      background-color: #3ad2be;
      width: 55px;
      height: 55px; }
      @media screen and (max-width: 1040px) {
        .search-links .paginate-holder .paginate-button:hover {
          width: 65px;
          height: 65px; } }
  .search-links .search {
    background-color: #FDFFFC;
    width: 38.75%;
    height: 100%;
    float: left;
    margin-right: 1.25%;
    padding: 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(87, 87, 87, 0.2), 0 6px 20px 0 rgba(87, 87, 87, 0.2); }
    @media screen and (max-width: 1040px) {
      .search-links .search {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 2%; } }

.links-holder {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 2%;
  background-color: #41EAD4;
  overflow: auto;
  min-width: 1000px; }
  @media screen and (max-width: 1040px) {
    .links-holder {
      margin-top: 7.5%; } }

.link-holder {
  background-color: #FDFFFC;
  border: 1px solid #c5c4c4;
  margin-top: 2%;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  height: auto;
  box-shadow: 0 4px 8px 0 rgba(87, 87, 87, 0.2), 0 6px 20px 0 rgba(87, 87, 87, 0.2);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  .link-holder .header {
    width: 100%;
    height: 40px; }
    @media screen and (max-width: 1040px) {
      .link-holder .header {
        height: 60px; } }
    .link-holder .header .username {
      float: right;
      height: 100%;
      width: 49%;
      padding-right: 2%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
      .link-holder .header .username p, .link-holder .header .username a {
        text-align: right;
        font-size: 14px;
        color: #363636; }
        @media screen and (max-width: 1040px) {
          .link-holder .header .username p, .link-holder .header .username a {
            font-size: 18px; } }
    .link-holder .header .added {
      float: left;
      height: 100%;
      width: 49%;
      padding-left: 2%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
      .link-holder .header .added p, .link-holder .header .added a {
        font-size: 14px;
        color: #363636; }
        @media screen and (max-width: 1040px) {
          .link-holder .header .added p, .link-holder .header .added a {
            font-size: 18px; } }
  .link-holder .content {
    width: 100%;
    height: auto;
    padding: 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    .link-holder .content p {
      font-size: 20px; }
  .link-holder .footer {
    height: 100px; }
    .link-holder .footer .report-button {
      background-color: #41EAD4;
      height: 90%;
      margin-right: 1.25%;
      width: 200px;
      float: right;
      border: none;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px;
      transition: width 0.5s, height 0.5s, background-color 0.5s; }
      .link-holder .footer .report-button h2 {
        font-family: libre-franklin;
        font-size: 175%; }
        @media screen and (max-width: 1040px) {
          .link-holder .footer .report-button h2 {
            font-size: 200%; } }
    .link-holder .footer .report-button:hover {
      width: 205px;
      height: 93%;
      background-color: #3ad2be; }
  @media screen and (max-width: 1040px) {
    .link-holder {
      margin-left: 2%;
      margin-right: 2%;
      width: 96%; } }

/*The margin on the left side.*/
/*The margin on the right side.*/
/*The right margin on mobile*/
#add-link-button {
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  margin-top: 2%;
  height: 75px;
  background-color: #FF9F1C;
  border: none;
  font-family: libre-franklin;
  color: #f7f7f7;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  transition: background-color 0.5s ease; }
  @media screen and (max-width: 1040px) {
    #add-link-button {
      margin-right: 2%;
      margin-left: 2%;
      width: 96%;
      height: 110px; } }
  #add-link-button h2 {
    font-size: 200%; }
    @media screen and (max-width: 1040px) {
      #add-link-button h2 {
        font-size: 300%; } }

#add-link-button:hover {
  background-color: #e58f19; }

.modal {
  width: 100%; }

.modal-content {
  width: 150%;
  margin: auto;
  right: 30%;
  margin-top: 5%;
  position: relative; }

.modal-body {
  background-color: #FDFFFC;
  border: none; }

.modal-header {
  background-color: #FF9F1C;
  border: none; }

.modal-title {
  float: left;
  font-family: libre-franklin;
  color: #f7f7f7;
  font-size: 200%; }

.modal-footer {
  background-color: #FDFFFC;
  border: none; }

/*The header is 75px, so place this under that.*/
/*The amount we want the element under the header.*/
.rss-class {
  border-style: solid;
  border-color: #c5c4c4;
  border-width: 0px 1px 1px 1px;
  padding: 2%; }

#rss {
  box-shadow: 0 4px 8px 0 rgba(87, 87, 87, 0.2), 0 6px 20px 0 rgba(87, 87, 87, 0.2); }

.rss-header {
  background-color: #FF9F1C;
  border-style: solid;
  border-color: #c5c4c4;
  border-width: 1px 1px 0px 1px;
  bottom: -10px;
  position: relative;
  padding: 2%;
  color: #f7f7f7;
  font-family: libre-franklin; }
  @media screen and (max-width: 1040px) {
    .rss-header {
      font-size: 36px; } }

.charity-rss-holder {
  width: 100%;
  margin-top: 130px;
  min-width: 1000px; }
  .charity-rss-holder .rss-holder {
    width: 20%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(87, 87, 87, 0.2), 0 6px 20px 0 rgba(87, 87, 87, 0.2);
    border: 1px solid #c5c4c4;
    margin-right: 5%;
    padding: 1%;
    float: left; }
    @media screen and (max-width: 1040px) {
      .charity-rss-holder .rss-holder {
        width: 95%;
        margin-top: 5%;
        margin-right: 2.5%;
        margin-left: 2.5%;
        padding: 2%; } }
  .charity-rss-holder .charity-holder {
    width: 65%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    border: 1px solid #c5c4c4;
    box-shadow: 0 4px 8px 0 rgba(87, 87, 87, 0.2), 0 6px 20px 0 rgba(87, 87, 87, 0.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5% 2%; }
    @media screen and (max-width: 1040px) {
      .charity-rss-holder .charity-holder {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%; } }
  .charity-rss-holder .charity {
    width: 28%;
    margin-left: 2.5%;
    height: 600px;
    margin-bottom: 5%;
    float: left;
    border: 1px solid #c5c4c4;
    box-shadow: 0 4px 8px 0 rgba(87, 87, 87, 0.2), 0 6px 20px 0 rgba(87, 87, 87, 0.2);
    text-overflow: ellipsis; }
    @media screen and (max-width: 1040px) {
      .charity-rss-holder .charity {
        height: 1200px; } }

.charity-header {
  height: 20%;
  background-color: #FF9F1C;
  /*Compensating for the line height.*/
  top: -22px;
  width: inherit !important;
  position: relative;
  padding: 2%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: table-cell;
  vertical-align: middle; }
  .charity-header h2 {
    color: #f7f7f7;
    font-family: libre-franklin;
    text-align: center; }
    @media screen and (max-width: 1040px) {
      .charity-header h2 {
        font-size: 36px; } }
  @media screen and (max-width: 1040px) {
    .charity-header {
      top: -32px;
      height: 10%; } }

.article-image {
  height: 40%;
  width: 100%;
  overflow: hidden;
  float: left;
  top: -22px;
  position: relative; }
  @media screen and (max-width: 1040px) {
    .article-image {
      top: -32px;
      height: 20%; } }

.article-content {
  height: 40%;
  float: left;
  padding: 5%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: -22px;
  position: relative; }
  @media screen and (max-width: 1040px) {
    .article-content {
      top: -32px;
      height: 70%; } }

.account-holder {
  width: 100%;
  min-width: 1000px;
  top: 75px;
  position: relative; }

.account-info {
  width: 100%;
  padding: 2%;
  border: 1px solid #c5c4c4;
  text-align: right;
  box-shadow: 0 4px 8px 0 rgba(87, 87, 87, 0.2), 0 6px 20px 0 rgba(87, 87, 87, 0.2);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  .account-info a {
    word-spacing: 30px; }

/*
* {
    background: #000 !important;
    color: #0f0 !important;
    outline: solid #f00 1px !important;
  }
  */
.view-article-holder {
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 5%;
  width: 90%;
  display: flex;
  float: left;
  box-shadow: 0 4px 8px 0 rgba(87, 87, 87, 0.2), 0 6px 20px 0 rgba(87, 87, 87, 0.2);
  border: 1px solid #c5c4c4;
  background-color: #FDFFFC;
  min-width: 750px; }
  @media screen and (max-width: 1040px) {
    .view-article-holder {
      margin-right: 2.5%;
      margin-left: 2.5%; } }
  .view-article-holder .view-article-side-bar {
    background-color: #FF9F1C;
    width: 15%;
    float: left;
    position: relative; }
    .view-article-holder .view-article-side-bar img {
      width: 100%;
      height: auto;
      margin-top: 5%; }
    .view-article-holder .view-article-side-bar .report-button {
      background-color: #41EAD4;
      height: 100px;
      margin-right: 1.25%;
      width: 100%;
      float: right;
      border: none;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px;
      transition: background-color 0.5s; }
      .view-article-holder .view-article-side-bar .report-button h2 {
        font-family: libre-franklin;
        font-size: 175%;
        color: #363636; }
        @media screen and (max-width: 1040px) {
          .view-article-holder .view-article-side-bar .report-button h2 {
            font-size: 200%; } }
    .view-article-holder .view-article-side-bar .report-button:hover {
      background-color: #3ad2be; }
    .view-article-holder .view-article-side-bar #report-holder {
      position: absolute;
      bottom: 0px;
      width: 100%; }
  .view-article-holder .upload-details {
    width: 100%;
    padding: 2%; }
    .view-article-holder .upload-details .user-holder {
      float: left;
      width: 50%; }
    .view-article-holder .upload-details .date-holder {
      float: left;
      width: 50%; }
  .view-article-holder .view-article-content {
    width: 85%;
    float: left;
    padding: 2%; }
    .view-article-holder .view-article-content h2 {
      font-family: libre-franklin;
      color: #F71735;
      margin-bottom: 2.5%; }
      @media screen and (max-width: 1040px) {
        .view-article-holder .view-article-content h2 {
          font-size: 36px; } }
    .view-article-holder .view-article-content a {
      text-align: right !important;
      display: inline-block; }
  .view-article-holder .view-article-image-holder {
    width: 100%;
    padding: 2%;
    margin: auto;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    .view-article-holder .view-article-image-holder img {
      width: 100%;
      padding-bottom: 5%; }
    .view-article-holder .view-article-image-holder .user-holder {
      float: left;
      width: 50%; }
    .view-article-holder .view-article-image-holder .date-holder {
      float: left;
      width: 50%; }
    @media screen and (max-width: 1040px) {
      .view-article-holder .view-article-image-holder {
        width: 100%;
        border: none;
        box-shadow: none; } }

body, html {
  background-color: #FDFFFC; }

/*Styling the div that holds the AddLink form.*/
.holder {
  background-color: #FDFFFC;
  width: 100% !important; }

/*Styling for the AddLink holder.*/
.AddLink {
  margin: auto 0;
  background-color: #FDFFFC;
  padding: 2%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  /*the inputs in the form.*/ }
  .AddLink p {
    color: #4b4b4b; }
  .AddLink h1 {
    color: #FF9F1C;
    text-align: center; }
  .AddLink input {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }

@font-face {
  font-family: Franchise;
  src: url("../fonts/Franchise.ttf") format("truetype"); }
@font-face {
  font-family: libre-baskerville;
  src: url("../fonts/LibreBaskerville-Regular.ttf") format("truetype"); }
@font-face {
  font-family: libre-franklin;
  src: url("../fonts/LibreFranklin-Regular.ttf") format("truetype"); }
.rss-class
button {
  cursor: pointer; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #FDFFFC; }

.videoContainer {
  border: 1px solid #c5c4c4;
  float: left;
  width: 7px;
  height: 30px; }

body {
  overflow-x: hidden;
  width: 100%; }

.MainHeader {
  color: red; }

.main-table-body {
  background-color: #0a0a0a; }

th {
  padding: 1%;
  color: black; }

/*The Report column in the tables styling*/
.report-header {
  size: 10%; }

/*The Date column in the tables styling.*/
.date-header {
  size: 30%; }

/*The link column in the tables styling.*/
.link-header {
  size: 60%; }

/*The text in the headers.*/
.main-table-header a {
  color: white;
  text-align: center; }

table {
  width: 100%; }

/*grid-area for the header of the page.*/
.Header {
  grid-area: header;
  width: 100%;
  height: 100%;
  min-height: 75px;
  max-height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }

/*Setting the popular content to be below the navigation bar.*/
.popularContent {
  margin: 75px auto 0; }

.dataTables_info {
  color: white !important; }

p, li, a {
  font-family: libre-baskerville;
  line-height: 22px;
  letter-spacing: 1.25px; }
  @media screen and (max-width: 1040px) {
    p, li, a {
      font-size: 32px;
      line-height: 40px; } }

p, a {
  color: #4b4b4b; }

li {
  color: #363636;
  margin-top: 2%; }

/*grid-area for the video of the page.*/
.Video {
  grid-area: video; }

/*adding a margin to necessary divs*/
.margin {
  margin-left: 5%;
  margin-right: 5%; }

/*Margin to the top*/
.marginTop {
  margin-top: 5%;
  margin-bottom: 5%; }

/*grid-area for the main content of the page.*/
.MainContent {
  grid-area: mainContent;
  height: 1000px; }

/*grid-area for the footer of the page*/
.Footer {
  width: 100%;
  background-color: #011627 !important; }

/*The grid container for the page.*/
.grid-container {
  display: grid;
  grid-template-areas: 'header header header header header header header' 'video video video video video video video' 'mainContent mainContent mainContent mainContent mainContent mainContent mainContent' 'footer footer footer footer footer footer footer';
  grid-gap: 5px; }

/*How the grid containers divs will be shown on the site.*/
.grid-container > div {
  color: white; }

/*The color that will be displayed in the header*/
.HeaderColour {
  background-color: #011627;
  opacity: 1;
  filter: alpha(opacity=8);
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out; }

.HeaderColour:hover {
  opacity: 1;
  filter: alpha(opacity=10); }

/*The colour that will be displayed in the main content.*/
.MainContentColour {
  background-color: #1C2F2F; }

/*The colour that will be displayed for the footer.*/
.footer-color {
  background-color: #011627; }

@media screen and (max-width: 800px) {
  /*grid-area for the footer of the page*/
  .Footer {
    width: 100%;
    text-align: center; } }
/*div that holds buttons in the footer.*/
.footer-button-holder {
  padding-left: 1%;
  padding-right: 2%;
  padding-top: 0.25%;
  width: 25%;
  float: left; }

@media screen and (max-width: 800px) {
  /*div that holds buttons in the footer.*/
  .footer-button-holder {
    float: none;
    padding-left: 1%;
    padding-right: 2%;
    padding-top: 0.25%;
    width: 50%;
    margin: 0 auto; } }
.footer-button {
  width: 45%;
  background-color: #8b0000;
  color: white;
  padding: 1%;
  border: none;
  margin-bottom: 1%;
  transition: background-color 1.0s ease; }

.footer-button-holder-text {
  text-align: center; }

.footer-button:hover {
  background-color: #E50000;
  cursor: pointer; }

/*div that will hold the text for the footer.*/
/*makes the element fit 100%.*/
.width100 {
  width: 100%;
  overflow: hidden; }

h1 {
  font-family: Franchise;
  font-size: 300%; }

/*setting height to be 20%*/
.height20 {
  min-height: 75px;
  max-height: 75px;
  overflow: hidden; }

/*Aligns text to the center.*/
.center {
  text-align: center; }

/*Makes an element 33%.*/
.width33 {
  width: 33.33%;
  float: left; }

/*adds 1% padding.*/
.padding {
  padding: 1%; }

/*sets min and max height to 300.*/
.setHeight300 {
  min-height: 500px;
  max-height: 500px; }

/*makes height 100%*/
.height100 {
  height: 100%; }

/*Makes a div a white color.*/
.whitebkg {
  background-color: white;
  color: black; }

/*makes the color of the text black.*/
.black {
  color: black; }

.white {
  color: white; }

/*the videos on the page.*/
.video {
  width: 100; }

/*Styling the buttons on the page.*/
.submit {
  background-color: #008b8b;
  transition: background-color 0.3s ease;
  color: white;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.submit:hover {
  background-color: #00bebe;
  cursor: pointer; }

form {
  height: 100%; }

/*Div that holds the form that searches the link table.*/
.index-search {
  width: 100%;
  overflow: hidden;
  height: 50px; }

/*styling for the left half od the index-search-form*/
.index-search-left {
  height: 100%;
  width: 50%;
  float: left; }

/*styling for the left half od the index-search-form*/
.index-search-right {
  height: 100%;
  width: 5%;
  float: right; }

.index-search-button {
  width: 45%;
  float: right;
  height: 100%; }

.odd {
  background-color: green; }

.even {
  background-color: pink; }

label {
  color: white; }

.previous {
  color: white !important; }

.dataTables_paginate {
  color: white !important; }

.paginate_button {
  background-color: white !important;
  transition: background-color 0.3s ease !important; }

.center {
  text-align: center; }

@media screen and (max-width: 800px) {
  /*When we have a smaller screen, make the width 100 as it looks messy.*/
  .width33 {
    width: 100%;
    float: none; } }

/*# sourceMappingURL=primary-css.css.map */
