
/* 
    Created on : 15 jan. 2025, 07:20:10
    Author     : Yonas W.
*/

#services-header{
    clear: both;
    background-color: #e98f3e;
    background-image: url('../images/services-banner.png');
    padding: 20px;
    margin-bottom:  20px;
    background-size: cover;
    background-repeat: no-repeat;
}

p#title{
    font-size: 60px;
    font-family: 'Kaushan Script', Lato;
    padding-left: 50px;
    color: white;
    font-weight: 900;
}
p#subtitle{
    font-size: 30px;
    font-family: 'Kaushan Script', Lato;
    padding-left: 50px;
    color: black;
}
.service-row{
    margin:0  auto;
    width: 80%;
    margin-left: 10%;
    z-index: 1;
}
.serivce-column{
    float: right;
    width: 40%;
    text-align: center;
    padding: 20px;
}
.column-text{
    text-align: justify;
    background-color: #fad7a0;
}
.column-image{
    border: 1px solid #fad7a0;
}

/* Clear floats after the columns */
.sservice-row:after {
    content: "";
    display: table;
    clear: both;
}


@media only screen and (max-width: 1045px) {
    #services-header {
        padding: 0;
        height: 200px;
    }
    #heading-banner-text {
        display: inline;
    }
    p#title{
        font-size: 30px;
    }
    p#subtitle{
        font-size: 20px;
        margin-top: 0;
        padding-right: 30px;
        float: right;
        background-color: white;
        opacity: 0.7;
    }
    #quote-button{
        margin-top: -30px;
        margin-left: 30px;
    }
    #browse-button{
        margin-top: 10px;
        margin-left: 50px;
    }
    .service-column {
        float: none;
        width: 100%;
        height: auto;
    }    
}