html, body {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
  font-size: 1.2em;
  font-family: freight-big-pro, serif;
}
h2 {
	font-size: 3em;
	font-family: ltc-caslon-pro, serif;
	font-style: italic;
	margin: 0;
}
.right {
	text-align: right;
}
nav {
	height: 90px;
	width: 100%;
	position: fixed;
	background-color: #fff;
}
#logo {
	height: 30px;
	margin-top: 30px;
	margin-left: 10px;
}
#menu {
	right: 0;
	display: inline-block;
	position: fixed;
	margin-right: 10px;
}
nav a {
	color: #000;
	margin: 0;
	padding: 33px 10px 33px 10px;
	font-size: 20px;
	text-decoration: none;
	display: inline-block;
	float: left;
}
.icon {
	height: 18px;
}
.feature {
	font-size: 1.6em !important;
}
.slide {
	width: 100%;
	height: 100%;
	overflow: auto;
	margin-bottom: 200px;
	background: rgb(254, 247, 241) url(img/cover.jpeg);
	background-size: cover;
	background-position-x: 50%;
}
.credits {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
}
.row {
	overflow: auto;
}
.col p {
	font-size: 1.2em;
}
.smallfont p {
	font-size: 1.1em !important;
}
.col25 {
	float: left;
	width: 23%;
	padding: 1%;
}
.col37 {
  float: left;
	width: 35.5%;
	padding: 1%;
}
.col50 {
	float: left;
	width: 48%;
	padding: 1%;
}
.col75 {
	float: left;
	width: 73%;
	padding: 1%;
}
.img-full {
	width: 100%;
	margin-bottom: 200px;
}
.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
.margin {
	padding-bottom: 200px;
}
.hidden {
	display: none;
}
footer {
	padding: 15%;
	background-color: rgb(254, 247, 241);
}
footer a {
	color: #000;
	text-decoration: none;
}
footer h2, footer p {
	text-align: center;
}

/* Screen smaller than 1100px, e.g. phone */
@media screen and (max-width: 1100px) {
  html, body {
	  font-size: 1.1em !important;
	}
	.feature {
		font-size: 1.4em !important;
	}
	#store-link {
		display: none;
	}
}

/* Screen smaller than 1024px, e.g. phone */
@media screen and (max-width: 1024px) {
  nav {
  	text-align: center;
  	height: 60px;
  }
  nav #menu {
		display: none;
		position: relative;
  }
  #subnav {
		width: 100%;
		background-color: #fff;
		text-align: center;
		position: fixed;
		top: 60px;
		padding: 0 0 15px 0;
	}
	#subnav a {
		color: #000;
		text-decoration: none;
		margin-right: 10px;
	}
	#subnav a:last-child {
		margin-right: 0px;
	}
  #logo {
		height: 20px;
		margin-top: 25px;
		margin-left: 0px;
	}
  .col {
  	width: 98% !important;
  }
  .slide {
		margin-bottom: 50px;
		height: 60%;
		background-position-y: 100px;
		background-repeat: no-repeat;
	}
	.img-full {
		width: 100%;
		margin-bottom: 50px;
	}
	.row {
		overflow: auto;
	}
	.margin {
		padding-bottom: 50px;
	}
  .col p {
	  font-size: 1.1em;
	}
	.smallfont {
		font-size: 0.8em;
	}
	.feature {
		font-size: 1.1em !important;
	}
	h2 {
		font-size: 1.8em;
	}
	.disapear {
    display: none;
	}
	.hidden {
		display: block;
	}
}
