#logo-backsplash {
    background-image: url("../../public/images/main_logo_backsplash.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-color: white;
}

body {
    background-image: url("../../public/images/main_backsplash.jpg");
    background-repeat: repeat-x;
    background-color: #455E86;
    -webkit-print-color-adjust: exact !important;
}

.yellow-border-top {
    border-top-width: 5px;
    border-top-color: #F7C809;
    border-top-style: solid;
}

.yellow-border-bottom {
    border-bottom-width: 5px;
    border-bottom-color: #F7C809;
    border-bottom-style: solid;
}

.carousel-inner img {
    margin: auto;
}

h1, h2 {
    color: #2A72DA;
    font-weight: bold;
}

iframe {
    display: block;
    margin: 0 auto;
}

.content-container {
    padding-bottom: 70px;
}

i {
    margin: 5px;
}

.text-pink {
    color: palevioletred;
}

.text-green {
    color: green;
}

.text-gold {
    color: gold;
}

.text-blue {
    color: blue;
}

.bg-orange {
    background-color: orange !important;
}

.bg-green {
    background-color: #6F0 !important;
}

.bg-blue {
    background-color: #6FF !important;
}

.bg-yellow {
    background-color: yellow !important;
}

@media print { 
    .bg-orange {
        box-shadow: 0 0 0 1000px orange inset !important;
    }
    
    .bg-green {
        box-shadow: 0 0 0 1000px #6F0 inset !important;
    }
    
    .bg-blue {
        box-shadow: 0 0 0 1000px #6FF inset !important;
    }
    
    .bg-yellow {
        box-shadow: 0 0 0 1000px yellow inset !important;
    }
}