.container {
    max-width: 1440px;
    margin:  auto;
    /* border: red solid 1px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    
}

.service-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
   
     padding: 20px;
    border-radius: 12px;
    width: 90%;
    
    margin: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   
   
   

}

.main-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.5rem;
    margin-top: 30px;
    
   
   
   
 
   
    
}
.main-title h1 {
    margin-left: 10px;
  
}



 .sub-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 30px;

   
    
   
}


.sub-content h2 {
    margin-bottom: 20px;
    line-height: 1.5;
   
}





.sub-content h3 {
    font-size: 2rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
 
    
   
}
/* .sub-content p {
    font-size: 1.5rem;
    font-weight: 400;
   
  

    
} */

.sub-content h3, .sub-content p, .sub-content ul {
    /* margin: 10px 50px; */
    
    line-height: 1.5;
    /* margin: 10px 10px; */

}


.sub-content ul {
    list-style: none;
 
    font-size: 1.5rem;
 
}

.item {
    margin-left: 30px;
}

.arrow {
    color: #B1100E;
    margin: 0px 10px;
    font-size: 1rem;
}

.bullet {
    color: black;
    font-size: 1rem;

}

.image-container {
    display:inline-block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    width: 100%;

}

.sub-content a {
    color: #B1100E;
    text-decoration: none;
}




/* NEW STUFF */
.sunset {
    width: 100%;
    height: 650px;
   
    position:relative;
    z-index:-1;
    display:block;
   
}



@media (max-width: 500px) {
    .sub-content h2 {
        font-size: 1.5rem;
        line-height: 2;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .sunset {
        height: 325px;

    }
}
.citation {
    font-size: .8rem;
}