nav {
    max-height: 100px;
}
nav.navbar {
    padding-top: 0 !important;
    box-shadow: 0px 0px 8px 5px #888
}

.navbar a {
    padding: 0;
}
.navbar a img{
    max-height: 100px;
}

.navbar .navbar-nav {
    line-height: 100px;
    font-size: 18px;
}

#top-contact-box a{
    text-decoration: none;
    color: rgb(33, 37, 41)
}

#top-contact{
    border-bottom: 1px solid #888;
}

#top-contact p {
    font-size: 18px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

#company-box {
    background-color: #B30A34;
}

.service-box img {
    display: flex;
    margin: auto;
}

.contact-box h4{
    height: 70px;
}
.contact-box a{
    text-decoration: none;
    color: rgb(33, 37, 41);
    width: fit-content;
    display: inline-block;
}
.contact-box img{
    display: flex;
    margin: auto;
}

.footer {
    padding-bottom: 100px !important;
}

#mobile-header {
    height: 100px;
    box-shadow: 0px 0px 8px 5px #888
}

#mobile-header img {
    height: 100px;
    margin: auto;
    display: block;
}

.mobile-nav-box {
    background-color: #6e001b;
    border: 2px solid #744848;
    border-radius: 10px;
    /*box-shadow: 0px 0px 15px 6px #5a0000;*/
}

#mobile-nav-button {
    position: fixed;
    color: #fff;
    width: 200px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 30px;
    box-shadow: none !important;
    transition: bottom 0.5s ease-in-out;
}
#mobile-nav {
    position: fixed;
    width: 100%;
    top: calc(100% + 20px);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: top 0.5s ease-in-out;
}
#mobile-nav ul {
    padding: 0;
}

#mobile-nav ul li {
    list-style: none;
    color: white !important;
    text-decoration: none;
    font-size: 16px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#mobile-nav a {
    color: white !important;
    text-decoration: none;
    text-align: center;
    padding: .5rem 0rem !important;
}
#mobile-nav #mobile-nav-contact{
    display: flex;
    border-top: 1px solid rgb(133, 133, 133);
}
#mobile-nav .contact-btn{
    height: 50px;
    /* border: 1px solid #2e000b; */
    display: table;
    margin: auto;
    padding: 15px !important;
}