/* CSS Reset */

body {font-family:Arial;
}

.content {
  max-width:930px;
  margin: auto;

}


p.round1 {
  border: 1px solid black;
  border-radius: 5px;
  margin-left: 10;
  margin-right: 10;
  padding-left: 30px;
  padding-right: 30px;


}


ul.a li::before {
  list-style-type: square;
    color: black; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: 0.5em; /* Also needed for space (tweak if needed) */
  {
    color: #482ff7;}

}

ul.a {
display: block;
  list-style-type: square;
      margin-top: ;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
 }
 
ul.b {
display:block;
  list-style-type:none;
      margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
 }
 
 ul.c {
display: block;
  list-style-type: square;
      margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
   line-height: 1.6;
 }


  
  .grid-container {
  display: grid;
  grid-template-columns: 300px 300px 290px;
  grid-gap: px;
  background-color: #fff;
  padding: 10px;
}

.grid-container > div {
  background-color: rgba(255, 255);
  text-align: left;
  line-height: 1.5;
    padding: 10px 0;
  font-size: 16px;
}

@media only screen and (max-width: 500px) {
  .item1 { grid-area: 1; }
  .item2 { grid-area: 2; }
  .item3 { grid-area: 3; }

  
}


#table1 {
  font-family: Arial;
  border-collapse: collapse;
  width: 100%;
  }

#table1 td, #table1 th {
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  padding: 6px;
  padding-left: 12px;
  
}

#table1 tr:nth-child(even){background-color: #f2f2f2;}

/*#table1 tr:hover {background-color: #ddd;} */

#table1 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #E5E5E5;
  color: black;
}

#table2 {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

#table2 caption {
  font-size: 1.1em;
  margin: .5em 0 .75em;
  text-align: left;

  font-weight: bold;

}

#table2 tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

#table2 th, td {
  padding: .625em;
  text-align: left;

}

#table2 th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: left;
  background-color: #E5E5E5;
}

@media screen and (max-width: 1024px) {
  #table2 {
    border: 0;
  }

  #table2 caption {
    font-size: 1.0em;
    margin: .5em 0 .75em;
  text-align: left;

  font-weight: bold;

}
  
  #table2 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  #table2 tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  #table2 td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
   text-align: right;
   
  }
  
  #table2 td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  #table2 td:last-child {
    border-bottom: 0;
    

  }
}
  
/*----------------------------------------------------------*/

#table3 {
  border: 0px solid #fff
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

#table3 caption {
  font-size: 1.1em;
  margin: .5em 0 .75em;
  text-align: left;

  font-weight: bold;

}

#table3 tr {
  background-color: #f8f8f8;
  border: 0px solid #fff;
  padding: .35em;
}

#table3 th, td {
  padding: .625em;
  text-align: left;
  line-height: 1.5;
  font-size: 0.95em;



}

#table3 th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: none;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #table3 {
    border: 0;
  }

  #table3 caption {
    font-size: 1.0em;
    margin: .5em 0 .75em;
  text-align: left;

  font-weight: bold;

}
  
  #table3 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  #table3 tr {
    border-bottom: 0px solid #fff;
    display: block;
    margin-bottom: .625em;
  }
  
  #table3 td {
    border-bottom: 0px solid #fff;
    display: block;
    font-size: .8em;
    text-align: left;
  }
  
  #table3 td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight:;
    text-transform: none;
  }
  
  #table3 td:last-child {
    border-bottom: 0;
  }
}
  


menu {
  width: 12px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
  position: right; 

}


h1 {
background-color: ;
    font-size: 2.0em;
    margin-top: 40px;
    font-weight: bold


            }
        
h2

{
    font-size: 1.1em;
    margin-top: 10px;
   font-weight: bold
    
        }
        
h3

{
    font-size: 1.0em;
    margin-top: 10px;
   font-weight: bold
    
        }
        
h4

{
    font-size: 0.9em;
    margin-top: 10px;
   font-weight: bold
    
        }



p {
    padding-top: 10px;
padding-right: 00px;
padding-bottom: 10px;
padding-left: 00px;
line-height: 1.5;
text-align: justify;
}

.fixed-header {
margin-top: 10px
margin-bottom: 10px;

         font-size: 1.2em;
        font-weight: bold;
        width: 100%;
        position: left;        
        background: #fff;
        padding-top:30px;
        padding-left:10px;
         padding-bottom:30px;

                color: #000;
        border-bottom: solid;
        border-bottom-width: 1px;
        border-bottom-color: #000000;
    }


.fixed-footer {
        width: 100%;
        position: left;        
        background: #ddd;
        padding: 10px 0;
        color: #000;
    }
    
    
.avatar {
  vertical-align: middle;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  }
    
  
div.gallery-main {
  border: px solid #fff;
  
}

div.gallery-main img {
  width: 100%;
  height: auto;
  padding: 1px solid #fff;
  border: px solid #fff;
}

div.desc-main {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 20px;
  background-color: white;
  font-style: italic;
  font-size: 13px;
  text-indent: ;
}

.responsive-main {
  padding: 0 6px;
  float: left;
  width: 100%;
}

