
html{
    margin: 0;
    height:100%;
    font-family: sans-serif;
    background-image: url('img/bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    
}

a{
    text-decoration: none;
    color:#ffffff;
    font-weight: bold;
}

body{
    height:100%;
    overflow: hidden;
}

button{
    text-decoration: none;
    margin: 30px;
    font-size: 20px;
    background-color: rgba(231, 133, 27, 0.85);
    cursor: pointer;
    border: none;
  
    box-shadow: 1px 1px 6px #333;
 
    color: green;
    transition: all 250ms;
     padding: 20px 60px;
     border-radius: 15px;
}

img{
    
    height:auto; 
    min-width:200px;
    margin: 20px;
    width: 15%;
    
}

h1,
h3{
    text-align: center;
    color:rgb(8, 107, 8);
    /*text-shadow: 1px 1px 6px rgb(0, 0, 0);*/
}

.title-div{
    /*color: white;
    font-size: 3em;*/
    color: rgb(255, 255, 255);
    
    padding: 20px;
    text-align: center;
    font-size: 50px;
    background-color: #d7842787;

}

h3{
    color: white;
    font-size: 2em;
}

/*Classses*/

.button-div{
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.sub-button-div{
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
}
.img-div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* margin-top: 150px; */
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.49);
}

.main-container{
    display: flex;
    height: 100%;
    flex-direction: column;
}

.styamev-jayate{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-height: 200px;  
  margin-bottom: 10px;
  background-color: #ffffff36;
  box-shadow: 1px 1px 20px #ffffff54;
}



button:hover{
    background-color:#f8942ceb;
    /* color:white; */
}

/*media query for different screens*/


@media (max-width :1425px){
   
    button{
        padding:10px 30px;
    }
    h1{
        font-size: 1.5em;
    }
    h3{
        font-size: 1.5em;
    }
}

@media (max-width :800px){
  
        img {
            
            height:auto; 
            min-width:125px;
            margin: 20px;
            width: 15%;
            
        }

        
.title-div{
    /*color: white;
    font-size: 3em;*/
    color: rgb(255, 255, 255);
    
    padding: 20px;
    text-align: center;
    font-size: 40px;
    

}

   
    
}