@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&display=swap");
     
   
*{margin:0; padding:0;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;

text-decoration:none;
}
body{
    min-height:100%;
    
}

header{
    position:fixed;
    top:0; left:0; right:0;
    background:white;
    box-shadow:0 5px 10px rgba(0,0,0,1);
    padding:20px 7%;
    display:flex;
    align-content: center ;
    justify-content:space-between;
    z-index:1000;
    height:100px;
}




header .navbar ul{
    list-style:none;
}

header .navbar ul li{
    position:relative;
    float: left;
    height:10%;
    
}

header .navbar ul li a{
    font-size: 17px;
    padding:20px;
    color:black;
    display:block;
     
}

header .navbar ul li a:hover{
    background :black;
    color:white;
    
    
    
}
header .navbar ul li ul{
    position:absolute;
    left:0;
    width:280px;
    background:white;
    display:none;
    box-shadow:0 5px 10px rgba(0,0,0,1);
    font-size: 7px;
   
    
}
header .navbar ul li ul li{
    width:170%;
    height:10%;
    font-size: 5px;
    margin:5px;
}
header .navbar ul li ul li ul{
    left:-290px;
    top:0;
   font-size: 7px;
    padding:10px;
    
}


header .navbar ul li ul li ul li ul{
    left:-300px;
    top:0;
   font-size: 7px;
    
    margin:0px;
}


header .navbar ul li ul li ul a:hover{
    background :black;
    color:white;
     width:250px;
    height:10%;
    
}
header .navbar ul li ul a:hover{
    background :black;
    color:white;
     width:280px;
    height:10%;
    
}

header .navbar ul li:focus-within > ul,
header .navbar ul li:hover > ul{
    display:initial;
}

#menu-bar{
    display:none;
}

header label{
    font-size:20px;
    color:#333;
    cursor:pointer;
    display:none;
}







.dropbtn {
  background-color: white;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 270px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size:5px;
  
  
}


.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: black; color:white;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: black; color:white;}




html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}




@media screen and (max-width: 600px){
    header{
        padding:5px;
        height:60px;
    }
    header label{
        display:initial;
    }
    header .navbar{
        position:absolute;
        top:100%; left:0; right:0;
        background:white;
        border-top:1px solid rgba(0,0,0,1);
        display:none;
    }
    header .navbar ul li{
        width:80%;
        height:20%;
    
    }
    header .navbar ul li a{
    font-size: 10px;
    padding:15px;
   
}
    
    header .navbar ul li ul{
        position:relative;
        width:100%;
         height:30%;
    }
    header .navbar ul li ul li{
        background:#eee;
         height:30%;
    
    }
    header .navbar ul li ul li ul{
        width:100;
        left:0;
    }
   #menu-bar:checked ~.navbar{
       display:initial;
      
   } 
   
   
    .column {
    width: 100%;
    display: block;
  }
   
   
   h4 {
  font-size:90%;}
   h5 {
  font-size:90%;}
  h6 {
  font-size:90%;

}}
  
      
   


.container1 {
  display: flex;
  align-items: center;
  justify-content: center
}



.text {
  font-size: 20px;
  padding-left: 20px;
  
}


.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: -4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 1px 2px;
  cursor: pointer;
}

.button4 {border-radius: 12px;}

.button4 a:hover{background-color: red; color:white;border-radius: 12px;}





/*# sourceMappingURL=style.css.map */