/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
    padding: 180px 0 100px;
    background: url("../files/law.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

section {
    padding: 150px 0;
}

#services {
    /*background: url("../files/law.jpg") no-repeat center;*/
    /*background-size: cover;*/
}

#contact {
    /*background: url("../files/section-2.jpg") no-repeat center;*/
    /*background-size: cover;*/
}

.active {
    border-bottom: 1px solid black;
}

.card-img-top {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
}

.e-banner img {
    max-width: 100%;
    position: absolute;
    top: 65px;
    margin: auto;
    left: 0;
    right: 0;
}

iframe {
    width: 80%;
    height: 400px;
    border: 0;
}
