@media all and (min-width: 200px) and (max-width: 1080px) {
  body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }
  body .navigation nav ul {
    text-align: center;
  }
  body .navigation nav ul :hover {
    background: blue;
    padding: 0.3em;
    color: white;
    transition: 1s;
    border-radius: 3px;
  }
  body .navigation nav ul li {
    text-transform: uppercase;
    font-size: 70%;
    font-weight: bold;
    list-style: none;
    display: inline;
    margin: 2%;
    letter-spacing: 0.3rem;
  }
  body .navigation nav ul li a {
    text-decoration: none;
    color: black;
  }
  body .playstation .videos video {
    width: 100%;
  }
  body .playstation iframe {
    width: 100%;
    height: 70%;
  }
  body .playstation .entry-page {
    position: absolute;
    width: 70%;
    color: white;
    transform: translateY(-130%);
    padding: 1em;
    margin: 0.7%;
    background: rgba(0, 0, 0, 0.548);
  }
  body .playstation .entry-page h1 {
    text-transform: uppercase;
    font-size: 75%;
    letter-spacing: 0.4rem;
    text-align: center;
  }
  body .playstation .entry-page ul li {
    color: white;
    font-size: 40%;
    font-weight: bolder;
    margin: 1%;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    list-style: none;
    padding: 0.5em;
  }
  body .game-consoles {
    display: flex;
  }
  body .game-consoles .container-1 {
    width: 50%;
    margin: 0.5%;
    box-shadow: 1px 1px 1px 1px rgb(219, 218, 218);
    background: blue;
  }
  body .game-consoles .container-1 .descr {
    padding: 0.5em;
  }
  body .game-consoles .container-1 .descr label {
    font-size: 50%;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
  }
  body .game-consoles .container-1 .descr label span {
    color: white;
  }
  body .game-consoles .container-1 .playstations .playstation4 img {
    width: 100%;
  }
  .consoles {
    padding: 0.5em;
    display: flex;
  }
  .consoles .images img {
    width: 100%;
  }
  .consoles .information {
    padding: 1em;
  }
  .consoles .information p {
    font-size: 60%;
    text-align: justify;
    letter-spacing: 0.1rem;
  }
  .consoles .information button {
    font-size: 60%;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    border: none;
    background: blue;
    padding: 1em;
    border-radius: 4px;
  }
  .consoles .information button a {
    text-decoration: none;
    color: white;
  }
  .xbox .videos video {
    width: 100%;
  }
  .xbox .game-consoles {
    display: flex;
  }
  .xbox .game-consoles .container-1 {
    width: 50%;
    margin: 0.5%;
    background: green;
    box-shadow: 1px 1px 1px 1px rgb(238, 237, 237);
  }
  .xbox .game-consoles .container-1 .descr {
    padding: 0.5em;
  }
  .xbox .game-consoles .container-1 .descr label {
    font-size: 50%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: white;
  }
  .xbox .game-consoles .container-1 .descr label span {
    color: white;
  }
  .xbox .game-consoles .container-1 .box .xbox-360 img {
    width: 100%;
  }
  footer .logo {
    text-align: center;
  }
  footer .logo img {
    width: 50%;
  }
  footer .systems .syst {
    display: flex;
  }
  footer .systems .syst img {
    transform: translateX(20%);
    width: 40%;
    margin: 1%;
  }
  footer .intel {
    padding: 1em;
  }
  footer .intel ul li {
    text-align: center;
    margin: 1%;
    text-transform: capitalize;
    letter-spacing: 0.3rem;
    list-style: none;
    font-size: 75%;
  }
  footer .intel ul li span {
    background: blue;
    padding: 0.3em;
    font-size: 60%;
  }
  footer .intel ul li span a {
    text-decoration: none;
    color: white;
  }
}
@media all and (min-width: 1080px) and (max-width: 3000px) {
  body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    padding: 1em;
  }
  body .navigation nav {
    padding: 1em;
  }
  body .navigation nav ul {
    text-align: center;
  }
  body .navigation nav ul :hover {
    background: blue;
    padding: 0.3em;
    color: white;
    transition: 1s;
    border-radius: 3px;
  }
  body .navigation nav ul li {
    text-transform: uppercase;
    font-size: 120%;
    font-weight: bold;
    list-style: none;
    display: inline;
    margin: 2%;
    letter-spacing: 0.3rem;
  }
  body .navigation nav ul li a {
    text-decoration: none;
    color: black;
  }
  body .playstation .videos video {
    width: 100%;
  }
  body .playstation .entry-page {
    position: absolute;
    width: 70%;
    color: white;
    transform: translateY(-130%);
    padding: 1em;
    margin: 0.7%;
    background: rgba(0, 0, 0, 0.671);
  }
  body .playstation .entry-page h1 {
    text-transform: uppercase;
    font-size: 150%;
    letter-spacing: 0.5rem;
    text-align: center;
  }
  body .playstation .entry-page ul li {
    color: white;
    font-size: 80%;
    margin: 1%;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    list-style: none;
    padding: 0.5em;
  }
  body .game-consoles {
    display: flex;
  }
  body .game-consoles .container-1 {
    width: 50%;
    margin: 0.5%;
    box-shadow: 1px 1px 1px 1px rgb(219, 218, 218);
    background: blue;
  }
  body .game-consoles .container-1 .descr {
    padding: 0.5em;
  }
  body .game-consoles .container-1 .descr label {
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.1rem;
  }
  body .game-consoles .container-1 .descr label span {
    color: white;
  }
  body .game-consoles .container-1 .playstations .playstation4 img {
    width: 100%;
  }
  .consoles {
    padding: 0.5em;
    display: flex;
  }
  .consoles .images {
    width: 50%;
  }
  .consoles .images img {
    width: 100%;
  }
  .consoles .information {
    width: 50%;
    padding: 1em;
  }
  .consoles .information p {
    font-size: 100%;
    text-align: justify;
    letter-spacing: 0.1rem;
  }
  .consoles .information button {
    font-size: 60%;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    border: none;
    background: blue;
    padding: 1em;
    border-radius: 4px;
  }
  .consoles .information button a {
    text-decoration: none;
    color: white;
  }
  .xbox .videos video {
    width: 100%;
  }
  .xbox .game-consoles {
    display: flex;
  }
  .xbox .game-consoles .container-1 {
    width: 50%;
    margin: 0.5%;
    background: green;
    box-shadow: 1px 1px 1px 1px rgb(238, 237, 237);
  }
  .xbox .game-consoles .container-1 .descr {
    padding: 0.5em;
  }
  .xbox .game-consoles .container-1 .descr label {
    font-size: 80%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: white;
  }
  .xbox .game-consoles .container-1 .descr label span {
    color: white;
  }
  .xbox .game-consoles .container-1 .box .xbox-360 img {
    width: 100%;
  }
  footer .logo {
    text-align: center;
  }
  footer .logo img {
    width: 50%;
  }
  footer .systems .syst {
    display: flex;
  }
  footer .systems .syst img {
    transform: translateX(60%);
    width: 30%;
    margin: 1%;
  }
  footer .intel {
    padding: 1em;
  }
  footer .intel ul li {
    text-align: center;
    margin: 1%;
    text-transform: capitalize;
    letter-spacing: 0.3rem;
    list-style: none;
    font-size: 100%;
  }
  footer .intel ul li a {
    text-decoration: none;
  }
  footer .intel ul li span {
    background: blue;
    padding: 0.3em;
    font-size: 60%;
  }
  footer .intel ul li span a {
    text-decoration: none;
    color: white;
  }
}/*# sourceMappingURL=consoles.css.map */