@import url('https://fonts.googleapis.com/css?family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bitter&display=swap');

html{
  scroll-behavior: smooth;
}

*{
  padding: 0;
  margin: 0;
}

a{
  text-decoration: none;
}

p{
  font: 18px 'bitter', serif;
}

h2{
  font: 20px 'bitter', serif;
  color: grey;
}

h3{
  font: 20px 'bitter', serif;
}

h4{
  font: 16px 'bitter', serif;
}


.header {
    background-image: url('../images/Laria-1.jpg');
    width: 100%;
    height: 800px;
    background-position: center center;
    background-size: cover;
    position: relative;
    }

.header img {
    width: 500px;
    position: relative;
    padding: 150px  200px;
    }

@media only screen and (max-width: 1000px){
  .header img {
    width: 70%;
    margin: auto;
    padding: 150px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    }
}

@media only screen and (max-width: 750px){
  .header{
    background-position: left;
    }
}

@media only screen and (max-width: 540px){
  .header{
    height: 500px;
    background-position: 20% 0;
    }
}

h1 {
  color: #e7c898;
  font-family: 'Sacramento', cursive;
  font-size: 70px;
  line-height: 76px;
  margin: 0;
  position: relative;
  text-align: center;
  font-weight: 400;
}

.brudekjoler h1{
  font-family: 'bitter', serif;
}

.velkommen{
  margin-top: 6%;
}

.velkommen .text{
  margin: 2% 20%;
}

.line{
  height: 2px;
  width: 80%;
  background-color: lightgrey;
  margin: 2% auto;
}

.text p{
  margin-top: 25px;
}

.dresses{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5%;
}

.categorie{
  margin: 2%;
  width: 300px;
  transition-property: transform;
  transition-duration: 1s;
}

.contactinfo{
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactinfo a, h4{
  font: 25px 'bitter', serif;
  color: #272727;
}

@media only screen and (max-width: 800px){
  .dresses{
    flex-direction: column;
  }
  .categorie{
    width: 80%;
  }
  .contactinfo{
    flex-direction: column;
  }
  .contactinfo a, h4{
    font: 20px 'bitter', serif;
  }
  .h-line{
  display: none;
  }
}

.categorie:hover{
  transform: translateY(-10px);
  transition: 1s ease;
  cursor: pointer;
}

.categorie .image{
  height: 250px;
  border-radius: 10px 10px 0 0;
  background-image: url('../gallery/kollektion2020/Annabella_S-1.jpg');
  background-size: cover;
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.28);
}

.categorie .image.plus{
  background-image: url('../gallery/molly_monroe/Marietta_S-1.jpg');
}

.categorie .image.kjoler{
  background-image: url('../gallery/Forsidekonfirmation.jpg');
}

.categorie .title{
  margin: 0;
  height: 75px;
  border-radius: 0 0 10px 10px;
  background-color: white;
  padding: 4%;
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.28);
}

.booking{
  display: flex;
  justify-content: center;
  width: 80%;
  margin: auto;
}


.h-line{
  width: 2px;
  height: 20px;
  background-color: grey;
  margin: 0px 25px 0px 25px;
}

.button{
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 5% auto;
  width: 200px;
  background-color: #272727;
  color: white;
  border-radius: 5px;
  transition-property: all;
  transition-duration: 0.5s;
  border: solid 2px #000;
}

.button:hover{
  transform: scale(1.08);
  background-color: white;
  border: solid 2px #272727;
  transition: 0.5s ease;
  color: #272727;
  cursor: pointer;
}

.button:hover{
  transform: scale(1.08);
  background-color: white;
  border: solid 2px #272727;
  transition: 0.5s ease;
  color: #272727;
  cursor: pointer;
}

.button a{
  padding: 10px;
  color: inherit;
  font-size: 1.5rem;
  font-family: bitter, serif;
  height: 100%;
  width: 100%;
}

.slider{
  z-index: 2;
  height: 500px;
  background-image: url('/images/showroom01_L.jpg');
  background-position: center;
}

.sliderheader {
  color: #272727;
  font-family: 'bitter', serif;
  font-size: 2.5rem;
  position: relative;
  text-align: center;
  font-weight: 400;
  z-index: 2;
  margin: 65px 0 30px;
}

