@font-face {
	font-family: "Adobe Garamond Pro";
	font-weight: 400;
	src: url("fonts/AGaramondPro-Regular.otf") format("otf")
}

@font-face {
	font-family: "Adobe Garamond Pro";
	font-weight: 700;
	src: url("fonts/AGaramondPro-Bold.otf") format("otf")
}

* {
	margin: 0;
	padding: 0;
}

html {
    font-size: calc(22px + 0.390625vw);
}

h1 {
    font-size: 3em;
    letter-spacing: -3px;
    line-height: .75em;
}

h2 {
	margin: 2em 0 .75em 0;
	font-weight: 300;
	letter-spacing: -1px;
	font-style: italic;
}

h1, h3, h4 {
	font-weight: 400;
}

h4 {
	text-align:center;
}

p, ul {
	margin: 2em 0
}

p {
	line-height: 1.5em
}

body, button {
	font-family: "Adobe Garamond Pro";
	font-weight:400;
}

button {
	font-weight:bold;
	font-size:2em
}

button:hover {
	opacity: 70%;
}
	
button.order-button a {
	color: white;
	text-decoration:none
}


main, header, footer {
	margin: auto;
	padding: 1em
}

a, a:visited {
	color:red
}

a:hover {
	text-decoration:none
}

#logo {
	margin:1em 0 1em 0
}

#logo img {
	width:200px
}

#header {
	text-align:center
}

#container, #header {
	width: 60%;
	margin:1em auto;
}

#site-description {
	padding-top: 1em;
	text-align: center;
}

footer {
	padding:4em 20%;
	background: #111;
	color:#aaa;
}

.imgdesc {
	font-style:normal;
	font-size: 80%;
	text-align:center;
	display:block
}

h2:before {
	content: '\2014\2014\00A0'
}

#content a, #content a:visited, #content a:hover {
	color:black;
	text-decoration:none;
	border-bottom:1px solid #aaa
}

.title-img {
	width: 100%;
	margin: auto;
}

.title-img img {
	max-width:100%
}

.cb {
	clear:both
}

.order-button {            
	 background-color: red;            
	 border: none;            
	 color: white;            
	 padding: 15px 32px;            
	 text-align: center;            
	 text-decoration: none;                                
	 margin: 20px auto;            
	 cursor: pointer;   
	 border-radius:4px;
	 display:block     
}

ol {
	text-align:left;
	color:#666;
	margin: 0 10%
}

sup {
	font-size:0.5em;
	color:#333
}

@media screen and (min-width: 1024px) {
	main, header, footer {
		width: 60%;
		margin: auto
	}
	#logo img {
		width:70px
	}
}
