html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: Arimo, sans-serif !important
}

.form-select{
    width:fit-content !important;
    float:left;
}

.navbar{
    background-color:black !important;
}

.navbar a {
    color:white !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    margin-right:24px !important;
}

.footer {
    background-color: black !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.btn-primary {
    background-color: #fbed23 !important;
    border-color: #fbed23 !important;
    color: black !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    border-radius: 0px !important;
    font-size: medium !important
}

/*.img-wrapper::after {
    font-size: 12px;
    content: 'Click Image To View Full Size';
    display: block;
}*/

#imgViewer::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 10px;
}

#imgViewer::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.thumb {
    width: 200px;
    padding: 4px;
    float:left;
    cursor:pointer
}