

.text{
  font-family: 'Acme', sans-serif;
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 30px;
  background-color:#e26fd3 ;
}
.heading{
  font-family: 'Viga', sans-serif;
  font-size: 50px;
}
  .header1{
    height: 50px;
    
  }
      
 .header {
    background-color: #8E44AD ;
    padding: 3px 0px;  
    position: absolute;
    top:0;
    width: 100%;
    padding: 16px;
    font-weight:600;
    font-style: italic;
    font-family:'Arial Narrow Bold', sans-serif;
  }
  .dropbtn {
    background-color:#8E44AD ;
    color: rgb(0, 0, 0);
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
  }
  
  /* Dropdown button on hover & focus */
  .dropbtn:hover{
    color: rgb(255, 255, 255);
  }
   .dropbtn:focus {
    background-color: #8E44AD ;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #8E44AD ;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(148, 17, 224, 0.2);
    z-index: 1;
  }
 
  /* Links inside the dropdown */
  .dropdown-content a {
    color: rgb(0, 0, 0);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: rgb(255, 255, 255);
  color: #765483;
  }
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}
  
  /* Style the header links */
  .header a {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  
    color: rgb(0, 0, 0);
    padding-top: 30px;
    padding: 16px;
    text-decoration: rgb(250, 255, 255);
    font-size: 16px;
    line-height: 30px;
    border-radius: 4px;
  }
  
  /* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.logo {
  
    float:left;
    margin-right: 25%;
    height: 60px;
    border-radius: 12px;
    
  }
  /* Change the background color on mouse-over */
  .logo:hover {
    background-color: #ddd;
    color: rgba(4, 73, 44, 0.699)
  }
  
  /* Change the background color on mouse-over */
  .header a:hover {
    background-color: rgb(204, 109, 248);
    color: rgba(95, 19, 19, 0.699)
  }
  
  
  /* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
  @media screen and (max-width: 500px) {
    .header a {

      display: block;
      text-align: left;
    }
 .try{
   height: 100px;
 }
 
     
 footer{
   width: 100%;
   height: 500px;
  padding-top: 100px;
   background-position-y:center;
   } 
   footer  {
    clear: both;
    background-color:black;
    height:300px;
    margin-top: 1800px;
    border-style:none;
    background-image: url(covver.jpeg);
    height:444px;
    background-position: 110% 0%;
}
.main-containner{
  background-image: "crop.PNG";
}
.text{
  background-image: url("abstract-colorful-background-color-wave-vector-22538051.jpg");
}

.foot{
    width:33%;
    float:left;
    height: 30%;
} 
.foot:hover{
    background-color: gainsboro;
    opacity: 60%;
}
#footer{
  background-repeat: no-repeat;
  background-size: cover;
}