body {

    background: #202020;

}


.navbar {
  background-color: #000;
  border-color: #fff;
  font-size: 15px;
  box-shadow: 0 0 50px rgba(100,0,0,1);
}

/*Sobre Nosotros, Tienda, Contactar*/
.navbar .nav > li > a{
  transition: color 1s;
  color: #fff;
}
.navbar .nav > li > a:hover {
  color: red;
}

/*ARKD Shop*/
.navbar .navbar-header > a{
  transition: color 1s;
  color: #fff;
}
.navbar .navbar-header > a:hover {
  color: red;
}


.arcade_img {
  margin: auto;
  display: block;
}

.logo {
    margin: auto;
    padding-top: 200px;
    display:block;
}

.gracias_body {
  background: #000;
}

.gracias_texto {
  font-size: 20px;
  margin: auto;
  padding-top: 50px;
  font-family: sans-serif;
  text-align: center;
  color: #fff;
}

.boton_volver{
  padding: 10px;
  margin: auto;
  display: block;
  margin-top: 20px;
  background-color: transparent;
  color: white;
  border-color: white;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 150px;
}

.boton_volver:hover {
  background-color: #000;
  color: red;
    box-shadow: 0 0 100px rgba(100,0,0,0.5);
}

.video {
  width: 500px;
  margin: auto;
  padding: 50px;
 border-radius: 100px;
}

.logo1 {
  display: block;
  width: 150px;
  margin: auto;
}

.download_catalogo {
   display: block;
   text-align:  center;
   margin-top: 50px;
}

#header-cont {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 500px;
  background-color:#101010;
  color: white;
}

#know-button {
  margin-top: 20px;
  background-color: transparent;
  color: white;
  border-color: white;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 150px;
  transition: color 1s, box-shadow 1s, background-color 0.5s;
  
}

.rojo {
  color: red;
}

#know-button:hover {

  background-color: rgba(0,0,0,0.75);
  color: red;
  box-shadow: 0 0 100px rgba(100,0,0,1);
}

#me-cont {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 100px rgba(0,0,0,1);
  background-color: #000; 
  color: white;
  padding-bottom: 50px;
}

#me-cont #team {
  margin-top: 30px;
}

#works-cont {
  background: #101010;
  padding-top: 30px;
  padding-bottom: 50px;
  color: white;
}

.typed {
  color: red;
}

h5 {
  color: #000;
  font-size: 20px;
}

#works-cont .row {
  margin-top: 30px;
  color: grey;
}

#works-cont h3{
  margin-top: 10px;
  margin-bottom: 0px;
}
#works-cont h5{
  margin-top: 2px;
  margin-bottom: 0px;
}

.box {
  background-color: white;
  border-radius: 2px;
  margin: 20px;
  padding-bottom: 20px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: all 0.2s ease-in-out;
}

.box:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 10px 60px rgba(100,0,0,1);
}

#contact-cont {
  box-shadow: 0 0 100px rgba(0,0,0,1);
  color: white;
  padding-top: 10px;
  padding-bottom: 70px;
  background: #202020;
}

#contact-form {
  padding: 10px;
  padding-bottom: 30px;
}

#social {
  margin-top: 70px;
  margin-bottom: 30px;
}

#social h3 {
  margin: 1px 0px 1px 0px;
}

footer {
  text-align: center;
  margin-top: 25px;
  background-color: #000;
  color: white;
}

h4 {
  text-align: center;
}

.correo {
  font-size: 15px;
}

.typed {
  font-weight: bold;
}

.typed-cursor{
  color: red;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


@media screen and (max-width: 900px){

/*Encabezado de búsqueda*/
.collapse {
  opacity: 0.7;
  margin: auto;
  display: block;
  font-size: 12px;
}

  /*Logo e imagen principal*/
.logo {
  width: 500px;
  margin-top: 150px;
}

.arcade_img {
  width: 400px;
  }
.video {
  margin: auto;
  display: block;
}
  .row {
    margin-top: 125px;
  }

  #works-title {
    margin-top: 125px;
  }

  /*Productos de la tienda*/

.img-responsive {
  width: 250px;
  margin: auto;
  display: block;
}
.box {
  width: 250px;
    margin: auto;
  display: block;
  margin-bottom: 50px;
}

}
