html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-size:15px;
}
.navbar {
    background-color:#f3f3f3 !important;
}
.navbar-brand img {
    width: 157px;
}
.btn-light {
    border:1px solid #d1d1d1;
}

.bigButton {
    height: 100px;
    width: 300px;
    padding-top: 35px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    background-color: #3e6c75;
}

.bigButton span {
    top:4px;
    margin-right:5px;
    position:relative
}

.contentBackground {
    background-color: steelblue;
    padding: 20px;
}

.opsListBody p {
    margin-bottom:0px;
}