section{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

body {
    background-color: #246277;  /* Captured from the Logo - Teal */
}

.section-break { 
    display: flex; 
    flex-direction: row; 
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0.15em 0.15em 0.2em black;
} 
  
.section-break:before, 
.section-break:after { 
    content: ""; 
    flex: 1 1; 
    border-bottom: 6px solid #000; 
    border-color: #c9561e;
    margin: auto; 
} 

/* I think this is only used in index.php */
#showcase {
    height: 240px;
    background-color: #cccccc;
    background-image: url("../img/index.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
