/*for-large-dekstop view-1440*/

@media only screen and (min-width: 100px) and (max-width: 1900px) {
}

/*for-large-dekstop view-1200*/

@media only screen and (min-width: 100px) and (max-width: 1399px) {
}

/*for-laptop view-1024*/

@media only screen and (min-width: 100px) and (max-width: 1199px) {
}

/*for-tablet view-768*/

@media only screen and (min-width: 100px) and (max-width: 991px) {
	.newsletter-section {
    flex-direction: column;
    text-align: center;
  }

  .newsletter-right {
    margin-top: 20px;
  }
}

/*for-landscape_mobile view-576*/

@media only screen and (min-width: 100px) and (max-width: 767px) {
	.home-banner-main img {
    width: 60%;
}

.home-banner-main h4 {
    font-size: 27px;
}

.spacer {
    padding: 50px 0px 50px;
}
.book-cover-img img {
    margin: 0 auto 40px;
}
.Box-content h2 {
    font-size: 26px;
}
.BioSection .row {
    flex-direction: column-reverse;
}
.bio-img img {
    width: 100%;
    margin: 0 auto 30px;
    height: 300px;
    
}
.spacer-bottom {
    padding-bottom: 50px;
}
.newsletter-title {
    font-size: 40px;
}
.newsletter-section {
    padding: 50px 10px;
}
.newsletter-right {
    justify-content: center;
}
.book-image {
    width: 80%;
}
footer.footer p {
    font-size: 15px;
}
}

/*for-mobile view-375*/

@media only screen and (min-width: 100px) and (max-width: 575px) {
  .container {
    width: 96%;
  }
	.contact-wrapper {
    padding: 20px;
  }

  .contact-info, .contact-form {
    margin-bottom: 30px;
  }
	
}

/*for-small_mobile view-320*/

@media only screen and (min-width: 100px) and (max-width: 374px) {
}
