/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
    color: #3a6665;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Titillium Web', sans-serif, Helvetica, Arial;
    font-weight: 400;
}

.topnav {
    font-size: 14px;
}
.navbar-brand {
    background: url(../img/logo-mixtus.png) no-repeat 0 0;
    background-size: cover;
    width: 125px;
    height: 35px;
    margin-top: 10px;
    text-indent: -9999px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #3a6665; /*f8f8f8;*/
    background: url(../img/intro_bg_mixtus.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    text-indent: -9999px;
    display: block;
    width: 300px;
    height: 85px;
    background: url(../img/logo-mixtus.png) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
}

.intro-divider {
    width: 60px;
    border-top: 1px solid #3a6665;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    /*text-shadow: 2px 2px 3px rgba(0,0,0,0.6);*/
    /*color: #68bd45;*/
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
    text-align: center;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    width: 60px;
    border-top: 3px solid #e7e7e7;
    margin-bottom: 40px;
}

.service-box {
    margin: 30px auto 40px;
    max-width: 400px;
    border-radius: 8px;
}

.service-box h2 {
    width: 100%;
    padding-top: 150px;
    line-height: 100px;
    border-radius: 8px;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}
/*.service-box.landline {
    border: 2px solid #68bd45; //mixtus green
}*/
.service-box.landline h2 {
    background-image: url(../img/services/landline_soft.jpg);
}
.service-box.mobile h2 {
    background-image: url(../img/services/mobile_soft.jpg);
}
.service-box.internet h2 {
    background-image: url(../img/services/internet_soft.jpg);
}
.service-box.television h2 {
    background-image: url(../img/services/television_soft.jpg);
}

/*.service-box img {
    border: 0;
    width: 100%;
}*/

.service-box .text-muted {
    height: 60px;
    overflow: hidden;
}

.service-box .text-primary {
    color: #78b8e6;
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
    text-align: center;
}

p.copyright {
    margin: 15px 0 0;
}
