/* FILE: TEMPLATE.CSS */
/* Roboto Font Weights: 300, 400, 700 */

hr {
    background-color: #686868;
    width: 50%;
}

body {
  background-image: \files\template\images\background-true-corp-building-plant-city.jpg;
}

#colorstrip{
    height: 100px;
    background-color: #ffe643;
}

#container-body {
    padding: 0;
    margin: 0;
}

#container-body > .row,
#container-body > .row > div {
    padding: 0;
    margin: 0;
}

#container-left {
    background: rgba(0, 0, 0, 1);
    padding: 1rem;
    border-bottom: solid 2px #ffe643;
}

#col-main {
    background-image: url(/files/template/images/background-true-corp-building-plant-city.jpg);
    background-position: center center;
    background-repeat: none;
    background-size: cover;
}

#section-main {
    /*background: rgba(0, 0, 0, 0.7);*/
    padding: 3rem 1rem;
}

#section-main h1:first-of-type {
    margin-top: 0;
}

#h1TrueBrands {
    display: inline-block;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.5);
}

#h1TrueBrands span {
    color: #ffe643;
}

.brand img {
    max-width: 90%;
}

.icon-address{
    max-height: 60px;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
}
@media (min-width:720px) {
    .brand img {
        max-width: 80%;
    }
}

@media (min-width:1024px) {
    #container-body {
        height: 100%;
        min-height: 100vh;
    }
    #container-body > .row,
    #container-body > .row > div {
        height: 100%;
    }
    #container-left {
        height: 100%;
        border-right: solid 2px #ffe643;
        border-bottom: 0;
    }
    #container-left-inner {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    #section-main {
        height: 100%;
    }
    #section-main-inner {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .brand img {
        max-width: 75%;
    }
}

@media (min-width:1200px) {}

@media (min-width:1600px) {}

@media (min-width:1900px) {}