body {
  background-image:
    linear-gradient(0deg, rgba(0,0,0,0.4),
    rgba(0,0,0,0.4)), url("/static/images/main-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
  color: #ff864a;
}

.modal-content {
  background-image:
    linear-gradient(0deg, rgba(0,0,0,0.25),
    rgba(0,0,0,0.25)), url("/static/images/modal-bg.jpg");
  background-size: 100% 100%;
}


.nav-link {
  font-size:2rem;
  color: #83e4e0;
}

.navbar .navbar-nav a:hover {
  color: #0298b6;
} 

.navbar .navbar-nav .active {
  color: #0298b6;
} 

.dropdown-menu {
  background-color: #4e4b4b;
}

.dropdown-menu .nav-link {
  font-size: 1.5rem;
}

.search {
position: relative;
box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.search input {
height: 60px;
text-indent: 25px;
border: 2px solid #d6d4d4;
}

.search input:focus {
box-shadow: none;
border: 2px solid blue;
}

.search .fa-search {
position: absolute;
top: 15px;
left: 16px;
color: black;
}

.fa-custom-font {
    font-size: .7rem;
}

.title {
  text-align: center;
  border-bottom: 2px solid #00ff993d;
  font-weight: bold;
  font-size: 3rem;
}

.table-responsive-font {
  overflow: hidden;
  white-space: nowrap;
  font-size: .48rem;
}

.search-control {
  min-width: 300px;
  max-width: 300px;
  font-size: .7rem;
}

@media only screen and (min-width: 600px) {
  .table-responsive-font {font-size: .6rem;}
  .dropdown-item {font-size: .6rem;}
  .search-control {
    min-width: 400px;
    max-width: 400px;
    font-size: .9rem;
  }
}
@media only screen and (min-width: 720px) {
  .table-responsive-font {font-size: .8rem;}
  .dropdown-item {font-size: .6rem;}
}
@media only screen and (min-width: 845px) {
  .table-responsive-font {font-size: 1rem;}
  .dropdown-item {font-size: .8rem;}
}
@media only screen and (min-width: 1100px) {
  .table-responsive-font {font-size: 1.3rem;}
  .dropdown-item {font-size: 1rem;}
}
@media only screen and (min-width: 1200px) {
  .table-responsive-font {font-size: 1.5rem;}
  .dropdown-item {font-size: 1.3rem;}
}
