p {
  font-size: 16px;
}

h2 {
  margin-bottom: 20px;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);;
}

hr {
  border-top: 3px solid #8276b6;
  width: 40px;
}

.navbar {
  background: #FFFFFF;
  margin-bottom: 0;
  border-radius: 0;
  width: 100%;
  height: 60px;
}

.menu-logo {
  width: 60px;
}


@media (min-width: 768px) {
  .navbar {
    /* Menu transparente */
    background: transparent;
    border-color: transparent;
  }

  .navbar-default .navbar-nav>li>a {
      color: #FFF;
      font-weight: bold;
      -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
  }

  .navbar-default .navbar-nav>li>a:hover {
      color: #FFFFFF;
      background: rgba(255, 255, 255, 0.5);
      -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
  }

  .menu-logo {
    width: 80px;
  }

  .menu-padding-fix {
    padding: 0 60px;
  }

  #titulo-principal {
    font-size: 6em;
    bottom: 30px;
    text-align: center;
  }

  #titulo-secundario {
    font-size: 40px;
  }
}

#wrapper-titulo-principal {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.cintillo-titulo {
  padding-left: 0;
  padding-right: 0;
  background: rgba(255, 255, 255, 0.5);
  color: #333;
}

/* Arreglo fondo del menu para moviles */
@media (max-width: 768px) {
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #FFF;
  }

  #titulo-principal {
    font-size: 48px;
  }

  #titulo-secundario {
    font-size: 32px;
  }
}

.yeyita-link,
.yeyita-link:hover,
.yeyita-link:focus,
.yeyita-link:visited {
  color: #5e244a;
  font-weight: bold;
  text-decoration: none;
}

.boton-principal {
  color: #FFF;
  background: #5e244a;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0;
  font-weight: bold;
}

.boton-secundario {
  color: #FFF;
  background: #8276b6;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0;
  font-weight: bold;
}

.boton-principal:hover,
.boton-principal:focus,
.boton-secundario:hover,
.boton-secundario:focus {
  color: #FFF;
  text-decoration: none;
}

#home-main-section {
  position: relative;
  display: table;
  width: 100%;
  background-image: url("img/yeyita-rostro-web.jpg");
  height: 100vh;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.centered-titles {
  display: table-cell;
  vertical-align: middle;
}

.short-text-section {
  background-color: #5e244a;
  color: white;
  padding: 20px;
}

.short-text-section p {
  font-weight: bold;
}

.section-img-background {
  background-size: cover;
  color: #FFFFFF;
  height: 100vh;
  display: table;
  width: 100%;
}

#mi-historia {
  background-image: url('img/yeyita-ramas-web-dark.jpg');
  background-position: center;
}

#joyas-con-historias {
  background-image: url('img/yeyita-joyas-web.jpg');
}

#escalando-suenos {
  background-image: url('img/escalando-suenos-web.jpg');
}

#contacto {
  background: #ededed;
}

#social-media {
  background-image: url('img/yeyita-sofa.jpg');
  background-position: center;
}

#social-media h2 {
  color: #FFF;
}

#social-media a {
  color: #FFF;
}

.extra-space {
  margin-bottom: 60px;
}

footer {
  background: #22313F;
  padding: 10px 0;
  color: #999999;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer p {
  margin-bottom: 0;
}

footer a:hover,
footer a:visited,
footer a:active,
footer a:focus {
  color: #fff;
  text-decoration: none;
}
