*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
/*-------Button--------*/
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 12px 34px;
    font-size: 14px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #f0d7d9;
    background: #f0d7d9;
    color: #564146;
    transition: 1s;
}
.red-btn {
    border: 1px solid #564146;
    background: transparent;
    color: #564146;
  }
  .red-btn:hover {
    color: white;
    background: #564146;
  }
/*-------Header--------*/
header {
    height: 40vh;
    width: 100%;
    background-image: linear-gradient(rgba(86,65,70,0.7), rgba(86,65,70,0.7)), url(images/sakura.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
  }
/*-------MainHeader--------*/
#main-header{
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(86,65,70,0.7), rgba(86,65,70,0.7)), url(images/sakura.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    /*border-bottom: 1px solid white;*/
}

nav img{
    width: 150px;
    cursor: default;
    /*border: 1px solid white;*/
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block; /*horizontal*/
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.nav-links ul li::after{
    content: "";
    width: 0%;
    height: 2px;
    background: #564146;
    display: block;
    margin: auto;
    transition: 0.5s;
    
}
.nav-links ul li:hover::after{
    width: 100%;
}
.text-box{
    width: 90%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /*in the center of the div*/
    text-align: center;
}
.text-box h1{
    font-size: 62px;
}
.text-box p{
    margin: 10px 0 40px; /* top left+right bottom*/
    font-size: 18px;
    font-weight: 400;
    color: white;
}
nav .fa{
    display: none;
}
/*-------Footer--------*/
footer {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-image: linear-gradient(rgba(86,65,70,0.7), rgba(86,65,70,0.7)), url(images/sakura.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
  }
  footer h4 {
    color: white;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 600;
  }
  footer p {
    color: white;
  }
  .icons .fa {
    color: white;
    margin: 0 13px 17px;
    cursor: pointer;
    padding: 10px;
  }
  .icons .fa:hover {
    border-radius: 20px;
    background-color: #f0d7d9;
    transition: 0.5s;
  }
/*-------MainFooter--------*/
#main-footer {
    background: transparent;
    position: absolute;
    bottom: 0;
    /*border-top: 1px solid white;*/
  }
  .icons .fa {
    color: #f0d7d9;
    margin: 0 13px;
    cursor: pointer;
    padding: 10px;
  }
  .icons .fa:hover {
    border-radius: 50px;
    background-color: #564146;
    color: white;
    transition: 0.5s;
  }
  .fa-heart-o {
    color: #f0d7d9;
  }
/*responsivni design*/
@media(max-width: 700px){
    .header{
        height: 100vh;
    }
    .header h1{
      padding: auto;
    }
    .text-box h1{
        font-size: 20px;
    }
    .text-box p{
        margin: 10px 0 40px; /* top left+right bottom*/
        font-size: 14px;
        font-weight: 400;
        color: white;
    }
    nav img{
        width: 100px;
        cursor: default;
        /*border: 1px solid white;*/
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #564146;
        height: 100vh;
        width: 200px;
        top: 0;
        right: 0; /*-200px*/
        bottom: 0;
        text-align: left;
        z-index: 2;
        transition: 1s;
        display: none;
        
    }
    nav .fa{
        display: block;
        color: white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
    .row {
        flex-direction: column;
    }
    
    table {
        font-size: 5px;
        width: 100%;
    }
    .contact-us {
        font-size: 14px;
    }
    .contact-col div .fa {
      display: none;
    }
 
    
      
 
}
@media(max-width: 920px){
  .header{
      height: 100vh;
  }
  .text-box h1{
      font-size: 20px;
  }
  .text-box p{
      margin: 10px 0 40px; /* top left+right bottom*/
      font-size: 14px;
      font-weight: 400;
      color: white;
  }
  nav img{
      width: 100px;
      cursor: default;
      /*border: 1px solid white;*/
  }
  .nav-links ul li{
      display: block;
  }
  .nav-links{
      position: absolute;
      background: #564146;
      height: 100vh;
      width: 200px;
      top: 0;
      right: 0; /*-200px*/
      bottom: 0;
      text-align: left;
      z-index: 2;
      transition: 1s;
      display: none;
      
  }
  nav .fa{
      display: block;
      color: white;
      margin: 10px;
      font-size: 22px;
      cursor: pointer;
  }
  .nav-links ul{
      padding: 30px;
  }
  .row {
      flex-direction: column;
  }
  
  table {
      font-size: 5px;
      width: 100%;
  }
  .contact-us {
      font-size: 14px;
  }
  .contact-col div .fa {
    display: none;
  }

  
    

}






@media(max-width: 920px) and (max-height: 350px){
  .text-box p {
    margin: 10px 0 10px;
    
  }
}
@media(max-width: 920px) and (max-height: 300px){
  .hero-btn {
    display: none;
    
  }
}
@media(max-width: 920px) and (max-height: 450px){
  #headline {
    display:none;
  }

 
}




/*-------About--------*/
.row {
    margin: 3% 0 3%;
    display: flex;
    justify-content: space-between;
   
  }
  .about-us {
    width: 80%;
    margin: auto;
  }
  .about-us h2 {
    margin-bottom: 25px;
  }
  .about-us-col {
    flex-basis: 48%;
    padding: 0;
    margin: 25px 0 25px;
    
    align-items: center;
  }
  .about-us-col img {
    display: block;
    margin: auto;
        width: 90%;
    border-radius: 5%;

  }
  .about-us-col h1 {
    padding-top: 35px;
    margin-bottom: 35px;
  }
  .about-us-col p {
    padding: 0 0 35px;
    font-size: 16px;
  }
  /*-------Offer--------*/
.offer {
    width: 80%;
    margin: auto;
  }
  .offer a {
    flex-basis: 31%;
    background-color: #f0d7d9;
    border-radius: 10px;
    padding: 20px 12px;
    margin-bottom: 5%;
    box-sizing: border-box;
    transition: 0.5s;
    text-align: center;
    text-decoration: none;
    color: black;
  }
  h3 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
  }
  .offer a:hover {
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.2);
  }
  /*-------Pricelist--------*/
