@charset "utf-8";
/* CSS Document */


body, html {
	background:#000000;
 margin: 0;
    padding: 0;

}





#wrapper
{

}
@charset "utf-8";
/* CSS Document */

#header{
 max-width: 1700px; /* Set a maximum width for the content */
    margin: 0 auto; /* Center the content horizontally */
    padding: 20px; 
}
#LogoContainer {
    padding: 10px 0; /* Add some padding for spacing */
	position:absolute;
}

/* Style for the logo */
#Logo {
    max-width: 320px; /* Set the maximum width for the logo */
}

/* Style for the logo image */
#Logo img {
    width: 100%; /* Make the image responsive within the container */
    height: auto; /* Maintain aspect ratio */
}
.LanguagesIcons{
width:30px;
height:auto;
}


@media screen and (max-width: 1740px) {
#LogoContainer {
    padding-left: 40px; /* Add some padding for spacing */
	position:absolute;
}
}

@media screen and (max-width: 1200px) {
#LogoContainer {
	position:relative;
 padding-top: 30px;
padding-bottom:0px;
padding-left: 0px;
padding-right: 0px;
}
#Logo{
   margin:auto;
}
#Logo img {
    width: 110%; 
    height: auto; 
}
}




/* Style for the menu container */
#MenuContainer {
    float: right; /* Float the menu to the right */
    background-color: #000; /* Black background color */
    padding: 40px; /* Add some padding for spacing */

}


#mobileMenu{
display:none;
}



/* Style for the main menu */
#MainMenu {
    list-style: none; /* Remove list bullets */
    margin: 0;
    padding: 0;

    display: flex; /* Use flexbox for the main menu */
    flex-wrap: wrap; /* Allow menu items to wrap to the next line on small screens */

}



/* Style for menu items */
#MainMenu li {
    display: inline-block; /* Display menu items inline */
    margin-right: 30px; /* Add spacing between menu items */
    text-transform: uppercase; /* Make text all uppercase */
 position: relative; /* Create a stacking context for submenus */
}

  

/* Style for menu item links */
#MainMenu li a {
  color: transparent; /* Reset the text color to transparent */
  background: linear-gradient(90deg, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 76%, rgba(255,255,255,1) 100%);
  -webkit-background-clip: text;
    text-decoration: none; /* Remove underline from links */
    font-weight: 400; /* Roboto Light font-weight */
    font-size: 22px; /* Font size */
    font-family: 'Roboto', sans-serif; /* Roboto font family */}

#MainMenu li a:hover {
color: transparent; /* Reset the text color to transparent */
  background: linear-gradient(90deg, rgba(152,105,43,1) 3%, rgba(236,176,88,1) 35%, rgba(152,105,43,1) 76%, rgba(186,135,58,1) 100%);
  -webkit-background-clip: text;
  font-weight: regular; /* Set the font weight to bold on hover */
font-weight: 400; /* Roboto Light font-weight */
  font-size: 22px;
}

/* Style for submenu items */
.submenu .submenu-items {
    display: none; /* Hide submenu items by default */
    position: absolute;
    background-color: #000; /* Background color for the submenu */
    padding: 10px 0;
    z-index: 1; /* Ensure submenu appears above other content */
    list-style-type: none; /* Remove list bullets */
    margin: 0;
    width: 100%; /* Full width of the submenu */
    left: 0; /* Position submenu at the left edge */
    top: 100%; /* Position submenu below the parent menu item */
}

/* Style for submenu item links */
.submenu .submenu-items li {
    margin: 0;
    padding-left: 20px;
padding-bottom:10px;
padding-right:0px;
padding-top:10px;
}

/* Style for submenu item links on hover */
.submenu .submenu-items li a:hover {
   /* Change background color on hover */
}

/* Show submenu items below the parent menu item */
.submenu:hover .submenu-items {
    display: block;

}


.submenu .submenu-items #GalerijaMenuPoint{
    background-color: #000; /* Background color for the submenu */
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
    margin-bottom: -10px;
    width: 180%; /* Full width of the submenu */


}



@media screen and (max-width: 1650px) {
#MenuContainer {
     padding-left: 0px;
	padding-right:0px; 

}
#MainMenu li a {
     font-size: 21px; /* Font size */

    }

#MainMenu li a:hover {   
	font-size: 21px; /* Font size */

    }
.LanguagesIcons{
width:27px;
}
}
@media screen and (max-width: 1590px) {

#MainMenu li a {
     font-size: 21px; /* Font size */

    }

