@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

body {
    background-color: #E0DFD9;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}

nav {
    width: 100%;
    position: fixed;
    z-index: 1000;
    font-size: 1.3vw;
    padding-bottom: 15px;
    padding-top:15px;
    border-bottom: solid 2px #655649;
    background-color: #E0DFD9;
    font-weight: bold;
    position: relative;
}

.menu {
    display: flex;
    list-style-type: none;
    justify-content: space-around;
    width: 40%;
  }
  .describtion {
    width: 60%;
    margin: 5%;
  }



  .describtion p {
      font-size: 22px;
  }

  .grid {
    display: grid;
}

  .themes {
    height: 10em;
    width: 80%;
    background-image: linear-gradient(#E0DFD9, #978c82);
    padding: 10%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    column-gap: 10em;
  }

  .themes1 {
    height: 10em;
    width: 80%;
    background-image: linear-gradient(#E0DFD9, #978c82);
    padding: 10%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    column-gap: 10em;
  }

  .themesbig {
    height: 10em;
    width: 80%;
    background-image: linear-gradient(#E0DFD9, #978c82);
    padding: 10%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    column-gap: 10em;
  }

  .themes p {
      font-size: 20px;
  }

  .themes1 p {
    font-size: 20px;
}

.themesbig p {
    font-size: 20px;
}

  .imgcontrole {
      width: 120%;
      margin: 4%;
  }

  .imgcontrole1 {
    width: 80%;
    margin: 4%;
}

.imgcontrole2 {
    width: 100%;
    margin: 4%;
}




  .picnbut {
    width: 100%;
      display: grid;
      justify-items: center
      
    }

    .butnbut {
        width: 100%;
          display: grid;
          justify-items: center
        }

    .butnbut a {
        margin: 5%;
    }

  /* BUTTONS HERE */

.button {
    display: inline-block;
    border-radius: 12px;
    background-color:  #655649;;
    border: 2px solid #655649;
    padding: 15px;
    width: 220px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s;
    color: #FFFFFF;
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
  }
  
  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .button:hover {
    background-color:#E0DFD9;
    color: #000000;
  }
  
  .button:hover span {
    padding-right: 25px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }
  
  .slide-up {
    animation-timing-function: ease-in;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-name: example;
  }
  
  @keyframes example {
    0%   {
      transform: translateY(30px);
      opacity: 0;
    }
    
    100% {
      transform: translateY(0);
      opacity: 100%;
    }
  }

  .footerdiv {
    position: fixed;
    z-index: 1500;
    left: 2%;
    top: 86%;

    display: flex;
    flex-direction: column;
    font-size: 1.6vw;
  }

  .footerdiv img {
    width: 5vw;
  }

  .footerdiv p {
      margin: 0;
  }

  

 


 
  


/* unvisited link */
a:link {
    color:black;
    text-decoration: none;
  }
  
  /* visited link */
  a:visited {
    color:black;
  }
  
  /* mouse over link */
  a:hover {
    color: #655649;
  }
  
  /* selected link */
  a:active {
    color: black;
  }

  .togglebuttonflex{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .hidden {
    visibility: hidden;
  }
  
  .toggle-btn {
    display: none;
  }
  
  .togglebuttonflex button {
  
    background: none;
      color: inherit;
      border: none;
      padding: 0;
      font: inherit;
      cursor: pointer;
      outline: inherit;
  }

  @media (max-width: 1200px) {
    .themes {
      height: 28rem;
    }

    .themes1 {
        height: 28rem;
      }
      .themesbig {
        height: 28rem;
      }
  }


  @media (max-width: 1050px) {

    .themes1 {
        height: 36rem;
      }

      .themesbig {
        height: 36rem;
      }
  }

@media (max-width: 950px) {
    .themes {
        flex-flow: column;
        height: 30rem;
      }
      .themes1 {
        flex-flow: column;
        height: 40rem;
      }

      .themesbig {
        flex-flow: column;
        height: 45rem;
      }

      .imgcontrole {
        width: 60%;
        margin: 4%;
    }
  
    .imgcontrole1 {
      width: 60%;
      margin: 4%;
  }
  .imgcontrole2 {
    width: 70%;
    margin: 4%;
}
}



@media (max-width: 800px) {
    .menu {
      width: 60%;
      font-size: 14px;
    }
}

@media (max-width: 750px) {
    .footerdiv {
        position: relative;
        left: 47%;
      }
    
      .footerdiv img {
        width: 6vw;
        margin-top: 2%;
      }
    
      .footerdiv p {
          margin-bottom: 2%;   
      }

      .describtion {
          width: 90%;
      }
      .themes1 {
        flex-flow: column;
        height: 50rem;
      }
      .themes {
        height: 33rem;
      }

      .themesbig {
        height: 50rem;
      }
}


  @media (max-width: 600px) {
    .toggle-btn {
      background: transparent;
      border: none;
      display: block;
      min-width: 44px;
      min-height: 44px;
      font-size: 1.1rem;
      cursor: pointer;
      
    }
  
    .togglebuttonflex{
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }
    
    nav {
      display: none;
    }
  
    nav.shown {
      border-top: solid 2px #775541;
      padding-top: 1rem;
      display: flex;
      flex: 1 1 100%;
      flex-flow: column;
      font-size: 1.1em;
      line-height: 2em;
    }
  
    nav ul {
      display: flex;
      flex-flow: column;
    }

    .footerdiv img {
        width: 36px;
    }

    .footerdiv p {
        font-size: 11px;   
    }
.describtion p {
    font-size: 3vw;
}

.themes p {
    font-size: 2.7vw;
}
.themes1 p {
    font-size: 2.7vw;
}

.themesbig p {
    font-size: 2.7vw;
}

.button {
    padding: 10px;
    font-size: 13px;
}

h1 {
    font-size: 27px;
}

.themes1 {
    height: 30rem;
}

  }


  @media (max-width: 450px) {
    .themes {
        height: 34rem;
      }

      .themes1 {
        height: 32rem;
      }
      .describtion p {
        font-size: 13.5px;
    }
    
    .themes p {
        font-size: 12.15px;
    }

    .themes1 p {
        font-size: 12.15px;
    }

    .themesbig p {
        font-size: 12.15px;
    }
    
    .button {
        padding: 10px;
        font-size: 13px;
        width: 200px;
    }
    
    h1 {
        font-size: 20px;
    }
    .imgcontrole {
        width: 80%;
        margin: 4%;
    }
  
    .imgcontrole1 {
      width: 75%;
      margin: 4%;
  }

  .footerdiv {
    position: relative;
    left: 45%;
  }

  }
  