@import url(reset.css);

.quicksand-regular {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .alex-brush-regular {
    font-family: "Alex Brush", cursive;
    font-weight: 400;
    font-style: normal;
  }
  
  

body{
    background-color: rgb(215, 45, 215);
}

nav{    
    height: 15vh;
    background-color: rgb(153, 31, 133);
    display: flex;
    flex-direction: row;
    align-items: center;    
    border-bottom: 3px solid rgb(255, 179, 241);
}

.logo{
    height: 15vh;
    margin-left: 3vb;
}

.navtext{
    text-align: center;
    font-family: Quicksand;
    font-size: 6vb;
}
.navlist{
    width: 75%;
    position: absolute;
    right: 0;
    font-family: Quicksand;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

a{
    text-decoration: none;
    transition: font-size 0.5s;
    font-size: 3vb;
}
a:link {
    text-decoration: none;
    color:rgb(36, 0, 22);
}
  
a:visited {
    text-decoration: none;
    color:rgb(36, 0, 22);
}
  
a:hover {
    font-size: 4vb;
    color:rgb(36, 0, 22);
}
  
a:active {
    text-decoration: none;
    color:rgb(36, 0, 22);
}


.hero-image {
    background-image: linear-gradient(rgba(104, 0, 89, 0.36), rgba(0, 0, 0, 0.5)), url("heroimage1.jpg");
    height: 85vh;  
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-bottom: 3px solid rgb(255, 179, 241);
  }
  .hero-image2 {
    background-image: linear-gradient(rgba(104, 0, 88, 0.514), rgba(0, 0, 0, 0.5)), url("heroimage2.jpg");
    height: 85vh;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-bottom: 3px solid rgb(255, 179, 241);
  }
  .hero-image3 {
    background-image: linear-gradient(rgba(104, 0, 88, 0.514), rgba(0, 0, 0, 0.5)), url("heroimage3.jpg");
    height: 85vh;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-bottom: 3px solid rgb(255, 179, 241);
  }
  .hero-image4 {
    background-image: linear-gradient(rgba(104, 0, 88, 0.514), rgba(0, 0, 0, 0.5)), url("heroimage4.png");
    height: 85vh;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-bottom: 3px solid rgb(255, 179, 241);
  }
  .hero-image5 {
    background-image: linear-gradient(rgba(104, 0, 88, 0.514), rgba(0, 0, 0, 0.5)), url("heroimage5.png");
    height: 85vh;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-bottom: 3px solid rgb(255, 179, 241);
  }
  .hero-image6 {
    background-image: linear-gradient(rgba(104, 0, 88, 0.514), rgba(0, 0, 0, 0.5)), url("heroimage6.png");
    height: 85vh;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-bottom: 3px solid rgb(255, 179, 241);
  }
  .hero-text{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-self: center;
    justify-content: center;
    font-family: Alex Brush;
    font-weight: 700;
    color: rgb(255, 179, 241);
    position: relative;
    top: 35vh;
  }
  .smaller{
    font-size: 70px;
  }
  .bigger{
    font-size: 150px;
  }
  #band{
    display: flex;
    align-self: end;
  }
  .hedertitel{
    font-family: Alex Brush;
    font-size: 80px;
    margin-top: 3vh;
    margin-left: 5vb;  
  }
  .para{
    font-family: Quicksand;
    margin-top: 2vh;
    margin-left: 5vb;
    margin-right: 5vb; 
    font-size: 30px;
  }
  .divid{
    font-family: Alex Brush;
    margin-top: 4vh;
    margin-bottom: 2vh;
    margin-left: 5vb;
    margin-right: 5vb; 
    font-size: 50px;
    text-align: center;
  }
  .wandercat{
    height: 10vh;
    z-index: 2;
    position: relative;
    right: -70%;
    top: 3px;
  }
  .footcat{
    height: 14vh;
    position: relative;
    right: -45vb;
    top: 1.3vh;
  }
  .contcat{
    height: 14vh;
    position: relative;
    right: -100vb;
    top: 4.5vh;
  }

.img1 { grid-area: img1; 
    border-bottom: 3px solid rgb(255, 179, 241);
    border-top: 3px solid rgb(255, 179, 241);
}
.img2 { grid-area: img2;
    border-bottom: 3px solid rgb(255, 179, 241); 
    border-top: 3px solid rgb(255, 179, 241);}
.img3 { grid-area: img3; 
    border-bottom: 3px solid rgb(255, 179, 241);
    border-top: 3px solid rgb(255, 179, 241);}
.img4 { grid-area: img4; 
    border-bottom: 3px solid rgb(255, 179, 241);
    border-top: 3px solid rgb(255, 179, 241);}

.grid-container2 {
    display: grid;
    grid-template-areas:
      'img1 img2 img3 img4';
    gap: 0px;
    height: 50vh;   
  }

  .gogle{
    margin-top: 3vh;
    margin-bottom: 3vh;
    padding: 10px;
    width: 600px;
    display: flex;
    justify-self: center;
    border: 6px dashed rgb(255, 179, 241);
  }

.item1 { grid-area: visit; }
.item3 { grid-area: social; }
.item4 { grid-area: contact; }
.item5 { grid-area: copyr; }

.item1, .item3, .item4{
  display: flex;
  justify-self: center;
  justify-content: center;
  align-items: center;
}

.grid-container {   
    height: 100%;
    display: grid;
    grid-template-areas:
        'visit social contact'
        'copyr copyr copyr';
    gap: 5px;
    padding: 3px;
    background-color: rgb(153, 31, 133);
    margin-left: auto;
    margin-right: auto;
    font-family: Quicksand;
}
.grid-container > div {
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
footer{
  border-top: 3px solid rgb(255, 179, 241);
  width: 100%;
}
.heady{
  font-family: Alex Brush;
  font-size: 30px;
  margin-top: 3vh;
  margin-left: 5vb;  
  text-align: center;
}
.infe{
  text-align: center;
}
.item5{
  margin-top: 3vh;
  margin-bottom: 1vh;
}
#styel{
  display: flex;
  align-self: center;
}
#banned{
  position: relative;
  top: 3vh;
}
#meat{
  position: relative;
  top: -3vh;
  right: 2vb;
}
.headyr{
  font-family: Alex Brush;
  font-size: 50px;
  margin-top: 2vh;
  margin-left: 5vb; 
  margin-right: 5vb;   
}
.whatdo{
  font-family: Alex Brush;
  font-size: 30px;
  margin-left: 5vb;  
  margin-right: 5vb;  
}
.infor{
  margin-left: 5vb;
  margin-right: 5vb;
  font-family: Quicksand;
  font-size: 15px;
  margin-top: 1vh;
  margin-bottom: 1vh;
}
#cover{
  object-fit: cover;
}