#MainMenu li a:hover {
   font-size: 21px; /* Font size */

    }

}
@media screen and (max-width: 1570px) {
#MainMenu li a {
     font-size: 20px; /* Font size */
     margin-left: -10px;

    }

#MainMenu li a:hover {
   font-size: 20px; /* Font size */

    }
#Logo {
    max-width: 300px; /* Set the maximum width for the logo */
}
.LanguagesIcons{
width:24px;
}
}
@media screen and (max-width: 1440px) {
#MainMenu li a {
     font-size: 20px; /* Font size */
     margin-left: -15px;

    }

#MainMenu li a:hover {
   font-size: 20px; /* Font size */

    }
#Logo {
    max-width: 280px; /* Set the maximum width for the logo */
}
}

@media screen and (max-width: 1350px) {
#MainMenu li a {
     font-size: 19px; /* Font size */
     margin-left: -15px;

    }

#MainMenu li a:hover {
   font-size: 19px; /* Font size */

    }
#Logo {
    max-width: 260px; /* Set the maximum width for the logo */
}
.LanguagesIcons{
width:23px;
}

}

@media screen and (max-width: 1290px) {
#header{
    padding: 10px; 
}

#MainMenu li a {
     font-size: 18px; /* Font size */
     margin-left: -15px;

    }

#MainMenu li a:hover {
   font-size: 18px; /* Font size */

    }
#Logo {
    max-width: 240px; /* Set the maximum width for the logo */
}
.LanguagesIcons{
width:22px;
}

}
@media screen and (max-width: 1200px) {
#MenuContainer {
    float:none; /* Float the menu to the right */
    padding-top: 25px;
padding-bottom:10px; /* Add some padding for spacing */
padding-right:0px;
padding-left:20px;


margin: auto;
  width: 870px;
}
#header{
    padding: 10px; 
}

#MainMenu li a {
     font-size: 18px; /* Font size */
     margin-left: -15px;

    }

#MainMenu li a:hover {
   font-size: 18px; /* Font size */

    }
#Logo {
    max-width: 240px; /* Set the maximum width for the logo */
}
.LanguagesIcons{
width:22px;
}

}

/* Media query for smaller screens */
@media screen and (max-width: 885px) {
    /* Center the menu and stack items vertically for smaller screens */
    #MainMenu {
		display:none;
        flex-direction: column; /* Stack menu items vertically */
        align-items: center; /* Center-align menu items */
    }

  #MenuContainer {
   display:none;

}



#Logo {
    float:left; /* Float the menu to the right */
    padding-top: 0px;
padding-bottom:7px; /* Add some padding for spacing */
padding-right:0px;
padding-left:10%;
 max-width: 300px;
margin-top:-10px;

}

}
/* Styles for the slider container */
.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%; /* Adjust the width as needed */
    margin: 0 auto; /* Center the slider horizontally */
    max-width: 100%; /* Set your desired maximum width */

}
/* Styles for the slider */
.slider {
    display: flex;
    position: relative;
    width: 100%; /* 100% width of the container */
    padding-bottom: 38%; /* Set the desired aspect ratio (e.g., 16:9 = 56.25%) */
}

/* Styles for individual images */
.slider img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Maintain aspect ratio while covering container */
    opacity: 0;
    transition: opacity 1s ease; /* Smooth fading transition */
    position: absolute;
    top: 0;
    left: 0;
}

/* Show the first image initially */
.slider img:first-child {
    opacity: 1;
}

/* Styles for navigation buttons */
.prev-slide,
.next-slide {
    position: absolute;
    top: 45%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust background color and opacity as needed */
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
    z-index: 2;
}

.prev-slide {
    left: 10px;
}

.next-slide {
    right: 10px;
}
@charset "utf-8";
/* CSS Document */

h{
  font-family: 'Roboto', sans-serif; /* Use the Roboto font */
  font-size: 20px; /* Set the font size to 20px */
  color: white; /* Set the text color to white */
	font-weight: 300;
}
#mainBodyP {
padding-top:20px;
padding-bottom:20px;
margin-left:10%;
padding-right:10%;

}

#mainBodyP2 {

margin-bottom:20px;
}

.MainText{
/* Use the Roboto Thin font family */
font-family: "Roboto", sans-serif;
font-weight: 300; /* Thin */
font-size: 18px;
color: white;
text-align: left;
text-justify: auto; /* To ensure justified alignment if supported by the browser */

}

