#content	{
    margin: 10px 0px -10px 0px;
    min-height: 100%;
    border: 2px #4A90E2 solid;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 0px 20px 0px;
    display: flex;
    flex-direction: column;
    }
.top-row{
    display: flex;
    width: 100%;
}
    
#content p {
    text-align: left;
    color: white;	
    }

#hero-h2 {
    padding-left: 100px;
    flex: 2;
}

#hero-h2 h2 {
    color: #ff9601;
}

#hero-img {
    flex: 1;
}

#hero-p {
    flex: 3;
    background-color: white;
    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%;
}
.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;
}

#button-txt {
    width: 90%;
    margin-top: -15px;
    margin-left: 55px;
    height: 35px;
    background-color: #00a8f3;
    color: #ff9601;
    text-align: center;
}

#button-txt:hover {
    width: 90%;
    margin-left: 55px;
    height: 35px;
    background-color: #00a8f3;
    color: #f5f5f5;
    text-align: center;
    box-shadow: 0px 0px 20px 10px #ff9601;
}