*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body {
        background-color: rgb(86, 102, 96);
    }
/*header */
/*header computer*/   

.menu {
    margin-left: 10px;
}
.menu a {
    text-decoration: none;
    color: gray;
    float: left;
    list-style: none;
    display: block;
    color: rgb(54, 224, 165);
    padding: 20px;
    text-decoration: none;
}
.menu a:hover{
    background-color:rgb(74, 97, 89) ;
}
.nav{
    width: 100%;
    height: 65px;
    background-color: rgb(55, 65, 61);
}
.nav h1{
    color: rgb(54, 224, 165);
    line-height: 50px;
    float: left;
    padding: 5px 20px;
}

label {
    margin: 0 40px 0 0;
    font-size: 26px;
    line-height: 70px;
    display: none;
    width: 26px;
    float: right;
}
#toggle {
    display: none;
}


@media only screen and (max-width: 1500px) {
    .nav {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1300px) {
    label {
        display: none;
        cursor: pointer;
    }
    .nav{
        width: 100%;
        height: 65px;
        background-color: rgb(55, 65, 61);
        margin-bottom: 490px;
    }
    .menu {


        height: 100px;
        margin-left: 0;
        margin-right: 0;
    }
    .menu a {
        display: block;
        width: 100%;
        text-align: center;
        color: rgb(54, 224, 165);
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        margin: 5px 0;
        margin-top: 15px;
        background-color: rgb(55, 65, 61);
    }
    #toggle:checked ~ .menu a{
        display: block;
    }
    
}
@media only screen and (max-width: 400px) {
    .nav h1{
        display: none;
    }
    .nav {
       background-color: rgb(86, 102, 96);
       padding-top: 0;
    }

}
/*main*/
/*main computer*/
main div {
    margin-right: 170px;
    margin-bottom: 100px;
    background-color: rgb(54, 224, 165);
    margin-top: 70px;
    margin-left: 170px;
    border-radius: 5px;
}
main div h2 {
    position: sticky;
    font-size: 35px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    color: black;
    text-shadow: 2px 2px rgb(86, 102, 96);
}
main div p {
    padding-left: 50px;
    padding-right: 30px;
    line-height: 40px;
    font-size: 25px;
    color: black;
    padding-bottom: 20px;
}
main div p a {
    font-weight: 900;
}
.image {
    width: 50%;
    height: auto;
    padding: 30px 50px;
    margin-left: 320px;
}
@media only screen and (max-width: 1200px){
    .image {
        margin-left: 140px;
    }
}
/*main tablet*/
@media only screen and (max-width: 1000px){
    main div {
        
        height: 100px;
        background-color: rgb(54, 224, 165);
        margin: 0;
        align-self: left;
        width: auto;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 5px;
        height: auto;
    }
    .menu a {
        margin: 10px 0;
    }
    main div h2 {
        font-size: 35px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 30px;
        color: black;
        text-shadow: 2px 2px rgb(86, 102, 96);
    }
    main div p {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 30px;
        font-size: 25px;
        color: black;
    }
}
@media only screen and (max-width: 500px){
    /*main mobile phone*/
    .image {
        width: 70%;
        height: auto;
        padding: 30px 50px;
        margin-left: 0;
    }
    main div {
        background-color: rgb(54, 224, 165);
        padding-top: 50px;
        align-self: center;
        border-radius: 5px;
        margin-bottom: 50px;
        padding: 10px;
        margin-top: 70px;
    }
    main div h2 {
        font-size: 35px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 30px;
        color: black;
        text-shadow: 2px 2px rgb(86, 102, 96);
    }
    main div p {
        padding-left: 30px;
        padding-right: 30px;
        line-height: 30px;
        font-size: 25px;
        color: black;
    }
}

/*footer*/
/*footer comuter*/


