body{
    font-family: 'Arial';
}
h1, h3, p, a, .card-body{
    font-family: 'Arial';
}
h1{
    text-align: center;
}
p, .address{
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;
    font-size: 27px;
    color: gray;

}
.btn-primary{
    background-color: black;
}
.card-body{
    font-size: 30px;
    height: 100%;
    text-align: center;
    margin: 0 0;
}
.col-3{
    margin: 0 0;
}
.btn, .btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:visited {
    background-color: #d0a825 !important;
}
.button-holder{
    text-align: center;
    padding: 20px;
}
a, li, .nav-link{
    color: #d0a825;
}
a:link{
    color: #d0a825;
}
a:hover, a:active{
    color: gray !important;
}
/* Navbar --------------------------------------------------------------------- */
#navbar-custom{
    border-bottom: 5px solid rgb(185, 185, 185);
}
#nav-icon{
    display: inline-block;
    vertical-align: middle;
    color:#d0a825;
    line-height: 30px;
}
#company-name{
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;
    color: rgb(208, 168, 37);
}
#lumen-nav-logo{
    width: 50px;
  }
.navbar-text{
    color: white;
    font-size: 20px;
    }
.custom-toggler.navbar-toggler {
    border-color: #d0a825;
    vertical-align: middle;
  } 
/* Landing Page ---------------------------------------------------------------- */
#landing-page{
    min-height: 100%;
    margin-top: 120px;
    padding: 0px 50px;
}
#landing-text, #landing-image{
    margin: 0 auto;
    text-align: center;
}
#logo-landing{
    display: block;
    margin: 40px auto 20px;
    width: 90%;
}
.catch-phrase {
    font-size: 2.0rem;
}
#mission-statement{
    padding: 15px;
    text-align: center;
}
#utility-images{
    background-image: url('../images/Lumen_LandingPage_Collage.jpg');
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: 10px auto 0; /*changes: original 80px auto 0*/
    height: 800px; /*requires explicit height original 600px*/
}
/* Business Model Section -------------------------------------------------------------- */
#business-model-section{
    margin: 50px auto 20px;
    padding: 50px;
}
#send-bills, #free-audit, #save-money{
    text-align: center;
    padding: 20px;
}
.business-graphics{
    margin-bottom: 40px;
    border-width: 5px;
    width: 200px;
    height: 200px;
}
/* Stats Section --------------------------------------------------------------- */
.our-stats{
    height: 100%;
    width: 100%;
}
.stats-container{
    padding: 20px;
}
#stats-row{
    margin: 0 auto;
    background-color: white;
    border-color:#d0a825;
    border-radius: 10px;
    border-width: 4px;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-color: #d0a825;
    border-right-color:  #d0a825;
    border-bottom-style: solid;
    }
#stats-2{
    background-color: rgba(223, 222, 222, 0.514);
}
/* Our Clients Section ---------------------------------------------------------- */
#clients-title{
    margin-top: 120px;
    font-size: 45px;
    text-align: center;
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;
    height: 50px;
}
.our-clients{
    display: flex;
    align-items: center;
    padding: 100px auto;
    margin: 0 auto;
    height: 300px;
    width: 100%;
    overflow: auto;
}
#clients-row{
    margin: 0 auto;
    padding: 0 0 ;
}
.company-logo{
    padding: 10px;
    text-align: center;
}
/* Target Industries Section ---------------------------------------------------------- */
#industries-title{
    font-size: 45px;
    text-align: center;
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;
    margin: 40px 0 20px 0;
    height: 50px;
}
#industries-section{
    margin: 50px auto 20px;
    padding: 50px;
}
.industries{
    text-align: center;
    padding: 10px;
}
.industry-img{
    border-radius: 20px;
    width: 300px;
    height: 150px;
    padding: 10px;
    align-items: center;
}
.subheading{
    padding: 0px;
    font-size: 20px;
    text-align: center;
}

/* Utilities We Manage Section ---------------------------------------------------------- */
.utilities-title {
    margin-top: 120px;
    font-size: 40px;
    text-align: center;
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;
    height: 50px;
}
#utilities-section{
    margin: 50px auto 20px;
    padding: 50px;
}
#electricity, #gas, #garbage, #water, #telecom, #freight{
    text-align: center;
    padding: 20px;
}
.image-group {
    display: inline-block;
    justify-content: center;
    align-items: center;
    position: relative;
    height: fit-content;
    overflow: auto;
    min-height: 400px;
    max-height: 100%;
    width: 100%
}
.img {
    width: 100px;
    height: 100px;
    padding: 10px;
    align-items: center;
}
.small-text {
    font-size: 16px;
    font-family: 'Arial';
    color: #000000;
}

/* Our Partners Section ---------------------------------------------------------- */
#partners-title{
    font-size: 45px;
    text-align: center;
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;
    margin: 60px 0 20px 0;
    height: 50px;
}
.partners-logo{
    width: 150px;
    height: 150px;
}
/* Contact Section --------------------------------------------------------------- */
.contact-header {
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;
    color: #d0a825;
    padding: 50px 0;
    margin-top: 70px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 3rem;
}
#contact-container{
    width: 100%;
    background-color: rgba(223, 222, 222, 0.387);
    padding-top: 30px;
    padding-bottom: 40px;
}
#user-file {
    border-radius: 5px;
}
input{
    border-radius: 15px;
}
#email_body{
    height: 100px;
}
.address{
    color: black;
    text-align: center;
}
#address-info{
    text-align: center;
    padding-top: 20px;
}
.bottom {
    margin: 0 auto;
    padding: 0 0 ;
    position: absolute;
}
.sub-text {
    font-size: 16px;
    font-family: 'GlacialIndifferenceRegular';
}
/* About Section --------------------------------------------------------------- */
.about-header {
    margin-top: 120px;
}
.family-photo {
    width: 300px;
    height: 350px;
    padding: 10px;
    align-items: center;
}
.cara {
    width: 400px;
    height: 350px;
    padding: 10px;
    align-items: center;
}

/* Media Queries--------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 576px) {
    #landing-page{
    margin-top: 80px;
    min-height: 70vh;
    padding: 0px 20px;
    }
    #company-name{
    font-size: 15px;
    }
    .catch-phrase {
        font-size: 1.5rem;
    }
    #mission-statement{
        padding: 5px;
        font-size: 1.3rem;
    }
    #clients-title{
        font-size: 35px;
    }
    .card-body{
        font-size: 18px;
    }
    #form-container{
        padding: 50px 0 0 0;
    }
    .address{
    font-size: 15px;
    }
    #lumen-phone{
        font-size: 25px;
    }
  }