html {
	font-family: 'Alegreya Sans SC', sans-serif;
	}

#header {
	text-align: center;
	text-transform: uppercase;
	font-size: 22pt;
	padding-top: 20px;
	}
	
#nav {
	/* text-transform: uppercase; */
	padding-bottom: 30px;
	
	position: absolute;
	top: 60px;
	}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    /* text-align: center; */
    background-color: white;
    font-size: 10pt;
    /* letter-spacing: 3px; */
}

li {
    display: inline;
}

li a {
    display: inline-block;
    /* text-align: center; */
    padding: 5px 20px;
    text-decoration: none;
    color: #bababa;
    border: 1px white solid;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    color: black;
    border: 1px black solid;
}

.active {
    color: black;
    border: 1px #bababa solid;
}

.disc-button {/* overrides for class taken from HexaFlip code */
	font-family: 'helvetica', sans-serif;
	line-height: 26px;
	}
	
#meat {
	font-family: 'Catamaran', sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	width: 600px;
	margin: 0 auto;
	}

.main {
	padding-top: 65px;
	}

.homecube img {
    display: inline-block;
    text-align: center;
    max-height: 70%;
    margin: 20px;
	border: 1px #bababa solid;
	}

#meat a {
	color: green;
	text-decoration: none;
	}
	
#meat a:hover {
	text-decoration: underline;
	}
	
.subhead {
	font-family: 'Alegreya Sans SC', sans-serif;
	text-align:center;
	font-size: 22px;
	padding-top: 60px;
	}

figure { /* ID from PhotoSwipe. Manipulating css */
	display: none;
	color: red !important;
	}

.demo-gallery__img--main img { /* Class from PhotoSwipe. Manipulating thumbnails' css */
	/* border: 1px #dcdcdc solid; ----disabled this because non-square thumbs show border */
	margin: 4px;
	}

.row { /* Class from PhotoSwipe. CSS to center the thumbnail DIV */
	margin-left: 15px;
	}

.thincol {
	width: 150px;
	margin-left: 195px;
	}

pre {
	font-family: 'Catamaran', sans-serif;
	}
		
#footer {
	text-align: center;
	padding-top: 30px;
	font-size: 11px;
	color: #bababa;
	}