* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background-color: rgba(243,243,243,1);
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

input[type="checkbox"] {
	display: none;
}

.hamburger {
    display: none;
    font-size: 2rem;
    color: white;
}

nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 70px;
	background-color: rgba(199,83,102,1);
	border: 3px solid rgba(130,42,57,1);
}

nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
	white-space: nowrap;
}

li ul {
	display: none;
	position: absolute;
	background-color: rgba(199,83,102,1);
}

nav ul li {
    flex: 0 0 18rem;
	padding-top: 8px;
    text-align: center;
    display: block;
	font-size: 20px;
	white-space: nowrap;
}

nav ul li a {
    text-decoration: none;
    padding: 0.8rem 1rem;
    display: block;
    color: white;
}

nav ul li a:hover {
    color: rgb(255, 183, 196);
    font-style: italic;
}

nav ul li:hover ul {
	display: flex;
	flex-direction: column;
}

nav ul li ul li {
	flex: 0 1 auto;
	width: 8rem;
}

@media screen and (max-width: 1000px) {
    nav ul {
        display: none;
        flex-direction: column;
		background-color: rgba(199,83,102,1);
		border: 3px solid rgba(130,42,57,1);
    }

	.hamburger {
		display: block;
		float: right;
		cursor: pointer;
	}

	input[type="checkbox"]:checked ~ ul {
	display: block;
	}

	li ul {
	position: static;
	}

	nav ul li {
	flex: 0 0 auto;
	width: 100%;
	}
}

main {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 90%;
	margin-left: 1.5cm;
	margin-top: -3cm auto;
}

.top {
	text-align: left;
	font-size: 19px;
	color: grey;
	padding-left: 2.5cm;
	margin-top: 2.5cm;
	flex-wrap: nowrap;
	flex-direction: row;
}

a[type=top1] {
	text-decoration: none;
	color: grey;
}

a[type=top1]:hover {
	text-decoration: underline;
}

.info {
	color: black;
	padding: 2cm;
	flex-basis: 400px;
	flex-grow: 1;
	font-size: 17.5px;
	margin-top: -3em;
	margin-left: -1.5em;
}

.title {
	font-size: 24px;
	text-align: left;
}

.writer {
	font-size: 22px;
	text-align: left;
	padding-top: 5px;
}

.info2 {
	font-size: 17.5px;
	color: grey;
	padding-top: 6.5px;
}

.info3 {
	font-size: 17.5px;
	color: grey;
	padding-top: 6.5px;
}

.summary {
	font-size: 20px;
	padding-top: 0.4cm;
}

.paragraph2 {
	padding-top: 0.2cm;
}

.paragraph3 {
	padding-top: 0.2cm;
}

figure {
	flex-basis: 350px;
	flex-grow: 0;
	width: 100%;
	margin-left: 1cm;
	margin-top: 0.5cm;
}

img {
	width: 100%;
	border: 2px solid rgb(78, 77, 77);
	border-radius: 40px;
}

.ISBN {
	font-size: 18px;
}

h1 {
	color: rgb(78, 77, 77);

}

.themesheader {
	padding-left: 0.3cm;
	padding-top: 0.2cm;
	font-size: 18.5px;
	padding-bottom: 0.5cm;
}

.themes {
	padding-left: 2.4cm;
	padding-top: 0.1cm;
	font-size: 18px;
	width: 100%;
}

.lesstheme {
	width: 100%;
	padding-left: 1cm;
	padding-top: 0.5cm;
}

.details {
	margin-left: 13.9cm;
	color: black;
	text-decoration: none;
}

.details:hover {
	text-decoration: underline;
}

.lessdetails {
	color: black;
	text-decoration: none;
}

.lessdetails:hover {
	text-decoration: underline;
}

.sale {
	padding-left: 0.5cm;
}

button[type=Waterstones] {
	background-color: white;
	padding: 15px 18px;
	font-size: 18px;
	margin-right: 20px;
	border-radius: 5cm;
	border: 2px solid black;
	cursor: pointer;
}

