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

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');

html {-webkit-text-size-adjust: 100%;}

body {
	background-color: #FFF;
	text-align: center;
	margin: 40px 4% 175px 4%;
}

img {
	max-width: 100%;
	height: auto;
	}


/* Layout */

.overviewEntryMargin {
    margin: 0 0 80px 0;
}

.photoBotMarg {
    display: block;
    margin: 0 auto 125px;
}

.container {
    max-width: 750px;
    margin: auto;
}

.homepageEntry {
    display: inline-block;
	vertical-align:top;
	max-width: 250px;
	margin: 0 15px 30px 15px;	
}

.imgContainer {
    display: inline-block;
	vertical-align:top;
	max-width: 650px;
	margin: 0 15px 30px 15px;	
}


/* Links */

a:link {
	color: #1a1a1a;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;	
}

a:visited {
	color: #1a1a1a;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;	
}

a:hover {
	color: #1a1a1a;
	text-decoration: none;	
}

::-moz-selection { /* Code for Firefox */
    color: #FFFFFF;
    background: #339900;
}

::selection {
    color: #FFFFFF;
    background: #339900;
}


/* Typography */

#masthead {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.1;
    font-kerning: normal;
    letter-spacing: 0.01em;
	color: #1a1a1a;
}

ul li {
	display: inline;
	list-style-type: none;
    padding: 3px 5px 3px 5px;
}

.nav {
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 30px;
	color: #1a1a1a;
    letter-spacing: 0.01em;	
	padding: 0 0 0 0;
	margin: 0 0 100px 0;
}

.navHighlight {
	font-weight: 700;
	color: #FFF;
    letter-spacing: 0.01em;		
	background-color: #339900;
}

.navSelectedYear {
	font-weight: 600;	
	color: #339900;
}

.nav li.active a {
    color: #339900;
}

#title {
    font-family: 'Newsreader', serif;
    font-weight: 400;	
    font-kerning: normal;
	font-size: 42px;
	line-height: 48px;
    letter-spacing: 0.01em;	
	color: #1a1a1a;
	padding-top: 5px;
	margin: 0 0 100px 0;
}

#titleNoSpaceAfter {
    font-family: 'Newsreader', serif;
    font-weight: 400;	
    font-kerning: normal;
	font-size: 42px;
	line-height: 48px;
    letter-spacing: 0.01em;	
	color: #1a1a1a;
	padding-top: 5px;	
	margin: 0 0 0 0;    
}

.bodyTextSubHead {
    font-family: 'Inter', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 17px;
	font-weight: 400;
	letter-spacing: 0.07em;	
	color: #1a1a1a;
	padding-top: 5px;
	margin-bottom: 100px;    
}

.header {
    font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
    letter-spacing: 0.05em;
	color: #339900;
}

.headerSpacerAfter {
    font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
    letter-spacing: 0.05em;
	color: #339900;
    margin: 0 0 10px 0;    
}

.bodyText {
	font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0.01em;
	color: #1a1a1a;
    text-underline-offset: 5px;
}

.bodyTextSpaceAfter {
	font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0.01em;
	color: #1a1a1a;
    text-underline-offset: 5px;
    margin: 0 0 10px 0;
}

.bodyTextExtraSpaceAfter {
	font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0.01em;
	color: #1a1a1a;
    text-underline-offset: 5px;
    margin: 0 0 30px 0;
}

.caption {
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 20px; 
    letter-spacing: 0.01em;	
	color: #1a1a1a;
}