.mem1 { grid-area: mem1;}
.iag1 { grid-area: iag1;}
.iag2 { grid-area: iag2; }
.mem2 { grid-area: mem2;}
.mem3 { grid-area: mem3;}
.iag3 { grid-area: iag3;}
.iag4 { grid-area: iag4; }
.mem4 { grid-area: mem4;}
.mem5 { grid-area: mem5;}
.iag5 { grid-area: iag5;}
.iag6 { grid-area: iag6; }
.mem6 { grid-area: mem6;}
.mem7 { grid-area: mem7;}
.iag7 { grid-area: iag7;}
.iag8 { grid-area: iag8; }
.mem8 { grid-area: mem8;}
.mem9 { grid-area: mem9;}
.iag9 { grid-area: iag9;}
.iag10 { grid-area: iag10; }
.mem10 { grid-area: mem10;}
.mem11 { grid-area: mem11;}
.iag11 { grid-area: iag11;}
.iag12 { grid-area: iag12; }
.mem12 { grid-area: mem12;}

.grid-container3 {   
  margin-top: 5vh;
  margin-bottom: 5vh;
  height: 100%;
  width: 75%;
  display: grid;
  grid-template-areas:
    'mem1 iag1 mem2 iag2'
    'iag3 mem3 iag4 mem4'
    'mem5 iag5 mem6 iag6'
    'iag7 mem7 iag8 mem8'
    'mem9 iag9 mem10 iag10'
    'iag11 mem11 iag12 mem12';
  gap: 3px;
  padding: 3px;
  margin-left: auto;
  margin-right: auto;
}
.grid-container3 > div{
  background-color: #ffb7e9;
}
.co{
  font-size: 100px;
}

.imag1 { grid-area: imag1;}
.imag2 { grid-area: imag2;}
.imag3 { grid-area: imag3;}
.imag4 { grid-area: imag4;}
.imag5 { grid-area: imag5;}
.imag6 { grid-area: imag6;}
.imag7 { grid-area: imag7;}
.imag8 { grid-area: imag8;}
.imag9 { grid-area: imag9;}
.imag1, .imag2, .imag3, .imag4, .imag5, .imag6, .imag7, .imag8, .imag9{
  width: 50vb;
  height: 50vb;
}


.grid-container4 {   
  margin-top: 5vh;
  margin-bottom: 5vh;
  height: 100%;
  width: 75%;
  display: grid;
  grid-template-areas:
    'imag1 imag2 imag3'
    'imag4 imag5 imag6'
    'imag7 imag8 imag9';
  gap: 3px;
  padding: 3px;
  margin-left: auto;
  margin-right: auto;
}

.goglemape{
  width: 600px;
  height: 450px;
}
.even1 { grid-area: even1;}
.even2 { grid-area: even2;}
.even1, .even2{
  width: 70vb;
  display: flex;
  justify-self: center;
}