.MainText a{
/* Use the Roboto Thin font family */
font-family: "Roboto", sans-serif;
font-weight: 300; /* Thin */
font-size: 18px;
color: white;
text-align: left;
text-decoration:none;
text-justify: auto; /* To ensure justified alignment if supported by the browser */
}

     /* Container for the icons */
        .icon-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            text-align: center;
        }


  /* Individual icon div */
        .icon {
            flex-basis: calc(33.33% - 20px); /* 33.33% width with 20px margin */
			margin-left:10px;
			margin-right:10px;
			margin-top: 10px; /* Remove margin to avoid extra space */
 			margin-bottom: 0px;
            padding: 20px;
            display: flex; /* Use flexbox to center vertically */
            flex-direction: column; /* Stack content vertically */
		    height: 320px; /* Set fixed height for the icon container */
            overflow: hidden; /* Prevent content from overflowing */
        }

  /* Styles for the image div */
        .icon-img {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 150px; /* Set fixed height for the image */
        }


    /* Styles for the text div */
        .icon-text {
            text-align: center;
            display: flex;
    		flex-direction: column;
    		justify-content: space-between; /* Vertically space elements */
        }
        .icon-container p {
		font-family: "Roboto", sans-serif;
		font-weight: 300; /* Thin */
		font-size: 18px;
		color:white;
 		margin: 0; /* Remove margin to avoid extra space */
		padding:0px;}

  		 .icon-text h1 {
 		 font-family: 'Roboto', sans-serif; /* Use the Roboto font */
 		 font-size: 18px; /* Set the font size to 20px */
 		 color: white; /* Set the text color to white */
		 font-weight: 400;
		 margin-top: 30px; /* Remove margin to avoid extra space */
 		 margin-bottom: 10px;
          }


       /* Media queries for responsiveness */
@media (max-width: 1150px) {
  .icon {           
		 height: auto; /* Set fixed height for the icon container */

        }
  }
@media (max-width: 1000px) {
    .icon {
        flex-basis: calc(50% - 20px); /* 50% width with 20px margin for smaller screens */
    }

   
    .icon-text p {
     
    }
}

@media (max-width: 600px) {
    .icon {
        flex-basis: calc(100% - 20px); /* 100% width with 20px margin for mobile screens */
    }

   
    .icon-text p {
     
    }
}
   

      

      

    








/* Style the container div to set the aspect ratio */
#bottomImageContainer {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 250px; /* This calculates a 200px height (15% of 100%) for a 100% width image */
  overflow: hidden;

}

/* Style the image inside the container */
#bottomImageContainer img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover; /* Maintain aspect ratio and cover the container */
  object-position: center center; /* Center the image both horizontally and vertically */
}



#Socials {

margin-top:20px;
display: flex;
flex-wrap: wrap;
}
#SocialsContainer {
  flex: 1;
}
#Socials a:hover {
	font-family: "open Sans";
	color: #FFFFFF;
	text-decoration: none;
}

#Socials #RightSocials {
	position: absolute;
	width:35%;
	margin-left:430px;

}
#Socials #FacebookWidget {
	background-color: #FFFFFF;
	height: 500px;
	width: 300px;
	float:left;
    margin-bottom:50px;
margin-right:30px;
	}

#Information {


}

/* Set the text selection color for all elements */
::selection {
  background-color: #B17F39; /* Replace with your desired background color */
  color: #fff; /* Replace with your desired text color */
}

/* Set the text selection color for a specific element with class "highlight" */
.highlight::selection {
  background-color: #C79144;
  color: #fff;
}






/* Clear float to prevent layout issues */
#wrapper::after {
    content: "";
    display: table;
    clear: both;
}

.label {
padding-right:20px;
/* Use the Roboto Thin font family */
font-family: "Roboto", sans-serif;
font-weight: 300; /* Thin */
font-size: 18px;
color: white;
text-align: left;
text-justify: auto; /* To ensure justified alignment if supported by the browser */


}

@media screen and (max-width: 1700px) {
#Information {
width:70%;

}


}

@media screen and (max-width: 1450px) {
#Information {
width:80%;

}
}

@media screen and (max-width: 1380px){
#Information {
width: 100%;
padding:0px;

}



.icon-container p {

font-size: 17px;
		}

 .icon-text h1 {
  font-size: 17px; 
          }
.MainText {
font-size: 17px;
}
.label{
font-size: 17px
}

}

