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

@font-face {
  font-family: 'Courier Prime';
  src: url('fonts/Courier-Prime.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EB Garamond';
  src: url('fonts/EB-Garamond.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

nav {
    font-family: "Courier Prime", monospace;
    color: #FFFFFF;
    background-color: rosybrown;
    text-align: center;
    word-spacing: 3.5em;
	padding: 10px;
	font-size: large;
}

a:link{
	color: white;}
a:visited{
	color: white;}
a:hover{
	color: lavender;}
a:active {
	color: white;}

.newsbanner {
	font-family: "EB Garamond", serif;
	color: black;
	background-color: floralwhite;
	text-align: center;
	padding: 10px;
	font-size: large;
}

.secondlinks a:link{
	color: black;}
.secondlinks a:visited{
	
	color: black;}
.secondlinks a:hover{
	color: rosybrown;}
.secondlinks a:active {
	color: black;
}

img.small {width: 200px;
}
img.align-center {display: block;
	margin: 10px auto;}
img.products {width: 100%;
	height: auto;
	padding: 10px;
}

img.medium {width: 300px;
}

h1,h2,h3 {font-family: "Courier Prime", monospace;
	
}
p {font-family: "EB Garamond", serif;
	
}
.text-box {
    background-color: floralwhite;
    margin: 50px auto;
    padding: 30px;
    height: auto;
    width: 70%;
	border-radius: 15px;
}
.newarrival {
	width: 80%;
}
.foot {
    font-family: "Courier Prime", monospace;
    color: #FFFFFF;
    text-decoration: none;
    background-color: rosybrown;
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.contactform {
	margin: 5px;
}

fieldset {border: 2px dotted rosybrown;
	border-radius: 10px;
text-align: left;
}

.productimages {
	text-align: center;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