@media only screen and (max-width: 700px) {
  .responsive-main {
    width: 100%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive-main {
    width: 100%;
      }
}

  
div.gallery1 {
  border: 1px solid #fff;
  
}

div.gallery1:hover {
  border: 1px solid #777;
}

div.gallery1 img {
  
  padding: 1px solid #fff;
  border: 1px solid #fff;
   }

div.desc1 {
  padding-top:2px;
  padding-bottom:9px;

  text-align: center;
  font-size: 13px;
}

*{
  box-sizing: border-box;
}

.responsive1 {
 padding-top:4px;
  padding-bottom:0px;
 
  width: 18%;
  display: inline-block;
  text-align: center;
  vertical-align: top;

}

@media only screen and (max-width: 700px) {
  .responsive1 {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive1 {
    width: 32%;
    
      }
       
      div.desc1 {
  padding-top:4px;
  padding-bottom:0px;
  text-align: center;
  font-size: 12px;
  display: inline-block; 
  vertical-align: top;
  

}
 }

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

div.gallery2 {
  border: 1px solid #fff;
  
}

div.gallery2:hover {
  border: 1px solid #777;
}

div.gallery2 img {
  width: 33%;
  height: auto;
  padding: 1px solid #fff;
  border: 1px solid #fff;
}

div.desc2 {
  padding-top:3px;
  padding-bottom:7px;

  text-align: center;
  font-size: 14px;
}

.responsive2 {
  padding-right: 10px;
  float: left;
  width: 50%;
  margin: 0px;
   }

@media only screen and (max-width: 700px) {
   .responsive2 {
    width: 50%;
    margin: 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive2 {
    width: 50%;
    margin: 0;

      }
}

div.gallery3 {
  border: 1px solid #fff;
  
}

div.gallery3 img {
  width: 100%;
  height: auto;
  padding: 1px solid #fff;
  border: 1px solid #fff;
}

div.desc3 {
  padding-top:3px;
  padding-bottom:7px;
  font-style: italic;
  text-align: center;
  font-size: 14px;
}

.responsive3 {
  padding: 0 6px;
  float: left;
  width: 33%;
}

@media only screen and (max-width: 700px) {
   .responsive3 {
    width: 100%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive3 {
    width: 100%;
      }
}

div.gallery4 {
  border: 1px solid #fff;
  
}

div.gallery4 img {
  width: 100%;
  height: auto;
  float: right;
  padding-top:14px;
  padding-left:10px;

  padding-bottom:5px;
}

div.desc4 {
  padding-top:5px;
  padding-bottom:5px;
  background-color: white;
  font-style: italic;
    text-align: center;
  font-size: 12px;
}

.responsive4 {
  padding-top:0px;
  padding-bottom:0px;
    float:right;
  width: 38%;
}

@media only screen and (max-width: 700px) {
   .responsive4 {
    width: 100%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive4 {
    width: 100%;
    padding-top:0px;
  padding-bottom:0px;
    float:center;


      }
}


/* Basic Responsive Image */
img {
  width: 100%;
   height: auto;
 }
 

  
/* Responsive Images in Columns */
.two-columns {
  width: 48%;
  display: inline-block;
  margin: 4px;
  
}
.three-columns {
  width: 24%;
  display: inline-block;
  margin: 4px;
  

}
/* Responsive Images with Conditional Breakpoints  */

.breakpoint { /* One column for smartphones */
  max-width: 33%;
  display: inline-block;
  margin: 4px;
}

figure {
  float: left;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
 display: inline-block;

}



@media (min-width: 420px) { /* Two columns for tablets */
  .breakpoint {
    max-width: 33%;
    margin: 4px;
   


  }
}
@media (min-width: 760px) { /* Four columns for large devices */
  .breakpoint {
    max-width: 33%;
    margin: 3px;
    

  }
}
/* Full-width Responsive Image */
.full {
  width: 100%;
  


}



/* Demo Page Styles: Layout 
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  }

.container figcaption {
  text-align: center;
  padding-top: 5px;
  font-style: italic;
  font-size: 12px;
  text-indent: 0;
  
  }
  
*/
section {
  margin: 20px;
}


a {
    text-decoration: none;
}

.header{
    border-bottom: 1px solid #C0C0C0;
   
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    
}

.hamburger {
    display: none;
    }

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: left;
    list-style-type: none;

}

.nav-item {
    margin-left: 5rem;
}

.nav-link{
    font-size: 1.0rem;
    font-weight: 400;
    color: #475569;
}

.nav-link:hover{
    color: #482ff7;
}

.nav-logo {
    font-size: 1.5rem;
    font-weight: 500;
    color: #475569;
        
    }

@media only screen and (max-width: 768px) {
    .nav-menu {
      

        position: fixed;
        left: -120%;
        top: 5rem;
        flex-direction: column;
        background-color: #fff;
        width: 80%;
        border-radius: 10px;
        text-align: center;
        text-color: #000;
        transition: 1.0s;
        box-shadow:;
            }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 0.5rem 0;
    }
    
     .navbar {
      padding-left: 0;
      padding-right: 10px;

   }
   
   .nav-logo {
    font-size: 1.3rem;
    font-weight: 500;
    color: #475569;
        
    }

    
    

    .hamburger {
        display: block;
        cursor: pointer;
             }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}

/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  width: 30%;
  padding: px;
  height: 450px; /* Should be removed. Only for demonstration */
  }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  }

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column {
    width: 96%;
           
  }