.pageStart{
   position: relative;
    overflow: hidden;
    width: 80%; /* Adjust the width as needed */
margin-left:auto;
margin-right:auto;
}

.pageStart2{
   position: relative;
    overflow: hidden;
    width: 29%; /* Adjust the width as needed */
margin-left:auto;
margin-right:auto;
}


.asyncGallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1000;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.95);
  transition: opacity 200ms, visibility 200ms;

}

.asyncGallery.is-visible {
  opacity: 1;
  visibility: visible;
}

.asyncGallery__Item {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translate(-50%, -50%);
  transition: opacity 200ms, visibility 200ms;
}

.asyncGallery__Item.is-visible {
  opacity: 1;
  visibility: visible;
}

.asyncGallery__ItemImage img {
  max-height: 80vh;
  display: block;
}

.asyncGallery__ItemDescription,
.asyncGallery__Loader {
  color: #fff;
}

.asyncGallery__Loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: #fff;
  z-index: 100;
}

.asyncGallery__Loader.is-visible {
  display: block;
}

.asyncGallery button {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}

.asyncGallery__Close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  z-index: 1000;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEycHgiIHZlcnNpb249IjEuMSIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDY0IDY0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCI+CiAgPGc+CiAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjguOTQxLDMxLjc4NkwwLjYxMyw2MC4xMTRjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDljMC4zOTMsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5ICAgYzAuNTE2LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OWwyOC41NDEtMjguNTQxbDI4LjU0MSwyOC41NDFjMC4zOTQsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5YzAuNTE1LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OSAgIGMwLjc4Ny0wLjc4NywwLjc4Ny0yLjA2MiwwLTIuODQ5TDM1LjA2NCwzMS43ODZMNjMuNDEsMy40MzhjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OWMtMC43ODctMC43ODYtMi4wNjItMC43ODYtMi44NDgsMCAgIEwzMi4wMDMsMjkuMTVMMy40NDEsMC41OWMtMC43ODctMC43ODYtMi4wNjEtMC43ODYtMi44NDgsMGMtMC43ODcsMC43ODctMC43ODcsMi4wNjIsMCwyLjg0OUwyOC45NDEsMzEuNzg2eiIvPgogIDwvZz4KPC9zdmc+Cg==");
}

.asyncGallery__Counter {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  right: 40px;
  bottom: 40px;
}

.asyncGallery__Dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  display: flex;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
  list-style-type: none;
  z-index: 1000;
}

.asyncGallery__Dots button {
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 0;
  outline: 0;
  border-radius: 50%;
}

.asyncGallery__Dots li {
  opacity: 0.2;
  transition: opacity 200ms;
}

.asyncGallery__Dots li + li {
  margin-left: 10px;
}

.asyncGallery__Dots li.is-active {
  opacity: 1;
}

.asyncGallery__Next,
.asyncGallery__Prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  z-index: 1000;
  transition: transform 200ms, opacity 200ms;
  transform: translateY(-50%);
}

.asyncGallery__Next:disabled,
.asyncGallery__Prev:disabled {
  opacity: 0.2;
  cursor: default;
}

.asyncGallery__Next:before,
.asyncGallery__Prev:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E%3Cg%3E%3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.asyncGallery__Next {
  right: 40px;
}

.asyncGallery__Next:hover {
  transform: translateX(2px) translateY(-50%);
}

.asyncGallery__Next:before {
  transform: translate3d(-50%, -50%, 0);
}

.asyncGallery__Prev {
  left: 40px;
}

.asyncGallery__Prev:hover {
  transform: translateX(-2px) translateY(-50%);
}

.asyncGallery__Prev:before {
  transform: translate3d(-50%, -50%, 0) scale(-1);
}

/* DEMO */
* {
	font-family: "open Sans";
  box-sizing: border-box;
}

body {
  margin: 0;
}

.container {

display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
margin-bottom:10px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
 font-family: 'Roboto', sans-serif; /* Roboto font family */

}

.gallery div {
  max-width: calc(20% - 40px);
  margin: 20px;
  transition: opacity 200ms;
  cursor: pointer;
}

.gallery div:hover {
  opacity: 0.8;
}

