/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ----------------*
NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section. Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. 
----------------------------------------------------------------*/
/* Breakout BG Colors */
.bg-color-1 {
  
  background: linear-gradient(182deg, #031197 0%, #000530 100%);
  box-shadow: inset 4px 3px 10px 0px rgb(82 82 82 / 22%);
  text-shadow: 1px 1px 1px #000;	
color: #fff;}
 
/*Footer Buttons*/
#footer a.btn:hover {
    background: linear-gradient(184deg, #d31814 0%, #7c0300 100%);
}
#footer a.btn {
    background: linear-gradient(184deg, #d31814 0%, #7c0300 100%);
width: 131px;}
.final-star {
    color: #cb001b !important;
}
.billboard .slider-content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    position: relative;
    color: white;
    text-align: center;
    background: rgb(0 165 81 / 50%);
    padding: 30px 20px;
}