body {
  font-family: robot, lato !important;
  font-size: large;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.logo {
  height: 43px;
}
.navbar-brand {
  font-size: 27px;
  padding-left: 10px;
  font-family: "Lato";
}
.nav-item a {
  color: gray !important;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
}
.display-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
li.nav-item {
  padding: 0 10px;
}
textarea:focus,
input:focus {
  outline: none !important;
}
.cursor-pointer {
  cursor: pointer;
}
.jumbotron {
  background-color: white;
}
.bottom-left {
  position: relative;
  padding: 5px;
}
video {
  object-fit: fill;
}
.active {
  background-color: #00808047;
  border-radius: 5px;
}

.left {
  margin-right: 10px;
  float: left;
  width: 160px;
  padding: 0px;
}

.right {
  margin-left: 10px;
  float: left;
  width: 160px;
  padding: 0px;
}

.bottom {
  clear: both;
  padding-top: 10px;
}

video {
  object-fit: cover; /* Options: 'contain', 'cover', 'fill', 'scale-down', 'none' */
}