.button-primary {
  background: #ffcc00;
  background-color: #ffcc00 !important;
}

.custom-button {
  margin-right: 20px;
  padding-left: 60px;
  padding-right: 60px;
  text-transform: capitalize !important;
  font-weight: bold !important;
}

#students {
}

#companies {
}

td {
  text-align: left;
}

a {
  text-decoration: none;
}

.airtable {
  margin-top: 50px;
}

.title-text:hover {
  transition: transform 0.15s;
  transform: scale(1.05);
}

.navbar-item {
  margin-right: 20px;
}

.navbar-item:hover {
  transition: transform 0.15s;
  transform: scale(1.05);
}

.title2 {
  margin-top: 250px;
}

.features:before {
  position: initial;
}

.logo {
  display: inline-block;
  float: left;
}

.navbar {
  display: inline-block;
  float: right;
  z-index: 100000000;
  position: absolute;
  right: 10%;
}

.logo-image {
  width: 22%;
  display: inline-block;
  margin: 5%;
  cursor: pointer;
}

.logo-image:hover, .company:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.judges-attending {
  padding-bottom: 50px;
  position: relative;
}

.company-logo {
  width: 100%;
  background-color: #ffcc00;
  height: 245.33px;
  background-size: 50% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: 2px black solid;
}

.company img {
  width: 100%;
  object-fit: cover;
}

/*.container-sm {
  height: 100%;
  position: relative;
}*/



.company-info {
  font-size: 14px;
  text-align: left;
  margin-top: 15px;
  font-weight: bold;
}
/*#judges-attending {
  margin-left: -5%;
  margin-right: -5%;
  margin-bottom: -5%;
}

.judge-image {
  width: 22%;
  display: inline-block;
  margin: 5%;
  cursor: pointer;
  object-fit: cover;
  height: 250px;
}
*/

.judge-image img {
  width: 100%;
}

.judge-name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}

.judge-background {
  font-size: 14px;
  margin-top: 10px;
  line-height: normal;
}

.judge-image:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

@media screen and (max-width: 515px) {
  .custom-button {
    display: block;
    margin: 20px 50px;
  }

  .navbar {
    display: none;  
  }
}