*{
    margin: 0;
    padding: 0;
}

header{
    padding:9px;
    width:100%;
}

.page{
    box-sizing: border-box;
}

.banner{
    margin:0%;
    width:98%;
    height:250px;
    background-image: url("images/delmah image/dilmah-banner.jpeg");

}

.logoimg{
    margin-top: 60px; 
    margin-left: 60px;
}

#logo{
    color: black;
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
}

h1{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin:0.5em 0;
}

h2,h3{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body{
    font-family:Helvetica, Arial, sans-serif;
}

.about{
    font-size: 20px;
    background-color: rgb(11, 161, 174);
    text-align: center;
    padding:2%;
    color:white;
    
}

.container{
    margin-left:auto;
    margin-right:auto;
    width: 25%;
    height:500px;
    box-sizing: border-box;
    box-shadow:0  5px 5px 5px rgb(197, 195, 195);
    background-color:white;
    border: 0.1px hidden rgb(72, 71, 71);
    border-radius: 10px;
    align-items: center;
    overflow: hidden;
}

.button{
        text-decoration: none;
        background-color: #dfe0df;
        color: rgb(0, 0, 0);
        padding: 15px 32px;
        text-align: center;
        display: inline-block;
        font-size: 15px;
        margin-left: 2%;
        margin-bottom: 10%;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-radius: 15px;
}

.button:hover{
    background-color:#c1c4c2;
}

.container:hover{
    transform: scale(1.02, 1.02);
}

.home{
    text-decoration: none;
    font-size: 15px;
    padding:15px 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color:black;
    border-radius: 15px;
}

.home:hover{
    background-color:#dee1df ;
}

.main{
    box-sizing: border-box;
    box-shadow:0 5px 5px 5px rgb(197, 195, 195);
    border: 1px hidden rgb(72, 71, 71);
    padding: 15px 25px;
    text-align: center;
    font-size: 20px;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.green{
    background-color: rgb(92, 173, 92);
    padding:2%;
    margin-top: 10px;
}

.black{
    background-color: rgb(222, 95, 95);
    padding:2%;
    margin-top: 10px;
}

.button1{
    text-decoration: none;
    background-color: #dfe0df;
    color: rgb(0, 0, 0);
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 15px;
    margin-left:30px;
    position: relative;
}

.button1:hover{
    background-color:#48ad6a;

}

.img{
    width:300px;
    height:300px;

}

.align{
    text-align: center;
}


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

    .about{
        margin-top:10px;
    }

    /* .banner{
        padding-bottom: ;
        padding-left: 30px;
        width: 100%;
        height:100%;
        
    } */

    .logoimg{
        margin-top:70px;
        margin-left:70px;
    }

    .container{
        width:100%;
        height:100%;
        box-sizing: border-box;
        box-shadow:0  5px 5px 5px rgb(197, 195, 195);
        background-color:white;
        border: 0.1px hidden rgb(72, 71, 71);
        border-radius: 10px;
        align-items: center;
        display:block;
        margin:10px;
    }

    .img{
        width:100%;
        height:100%;
        margin-left:5px;
    }

    .button{
       justify-content: center;
    }

    .background-image{
        width:100%;
        height:100%;
    }

}