/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

.homeCon {
  padding: 3rem 1.5rem;
  text-align: center;
}
.floating-btn {
  color: white;
  background: #7289da;
  border-color: #7289da;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 2.6rem;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 5.2rem 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.5s ease;
}
.floating-btn .expanded {
  opacity: 0;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  transition: opacity 0.25s ease;
}
.floating-btn:hover {
  width: 26rem;
}
.floating-btn:hover .icon {
  opacity: 0;
}
.floating-btn:hover .expanded {
  opacity: 1;
}

.floating-btn .fa-discord {
  padding-top: .4rem;
}



/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
}


/*
 * Base structure
 */



html,
body {
  height: 95%;
  background-color: #333;
}
@media(max-width:767px){

.thumbnail > img {
    height:40px;

    }
}
body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.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: ;
  border-bottom: .25rem solid transparent;
}

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

/*
 * Header
 */

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

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

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}



/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}
