*{
	padding:0;
	margin:0;
	border:0;
	}
*,*:before,*:after{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}
:focus,:active{
	outline:none;
	}
a:focus,a:active{
	outline:none;
	}
nav,footer,header,aside{
	display:block;
	}
html,body{
	height:100%;
	width:100%;
	font-size:100%;
	line-height:1;
	font-size:14px;
	-ms-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	}
input,button,textarea{
	font-family:inherit;
	}
input::-ms-clear{
	display:none;
	}
button{
	cursor:pointer;
	}
button::-moz-focus-inner{
	padding:0;
	border:0;
	}
a,a:visited{
	text-decoration:none;
	}
a:hover{
	text-decoration:none;
	}
ul li{
	list-style:none;
	}
img{
	vertical-align:top;
	}
h1,h2,h3,h4,h5,h6{
	font-size:inherit;
	font-weight:inherit;
	}
/*-------------------------------------------------------------*/


body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

header {
    background-color: #b3e1e8;
    padding: 1em 0;
    text-align: center;
}

.header-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cart {
    position: absolute;
    right: 10%;
    font-size: 1.5em;
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

nav ul li {
    margin: 0 1em;
}

nav ul li a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3em;
    padding: 0.5em 1em;
    border-radius: 5px;
    transition: background-color 0.3s;
}

nav ul li a:hover {
    background-color: #b2ebf2;
}

.books{
	/*max-width:1500px;*/
	margin:0px auto;

}
.books-container {
	/*background-color: #faecd1;*/
	/*display: flex;*/
	/*height: 100%;*/
	background-image:url('../images/banner_1a.jpg');
	background-size: cover;
	background-position: center;
	/*background-repeat: repeat-x;*/
	border-top: 2px solid white;
	/*border: 1px solid red;*/

}
.books-row {
	display:flex;
	/*border:1px solid yellow;*/
	margin:0px -10px;
	flex-wrap:wrap;
	justify-content:center;
	padding-right: 30px;
	padding-left: 30px;
}
.books-column{
	flex:0 1 50%;
	padding:0px 10px;
	display: flex;
	
    /*border:1px solid pink;*/
}
.books-item{
	/*border:1px solid black;*/
	
	flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
	
}
.books-title, .print-title, .sub-title{
	text-align: center;
	font-family: "Platypi", serif;
    font-size:3em;
	font-weight:700;

}
.btn {
    display: block;
    padding: 0.75em 3.5em;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 1.5em;
    text-align: center;
    font-size: 1.5em;
    background-color: #fb61a3;
    
}
.image-content img{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.print-container {
	/*background-color: #faecd1;*/
	/*display: flex;*/
	/*height: 100%;*/
	background-image:url('../images/banner_2a.jpg');
	background-size: cover;
	background-position: center;
	/*background-repeat: repeat-x;*/
	border-top: 2px solid white;
	/*border: 1px solid red;*/

}
.print-row {
	display:flex;
	/*border:1px solid yellow;*/
	margin:0px -10px;
	flex-wrap:wrap;
	justify-content:center;
	padding-right: 30px;
	padding-left: 30px;
}
.print-column{
	flex:0 1 33.333%;
	padding:0px 10px;
	display: flex;
    /*border:1px solid pink;*/
}
.print-item{
	/*border:1px solid black;*/
	
	flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.print-btn {
    display: block;
    padding: 0.75em 3.5em;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 1.5em;
    text-align: center;
    font-size: 1.5em;
    background-color: #5ba3fa;
    
}
.sub-container {
	/*background-color: #faecd1;*/
	/*display: flex;*/
	/*height: 100%;*/
	background-image:url('../images/banner_3.jpg');
	background-size: cover;
	background-position: center;
	/*background-repeat: repeat-x;*/
	border-top: 2px solid white;
	/*border: 1px solid red;*/

}
.sub-row {
	display:flex;
	/*border:1px solid yellow;*/
	/*margin:0px -10px;*/
	flex-wrap:wrap;
	justify-content:center;
	padding-right: 30px;
	padding-left: 30px;
}
.sub-column{
	flex:0 1 50%;
	padding:0px 10px;
	display: flex;
    /*border:1px solid pink;*/
}
.sub-item{
	flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*border: 1px solid blue;*/
}
.sub-subtitle{
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 15px;
}
form {
   display: flex;
    flex-direction: column;
    align-items: center;
    /*border: 1px solid grey;*/
    width: 50%;
    align-items: center;
    justify-content: center;
}

form input {
    padding: 1em;
    margin: 2em 0;
    border-radius: 5px;
    border: 1px solid grey;
    width: 100%;
    font-size: 1.1em;
    /*max-width: 1000px;*/
}

form .btn {
    display: block;
    padding: 0.75em 3.5em;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 1.5em;
    text-align: center;
    font-size: 1.1em;
    background-color: #f66a3d;
    
}
button.btn{
	margin-top: 0px;
}

.reply{
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 15px;
	color: #c93a0c ;
	margin-top: 20px;
}

.follow-us {
    background-color: #e0f7fa;
    padding: 2em 1em;
    text-align: center;
}

.follow-us h2 {
    font-size: 2em;
    margin-bottom: 1em;
}

.social-icons {
    font-size: 2em;
}
.social-icons a {
    margin: 0 0.5em;
    color: #333;
    text-decoration: none;
}

.social-icons a:hover {
    color: #fb61a3;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1em 0;
}


@media (max-width: 1058px) {
	.books-title, .print-title, .sub-title{
	line-height: 35px;
    font-size:2em;
	font-weight:700;

}
.sub-subtitle{
	font-size: 1.1em;
	line-height: 20px;
	text-align: center;
}
.btn, .print-btn{
	font-size: 1.2em;

}
}

@media (max-width: 948px) {
	form .btn{
	margin-top: 0em;
}
	form input {
    margin: 1em 0;
}

@media (max-width: 768px) {
    
    .image-content img{
    	margin: 0;
    }
    .books-row {
    	padding-top: 40px;
    	padding-bottom: 10px;
    }
    .books-title, .print-title, .sub-title{
	line-height: 35px;
    font-size: 2.5em;
}
    .books-column{
	flex:0 1 100%;
}
.books-item{
	margin-bottom: 30px;
}
.print-column{
	flex:0 1 100%;
}
.sub-column{
	flex:0 1 100%;
}
.sub-row {
	padding-top: 40px;
    	padding-bottom: 10px;
}
    form {
    width: 100%;
    margin-bottom: 30px;
}
@media (max-width: 510px) {
.header-content {
        flex-direction: column;
        align-items: center;
    }

    .cart {
        margin: 1em 0;
    }

    nav ul {
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    nav ul li {
        margin: 0.5em 0;
    }
    nav ul li a {
    font-size: 1.2em;
}
 .books-title, .print-title, .sub-title{
    font-size: 2.2em;
}
}
@media (max-width: 400px) {
.header-content img{
width: 50%;
}
}