.footer{
    background: rgb(55, 65, 61);
    padding: 50px;
    margin-top: 100px;
 }
 
 .footer .footer_menu{
   max-width: 1000px;
   width: 100%;
   display: flex;
   margin: 0 auto 25px;
   justify-content: space-between;
 }
 
 .footer .footer_menu .title{
   margin-bottom: 10px;
   color: rgb(54, 224, 165);
   font-size: 20px;
   font-weight: 600;
 }
 
 .footer .footer_menu ul li a{
   display: block;
   margin-bottom: 6px;
   color: rgb(54, 224, 165);
 }
 
 .footer .footer_menu ul li a:hover{
   text-decoration: underline;
 }
 
 
 .footer .social_media{
   text-align: center;
 }
 
 .footer .social_media ul{
   display: flex;
   justify-content: center;
   margin-bottom: 15px;
 }
 
 .footer .social_media ul li a{
   display: block;
   margin: 0 5px;
   color: #fff;
   font-size: 24px;
   width: 50px;
   height: 50px;
   background: #fff;
   color: #222222;
   line-height: 50px;
   border-radius: 3px;
 }
 
 .footer .social_media ul li a:hover{
   color: #fff;
 }
 .footer .social_media ul li a.youtube:hover{
   background: #e64444; 
 }
 
 .footer .social_media ul li a.whatsapp:hover{
   background: #25d366; 
 }
 
 .footer .social_media{
   color:rgb(107, 233, 189);
 }
 
 @media (max-width:768px) {
   .footer .footer_menu{
     flex-direction: column;
     width: 220px;
     margin: 0 auto 25px;
   }
   .footer .footer_menu .title{
    text-align: center;
    font-size: 30px;
  }
   .footer .footer_menu ul li {
    text-align: center;
    font-size: 20px;

  }
   .footer .footer_menu > div{
     margin: 10px 0;
   }
   .footer .social_media p{
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
 }
 /*Message Form*/
 
.contact-form {
    padding: 100px 100px;
}
.message {
    font-size: 20px;
    padding: 10px;
    background: none;
    border: none;
    background-color: rgb(55, 65, 61);
    opacity: 0.8;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    height: 50px;
    color: rgb(118, 255, 207);
}
.input {
    text-align: center;
    font-size: 20px;
    padding: 10px;
    background: none;
    border: none;
    background-color: rgb(55, 65, 61);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10%;
    margin-right: 10%;
    opacity: 0.8;
    width: 80%;
    height: 20px;
    color: rgb(116, 255, 206);
}
.button {
    background: none;
    border: none;
    background-color: rgb(55, 65, 61);
    margin-left: 210px;
    opacity: 0.8;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    background: none;
    border: none;
    background-color: rgb(55, 65, 61);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10%;
    margin-right: 10%;
    opacity: 0.8;
    width: 83%;
    color: rgb(116, 255, 206);
}

@media only screen and (max-width: 500px){
    .contact-form {
        padding: 0 ;
    }
}
div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
  }
  
div.gallery:hover {
    border: 1px solid #777;
}
  
div.gallery img {
    width: 100%;
    height: auto;
}
  
div.desc {
    padding: 15px;
    text-align: center;
}
.image11 {
    margin-top: 100px;
    padding: 20px;
    width: 500px;
}
@media only screen and (max-width: 580px){
    .image11 {
        width: 260px;
    }
}
.image {
    width: 70%;
    height: auto;
    padding: 30px 50px;
    margin-left: 10%;
    margin-right: 10%;
}
@media only screen and (max-width: 500px){
    .image {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        padding: 0;
    }
}
@media only screen and (max-width: 300px){
    .image{
        width: 90%;
        padding: 5%;
    }
    main div {
        padding: 0;
        
    }
    main div p{
        padding: 10px;
        margin: 1px;
    }
}

.content-table {
    margin-left: 400px;
    border-radius: 5px 5px 0 0;
    background-color: rgb(255, 255, 255);
  }
@media only screen and (max-width: 1800px){
    .content-table {
        margin-left: 50px;
        width: 60%;
    }
}
@media only screen and (max-width: 1300px){
    .content-table{
        margin-left: 5px;
        width: 200px;
    }
}
@media only screen and (max-width: 925px){
    .content-table{
        display: none;
    }
}
  .content-table thead tr {
    background-color: rgb(55, 65, 61);
    color: rgb(118, 255, 207);
    text-align: left;

  }
  
  .content-table th,
  .content-table td {
    padding: 12px 15px;
  }
  
  .content-table tbody tr {
    border-bottom: 1px solid rgb(118, 255, 207);
  }
  
  .content-table tbody tr:nth-of-type(even) {
    background-color: rgb(55, 65, 61);
  }
  
  .content-table tbody tr:last-of-type {
    border-bottom: 2px solid rgb(118, 255, 207);
  }
  
  .content-table tbody tr.active-row {

    color: rgb(118, 255, 207);
  }
.table {
    padding-bottom: 20px;
}
/*Copyright by JT 2020*/

