/*
 * Globals
 */

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

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


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #FFF;
  background: url(bg.jpg) no-repeat right bottom fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}


/*
 * 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;
}

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


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

.cover .inner-bottom {
 display: block;
}
.cover .inner-bottom a.social {
padding: 0px 20px;
display: inline-block;
border-radius: 10px;
line-height:40px;
margin: 4px;
font-size: 24px;
width: 74px;
}

.cover .inner-bottom a.facebook {
 background-color: #3c5a99;
}

.cover .inner-bottom a.twitter {
 background-color: #1da1f2;
}

.cover .inner-bottom a.instagram {
background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.cover .inner-bottom a.youtube {
 background-color: #ff0000;
}

.cover .inner-bottom a.tiktok {
 background-color: #000000;
}

.cover .inner-bottom a.button {
  font-size: 14px;
  font-weight: bold;
  width: 299px;
  line-height: 18px;
  padding: 10px 20px;
  border: solid 1px #AAA;
}

.cover .inner-bottom a.red {
  background-color: #AA0000;
}

.cover .inner-bottom a.dark {
  background-color: #222;
}

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

.tagline {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 60%, rgba(255,255,255,0) 100%);
}

.tagline, .tagline a {
  color: #333;
  text-shadow: 0 0.1rem 0.1rem rgba(255,255,255,0.75);
  font-size: 11px;
}

@media (max-width: 576px) {
  .logo_image {
    width: 70%;
  }

  .cover {
    padding: 1.5em 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 60%, rgba(255,255,255,0) 100%);
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  .cover .inner-bottom a.social {
    font-size: 20px;
    width: 20%;
    margin: 10px 0;
    padding: 0;
  }

  .tagline {
    background: none;
  }

  .site_logo {
    display: block;
    position: fixed;
    top: 20px;
  }
}
