/* CSS Reset */

body {
font-family:Trebuchet MS;
}

.content {
  max-width:1040px;
  margin: auto;
 background: white;
 
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #A6007C; 
  text-decoration: none;
}

a:hover {
  color: #FF0000; 
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}


/*-----------------------------responsive image with text (1)-----------------------------*/

@media screen and (min-width: 550px) {

.responsive {
  width: 100%;
  max-width: 280px;
  height: auto;
 }

}

@media screen and (max-width: 550px) {

.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}

}


* {
  box-sizing: border-box;
}
.item {
  display: inline-block;
}
/* on PC */
@media screen and (min-width: 550px) {
  .featured-image {
    float: left;
    width: 40%;
    padding-right: 15px;
    
  }
  .featured-image img {
    width: 100%;
    border-radius:5px;
  }
  .description {
    float: left;
    width: 60%;
    text-align: justify;
  text-justify: auto;
  }
}
/* on Mobile */
@media screen and (max-width: 550px) {
  .featured-image {
    width: 100%;
  }
  .featured-image img {
    width: 100%;
     border-radius:5px;

  }
  .description {
    width: 100%;
    text-align: justify;
  text-justify:auto;
    }
}

/*-----------------------------responsive image with text (2)-----------------------------*/

/* on PC */
@media screen and (min-width: 550px) {
  .featured-image2 {
    float: left;
    width: 40%;
    padding-right: 15px;
  }
  .featured-image2 img {
    width: 100%;
     border-radius:5px;
  }
  .description2 {
    float: right;
    width: 60%;
    text-align: justify;
  text-justify: auto;
  }
}
/* on Mobile */
@media screen and (max-width: 550px) {
  float: left;
  .featured-image2 {
    width: 70%;
  }
  .featured-image2 img {
    width: 70%;
     border-radius:5px;

  }
  .description2 {
    width: 100%;
     float: left;
    text-align: justify;
  text-justify:auto;
    }
}

  
  
/*-----------------------------text-----------------------------*/


h1 {
    font-size: 1.6em;
    padding-left:5px;
    margin-top: 40px;
    font-weight: bold


            }
        
h2

{
    font-size: 1.4em;
   padding-left:5px;
    margin-top: 35px;
    font-weight: bold
    
        }
        
h3

{
    font-size: 1.1em;
    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;
    }
    
    
  
/*--------------------------body------------------------*/


/* Column container */
.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}  
  
/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
  -ms-flex: 30%; /* IE10 */
  flex: 0.3;
  background-color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  margin: 30px 10px 10px 5px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;



}

/* Main column */
.main {   
  -ms-flex: 70%; /* IE10 */
  flex: 0.7;
  background-color: none;
  padding-right: 10px;
  padding-left: 5px;
  margin: 0px 10px 0px 5px;
  }


/* Footer */
.footer {
  padding: 13px 0px 13px;
  color:black;
  text-align: left;
  background: white;
  border-top: 1px solid #C0C0C0;

  
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .row {   
    flex-direction: column-reverse;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other  */

@media screen and (max-width: 400px) {
  .navbar a {
    float: none;
    width: 100%;
  }
}

/*----------------------------images------------------------------*/
   
  
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.gallery2 {
  border: 0px solid #fff;
 
 }

div.gallery2:hover {
  border: 1px solid #777;
  padding-right: 0px;

  
}

div.gallery2 img {
 width: 90%;

  padding: 1px solid #fff;
  border: 1px solid #fff;
   }

 div.desc2 {
  padding-top:5px;
  padding-bottom:1px;
 padding-right:1px;
  text-align: center;
     font-size: 13px;
  display: inline-block; 
  vertical-align: top;
   
}


.responsive2 {
 padding-top:12px;
  padding-bottom:4px;
 padding-right:16px;

  width:22%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  vertical-align: top;
  

}

@media only screen and (max-width: 700px) {
  .responsive2 {
    width: 50%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive2 {
    width: 28%;
    
      }
       
      div.desc2 {
  padding-top:5px;
  padding-bottom:1px;
 padding-right:1px;
  text-align: center;
  font-size: 12px;
  display: inline-block; 
  vertical-align: top;
  

}
 }
 

  


/*----------------------------header------------------------------*/

a {
    text-decoration: none;
}

.header{
     border-bottom: 1px solid #C0C0C0;
     background: white;
     max-width:1040px;
     padding-left:0px; 
     margin: auto;
     
}

.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;
    padding-left: 12px;

        
    }

    
    

    .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);
    }
}