/* General styling
-------------------------------------------------- */

body {
    padding-bottom: 87px;
}

html {
    position: relative;
    min-height: 100%;
}

.navbar-light {
    background-color: white !important;
}

/* Custom button styling
-------------------------------------------------- */

@media(max-width: 768px) {
    button.full-width {
        width: 100%; 
        display: block;
    }
}

.navbar {
    margin-bottom: 20px;
    position: sticky !important;
}

/* Sticky footer styling
-------------------------------------------------- */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 67px;
    background-color: #f5f5f5;
}

.footer>.container>.row {
    height: 67px;
    padding: 15px 0px 15px;
}

.footer>.container>.text-muted {
    font-size: 14px;
}

/* Avatar styles
-------------------------------------------------- */

.g-recaptcha {
    padding-top: 15px;
    padding-bottom: 25px;
}

.avatar-big {
    object-fit: cover;
    width: 200px;
    height: 200px;
}

.avatar-small {
    object-fit: cover;
    width: 50px;
    height: 50px;
}

.avatar-mini {
    width: 30px;
    height: 30px;
}


/* Form styling
-------------------------------------------------- */

textarea {
    resize: none;
}

.form-group>label {
    font-weight: bold;
}

.form-label {
    font-weight: bold;
}

.row-compact {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  display: block;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

/* List styling
-------------------------------------------------- */

.list-group-item {
    min-height: 80px;
}