.waterstonesbutton {
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.waterstonesbutton:hover {
	text-decoration: underline;
}

button[type=Blackwells] {
	background-color: white;
	padding: 15px 18px;
	font-size: 18px;
	margin-right: 20px;
	border-radius: 5cm;
	border: 2px solid black;
	cursor: pointer;
}

.blackwellsbutton {
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.blackwellsbutton:hover {
	text-decoration: underline;
}

button[type=MrB] {
	background-color: white;
	padding: 15px 18px;
	font-size: 18px;
	margin-right: 20px;
	border-radius: 5cm;
	border: 2px solid black;
	cursor: pointer;
}

.MrBbutton {
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.MrBbutton:hover {
	text-decoration: underline;
}

button[type=Toppings] {
	background-color: white;
	padding: 15px 18px;
	font-size: 18px;
	margin-right: 20px;
	border-radius: 5cm;
	border: 2px solid black;
	cursor: pointer;
}

.toppingsbutton {
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.toppingsbutton:hover {
	text-decoration: underline;
}

.contact {
	text-decoration: underline;
	color: rgba(130,42,57,1);
}

.contact:hover {
	font-weight: bold;
	font-size: 19px;
}

.ElliePillaiLove {
	width: 45%;
	border-radius: 15px;
	float: left;
}

.ElliePillaiLove2 {
	width: 45%;
	border-radius: 15px;
	float: right;
}

.ElliePillaiLove3 {
	width: 45%;
	border-radius: 15px;
	margin-top: 7cm;
	margin-left: -4.18cm;
	float: left;
}

.ElliePillaiLove4 {
	width: 45%;
	border-radius: 15px;
	margin-top: 0.66cm;
	margin-left: 5cm;
	float: right;
}

.ElliePillaiLove5 {
	width: 45%;
	border-radius: 15px;
	margin-top: 0.6cm;
	margin-left: 0cm;
	float: left;
}

.ElliePillaiLove6 {
	width: 45%;
	border-radius: 15px;
	margin-top: 0.6cm;
	margin-left: 0cm;
	float: right;
}

.ElliePillaiLove7 {
	width: 45%;
	border-radius: 15px;
	margin-top: 7.8cm;
	margin-left: -4.23cm;
	float: left;
}

.ElliePillaiLove8 {
	width: 45%;
	border-radius: 15px;
	margin-top: 0.96cm;
	margin-left: 0cm;
	float: right;
}

.ElliePillaiLove85 {
	width: 45%;
	border-radius: 15px;
	margin-top: 0.9cm;
	margin-left: 1cm;
	float: right;
}

@media screen and (max-width:600px) {
	main {
		flex-wrap: wrap;
		width: 100%;
		margin-left: 0cm;
	}

	.top {
		font-size: 15px;
		margin-left: -0.5cm;
	}

	img {
		width: 55%;
		margin-left: 2.5cm;
	}

	.info {
		margin-right: 2cm;
	}

	.title {
		font-size: 22px;
	}

	.writer {
		font-size: 22px;
	}

	.summary {
		font-size: 16px;
		width: 100%
	}

	h1 {
		display: none;
	}

	.themesheader {
		font-size: 17px;
		margin-top: 0.5cm;
		margin-left: -0.5cm;
	}

	.themes {
		font-size: 13px;
		margin-left: -3.5cm;
		width: 170%;
	}

	.lesstheme {
		font-size: 13px;
		margin-left: -1cm;
		width: 170%;
	}

	.details {
		font-size: 14px;
		margin-left: 8cm;
	}

	.sale {
		margin-left: -1.5cm;
	}
	
	button[type=Waterstones] {
		background-color: white;
		padding: 15px 18px;
		font-size: 13px;
		margin-right: 35px;
		border-radius: 5cm;
		border: 2px solid black;
		cursor: pointer;
		margin-bottom: 10px;
	}
	
	button[type=Blackwells] {
		background-color: white;
		padding: 15px 18px;
		font-size: 13px;
		margin-right: 0px;
		border-radius: 5cm;
		border: 2px solid black;
		cursor: pointer;
	}
	
	button[type=MrB] {
		background-color: white;
		padding: 15px 18px;
		font-size: 13px;
		margin-right: 15px;
		border-radius: 5cm;
		border: 2px solid black;
		cursor: pointer;
	}
	
	button[type=Toppings] {
		background-color: white;
		padding: 15px 18px;
		font-size: 13px;
		margin-right: 0px;
		border-radius: 5cm;
		border: 2px solid black;
		cursor: pointer;
	}
	
	.toppingsbutton {
		text-decoration: none;
		color: black;
		cursor: pointer;
	}
	
	.toppingsbutton:hover {
		text-decoration: underline;
	}

	.ElliePillaiLove {
		width: 35%;
		border-radius: 15px;
		float: left;
		margin-left: 0cm;
	}
	
	.ElliePillaiLove2 {
		width: 35%;
		border-radius: 15px;
		float: right;
	}
	
	.ElliePillaiLove3 {
		width: 35%;
		border-radius: 15px;
		margin-top: 6cm;
		margin-left: -3.3cm;
		float: left;
	}
	
	.ElliePillaiLove4 {
		width: 35%;
		border-radius: 15px;
		margin-top: 1.1cm;
		margin-left: 5cm;
		float: right;
	}
	
	.ElliePillaiLove5 {
		width: 35%;
		border-radius: 15px;
		margin-top: 0.6cm;
		margin-left: 0cm;
		float: left;
	}
	
	.ElliePillaiLove6 {
		width: 35%;
		border-radius: 15px;
		margin-top: 0.6cm;
		margin-left: 0cm;
		float: right;
	}
	
	.ElliePillaiLove7 {
		width: 35%;
		border-radius: 15px;
		margin-top: 6.5cm;
		margin-left: -3.2cm;
		float: left;
	}
	
	.ElliePillaiLove8 {
		width: 35%;
		border-radius: 15px;
		margin-top: 0.96cm;
		margin-left: 0cm;
		float: right;
	}
	
	.ElliePillaiLove85 {
		width: 35%;
		border-radius: 15px;
		margin-top: 0.9cm;
		margin-left: 1cm;
		float: right;
	}

}