
/******************* HOME ************************/
.container .home{
    height: calc(100% - 80px);
    width: 100%;
    display: block;
    background: white;
    min-height: 1300px;
}

.container .home_bt {
    border-radius: 100%;
    background: #73AD21;
    padding: 20px; 
    width: 40px;
    height: 40px;  
    display: inline-block;
  }

  .container .home_bt:hover{
    border-radius: 100%;
    padding: 20px; 
    width: 40px;
    height: 40px;  
    display: inline-block;
    cursor: pointer;
    background: #98da3b;
  }
.container .home_bt a{
    margin-left:-5px;
  }

  .container .home_bt:hover a{
    color: black;
  }

  .container .home .text{
    z-index: 9;
    width: 500px;
    height: 200px;
    padding-top: 10vh;
    padding-left: 40vh;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: absolute;
  }

  .container .home .text .welcome{
        font-size: 25px;

  }
  .container .home .text .name{
    font-size: 120px;
    font-family: Mowgli;

  }
  .container .home .text .description{
    font-size: 25px;
  }
  .container .home .text .button, .container .home .book_ad .about .button{
    margin-top: 20px;
    background: #5db6d0;
    width: 100px;
    height: 40px;
    color:white;
    line-height: 30px;
    padding-left: 10px;
    padding-top: 10px;
    border-radius: 50px;
    cursor: pointer;   
  }
  .container .home .text .button:hover,.container .home .book_ad .about .button:hover{
    background: #8ad9f1;
    color: black;
  }

.container .home .home_image {
    width: 100%;
    height: 650px; 
    background: url('../assets/home-book.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    z-index: 1;
}

.container .home .book_ad{
     background-color: white;
     width: 100%;
     margin-top: 50px;
}
.container .home .book_ad .img{
    width: 350px;
    height: 500px; 
    background: url('../assets/ad-1.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: inline-block;
    margin-left: 30vh;
    position: absolute;
}
.container .home .book_ad .about{
    display: inline-block;
    width: 40%;
    margin-left: 80vh;
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top:20px;
}

.container .home .book_ad .about .aboutbook{
   font-size: 25px;
   color: #5db6d0;
   font-weight: bold;
}
.container .home .book_ad .about .title{
  font-size: 40px;
  font-family: BerkshireSwash;
  color: #324713;
}
.container .home .book_ad .about .description{
  padding-top:10px;
  font-size: 16px;
}

/****************** page sections  *********************/


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

    .container .home{
      min-height: 1300px;
    }


    /* SECTIONS*/
    .container .home .text{
      padding-left: 21%;
      margin-top: -50px;
      width: 65%;
    }
    .container .home .text .welcome,  .container .home .text .description{
      font-size: 14px;
    }
    .container .home .text .name{
      font-size: 80px;
    }
    .container .home .text .button{
      margin-left:20%;
    }

    .container .home .home_image{
    width: 100%;
    height: 325px;
    background: url(../assets/home-book-m.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    }
    
    .container .home .book_ad .img{
      display: block;
      margin-left: 5vh;
    }
    .container .home .book_ad .about{
      margin-left: 5vh;
      position: absolute;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      padding-top: 20px;
      margin-top: 500px;
      width: 80%;
    }

    .container .home .book_ad .about .aboutbook{
      font-size: 20px;
    }

    .container .home .book_ad .about .description{
      font-size: 14px;
    }

    .container .home .book_ad .about .button{
      margin-left: 25vw;
    }
  }

  @media only screen and (min-width: 700px)  and  (max-width: 1024px){
    .container .home .text{
      padding-left: 10%;
      margin-top: -50px;
      width: 65%
    }
    .container .home .home_image{
      width: 100%;
      height: 365px;
      background: url(../assets/home-book.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: block;
    }

    .container .home .book_ad .img{
      width: 230px;
      height: 360px;
    }

    .container .home .book_ad .about{
      margin-left: 29vh;
      position: absolute;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      padding-top: 20px;
      width: 50%;
      margin-top: 0;
    }

    .container .home{
      min-height: 1000px;
    }
  }

  @media only screen and (min-width: 800px)  and  (max-width: 1024px){
    .container .home{
      min-height: 1300px;
    }
  }

  