
/* 
    Created on : 15 jan. 2025, 07:20:10
    Author     : Yonas W.
*/
body{
    background-color: whitesmoke;
    width: 100%;
    margin: 0 auto;
    padding: 0 auto;
}
#home-header{
    clear: both;
    background-color: #e98f3e;
    background-image: url('../resources/banners/about us.png');   
    background-position: right;
    padding: 20px;
    margin-bottom:  20px;
    background-size: cover;
    background-repeat:no-repeat;    
}
.about{    
    background-image: url('../images/spot-background.png');   
    background-position: center;
    background-repeat:repeat-y;
}
p#title{
        font-size: 60px;      
        font-family: Lato; font-weight: 900; padding-left: 50px; color: white; 
    }    
p#subtitle{
        font-size: 30px;        
        font-family: 'Kaushan Script', Lato;  padding-left: 50px; color: blue;
        background-color: white;
        opacity: 0.7;
        float: right;
        padding-right: 30px;
    }  
#quote-button{
    color: black;
    background-color: goldenrod;
}
.inner{   
    width: 60%;
    margin: 0 auto;
    text-align: justify;        
    padding-bottom: 100px;    
}
.content h1, h2, h3, h4, h5, h6{
    text-transform: uppercase;
    margin: auto;
    color: #e98f3e;    
}
.content p, .content li{
    color: dimgrey;
}
.heading{
    padding-top: 50px;
    height: 150px;
    text-align: center;
}
.content img{
    display: block;
    margin: auto;
    padding-bottom: 50px;
}

@media only screen and (max-width: 1045px) {

    #home-header {
        padding: 0;
        height: 200px;        
    } 
    #heading-banner-text{
        display:inline;
    }
    p#title{
        font-size: 30px;        
    }    
    p#subtitle{
        font-size: 20px;        
        margin-top: 70px;
        padding-right: 30px;
        float: right;
    }  
    #quote-button{
        display: none;
    }
    #browse-button{
        margin-top: 10px;
        margin-left: 50px;
    }
}