.pricelist {
    width: 100%;
    margin: auto;
    padding-top: 25px;
    text-align: center;
  }
  
  .pricelist h3 {
    font-size: 24px;
  }
  .pricelist p {
    margin: 10px 0 10px;
  }
  .pricelist .hero-btn {
    margin: 15px 0 15px;
  }
  .table h1 {
    text-align: center;
  }
  table {
    margin: 20px auto;
    width: 80%;
  }
  
  tr {
    display: table;
    width: 100%;
    margin: 20px auto;
    font-family: sans-serif;
    background: transparent;
    padding: 30px 0;
    color: #555;
    font-size: 13px;
    box-shadow: 0 1px 4px 0 rgba(86,65,70,0.7);
  }
  
  td {
    display: table-cell;
    width: 33%;
    padding: 4px 0;
    text-align: center;
  
    vertical-align: middle;
  }
  
  .thead {
    background-color: #564146;
    color: #fff;
    font-size: 15px;
  }
  #how {
    text-align: center;
  }
  #how h3 {
    font-size: 24px;
  }
  #how img {
    width: 60%;
    border-radius: 70px;
    padding: 20px 0 25px;
  }
  /*-------Contact--------*/
  .location {
    width: 80%;
    margin: auto;
    padding-top: 25px;
    text-align: center;
    
  }
  .location iframe {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
  }
  .contact-us {
    width: 80%;
    margin: auto;
    padding-top: 25px;
    text-align: center;
  }
  .contact-col {
    flex-basis: 48%;
  }
  .contact-col div {
    display: flex;
    
  
    margin-bottom: 40px;
  }
  .contact-col div .fa {
    font-size: 28px;
    color: #564146;
    margin: 10px;
    margin-right: 30px;

    
  }
  .contact-col div span {
    text-align: left;
  }
  
  .contact-col input,
  .contact-col textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  #canvas {
    border: 1px solid black;
  }