
@media only screen and (max-width: 600px) {
 .nav-2 {
    display: none;
  }

  .topnav{
  	margin-top: 55px;
  	

  	display: block;
  }


  .home{
  	
    background: url(../images/home.jpg) no-repeat left top;
    min-height: 397px;
    width: 100%;
    background-position-x: -147px;

  }


  .services {
    background: url(../images/services.jpg) no-repeat center top;
    min-height: 674px;
    width: 100%;
        background-position-x: -376px;}


.services-content {
        width: 80%;
    float: left;
    margin: 180px 0px 0px 25px;}



}

@media screen and (max-width: 600px){
	.topnav a{display: none; border-bottom: 1px solid skyblue; }
	.topnav a.icon{

		float: right;
		display: block;
		padding: 0;
		background: #fff;
		margin-right: 20px;
	}


	.topnav a{
		background-color: #fff;
	}
}


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


	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;

}


    .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


@media screen and (max-width: 768px){
/*.books{
  background:none;
}*/

.books-content .book1 {
   width: 100%; 
     float: left;
         margin: 0px 57px 0px 0px;
    }

    .books-content .book1 img{
      /*margin: 0px 0px 10px 23px;*/
    }

    .books-content .book12 {
    width: 100%;
    float: left;
    margin: 0px 57px 0px 0px;
  }


.books-content{
    width: 95%;
    float: left;
  margin: 30px 15px 0px 15px;
}

body{
  overflow-x: hidden;
  width: 100%;
}

.books-content .book1 img {
    margin: 30px auto 0px auto;
    display: block;
  }

  .books-content .book12 img{
    margin: 30px auto 0px auto;
    display: block;
  }


}

