body, html {
    background-color: ivory;
}

.tab-pane {
    padding: 15px 20px 10px 20px;
    /*background-color: lavenderblush;*/
    line-height: 1.75;
    font-size: 135%;
}

.nav-tabs, li, li a, li a:hover, li a:focus, li a:active {
    /*background-color: lavenderblush; !important;*/
    font-size: 100%;
    font-weight: bolder;
    color: steelblue; !important;
}

#menu_container {
    background-color: lavenderblush;
    border: 5px solid navy;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
}

#page_container {
    background-color: whitesmoke;
    background-image: url("../img/itm-translation.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-blend-mode: soft-light;
    border: 5px solid navy;
    border-radius: 10px;
    overflow-y: scroll;
    min-height: 625px;
    max-height: 625px;
}

#about_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px auto;
}

div.about_1 {
    display: inline-block;
    fles: 1;
    background-color: cyan;
    border: 2px solid darkred;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
    width: 200px;
    /*line-height: 1;*/
}

div.about_1 p:first-child {
    font-size: 150%;
    font-weight: bolder;
    color: cadetblue;
    margin: 0px;
    /*line-height: 1.5;*/
}

div.about_1 p:last-child {
    font-size: 120%;
    font-weight: bolder;
    color: darkmagenta;
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
}

div.about_2 {
    display: inline-block;
    fles: 1;
    background-color: navajowhite;
    border: 2px solid darkred;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
    width: 200px;
    /*line-height: 1;*/
}

div.about_2 p:first-child {
    font-size: 150%;
    font-weight: bolder;
    color: cadetblue;
    margin: 0px;
    /*line-height: 1.5;*/
}

div.about_2 p:last-child {
    font-size: 120%;
    font-weight: bolder;
    color: darkmagenta;
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
}

div.about_3 {
    display: inline-block;
    fles: 1;
    background-color: greenyellow;
    border: 2px solid darkred;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
    width: 200px;
    /*line-height: 1;*/
}

div.about_3 p:first-child {
    font-size: 150%;
    font-weight: bolder;
    color: cadetblue;
    margin: 0px;
    /*line-height: 1.5;*/
}

div.about_3 p:last-child {
    font-size: 120%;
    font-weight: bolder;
    color: darkmagenta;
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
}

#contact_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px;
}

div.branch_info {
    display: inline-block;
    fles: 1;
    background-color: lightgoldenrodyellow;
    border: 2px solid navy;
    border-radius: 20px;
    margin: 10px;
    padding: 5px;
    text-align: center;
    width: 325px;
    font-size: 85%;
    /*line-height: 1.5;*/
}

div.branch_info b:first-child {
    font-size: 125%;
    font-weight: bolder;
    color: cadetblue;
}

#lang_container {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    /*margin: 10px;*/
}

div.group_lang {
    display: inline-block;
    fles: 1;
    background-color: antiquewhite;
    border: 2px solid navy;
    border-radius: 10px;
    margin: 10px;
    padding: 5px;
    text-align: center;
    width: 48%;
    font-size: 85%;
    /*line-height: 1.5;*/
}

@media screen and (max-width: 1050px) {
    div.group_lang {
        width: 100%;
    }
}

/*@media screen and (max-width: 1000px) {*/
/*    div.group_lang {*/
/*        width: 48%;*/
/*    }*/
/*}*/

div.group_lang b:first-child {
    font-size: 120%;
    color: cadetblue;
}

#term_container {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 20px;
}

div.price_term {
    display: inline-block;
    fles: 1;
    background-color: peachpuff;
    border: 2px solid navy;
    border-radius: 35px;
    margin: 10px;
    padding: 15px;
    text-align: center;
    width: 275px;
    font-size: 125%;
    color: cadetblue;
}

#customers_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px auto;
}

div.for_customers {
    display: inline-block;
    fles: 1;
    background-color: paleturquoise;
    border: 2px solid navy;
    border-radius: 15px;
    margin: 15px;
    padding: 15px;
    text-align: center;
    width: 250px;
    font-size: 125%;
    color: indigo;
}