@import url('https://fonts.googleapis.com/css?family=Lato');

body{
    margin: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    font-family: 'Lato', sans-serif;

}
@media (min-width: 790px){
    .row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        height: 85%;
    }
    .column {
        width: 50%;
    }
    footer p:not(:last-child):after {
        content: '';
        background: #b5b5b5;
        width: 1px;
        height: 18px;
        position: absolute;
        z-index: 99999999;
        margin-left: 20px;
    }
    footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        height: 15%;
    }
    span.info-text {
        margin: 0 30px;
    }
    .services {
        line-height: 1.6;
    }
    .services.mobile{
        display: none;
    }
}
@media (max-width: 790px){
    .row{
        height: 90%;
    }
    .column {
        height: 50%;
    }
    footer p {
        margin: 3px 0px;
          font-size: 0.78em;
    line-height: 1.4;
    }

    footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 10%;
    }
    body {
        line-height: 1;
    }
    .service-text{
        margin: 0;
    }
    .services.desktop{
        display: none;
    }
}

.column {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
}
.column.services{
    background-color: #c10504;
}
.column.bathrooms{
    background-color: #2988c8;
}
@media (max-width: 900px){
    .logo {
        width: 300px;
    }
    .contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    p.info-text {
        margin: 0;
        line-height: 1.5;
    }
   
}
.btn {
    background: white;
    text-decoration: none;
    padding: 7px 10px;
    font-weight: 600;
}
.btn.red{
    color: #c10504;
}
.btn.blue{
    color: #2988c8;
}
footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color:  #b5b5b5;
}
footer a {
    color: #b5b5b5;
}

footer p{
    margin: 0 20px;
}
.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 1100px){
    p.info-text {
        margin: 0 25px;
    }
    .info-text:not(:last-child) a:after {
        margin-left: 24px;
    }
}
@media (max-width: 1100px) and (min-width: 990px) {
    p.info-text {
        margin: 0 15px;
    }
    .info-text:not(:last-child) a:after {
        margin-left: 14px;
    }
}
@media (max-width: 990px) and (min-width: 900px){
    p.info-text {
        margin: 0px 7px;
    }
    .info-text:not(:last-child) a:after {
        margin-left:8px;
    }
}
@media (min-width: 900px){
    .info-text:not(:last-child) a:after {
        background: #ffffff;
        width: 1px;
        height: 18px;
        position: absolute;
        z-index: 99999999;
        margin-top: 5px;
        content: '';
    }
    .contact-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
.info-text a {
    color: white;
    text-decoration: none;
}
@media (max-height: 670px){
    p.info-text:not(:last-child) {
    display: none;
}
}

@media (max-width: 568px){
    .service-text {
    display: none;
}
.services.mobile {
    display: none;
}

}