
#texa-logo-header {
    text-align: center;
}

#texa-logo-header img {
    height: 125px;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

#texa-infotech-punchline {
    text-align: center;
    font-size: 23px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.texa-infotech-feature {
    margin-top: 15px;
}

.texa-infotech-feature-header {
    margin-top: 30px;
}

.texa-infotech-feature-content {
    font-size: smaller;
}

.texa-infotech-feature-icon {
    width: 40px;
    height: auto;
    float: left;
}

.texa-infotech-feature-wrapper {
    margin-left: 55px;
}

.texa-infotech-feature-wrapper h5 {
    margin-bottom: 0px;
}

#texa-infotech-more-info {
    margin-top: 30px;
    font-size: large;
    text-align: center;
}

#texa-infotech-main {
    padding-bottom: 50px;
}

body {
    background: white;
}

#slogan {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#slogan div {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 25px;
}

#slogan div:last-child {
    margin-bottom: 0;
}

#logo {
    height: 140px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

#navbar {
    text-align: center;
    background: white;
}

.jumbotron .container,
#intro {
    max-width: 800px;
    margin: auto;
}

#intro {
    margin-top: 30px;
    margin-bottom: 20px;
}

#brand-vialle
{
    width: auto;
    height: 50px;
    margin-top: 30px;
}
#brand-brc
{
    width: auto;
    height: 50px;
    margin-top: 30px;
}
#brand-umbra
{
    width: auto;
    height: 50px;
    margin-top: 30px;
}
#brand-sirio
{
    width: auto;
    height: 50px;
    margin-top: 30px;
}
#brand-fasano 
{
    width: auto;
    height: 50px;
    margin-top: 30px;
}

#brand-texa {
    width: auto;
    height: 175px;
}
#brand-tartarini {
    width: auto;
    height: 100px;
    margin-top: 33px;
}

.brands-content .col-sm {
    text-align: center;
}

#jumbotron {
    background: none;
}

#jumbotron div {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: white;
}

#jumbotron-background {
    position: absolute;
    top: 220px;
    left: 0;
    z-index: -1;
    background: gray;
    width: 100%;
    height: auto;
}

#jumbotron {
    z-index: -2;
}

.key-aspects {
    margin-top: 20px;
}

.key-aspects-item {
    margin-top: 20px;
}

.key-aspects-item-icon {
    font-size: 45px;
}


.key-aspects-item-icon {
    float: left;
}

.key-aspects-item-content {
    padding-left: 60px;
}

.key-aspects-item-content-header {
    font-size: large;
    font-weight: 600;
}


#intro-main {
    font-size: large;
    hyphens: auto;
}

.key-aspects-item-content-description {
    hyphens: auto;
}

#main {
    padding-top: 30px;
    background: white;
    padding-bottom: 30px;
}

footer {
    background: #99cc03;
    height: 170px;
    width: 100%;
    overflow: auto;
    padding-left: 15px;
    padding-top: 15px;
    margin-top: -6px;
}

#jumbotron-img img {
    width: 100%;
    height: auto;
}


#partita-iva {
    text-align: center;
    font-size: small;
    margin-top: 115px;
    color: #484848;
}

#map {
}

#map-header {
    margin-left: 15px;
}

.jumbo-filler {
    background: gray;
    width: 25px;
}

#brands-header {
    margin-top: 50px;
}

#map-header {
    margin-top: 40px;
}

#info-bar {
    width: 100%;
    background: #f1f1f1;
    padding-bottom: 5px;
    padding-top: 5px;
    overflow: auto;
    padding-left: 15px;
}

.info-bar-item {
    float: left;
    margin-right: 30px;
}

.info-bar-item:last-child {
    margin-right: 0;
}

.info-bar-item-icon {
    font-size: 24px;
}

.info-bar-item-content {
    vertical-align: text-bottom;
    margin-left: 5px;
}


.info-bar-item-content,
.info-bar-item-content:hover,
.info-bar-item-content:focus,
.info-bar-item-content:active,
.info-bar-item-content:visited {
    color: inherit;
}



#jumbotron {
    background: none;
    height: 700px;
}

/* Large */
@media only screen and (max-width: 1200px) {
    #jumbotron {
        height: 620px;
    }
}

/* Medium */
@media only screen and (max-width: 992px) {
    #jumbotron {
        height: 500px;
    }
}

/* Small */
@media only screen and (max-width: 768px) {
    #jumbotron {
        height: 390px;
    }
}

@media only screen and (max-width: 672px) {
    #jumbotron {
        /* height: 370px; */
    }

    #jumbotron div {
        display: none;
    }
}

/* Extra small */
@media only screen and (max-width: 576px) {
    #jumbotron {
        height: 325px;
    }

    #jumbotron div {
        display: none;
    }
}

/* Extra extra small */
@media only screen and (max-width: 500px) {
    #jumbotron {
        height: 265px;
    }

    #jumbotron div {
        display: none;
    }
}