.grid-container5 {   
  margin-top: 5vh;
  margin-bottom: 5vh;
  height: 100%;
  width: 75%;
  display: grid;
  grid-template-areas:
    'even1 even2';
  gap: 3px;
  padding: 3px;
  margin-left: auto;
  margin-right: auto;
}

.pad{
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 4px;
}
form{
  font-family:Quicksand;
  box-shadow: 7px 7px 5px rgb(141, 40, 127);
  border-radius: 1vb;
  display: flex;
  justify-content: center;
  align-self: center;
  flex-direction: column;
  text-align: center;
  background-color: rgb(255, 185, 246);
  text-align: center;
  width: 45vb;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3vh;
  padding-top: 3vh;
  padding-bottom: 3vh;
}
input{
  margin-left: 2vb;
  margin-right: 2vb;
  width: 40vb;
  height: 5vb;
  background-color: rgb(255, 223, 251);
  box-shadow: 7px 7px 5px rgb(172, 52, 156);
  border: 0px;
  font-family:Quicksand;
  color: rgb(0, 0, 0);
  border-radius: 5px;
}

textarea{
  margin-left: 2vb;
  margin-right: 2vb;
  width: 40vb;
  height: 15vb;
  background-color: rgb(255, 227, 251);
  box-shadow: 7px 7px 5px rgb(172, 52, 156);
  font-family:Quicksand;
  border-radius: 5px;
  margin-bottom: 3vh;
}
.co{
  font-family: Alex Brush;
  margin-left: 5vb;
  margin-top: 3vh;
}
label{
  font-size: 20px;
}
.form-flex{
  margin-top: 4vh;
}
ul {
  list-style-type: disc;
  padding: 0;
  margin-right: 1vb;
  font-family: GFS Neohellenic;
  margin-left: 10vb;
}
.products{
  font-family: Quicksand;
  font-size: 25px;
}
#lisd{
  margin-top: 7vh;
  font-size: 100px;
}
@media screen and (max-width: 410px){

  .navlist {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

.navlist li {
    text-align: right;
    width: 100%; 
  font-size: 1px;
}
.navtext{
  font-size: 3.5vb;
}
.logo{
  width: 12vb;
  height: 14vh;
}
li{
  margin-top: 4px;
  margin-bottom: 4px;
}
nav{
  height: 23vh;
}
.hero-text{
  font-size: -20%;
}
.smaller{
  font-size: 25px;
}
.bigger{
  font-size: 55px;
}
.hedertitel{
  font-size: 60px;
}
.para{
  font-size: 20px;
}
.divid{
  font-size: 30px;
}
.grid-container2 {
  display: grid;
  grid-template-areas:
    'img1 img2'
    'img3 img4';
  gap: 0px;
  height: 50vh;   
}
.goglemape{
  width: 200px;
  height: 160px;
}
.gogle{
  width: 200px;
}
.heady{
  font-size: 25px;
}
.infe{
  font-size: 15px;
}
.grid-container3 {   
  width: 50%;
  margin-left: 5vb;
  margin-right: 15vb;
  grid-template-areas:
    'mem1 iag1'
    'iag2 mem2'
    'mem3 iag3' 
    'iag4 mem4'
    'mem5 iag5' 
    'iag6 mem6'
    'mem7 iag7' 
    'iag8 mem8'
    'mem9 iag9' 
    'iag10 mem10'
    'mem11 iag11' 
    'iag12 mem12';
    justify-self: center;
}
.grid-container3 > div{
  width: 20vb;
}
.footcat{
  height: 14vh;
  position: relative;
  right: -21%;
  top: 1.3vh;
}
.headyr{
  font-size: 25px;
  margin-left: 5px;
}
.whatdo{
  font-size: 15px;
  margin-left: 5px;
}
.infor{
  font-size: 10px;
  margin-left: 5px;
}
.co{
  font-size: 40px;
}
form{
  width: 75%;
  height: 100%;
}
input{
  width: 75%;
}
textarea{
  width: 75%;
}
body{
  height: 100%;
}
.imag1, .imag2, .imag3, .imag4, .imag5, .imag6, .imag7, .imag8, .imag9{
  width: 12vb;
  height: 12vb;
}

.grid-container5 {   
  margin-top: 5vh;
  margin-bottom: 5vh;
  height: 100%;
  width: 75%;
  display: grid;
  grid-template-areas:
    'even1' 
    'even2';
  gap: 3px;
  padding: 3px;
  margin-left: auto;
  margin-right: auto;
}
.even1, .even2{
  width: 35vb;
  margin-bottom: 5vh;
}
#lisd{
  font-size: 50px;
}
.products{
  font-size: 15px;
}
  }
  