.slider h3{
  text-align: center;
  color: white;
  font-size: 3rem;
  margin-top: 2%;
}

.slider h4{
  text-align: center;
  color: white;
  font: 2rem 'bitter';
  margin-top: 160px;
  z-index: 0;
}

.slider p{
  color: white;
  margin-top: 2%;
  margin-bottom: 4%;
  text-align: center;
}

@media only screen and (max-width: 500px){
  .slider h4{
      margin-top: 100px;
  }
  .slider p{
    font-size: 0.9em;
  }
}
.slick-dots li button:before{
  font-size: 16px !important;
  color: grey !important;
}

.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
  color: white;
  font-size: 1.5rem;
  z-index: 5;
  cursor: pointer;
}


.slide p{
  width: 50%;
  margin: 2% auto;
}
.prev-arrow{
  left: 10%;
  width: 50px;
}
.next-arrow{
  right: 10%;
  width: 50px;
}

.studio-section{
  width: 60%;
  margin: 5% auto;
}

.studio-section h2,.contactform h2{
  text-align: center;
  font-size: 75px;
  font-family: 'Sacramento', cursive;
  color: #e7c898;
}

@media only screen and (max-width: 500px){
  .studio-section h2,.contactform h2{
    font-size: 50px;
  }
}


.studio-images{
  display: flex;
  justify-content: center;
  align-items: center;
}

.studio-images img{
  margin: 3% 1% 1% 1%;
  width: 32%;
}

@media only screen and (max-width: 1000px){
  .studio-images{
    flex-direction: column;

  }
  .studio-images img{
    width: 100%;
  }
}

.contactform{
  padding: 2% 19%;
  text-align: center;
  background-color: #F5F2E9;
}

form{
  font-family: bitter;
  display: flex;
  margin: 50px auto;
  flex-direction: column;
  text-align: left;
  width: 100%;
}

input{
  font-family: bitter;
  font-size: 14px;
  margin: 0 0 20px 0;
  height: 25px;
  padding: 4px;
  border: solid 1px lightgrey;
}

label{
  margin: 0 0 3px 0;

}

textarea{
  font-family: bitter;
  padding: 4px;
  font-size: 14px;
  border: solid 1px lightgrey;
}

.submit{
  width: 100px;
  height: 40px;
  margin-top: 20px;
  background-color: #e7c898;
  border: none;
  color: black;
  font: 16px bitter;
  transition: 1s ease;
  border-radius: 3px;
  cursor: pointer;
}

.submit:hover{
  background-color: #272727;
  color: white;
  transition: 0.5s ease;
}

.banner{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.banner.music{
  background-color: #404040;
}

.banner.photo{
  background-color: #272727;
}

.banner h3{
  font-size: 1.6em;
  color: white;
}

.banner a{
  margin-top: 2px;
  margin-left: 10px;
  font-family: bitter;
  font-size: 1.6em;
  color: #e7c898;
  transition: 1s ease;
}

.banner a:hover{
  color: #fa5050;
  transition: 0.5s ease;
}

@media only screen and (max-width: 900px){
  .banner{
    display: flex;
    flex-direction: column;
  }
  .banner h3{
    font-size: 1.2em;
  }
  .banner a{
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 460px){

  .banner h3{
    font-size: 0.95em;
  }
  .banner a{
    font-size: 0.95em;
  }
  .contactinfo a, h4{
    font: 16px 'bitter', serif;
  }
  .contactinfo a{
    margin-bottom: 25px;
  }
}



footer{
  display: flex;
}





.facebook{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  height: 450px;
  background-image: url("../images/hestevogn.jpeg");
  background-position: center;
  background-size: cover;
  padding: 35px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1000px){
  footer{
    flex-direction: column;
   }
   .facebook{
    width: 100%;
   }
   iframe{
     width: 100%;
   }
}

.facebook h4,h3{
  color: white;
}

.facebook h3{
  font-size: 30px;
}

.facebook h4{
  font-size: 20px;
}

.facebookbtn{
  background-color: #3B5998;
  width: 200px;
  text-align: center;
  color: white;
  padding: 15px;
  font-size: 20px;
  font-family: bitter, serif;
  transition: 1s ease;
}

.facebookbtn a{
    color: inherit;
}

.facebookbtn:hover{
  background-color: white;
  color: #3B5998;
  transition: 0.5s ease;
}
