@charset "UTF-8";

/* CSS Document */


/* Core tags*/

html {
    height: 100%;
}

body {
    font-family: 'Open Sans';
    background-color: white;
    background-repeat: repeat;
    color: black;
    font-size: 14px;
    height: 100%;
}

p,
ul {
    line-height: 27px;
    font-weight: 300;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 21px;
    letter-spacing: 0.5px;
    font-weight: 300;
}

h4 {}


/*Header*/

.header_fullwidth {
    border-top: #f01030 solid 10px;
    border-bottom: #f01030 solid 10px;
    padding: 10px 0;
}

.contact_column {
    text-transform: uppercase;
    font-size: 18px;
}

#phone_number {
    font-size: 27px;
    font-weight: 600;
}

#and_symbol {
    color: #c22e2e;
}

#phone_number_h1 {
    font-weight: 900;
}

.navbar {
    font-size: 14px;
}

.navbar ul li.nav-item a.nav-link {
    color: black;
    font-weight: 700;
}


/*Slider*/

#slider {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-bottom: red solid 10px;
    max-height: 490px;
}

.cell {
    max-height: 480px;
    width: 100%;
    background: white;
    color: #fff;
    background: url(slider-bg.png);
    background-size: initial;
    background-repeat: repeat-x;
    background-position: bottom;
}

.carousel-image {
    max-width: 100%;
}


/*Content*/

.form-group {
    margin: 10px 0;
    display: flex;
}

.section1 {
    padding-top: 15px;
}

.section2 {
    padding: 15px 0 10px 0;
}

.section3 ul li {
    list-style-image: url(tick.jpg);
}

.section4 {
    padding: 10px 0;
}

.section5_footer {
    display: flex;
    align-items: center;
}

.form-control {
    padding: inherit;
    font-size: 12px;
    line-height: 2.9;
}

.contact_panel {
    background: #ee1616;
    padding-top: 5px;
}

.contact_panel_title {
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 15px;
}

.contact_panel_submit {
    float: right;
    background: rgba(241, 231, 103, 1);
    background: -moz-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241, 231, 103, 1)), color-stop(100%, rgba(254, 182, 69, 1)));
    background: -webkit-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: -o-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: -ms-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: linear-gradient(to bottom, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 0;
}


/*Service boxes*/

.service_box {
    text-align: center;
    border-top: #ee1616 solid 10px;
}

.service_box img {
    width: 167.226px;
}

.testimonial_box {
    font-style: italic;
    background: black;
    color: white;
    padding: 12px;
    border: red solid 5px;
    min-height: 368px;
}

#testimonial_home {
    min-height: 234px;
}

.testimonial_box p {
    font-weight: 400;
}

.testimonial_box span {
    font-weight: 700;
}


/*Footer*/

.footer_fullwidth {
    background: black;
    border-top: #f01030 solid 10px;
    color: white;
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.copyright {
    color: white;
    font-size: 11px;
    text-transform: initial;
}

.dentons_icons {
    margin: 10px 0;
    text-align: right;
}

.section5_footer .nav-link {
    display: inline-block;
    color: white;
    font-weight: 900;
}

.section5_footer .nav-link:hover {
    color: #f01030;
}

.section5_footer .nav-item {
    line-height: 22px;
    float: none;
    margin-left: 1rem;
}

.section6_credits {
    border-top: red solid 1px;
    margin-top: 10px;
}

.footer_social_icons i {
    margin: 14px 5px;
}

.social_column a {
    color: white;
}

.social_column a:hover {
    color: #f01030;
    text-decoration: none;
}

/*Internal pages*/

.figure-img {
    max-height: 300px;
}

.gallery-thumbs {
    margin: 5px auto;
}

.google-maps {
    position: relative;
    padding-bottom: 82%;
    height: 0;
    overflow: hidden;
    margin-top: 10px;
}

.submit_button {
    background: #F01030;
    color: white;
}

.submit_button:hover {
    color: #F01030;
    background: white;
    border: #F01030 solid 1px;
}

.center {
    text-align: center;
}

.sectionTestimonials {
    padding: 20px 0;
}


/*Sticky Footer*/

* {
    margin: 0;
}

html,
body {
    height: 100%;
}

.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -270px;
}

.page-wrap:after {
    content: "";
    display: block;
}

.footer_fullwidth,
.page-wrap:after {
    height: 270px;
}


/*Media Queries*/

@media (min-width: 75em) {
    .container {
        max-width: 1080px;
    }
}

@media (max-width: 992px) {
    .contact_column {
        text-align: center;
    }
    .navbar {
        padding: .5rem 3rem;
    }
    #phone_number {
        font-size: 20px;
    }
    .footer_fullwidth,
    .page-wrap:after {
        height: 288px;
    }
    .page-wrap {
        margin-bottom: -288px;
    }
    .testimonial_box {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .service_box {
        margin: 10px 0;
    }
    .navbar-nav .nav-item {
        float: none;
    }
    .section5_footer {
        display: block;
    }
    .footer_fullwidth {
        text-align: center;
    }
    .footer_fullwidth,
    .page-wrap:after {
        height: 576px;
    }
    .page-wrap {
        margin-bottom: -576px;
    }
    .other-slides {
        position: static;
    }
    .flickity-viewport {
        height: auto;
    }
}

@media (max-width: 544px) {
    .section4 {
        align-items: none;
        display: block;
    }
    .form-group div {
        width: 100%;
    }
    .footer_fullwidth,
    .page-wrap:after {
        height: 592px;
    }
    .page-wrap {
        margin-bottom: -592px;
    }
}


/*            */
