html {
    font-size: 14px;  
}

    html body {
        font-family: 'Sofia Pro', sans-serif;
    }

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.form-group {
    margin-bottom:20px;
}

.form-group select {
        padding: 8px;
        width: 100%;
        border-color: #ced4da;
    }

.EmpRecordRow {
    cursor:pointer;
}

nav {
    background: url('/img/bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar-toggler {
    background:white;
}