* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

html { 
  background: url(recources/028.jpg) no-repeat center center fixed; 
  background-size: cover;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

#mountainclimbing {
  background: url(recources/) no-repeat center center fixed;
  background-size: cover;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
#diving {
  background: url(recources/) no-repeat center center fixed;
  background-size: cover;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
    min-width: 500px;
}

.page-header {
  display: flex;
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 1;
  background-color: rgb(247, 245, 245);
  justify-content: space-between;
  
}

.page-header nav {
  max-width: 30%;
}

.logo a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 45px;
  padding-right: 35px;
  color: #000000; 
}

#menuToggle {
    display: block;
    position: relative;
    top: 20px;
    left: 50px;
    height: 10px;
    z-index: 2;
    user-select: none;
  }
  
  #menuToggle input {
    display: block;
    width: 33px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 3; /* and place it over the hamburger */
  }
  
  #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #000000;
    border-radius: 3px;
    z-index: 2;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  opacity 0.55s ease;
    }
  
  #menuToggle span:first-child { 
    transform-origin: 0% 0%; 
  }
  
  #menuToggle span:nth-last-child(2) { 
    transform-origin: 0% 100%; 
  }
  
  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
  }
  
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  
  #menuToggle input:checked ~ span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
  }

#menu {
    position: flex;
    width: 550px;
    height: 100vh;
    margin: -100px 0 0 -60px;
    padding: 50px;
    padding-top: 125px;
    background: rgba(160, 152, 152, 0.6);
    list-style-type: none;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  }
  
  #menu li {
    padding: 10px 0;
    font-size: 22px;
    display: block;
    margin-left: -40px;
    margin-right: -50px;
    padding-left: 40px;
  }

  #menu li:hover {
      background: rgba(80, 75, 75, 0.6);
  }

  #menu a {
      text-decoration: none;
      color: white;
  }
  
  #menuToggle input:checked ~ ul {
    transform: scale(1.0, 1.0);
    opacity: 1;
  }

  #welcome{
    display: block;
    height: calc(100vh - 180px);
    text-align: center;
    padding-top: 60px;
    z-index: 0;
  }

  #welcome h1{
    font-size: 8vw;
    color: rgb(247, 245, 245);
  }

  #welcome p{
    font-size: 2.5vw;
    color: rgb(247, 245, 245);
  }

  .welcome-content {
    display: block;
    margin: auto;
    top: 33%;
    position: relative;
  }

  #about-us {
    padding-top: 120px;
  }

  #sport-information{
    padding-top: 15%;
  }

  iframe {
    width: auto;
    height: auto;
    min-height: 300px;
    margin-top: 30px;
  }

  .content{
    display: block;
    margin-bottom: 5%;
    padding: 0px 15% 50px 15%;
    height: auto;
    text-align: center;
    background-color: rgba(255,255,255, 0.8);
  }

  .content p{
    font-size: 1.2em;
    color: black;
    text-decoration: none;

  }

  .content h1{
    padding-bottom: 15px;
    padding-top: 25px;
  }

  #our-packages{
    padding-top: 120px;
  }

  #packages {
    position: relative;
    background-color: rgba(255,255,255, 0.8);
    z-index: 0;
    text-align: center;
    margin-bottom: 10%;
  }

  .packages-grid {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  #packages h1 {
    padding-top: 25px;
    text-align: center;
  }

  .package {
    width: 350px;
    height: 350px;
    margin: 50px 25px;
    text-align: center;
  }
/*
  .package .package-text {
    position: relative;
    opacity: 0;
  }

  .package .package-subtext {
    position: relative;
    opacity: 0;
  }

  .package-text {
    position: absolute;
    top: -17%;
  }

  .package-subtext {
    position: absolute;
    top: -25%;
  }
*/
  .package:hover img {
      opacity: 0.6;
  }

  .package:hover .package-text {
    opacity: 1;
    font-size: 32px;
    font-weight: 600;
}

.package:hover .package-subtext {
  opacity: 1;
  font-size: 24px;
  font-weight: 450;
}

  .social-icons {
    padding-top: 30px;
    text-align: center;
    }  

  .social-icons li {
    display:inline-block;
    list-style-type:none;
    }

  .social-icons li img {
    width:70px;
    height:70px;
}

  #middle-icon {
    margin: 40px;
  }

  #contact-us{
    padding-top: 120px;
  }

  #contact {
    position: relative;
    background-color: rgba(255,255,255, 0.8);
    z-index: 0;
    text-align: center;
  }

  .contact-grid {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    
  }

  .contact-box h1 {
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
  }

  
  .contact-box {
    width: 500px;
    height: auto;
    margin: 50px 25px;
    text-align: center;
    text-decoration: none;
  }


  .contact-box input{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
  }


  .contact-box input[type=button]{
    background-color: #000;
    color: #fff;
  }

  .contact-box textarea{
    width: 100%;
    height: 300px;
    resize: none;
  }


  footer {
    height: 20px;
    background-color: #2c2c2c;

  }

  footer p {
    color: white;
    text-align: center;
  }





  