html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    /* Avoid the IE 10-11 `min-height` bug. */
}

#content {
    flex: 1 0 auto;
    /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}

#footer {
    flex-shrink: 0;
    /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}

.text-pink {
    color: #f5278b;
}

.bg-pink {
    background-color: #f5278b;
}

.media-form-1 {
    max-width: 50%;
}

.media-form-2 {
    max-width: 75%;
}

.nav-tabs {
    border-bottom: none;
}

.nav-link:hover {
    color: black;
    background-color: #FAFAFA;
    text-decoration: none;
}

.nav-link {
    color: black;
    background-color: white;
    /*background-color: #f5278b;*/
    border-width: 2px;
    border-style: solid;
    border-color: #9f2241;
}

.media-size {
    width: 90%;
    margin: 0 auto;
}

.btn-pink {
    color: white;
    background-color: #f5278b;
    text-decoration: none;
}

.btn-pink:hover {
    color: white;
    background-color: mediumvioletred;
    text-decoration: none;
}

/* .btn-pink > a:link
{
  color: darkgray;
  text-decoration:none;
}

.btn-pink > a:visited
{
  color: darkgray;
  text-decoration:none;
}

.btn-pink > a:active
{
  color: white;
  text-decoration:none;
} */

.border-pink {
    border-style: double;
    border-color: #f5278b;
}

.bg-grey {
    background-color: #f8f9fa;
}

.revision-item {
    background-color: #fdfdfe;
    color: black;
}

@media(max-width: 900px) {
    #content {
        font-size: 85%;
        padding-left: 50px;
        padding-right: 50px;
    }

    #footer {
        font-size: 85%;
        padding-left: 50px;
        padding-right: 50px;
    }

    .media-form-1, .media-form-2 {
        max-width: 100%;
    }

    .media-size {
        width: initial;
        margin: 0 auto;
    }
}

.footer2019 {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    /* Set the fixed height of the footer here */
    background-color: #f5f5f5;
}

.color2022 {
    color: #BC955C;
}

.color20222 {
    color: #9f2241;
}

.bgcolor2022 {
    background: #611232;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #2a5d50 !important;
    border: 1px #2a5d50 solid;
}

.badge-primary {
    background-color: #2a5d50 !important;
    border: 1px #2a5d50 solid;
}