
@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* font-family: 'Noto Serif', serif; */

* {
	box-sizing: border-box;
}
html {
    position: relative;
    min-height: 100%;
}
body {
	margin: 0;
	border:0;
	padding: 0;
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	color: #000;
	background: #F4F1EA;
	font-size: 14px;
}
p {
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0 auto;
	color:#000;
	font-weight: 300;
}
#topBar {
	background: #f9c83e;
	height: 42px;
    width: 100%;
}
#topBar p {
	color: #000;
	font-size: 16px;
	padding: 10px 0;
}
#topBar a, #topBar a:active {
	font-weight: 700;
	text-transform: none;	
	font-size: 16px;
}
#topBar a:hover {
	font-weight: 700;
	text-transform: none;	
	font-size: 16px;
    color: #9a2416;
}
header {
	width: 100%;
	height: auto;
	margin: auto;
    width: 100%;
}
.container {
	width: 1000px;
	margin:auto;
}
#logo {
	width:25%;
	height:auto;
	margin:14px auto;
	float: left;
}
a, a:hover, a:active {
	text-decoration:none;
}
a {
	font-size: 16px;
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
}
a:hover, a:active {
	color: #000;
}


nav {
	width:50%;
	float:right;
	height:auto;
	margin:7px auto;
	text-align:right;
	font-family: 'Noto Serif', serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
}
nav ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
	margin:auto;
}
nav li {
    display: inline;
	margin:auto;
}
nav li a {
	font-style:normal;
	color:#000;
	margin: 0 10px;
    text-decoration: none;
}
nav li a:hover {
	font-style:normal;
    color: #9a2416;
	margin: 0 10px;
    text-decoration: none;
	display: inline-block;
}






h1 {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	color: #000;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	margin: 0 0 8px 0;
}

h2 {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	color: #000;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: left;
	margin: 0 0 8px 0;
}



#clear {
	clear:both;	
}




#strip {
	width: 100%;
	height: 300px;
	background: #fff;
	background-image: url(images/strip-image.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}




#section {
	width: 100%;
	padding: 40px 0 30px 0;
	margin: auto;
	height: auto;	
}

.photo {
	width: 35%;
	float:left;	
}
.text {
	width: 60%;
	margin-left: 5%;
	float: left;	
}

.author {
	padding: 35px;
	margin-top: 40px !important;
	background: #FFF;
	margin:auto;
}

.text2 {
	width: 60%;
	margin-right: 5%;
	float: left;	
}
.photo2 {
	width: 35%;
	float:left;
	text-align:center;	
	margin-top:50px;
}

.buy {
	margin: auto;
	width: 100%;	
	text-align: center;	
	margin: 60px auto;
}
.buy h1 {
	text-align: center;	
	margin-bottom: 45px;
}

.sneak h1 {
	text-align: center;	
}

.buy2 {
	margin: 60px auto;	
}






.button {
	width: 40%;
	margin:auto;
	text-align: center;
	padding: 20px;
	background: #f9c83e;
	color: #000;
	letter-spacing: 3px;
	border-radius: 10px;
}
.button a {
	overflow: hidden;
	text-align: center;
	color: #000;
}
.button:hover {
	background: #9a2416;	
}
.button a:hover {
	color: #fff;	
}






footer {
	width:100%;
	margin:auto;
	text-align: center;
	margin-top: 30px;
	background: #F4F1EA;
}
footer p {
	padding: 20px 0;
}














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


.container {
	width: 90%;
}

}




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


.photo, .photo2 {
	float: none;
	margin: auto;
	width: 75%;	
}
.text, .text2 {
	float: none;
	margin: auto;
	width: 100%;	
}
h1 {
	font-size: 20px;	
}
h2 {
	font-size: 14px;	
}
#topBar a {
	font-size: 13px;	
}
#topBar p {
	letter-spacing: 0;	
}
nav {
	margin: 3px auto;
	letter-spacing: 0;	
}
nav li a {
	margin: 0 7px;	
}


}