.gallery div img {
  max-width: 100%;

}
.gallery{

	color: #FFFFFF;

}
@media screen and (max-width: 768px) {
  .asyncGallery__Close {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }

  .asyncGallery__Dots {
    bottom: 15px;
  }

  .asyncGallery__Counter {
    right: 15px;
    bottom: 15px;
    font-size: 12px;
  }

  .asyncGallery__Item {
    width: 100%;
  }

  .asyncGallery__ItemImage img {
    max-height: none;
    max-width: 100%;
  }

  .asyncGallery__ItemDescription {
    padding: 0 20px;
  }

  .asyncGallery__Next,
  .asyncGallery__Prev {
    display: none;
  }

  /* DEMO */
  .gallery {
    display: block;
  }

  .gallery div {
    max-width: 100%;
    margin: 20px 0 0;
  }

  .gallery div img {
    max-width: 100%;
    min-width: 100%;
  }

}


@media screen and (max-width: 885px) {


  .asyncGallery__Item {
    width: 90%;
  }

  .asyncGallery__ItemImage img {
    max-height: none;
    max-width: 100%;
  }

  .asyncGallery__ItemDescription {
    padding: 0 20px;
  }

  .asyncGallery__Next,
  .asyncGallery__Prev {
    display: none;
  }

  /* DEMO */
  .gallery {
    display: block;
  }

  .gallery div {
    max-width: 40%;
    margin-right: 20px;
   float:left;
  }

  .gallery div img {
    max-width: 100%;
    min-width: 100%;
  }
}
@charset "utf-8";
/* CSS Document */

#footer{

height:200px;}

#footer p{
color:#FFFFFF;
line-height:12px;
text-align: center;
font-family: "Roboto", sans-serif;
font-weight: 100; /* Thin */
}
#footer p a{
color:#FFFFFF;
line-height:12px;
text-align: center;
font-family: "Roboto", sans-serif;
font-weight: 100; /* Thin */
}

#Download {
width: 150px;
height:auto;
margin: auto;
}
#Download img{ 
width: 130px;


}

@media screen and (max-width: 1380px){

#footer p{
font-size: 15px;
}


}

@media screen and (max-width: 885px) {
#footerLinks p{

line-height:20px;

}



}
@media screen and (max-width: 885px) {

#mobileMenu{
display:block;
  font-family: 'Roboto', sans-serif; /* Roboto font family */
  text-decoration:none;


}

*, *:before, *:after 
{ box-sizing: border-box;}

html { font-size: 18px; }

body {
overflow-x: hidden;
}

label .menu2 {
  position: absolute;
  right: 0px;
  top: -100px;
  z-index: 100;
  width: 80px;
  height: 160px;
  background: black;

  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-shadow: 0 0 0 0 black, 0 0 0 0 black;
  cursor: pointer;
  
}

label .hamburger {
  position: absolute;
  top: 135px;
  left: 20px;
  width: 30px;
  height: 3px;
  background: linear-gradient(90deg, rgba(152,105,43,1) 3%, rgba(236,176,88,1) 35%, rgba(152,105,43,1) 76%, rgba(186,135,58,1) 100%);
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

label .hamburger:after, label .hamburger:before {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(152,105,43,1) 3%, rgba(236,176,88,1) 35%, rgba(152,105,43,1) 76%, rgba(186,135,58,1) 100%);
}

label .hamburger:before { top: -10px; }

label .hamburger:after { bottom: -10px; }

label input { display: none; }

label input:checked + .menu2 {
  box-shadow: 0 0 0 100vw black, 0 0 0 100vh black;
  border-radius: 0;
  
}

label input:checked + .menu2 .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  
}

label input:checked + .menu2 .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
  
}

label input:checked + .menu2 .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  
}

label input:checked + .menu2 + ul { opacity: 1; }

label ul {
  z-index: 200;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .25s 0s ease-in-out;
  transition: .25s 0s ease-in-out;
  color:white;
  border: none;
}

label a {
  margin-bottom: 20px;


  display: block;
  color: transparent; /* Reset the text color to transparent */
  background: linear-gradient(90deg, rgba(152,105,43,1) 3%, rgba(236,176,88,1) 35%, rgba(152,105,43,1) 76%, rgba(186,135,58,1) 100%);
  -webkit-background-clip: text;
  font-weight: regular; /* Set the font weight to bold on hover */
  font-weight: 380; /* Roboto Light font-weight */
  font-size: 22px;
  font-family: 'Roboto', sans-serif; /* Roboto font family */
  text-decoration:none;
  border: none;

}

#mobileMenu h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}
}
@media screen and (max-width: 500px) {
#Logo {
    max-width: 70%; 

}
}
