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

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

.cover-container {
  max-width: 48em;
  width: 100%;
}


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

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

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

.nav-masthead .nav-link:hover {
  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: 42em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


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


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


.bg-red {
  background-color: #CB001C !important;
  margin-bottom: 8px;
  padding: 5px 20px;
  margin-top: 30px;
  font-weight: bold;
}

.bg-yellow {
  background-color: #FAB22E !important;
  margin-bottom: 8px;
  padding: 5px 20px;
  margin-top: 30px;
  font-weight: bold;
}

.bg-orange {
  background-color: #F66E20 !important;
  margin-bottom: 8px;
  padding: 5px 20px;
  margin-top: 30px;
  font-weight: bold;
}


.bg-green {
  background-color: #6EC66E !important;
  margin-bottom: 8px;
  padding: 5px 20px;
  margin-top: 30px;
  font-weight: bold;
}

.bg-school {
  background-color: #A349A4 !important;
  margin-bottom: 8px;
  padding: 5px 20px;
  margin-top: 30px;
}

.bg-pro {
  background-color: #21CFD3 !important;
  margin-bottom: 8px;
  padding: 5px 20px;
  margin-top: 30px;
}

.bg-tool {
  float: left;
  background-color: #FAB22E !important;
  color: #000000;
  font-style: italic;
  font-weight: bold;
  padding: 2px 10px;
  margin-right: 5px; 
  margin-bottom: 5px;
  text-shadow: none;
}

.clear { clear:both; }

.tab-pane {width: 100%;}

input, textarea { margin : 10px; width: 100%; }

.modal-content { color: #000000; text-shadow: none; text-align: left; /* Prevent inheritance from `body` */ }

.tab-content {
  margin-top: 20px;
}

.tools {height: 100%;}