body{background-color:#6D1632;}

.container-fluid {
    width:80%;
    margin: auto;
    background: white;
box-shadow:5px 5px 5px rgba(0, 0, 0, 0.75)}

.col-md-12 {
    text-align: center;
}

.row{margin:auto;}


#home{font-size:100px;}

h1{ color:white;
    background-color:#6D1632;
padding: 10px;}

nav{
    background-color: #6D1632;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    
}

nav a{
    list-style: none;
    color: #FAAF40;
    font-size: 1em;
    padding: 10px;
}

nav a:hover{list-style:none; color:white; text-decoration: none;}

.carousel-cell {
  width: 100%; /* full width */
  height: 800px; /* height of carousel */
  margin-right: 10px;
}

h2{border-bottom: solid rgb(109, 22, 50) 2px;
color: rgb(109, 22, 50);}

.pain-points{
box-sizing: border-box;}
