.EmptySpace{
    display: block;
    width: 100vw;
    height: calc(100vh - 90px);
  }

  .EmptySpace > img{
    display: block;
    margin: auto;
    padding-top: 75px;
    padding-bottom: calc(100vh - 90px - 394px - 250px);
    cursor: default;
  }

  .MainNews{
    width: 100vw;
  }
  
  .MainNews div{
    display: inline-block;
    padding: 10px;
    background-color: rgba(22.4,22.4,22.4,0.5);
    margin: 0px 13vw 0px 13vw;
    margin-right: calc(13vw + 15px);
  
    font-size: 24px;
    font-weight: bold;
  }
  
  .MainNews div p{
    margin: 0px;
    margin-bottom: 10px;
  }
  
  .MainNews div:nth-child(even){
    float: right;
  }
  
  .MainNews img{
    max-width: 250px;
    cursor: default;
  }

  .MainNews a img{
  cursor: pointer;
  }
  
  .Intro{
    padding: 80px 60px 60px 60px;
  }
  
  .Intro div{
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  
  .Intro div:nth-child(even){
    display: inline;
    text-align: right;
  }

  .Intro p{
    padding-right: 25px
  }

  p.Date::selection{
    color: #dfdfdf;
  }
  
  p.Date::-moz-selection{
    color: #dfdfdf;
  }

  .BlogPost div{
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
  }
  
  .Features div{
    display: inline-block;
    vertical-align: top;
  }
  
  .BlogPost .Image{
    width: 59%;
  }
  
  .Items{
    width: calc(100% - 108px);
    display: inline-block;
    margin-top: 0px;
  }
  
  .Items>div{
    display: inline-block;
    margin-top: 0px;
  }
  
  .Features .Image{
    width: 59%;
    margin-top: 0px;
  }
  
  .BlogPost .Text, .Features .Text{
    width: 39%;
  }
  
  .Features .Text{
    width: 39%;
    margin-top: 0px;
  }
  
  .BlogPost img, .Features img{
    width: 100%;
  }
  
  .BlogPost, .Features{
    padding: 25px 0px;
  }
  
  .BlogPost:nth-child(odd) p, .BlogPost:nth-child(odd) h3, .BlogPost:nth-child(odd) a,
  .Features:nth-child(even) p, .Features:nth-child(even) h3, .Features:nth-child(even) a{
    padding-left: 50px;
  }
  
  .BlogPost:nth-child(even) p, .BlogPost:nth-child(even) h3, .BlogPost:nth-child(even) a{
    padding-right: 50px;
  }
  
  p.Date{
    color: #757575;
    font-size: 16px;
    margin-top: 5px;
  }
  
  p.StayTuned{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  
  .SocialIconsStayTuned{
    text-align: center;
  }
  
  .SocialIconsStayTuned img{
    height: 60px;
    padding: 0px 20px;
  }

  div.Arrow{
    margin-top: 0px;
  }
  
  #ArrowLeft{
    display: inline-block;
    height: 50px;
    width: 50px;
  }
  
  #ArrowRight{
    display: inline-block;
    height: 50px;
    width: 50px;
  }

  button{
    display: inline-block;
    height: 100%;
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    color: #191a1c;
    width: calc(80% - 5px);
    padding: 5px;
    text-align: center;
    background-color: #c9b541;
    border-color: #c9b541;
    margin-left: calc(10% + 2px);
  }
  
  input[type=submit]{
    width: 20%;
    min-width: 100px;
    height: 100%;
    background-color: #c9b541;
    border-color: #c9b541;
    
  }
  
  
  a.ReadMore{
    color: #c9b541;
    font-weight: bold;
    font-size: 18px;
  }