/* Extra small devices (phones, less than 768px */
@media (max-width: 767px) {
  .jumbotron h1 {
    font-size: 40px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .jumbotron h1 {
    font-size: 80px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .jumbotron h1 {
    font-size: 120px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .jumbotron h1 {
    font-size: 160px;
  }
}
html {
  width: 100%;
  margin: 0%;
  padding: 0%;
  overflow-x: hidden;
  overflow-y: scroll;
}
::-webkit-scrollbar {
  display: none;
}
.jumbotron {
  background: linear-gradient(rgb(153, 27, 30, 0.5), rgba(153, 27, 30, 0.5)),
    url('uscimage.jpg');
  /*background-color: rgb(153, 27, 30), ;*/
  /*background-color: rgb(69, 69, 69);*/
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0%;
  color: white;
}
#college {
  color: rgb(255, 199, 44);
}
.nav-link {
  color: white;
  transition: 0.3s;
  font-size: 20px;
}
.nav-link:hover {
  color: white;
  background-color: rgb(200, 200, 200);
}
.nav-link:active {
  background-color: black;
}
nav {
  background-color: rgb(69, 69, 69);
}
.btn {
  font-size: 20px;
  color: black;
}
ol li,
ul li {
  margin-top: 20px;
}
.lead {
  font-size: 30px;
}
#txtSearch {
  width: 100%;
  height: 15%;
  font-size: xx-large;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-align: center;
  margin-bottom: 10px;
}
#table-container {
  width: 80%;
}
#myTable tbody tr.selected {
  color: black;
  background-color: lightblue;
}
table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a,
table.dataTable tbody a:hover {
  color: #007bff;
}

/*
*{
 outline: 1px solid red;
}
*/
