/*
 * Globals
 */

/* Colors */
.text-light {
  color: rgba(236, 236, 236, 0.5);
}
.text-dark {
  color: rgba(0, 0, 0, .5);
}
.text-shadow {
  color: rgba(0, 0, 0, .25)
}
.text-primary {
  color: #559AD4;
}

.bg-default {
  background: #fff;
}

.bg-primary {
  background: #559AD4;
}

.bg-purple {
  background: rgb(48,0,50);
}
.bg-gray {
  background: rgb(74,74,74);
}

.bg-red {
  background: rgb(196,50,53);
}

/* Links */
/*
a,
a:focus,
a:hover {
  color: #1d1d1d;
}
*/
.link-secondary{
  color: #f5f5f5;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, .5);
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .25);
  /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
}


.logo{
  margin-top: -0.5rem;
  height: 3rem
}


/*
 * Header ###########################################################
 */
.flex-head-direction{
  flex-direction: row;
}

.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 1rem;
  margin-bottom: 0;
  margin-right: 2.5rem;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}
.btn-launch {
  max-height: 2rem;
  margin-left: 2rem;
  font-weight: 700;
}

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

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

.nav-masthead{
    margin-top: 1rem;
}
.nav-masthead .active {
  color:  rgba(0, 0, 0, 1);
  border-bottom-color: rgba(0, 0, 0, .25);
}

.flex-head-direction{
  flex-direction:row;
}

/*
 * Footer
 */
.foot{
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color:#fff;
}
.remove-all-margin{
  margin:0 ! important;
  padding:0  ! important;
}