html {
  font-size: 14px;
}

.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;
}

.header {
    width: 100%;
}

.highlight {
    border-radius: 5px;
    border-width: 5px;
    text-indent: 5px;
    width: 50%;
    text-align: center;
    border: 2px solid;
    border-color: lightgray;
}

.highlight:hover {
    box-shadow: 0px 0px 6px #fed76e;
}

.lightBlue {
    background-color: lightblue;
}

.shadow {
    box-shadow: 0px 0px 6px #fed76e;
}

.bold {
    font-weight: bolder;
}

.verticalMiddle {
    vertical-align: text-top;
}

.justify {
    text-align: justify;
    text-justify: auto;
}

.justifyLeft {
    text-align: left;
    text-justify: auto;
}

.nowrap{
    white-space: nowrap;
}

.actionLink{
    color: black;
}

.actionLink:hover {
    cursor: pointer;
    color: black;
}

.list{
    list-style-type: square;
}

.center {
    text-align: center !important;
}

@media (min-width: 576px) {
    html {
        font-size: 14px;
    }

    .highlight {
        font-size: 12px;
    }

    .highlight {
        width: 100%;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .highlight {
        font-size: 14px;
    }

    .highlight {   
        width: 100%;
    }
}

