html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.navbar-img {
    width: 30px;
}


/*.panel-heading {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #20a0d0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}*/
/*
.panel-title {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #32abe2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
*/
    .panel-heading:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

.panel-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .panel-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.panel-heading-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.panel-heading-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.panel-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.panel-panel-primary {
    border-radius: 25px;
    border: 2px solid ;
    padding: 20px;
}