#logo{
    background-color: #6fa9b4;
    color: white;
    font-weight: bold;
}

#leadbg{
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.text-szm-blue{
    color: #6fa9b4;
}

.text-szm-white{
    color: white;
}

.background-szm-blue{
    background-color: #6fa9b4;
}

.text-szm-right{
    text-align: right;
}

#product_headline{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.text-gray {
    color: #aaa
}

img {
    height: 170px;
    width: 140px
}


div.aboutus {
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: left;
    color: #000;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center left;
    background-size: contain;
}

div.aboutus .container-fluid .row .whitebg{
    background-color: rgba(255, 255, 255, .9);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

div.aboutus .masthead-subheading {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.5rem;
    margin-bottom: 25px;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
div.aboutus .masthead-heading {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 2rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px) {
    div.aboutus {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    div.aboutus .masthead-subheading {
        font-size: 2.25rem;
        font-style: italic;
        line-height: 2.25rem;
        margin-bottom: 2rem;
    }
    div.aboutus .masthead-heading {
        font-size: 4.5rem;
        font-weight: 700;
        line-height: 4.5rem;
        margin-bottom: 4rem;
    }
}

footer{
    border-top: 1px solid #e1e1e1;
}

.mapcontainer iframe{
    border: 5px solid #6fa9b4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


