body{
    display:flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.header{
    margin-top: 0;
    background-image: url(header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:0px 70% ;
    width: auto;
    height: 400px;
}

.den{
    text-align: center;
    margin-top: 5%;
    font-size: 40px;
    color: rgb(255, 255, 255);
    text-shadow: 8px 4px 4px rgba(104, 103, 102, 0.6) ;
    text-transform: uppercase;
    cursor:pointer;
    transition: 0s;

}

.header ul{
    display: flex;
    list-style-type: none;
    margin-left: 50%;
    margin-top: 1vh;
    width: auto;
    height: 50px;
    
}

.header a{
    text-transform: uppercase;
    font-family: fantasy;
    color:white;
    text-decoration: none;
    padding:7px 15px;
    transition: all .3s ease-in-out;
    font-size: 20px;
    text-shadow: 2px 4px 2px rgba(104, 103, 102, 0.6) ;
}

.aboutus{
    display: grid;
    grid-row-start: inherit;
    grid-template-columns: auto auto auto ;
    grid-column-gap: 15px;
    grid-row-gap:15px; 
    width: auto;
    height: 800px;
    margin-left: 100px;
    margin-right: 5px;
    margin-top: 50px;
    align-items: center;

}
.aboutus h1{
    font-family: fantasy;
    text-transform: uppercase;
  
}


.para{
    display: flex;
    margin-left:225px;
    margin-right: 375px;
}
.aboutus p{
    color:black;
    top:600px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    margin-left: 25%;
    margin-right: 25%;
    text-align: justify;
    line-height: 2em;
}

.aboutus h3{

    color:black;
    top:600px;
    font-family:fantasy;
    margin-left: 25%;
    margin-right: 25%;
    text-align: justify;
    line-height: 2em;
    text-decoration:underline;
    font-size: 20px;
    padding: 0;
}

.aboutus h4{
    margin-top: -20px;
    margin-bottom: 50px;
    margin-left: 25%;
    margin-right: 25%;
    font-weight: 100;

}
.navbar{
    background-color: rgba(150,150,150,0.5);
    top:50px;
    right:10px;
    display:none;
    align-items: center;
    position: fixed;
    text-align: right;
  }

  .logo a{
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }

  .butto{
    display:none;
  }

  .logo i{
    position: absolute;
    right: 10px;
    top:15px;
    color: white;
    display: block;
    font-size: 30px;
    width: 30px;
    height: 30px;
    align-content: center ;
  }

  .logo i:hover {
    background-color: gray;
    color: white;
  }

  
  .footer{
    display:flex;
    flex-direction: column;
    border-radius: 150px 150px 0px 0px;
    width: 100%;
    height: 300px;
    background-color:rgb(34, 34, 34);
    font-size: 18px;
    margin-top: 500px;
    padding: 0;
    color: white;
    align-content: center;
    text-align: center;
    text-justify:distribute;
  }
  .footerbox{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:200px;
  }
  .footermenu{
    display: flex;
    flex-direction: row;
    margin-left:100px;
    color:white;
  }
  .footerbox a{
    color:white;
    font-family: fantasy;
    
  }
  .footer ul{
    text-align: justify;
  }
  .footerdisplay{
    margin-top:50px;
    align-content: center;
    
  }
@media( max-width:1200px){

    .footer{
      margin-top: 880px;

    }
    .butto{
        display: block;
    }
    .header ul{
        display:none;
    }

    .aboutus{
      background-color: rgb(216, 214, 214);
      display: flex;
      flex-direction: column;
      margin:4px;
      height: auto;

    }


    .para{
        flex-direction: column;
        margin-left:0;
        margin-right:0;
    }
    
    .buttons{
        margin-top:220px;
      }
      .leftbutton{
        left:0;
        margin: 0;
      }
      .footer{
        display:flex;
        flex-direction: column;
        border-radius: 0px 0px 0px 0px;
        width: 100%;
        height: auto;
        background-color:rgb(34, 34, 34);
        font-size: 18px;
        margin: 0;
        padding: 0;
        color: white;
        align-content: center;
        text-align: center;
        text-justify:distribute;
      }
      
      .footerbox{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap:2px;
  
      }
  
      .footerbox ul{
        font-family: fantasy;
        text-align: justify;
        list-style: none;
      }

      .den{
        margin-top:80px;
      }
}