.content {
  margin-top: 96px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 40px #FCA6D8;
}

.header__menu {
  display: none;
}

.hero, .top-news, .scores, .twitter, .recent-news {
  order: 10;
}

@media screen and (max-width: 610px) {
  
  .header{
    font-size: 17px;
  }
  
  .content {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 40px #FCA6D8;
  }
  
  .header__logo {
    height: 90px;
    margin-right: 0.5em;
    margin-top: 12px;
  }
  .header__title {
    margin-left: 0;
    font-size: 2em;
    vertical-align: bottom; 
  }
  .nav {
    z-index: 10;
    background-color: #fff;
    width: 220px;
    position: absolute;
    /* This trasform moves the drawer off canvas. */
    -webkit-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    /* Optionally, we animate the drawer. */
    transition: transform 0.3s ease;
  }
  .nav.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .nav__item {
    display: list-item;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    text-align: right;
    background-color: #FCA6D8;
  }
  .header__menu {
    text-shadow: #242424 -4px 4px 4px;
    display: inline-block;
    position: absolute;
    right: 0;
    padding: 0.3em;
    font-size: 42px;
    cursor: pointer;
  }
  .header__menu svg {
    width: 64px;
    fill: #E0E0E0;
  }
  
  .Welcome{
    font-size: 12px;
    line-height: 18px;
  }
  
  #logo {
    display: none;
  }
  
  #sliderimgs{
    display: none;
  }
  
  .mobRes {
    display: block;
    position: absolute;
  }
  
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  footer {
    padding: 2em;
    width: 100%;
    text-align: center;
    color: #e6a2ca;
    font-size: 9px;
  }
  
  .nav a {
    text-decoration: none;
    color: #7e7e7e;
    padding: 1.5em;
  }

  .nav a:hover {
    background: #7e7e7e;
    padding-bottom: 26px;
    padding-top: 26px;
    position: relative;
    color: #f748ad;
  -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  -ms-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}
  
  #slidertxt {
    width: 90%;
    margin: 0 auto;
    clear: both;
    position: relative;
    /* bottom: -1px; */
    top: 66%;
  }
}

@media screen and (min-width: 611px) {
  .hero {
    order: 0;
    width: 60%;
  }
  .twitter {
    order: 1;
    width: 100%;
  }
  
  #slidertxt {
  width: 90%;
  margin: 0 auto;
  clear: both;
  position: relative;
  /* bottom: -1px; */
  top: 72%;
	}
}

@media screen and (min-width: 700px) {
  .hero {
    width: 100%;
  }
  .top-news {
    order: 1;
    width: 50%;
  }
  .scores {
    order: 2;
    width: 60%;
  }
  .twitter {
    order: 3;
  }
  
  #slidertxt {
  width: 90%;
  margin: 0 auto;
  clear: both;
  position: relative;
  /* bottom: -1px; */
  top: 75%;
	}
}

@media screen and (min-width: 850px) {
  main, .header__inner, .nav, .content {
    width: 805px;
    margin-left: auto;
    margin-right: auto;
  }
}