h1, h4, h5, h6 {
  color: #444444;
}

h2 {
  color: white;
}

ul {
  margin: 0;
}

.login-title {
  font-size: 1.2rem !important;
}

body,
label,
input {
  font-size: 0.9em;
}

.form-group {
  margin-bottom: 0.5rem;
}

.loginbox { 
  margin-left: 30px;
  margin-right: 30px;
  box-shadow: 5px 5px 15px 5px rgba(53, 53, 53, 0.329);
  background-color: white;
  /* padding: 20px; */
  border-radius: 4px;
}

a {
  color: rgb(0, 0, 141);
}

.clearablefileinput, .form-control-file {
  font-size: 11px;
  display: inline-block;
  width: 70%;
}


footer {
  position:fixed;
  bottom: 0;
  width: 100%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  padding-bottom: 1.5rem;
}

.base-col {
  background-color:white;
}

.badge-secondary {
  background-color:white;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.7);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.9);
}

.btn {
    color: #0d9488;
    border-color: #0d9488;
    background-color: white;
    font-weight: 600;
    padding: 0.6rem 2rem;
    transition: all 0.3s ease;
}

.btn:hover {
    color: white;
    border-color: #0d9488;
    background-color: #0d9488;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.3);
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 576px) {
  footer {
    font-size: 0.7em;
  }
  /* .footer-email {
    position:relative;
    bottom: 0;
    width: 100%;
  } */
  /* #mobile_search_hall{
    margin-top: 35px;
  } */
  .btn-sm {
    font-size: 0.8em;
  }
  .login-title {
    font-size: 0.9rem;
  }
  
  small.text-muted {
    font-size: 70%;
  }
  footer img {
    max-width: 110px;
  }
  .alert {
    font-size:0.7em
  }
  .mobile-break { display: block; }
  .desktop-break { display: none; }
}

@media (max-width: 767px) {
  label, input, select {
    font-size: 0.8em !important;
  }
  .footer-email {
    position:relative;
    bottom: 0;
    width: 100%;
  }
}

@media (min-width: 577px)  {
  .mobile-break { display: none; }
  .desktop-break { display: block; }
}