


@font-face {
  font-family: header;
  src: url(ZtBrosOskon90SExtraLight-YzmEq.ttf); }


@font-face {
  font-family: text;
  src: url(NugoSansLight-9YzoK.ttf); }


@font-face {
  font-family: meny;
  src: url(Colombia-Rp0DV.ttf); }



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  display: flex;
  overflow: auto;  
  background-image: url('liten7.png');
  background-repeat: no-repeat;
  background-size: cover;
   background-attachment: fixed;
}



button.toggle {
  z-index: 10;
   position: absolute;
  left: 12px;
  top: 20px;
  font-weight: bold;
  border: none;
  padding-top: 25px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
  cursor: pointer;
   border: 4px solid var(--color-gray);
  outline: none;
  border-radius: 8px;
}


header {
height: 60px;
text-align: center;
    color: #bd036f;
  font-family: header;
font-size: 25px;   
}

nav {
  width: 180px;
  height: auto;
  min-height: 100vh;
  background-color: #ffcfcf;
  transition: all 0.3s;
  padding-top: 120px;

  &.min {
    width: 60px;

    span {
      opacity: 0;
    }
  }

  ul {
    color: white;

    a {
      display: flex;
      gap: 10px;
      padding: 10px 20px;
      color: rgb(41, 3, 22);
      text-decoration: none;
       font-family: text;

      &:hover {
        color: white;
      }
    

      span {
        transition: opacity 0.3s ease-in-out;
      }

    }
  }
}



   h1
{ 
  display: inline-block;
  margin-left: 200px;
  margin-top: 100px;
max-width: 30%;
  padding: 10px;
  text-align: left;
 font-family: text;
font-size: 12px;
line-height: 2.1; 
} 

h2 {

    display: inline-flex;
  margin-left: 100px;
  margin-top: 100px;
max-width: 30%;
  padding: 10px;
  text-align: left;
 font-family: text;
font-size: 14px;
font-weight: bold;
line-height: 2.1; 

}


p { padding-bottom: 20px; } 



.foto {

margin-right: 100px;
max-width: 600px;
max-height: 600px;
margin-top: 100px;
display: flex;

}


img { margin-right: 100px;
max-width: 200px;
max-height: 400px;
margin-top: 100px;
margin-left: 200px;
display: flex;
}

.foto2 {
margin-right: 100px;
max-width: 200px;
max-height: 400px;
margin-top: 100px;
margin-left: 100px;
display: flex;

}




/* 
  CONTACT FORM EXAMPLE FOR FORMCARRY
*/

.formcarry-container * {
  box-sizing: border-box;
	font-family: text;

  /* colors */
  --color-blue:  #ffcfcf;
  --color-light-blue: #f18cfa;
  --color-gray: #e5e7eb;
  --color-dark-gray: #9da3ae;
  --color-pink: #edadd2;
}

.formcarry-container {
  /* container */
  --c-width: 50%;
  --c-max-width: 400px;

  width: var(--c-width);
  max-width: var(--c-max-width);
  display: block;
  margin-top: 110px;
  margin-right: 150px;
  margin-left: 150px;
}

.formcarry-form label {
  display: block;
  padding: 12px 0 2px 0;
  letter-spacing: -0.2px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.formcarry-form input,
.formcarry-form textarea {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 10px;
  background-color: var(--color-gray);
  border: none;
  border: 4px solid var(--color-gray);
  outline: none;
  border-radius: 8px;
  color: #15171a;
}

.formcarry-form input:focus,
.formcarry-form textarea:focus {
  background-color: #fff;
  color: var(--color-dark-gray);
}

.formcarry-form input:focus:required:invalid {
  border-color: var(--color-pink);
  background-color: #fff;
}

.formcarry-form button {
  display: block;
  margin-top: 12px;
  width: 100%;
  padding: 12px 20px;
  border-radius: 8px;
	border-color: transparent;
  background-color: var(--color-blue);
  color: black;
  font-weight: 700;
  font-size: 14px;

  transition: 300ms all;
}

.formcarry-form button:hover {
  background-color: var(--color-light-blue);
}

.formcarry-alert {
  padding: 12px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
  display: none;
}

.formcarry-alert.visible {
  display: block;
}

.formcarry-alert.success {
  background: #69cf9d;
}

.formcarry-alert.error {
  background: #de524c;
}



@media (max-width: 768px) {



.formcarry-container {
  /* container */
  --c-width: 80%;
  --c-max-width: 500px;

  width: var(--c-width);
  max-width: var(--c-max-width);
  display: block;
  margin: auto;

}





  header {
    height: 20px;
    padding-left: 0px;
  }
  nav {
    position: fixed;
    left: -250px;
    top: 0;
    height: 100vh;
  }

  nav.active {
    left: 0;
  }

button.toggle {
  z-index: 10;
   position: fixed;
  left: 15px;
  top: 20px;
  font-weight: bold;
  border: none;
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}


   h1
{ 
  display: block;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 100px;
  max-width: 80%;
  padding: 10px;
  text-align: left;
 font-family: text;
font-size: 12px;
line-height: 2.1; } 


img { border-radius: 8px;
margin: auto; }


.foto2 {
  max-width: 60%;
margin-top: 10px;
display: flex;
margin-bottom: 50px;
}


body {
  display: inline-block;
  overflow: auto;  
  background-image: url('liten6.png');
  background-repeat: no-repeat;
  background-size: cover;
   background-attachment: fixed;
   margin-bottom: 40px;
}

}
