.modal-footer button.btn {
    border: 1px solid #990000;
    background-color: #ffffff;
    color: #990000;
}

.modal-footer button.btn:hover {
    border: 1px solid #990000;
    color: #ffffff;
    background-color: #990000;
}

a.nav-link:hover {
    border-bottom: 3px solid #990000;
}

a.nav-link {
    margin-right: 5px;
    border-bottom: 3px solid transparent;
    color: black;
}

.nav-item.active {
    color: #990000;
    border-bottom: 3px solid #990000;
}

#justlitho_signin_href {
    border: 1px solid #990000;
    color: #990000;
}

#justlitho_signin_href:hover {
    border: 1px solid #990000;
    color: #ffffff;
    background-color: #990000;
}

#justlitho_signin_href.disabled {
    border: 1px solid #990000;
    color: #575757;
}

footer {
    border-top: 1px solid #990000;
}

h1 {
    color: #990000;
    font-weight: bold;
    font-family: Adamina;
}

.card-body a#learn_more_btn {
    background-color: #990000;
}

.card-body button#learn_more_btn {
    background-color: #990000;
    text-align: center;
}

.card-body button#learn_more_btn:focus {
    background-color: #af0000;
}

#learn_row {
    border-bottom: 10px solid #990000;
}

.lower_bar {
    border-bottom: 10px solid #990000;
    margin-bottom: 10px;
}

body {
    padding-top: 70px;
}

p {
    font-family: Adamina;
}

.card-body {
    font-family: Adamina;
}

div.actions button {
    border: 1px solid #990000;
    background-color: #ffffff;
    color: #990000;
}

div.actions button:hover {
    border: 1px solid #990000;
    color: #ffffff;
    background-color: #990000;
}

header {
    position: relative;
    height: 300px;
    background-image: linear-gradient(#e32626, #ff6100);
}

header h1 {
    color: white;
}

svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10vw;

    /* set height to pixels if you want angle to change with screen width */
}

header img {
    position: absolute;
    top: 150px;
    right: 20px;
    height: 125%;
}

div#color_bg {
    position: relative;
    background-image: linear-gradient(#ff6100,#e32626);
}

div#color_bg svg {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 10vw;

    /* set height to pixels if you want angle to change with screen width */
}

div#white_bg svg {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 10vw;

    /* set height to pixels if you want angle to change with screen width */
}

div#white_bg {
    position: relative;
    background-image: linear-gradient(#e32626, #ff6100);
}

div#block {
    width: 100%;
    display: block;
    position: static;
    background-color: #e32626;
    color: #fff;
    margin-bottom: 0px;
}

div#white_block {
    width: 100%;
    display: block;
    position: static;
    background-color: #fff;
    margin-top: 0px;
}

div#block h1 {
    color: #fff;
}
