#content	{
    margin: 10px 0px -10px 0px;
    min-height: 100%;
    border: 2px #000000 solid;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 0px 40px 0px;
    display: flex;
    flex-direction: column;
    }
.top-row{
    display: flex;
    width: 100%;
}
    
#content p {
    text-align: left;
    color: #000000;	
    }

.hero-table {
    padding-left: 30px;
    padding-right: 30px;
    flex: 2;
}

.hero-heading h2{
    margin-bottom: 0px;
    margin-top: 0px;
}

.hero-text p{
    padding-bottom: 20px;
}

#hero-h2 h2 {
    color: #000000;
}

#hero-h2 p {
    color: #000000;
    font-size: larger;
}

#hero-img {
    flex: 1;
}

#hero-p {
    flex: 3;
    background-color: #000000;
    padding-left: 100px;
    padding-right: 100px;
}

#hero-p p {
    text-align: left;
    color: #3e4349;
    font-size: larger;
}

#hero-p li {
    color: #3e4349;
    font-size: larger;
}

.services {
    width:100%;
}

#service-link {
padding-bottom:20px;
}

.services ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0px
}

.services li {  
    flex: 1;
    display:inline ;
    text-align: center;
}

.services li:hover {  
    flex: 1;
    display:inline ;
    text-align: center;
    border-bottom: 2px #ff9601 solid;
    margin-bottom: -2px;
}

.descriptions {
    width:100%;
    margin-top: -25px;
}
.descriptions ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0px
}

.descriptions li {  
    flex: 1;
    display:inline ;
    text-align: center;
}

.CTA a {
    text-decoration: none;
}

#button-txt {
    width: 90%;
    margin-top: -15px;
    margin-left: 55px;
    height: 35px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}

#button-txt:hover {
    width: 90%;
    margin-top: -15px;
    margin-left: 55px;
    height: 35px;
    background-color: #000000;
    color: red;
    text-align: center;
    box-shadow: 0px 0px 20px 10px #ffffff;
}