/*
 * Globals
 */

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

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

/* Custom secondary button */
.btn-secondary {
  color: #fff;
  /*background-color: #1f1f1f;*/
  background-color: #751673;
  border-color: #fff;
}


/*
 * Base structure
 */

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

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);
}

h2 {
  margin-bottom: 0rem;
}

h5 {
  font-size: 1rem;
  font-weight: bold;
}


/*
 * Header
 */
.social-icons {
  font-size: 1.25rem;
  color: #807f80;
}

.social-icons:hover,
.social-icons:focus {
  color: #fff;
}

.resource-icons {
  font-size: 2rem;
  color: #2ab8df;
}

.login-btn {
  color: #fff;
  float: right;
  border: 1px #404040 solid;
}

.login-btn:hover,
.login-btn:focus {
  color: #fff;
  background-color: #404040;
}

.lang-dropdown {
  background-color: #000;
  color: #fff;
  border: 1px #404040 solid;
  padding: 10px;
}

.lang-dropdown a {
  color: #fff;
}

.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;
  }
}


/*
 * Cards
 */
.card {
  background-color: #000;
}

.card-body {
  padding: 1rem 0.25rem;
}


/*
 * Videos
 */
.vid_play { position: relative; display: inline-block; text-decoration: none !important; }
.vid_play::before {
  content: '\f04b';
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate( -50%, -50% );
  padding: 3px 18px 3px 25px;
  color: #c7c7c7;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 35px !important;
  background-color: rgba(85, 152, 255, 0.80);
  border-radius: 5px 5px 5px 5px;
  outline: none;
  text-decoration: none;
}
.vid_lock { position: relative; display: inline-block; text-decoration: none !important; }
.vid_lock::before {
  content: '\f023\2008';
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate( -50%, -50% );
  padding: 3px 15px 3px 25px;
  color: #dedede;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 40px !important;
  background-color: rgba(23, 35, 34, 0.75);
  border-radius: 5px 5px 5px 5px;
  outline: none;
  text-decoration: none;
}
.vid_done { position: relative; display: inline-block; text-decoration: none !important; }
.vid_done::before {
  content: '\f00c\2008';
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate( -50%, -50% );
  padding: 3px 5px 3px 20px;
  color: #dedede;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 40px !important;
  background-color: rgba(40, 104, 56, 0.80);
  border-radius: 5px 5px 5px 5px;
  outline: none;
  text-decoration: none;
}
.vid_share::before {
  content: '\f064';
  z-index: 999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 3px 18px 3px 25px;
  color: #c7c7c7;
  font-family: 'font awesome 5 free';
  font-weight: 900;
  font-size: 35px !important;
  background-color: rgba(85, 152, 255, .8);
  border-radius: 5px 5px 5px 5px;
  outline: none;
  text-decoration: none;
}

.vid_fb::before {
  content: '\f004';
  z-index: 999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 3px 18px 3px 25px;
  color: #c7c7c7;
  font-family: 'font awesome 5 free';
  font-weight: 900;
  font-size: 35px !important;
  background-color: rgba(85, 152, 255, .8);
  border-radius: 5px 5px 5px 5px;
  outline: none;
  text-decoration: none;
}

.vid_globe::before {
  content: '\f0ac';
  z-index: 999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 3px 18px 3px 25px;
  color: #c7c7c7;
  font-family: 'font awesome 5 free';
  font-weight: 900;
  font-size: 35px !important;
  background-color: rgba(85, 152, 255, .8);
  border-radius: 5px 5px 5px 5px;
  outline: none;
  text-decoration: none;
}


/*
 * Back to Top
 */
#top-arrow { font-size: 30px; font-weight: bold; }
#go-top { display: none; position: fixed; z-index: 99; border: none; outline: none; background-color: rgba(135, 135, 135, 0.5); color: white; cursor: pointer; border-radius: 5px; padding: 7px 10px; bottom: 30px; right: 40px; width: 50px; height: 45px; text-align: center;}
#go-top:hover { background-color: rgba(135, 135, 135, 0.75); }


/*
 * Footer
 */
footer { color: #808080; }
footer a { color: #fff; }

.copyright p,
.copyright p a {
  text-align: center;
  color: #808080;
  font-size: .75rem;
}

