.hero {
    background-image: url("../img/hero_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    color: white;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding-top: 60px;
}
.heading-title {
    font-size: 50px;
    font-weight: 100;
    line-height: 1.2;
}
.heading-summary {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
}
.heading-small {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 60px;
}
.hero-background-accent {
    /*background: rgba(0, 0, 0, 0.4);*/
    padding: 30px 0px 60px 0px;
    margin: auto;

}
.btn-block-custom {
    padding: 20px 40px 20px 40px;
    border: 2px solid white;
    color: white;
    font-weight: 300;
    font-size: 1.5em;
    background: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 250px;
}
a.btn-block-custom:hover, a.btn-block-custom:active, a.btn-block-custom:visited {
    color: white;
}
.form-style {
    background-color: rgba(239, 241, 244, 0.50);
    padding: 30px;
    height: 100%;
}
.form-style h1 {
    font-size: 30px;
    color: #fec10d;
}
.form-style input[type=text], input[type=tel], input[type=email] {
    border-width: 0 0 3px;
    border-color: #fec10d;
    width: 100%;
    background-color: white;
    font: inherit;
    color: currentColor;
    outline: 0;
    padding: 25px;
    margin: 0;
    max-width: 100%;
    font-size: 20px;
    margin-bottom: 30px;
}
.main-text {
    padding: 30px;
}
.main-text h1, .qualify h1, .about h1 {
    font-size: 30px;
    color: #fec10d;
}
.main-text p {
    padding: 30px 30px 30px 30px;
}
.about {
    padding: 30px;
    border-bottom: 3px solid #FEC10D;

}
.about h1 {
    padding-bottom: 30px;
}
.about p {
    font-weight: 300;
    font-size: 12px;
    color: #4e555b;
}
.fa {
    padding-right: 10px;
}
.list-group-item.active {
    background-color: #fec10d;
    border-color: #fec10d;
}
.list-group-item {
}
p.list-group-item{
    padding: 10px;
    font-weight: 500;
    font-size: 20px;
}
.qualify {
    background-color: rgba(239, 241, 244, 0.50);
    padding: 30px;
    border-bottom: 3px solid #FEC10D;
    border-top: 3px solid #FEC10D;
}
.qualify h1 {
    width: 100%;
    padding-bottom: 30px;
}
.qualify p {
    width: 100%;
}
#footer {
    background-color: #1D1D1D;
    color: white;
    border-bottom: 5px solid #0D124A;
}
#footer {
    padding-top: 40px;
    padding-bottom: 40px;
}
#footer ul,li {
    text-decoration: none;
    list-style: none;
    list-style-position:inside;
    margin:0;
    padding:0;
}
#footer a {
    color: #FFFFFF;
}
#footer a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.error {
    color: darkred;
}