/*
 * Base structure
 */

 html,
 body {
   height: 100%;
   background-color: #000;
   color: white;
 }

html,
body {

  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;


  background: url("../img/splash_background.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

/* Links */
a {
  color: #fff;
  text-decoration: none;
}

a:focus,
a:hover {
    color: #00fff3;
    text-decoration: none;
}

.h1{}
.h2{}
.h3{ font-weight: 400; }
.h4{}
.h5{}
.h6{}

.upperC { text-transform: uppercase; }


.cover-container {
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
  margin: auto auto;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.splash_logo {
    width: 100%;
}

.seguinosTitle {
  font-size: 16px;
}

ul.redes {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.redes li {
  display: inline-block;
  width: 24%;
}

ul.redes li a {
  display: block;
}

ul.redes li a .icon {
  font-size: 34px;
}

ul.redes li a span{
  display: none;
}


  @media (min-width: 768px) {
    .cover-container {
      width: 700px !important;
    }

    ul.redes {
      width: auto;
    }

    ul.redes li {
      display: inline-block;
      width: auto;
      padding: 0 20px;
    }
  }
