@import url('https://fonts.googleapis.com/css2?family=Bellefair&family=JetBrains+Mono:wght@300;400&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200;300;400&display=swap');

/*headers*/
header {
  width: 100%;
  height: 100vh;
  background-size:cover;
  background-repeat: no-repeat;
  background-image:url('./img/gabi-cover.png');
}

.headerPages {
  width: 100%;
  height: 400px;
  background-size:cover;
  background-repeat: no-repeat;
}

.headerOmne {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(25, 24, 24, 0.1)),
    url('./img/omne-cover.JPG');
  background-size:cover;
  background-repeat: no-repeat;
}

.headerQiti {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(25, 24, 24, 0.1)),
    url('./img/sekce-qiti-cover.JPG');
  background-size:cover;
  background-repeat: no-repeat;
}

.headerReference {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(25, 24, 24, 0.1)),
    url('./img/reference-cover.jpg');
  background-size:cover;
  background-repeat: no-repeat;
}

.headerKontakt {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(25, 24, 24, 0.1)),
    url('./img/kontakt-cover.jpg');
  background-size:cover;
  background-repeat: no-repeat;
}

.headerVence{
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(25, 24, 24, 0.1)),
    url('./img/vence-cover.jpg');
  background-size:cover;
  background-repeat: no-repeat
}

.headerSvatby {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(25, 24, 24, 0.1)),
    url('./img/svatby-cover.jpg');
  background-size:cover;
  background-repeat: no-repeat
}

.headerCenik {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(25, 24, 24, 0.1)),
    url('./img/cenik-cover.jpg');
  background-size:cover;
  background-repeat: no-repeat
}

/*navbar*/
.navbar {
  font-size: 20px !important;
  font-weight: 400;
}

.nav-link {
  color: white;
  padding-bottom: 0;
  background: 
  linear-gradient(currentColor 0 0) 
  bottom /var(--d, 0) 2px 
  no-repeat;
  transition:0.5s;
}
.nav-link:hover {
--d: 100%;
}

.nav-colored {
  background:  rgba(25, 24, 24, 0.7);
}

.nav-item {
  font-weight: 400;
  letter-spacing: 0.1rem;
}

/*font*/
* {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.h1 {
    color: #637619;
    font-family: 'Bellefair', serif;
}

.h4 {
  color: #637619;
  font-family: 'Bellefair', serif;
}

.coverFont {
  font-family: 'Bellefair', serif;
}

.sectionAbout, .sectionReference {
    background-color: rgb(217, 217, 217);
}

.galleryImage {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}

/* buttons */
.button-1 {
  align-items: center;
  background-color: #637619;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1rem;
  justify-content: center;
  line-height: 20px;
  max-width: 680px;
  min-height: 50px;
  min-width: 200px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-1:hover,
.button-1:focus { 
  background-color: #A7BD4F;
  color: #ffffff;
  transform: translateY(-0.25em);
}

.button-1:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}

.button-2 {
  align-items: center;
  background-color: #ffffff;
  border: 1px #637619 solid;
  border-radius: 100px;
  box-sizing: border-box;
  color: rgb(99, 118, 25);
  cursor: pointer;
  display: inline-flex;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1rem;
  justify-content: center;
  line-height: 20px;
  max-width: 680px;
  min-height: 25px;
  min-width: 175px;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-2:hover,
.button-2:focus { 
  transform: translateY(-0.25em);
}

.button-2:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}

/* Icons */

.wreathIcon {
  background: url(/img/icons/venecek.png);
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 35px;
  height: 35px;
  display: inline;
  margin-right: 0.5rem;
}

.weddingIcon {
  background: url(/img/icons/veselka.png);
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 35px;
  height: 35px;
  display: inline;
  margin-right: 0.3rem;
}

.qitiIcon {
  background: url(/img/icons/qiti.png);
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 35px;
  height: 35px;
  display: inline;
  margin-right: 0.4rem;
}

@media only screen and (max-width: 1024px) {
  header{
    width: 100vw;
    height: 600px;
    background-size:cover;
    background-repeat: no-repeat;
  }

  .headerPages{
    width: 100vw;
    height: 450px;
    background-size:cover;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 767px) {
    .navbar-nav{
        text-align: center;
        background-color: rgba(175, 174, 174, 0.921);
    }

    header{
      width: 100vw;
      height: 400px;
      background-size:cover;
      background-repeat: no-repeat;
    }

    .headerPages{
      width: 100vw;
      height: 200px;
      background-size:cover;
      background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 425px) {
  header{
      width: 100vw;
      height: 200px;
      background-size:cover;
      background-repeat: no-repeat;
  }

  .headerPages{
    width: 100vw;
    height: 150px;
    background-size:cover;
    background-repeat: no-repeat;
  }
}
