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

* {
    box-sizing: border-box;
}

html {
	background-image:url(bright_squares.png)
}

h1, h2 {font-family: 'Roboto', sans-serif;}

h1 {
	font-size:1.70em; 
	line-height:1.3em;
	margin-bottom: 1em;
	font-weight: bold;
	
}
h2 {
	font-size: 1.35em;
	border-left: 5px solid #990033;
	padding-left:10px;
	font-weight:bold;
	margin-bottom: 0.5em;
	margin-top: 50px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link {
	color:black;
	border-bottom:1px dotted black;
	text-decoration: none;

}
a:visited {
		color:black;
}
a:hover{
	background-color:#ffcc33;
	border:none;
}
a:active {}

#topbar {
	background-color: black;
	color:white;
	font-family: 'Libre Franklin', sans-serif;
	font-size:1.25em;
	padding:10px 0;
	
	
}

#topbar p
{
	margin:0;
}
#topbar p span {
	color:#ffcc33;
}
#topbar p span.em {
	font-size:0.75em;
	font-style: italic;
	color:white;
	margin-left: 10px;
	
}



#topbar strong {
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
	#homepage-hero {
		
		
	}
	
} 

#homepage-hero
{

	background:url('header.jpeg');
	background-repeat: no-repeat;
	background-size: cover;
 	margin: 0 auto;
 	max-height: 600px;
	overflow:hidden;
	padding-bottom: 37.5%;
	max-width:2000px;
}
#homepage-hero:before {
  content: "";
  display: block;
  padding-bottom: 37.5%;
}


#main {
	margin-top: -300px;
}

.content {
	font-family: 'Cabin', sans-serif;
	font-size:1.25em;
	line-height:1.5em;
	max-width:760px;
	margin:-300px auto 20px;
	padding:30px 40px 0;
	background-color: white;

	
}

@media only screen and (max-width: 600px) {
	#main, .content {
		margin-top:0;
		
	}
	
	.content {
		padding:20px 10px 0;
		font-size:1.15em;
	}
	
}

.content p {
	margin-bottom: 1em;
}



hr {
	margin: 50px 100px;

}

.sidenote + p:first-letter {
	float: left;
    color: #991C30;
    font-size: 80px;
    padding: 25px 5px 10px 0;
}

.photo p:first-of-type, .pull p:first-of-type{
	font-size:0.8em;
	font-weight:normal;
	line-height:1.1em;
}
.photo img, .pull img {
	   display: inline-block;
	
}

.photo{
	
}
.photo img {
	max-width:100%;

	display: inline-block;

}
.pull {
	
	margin-left: -150px;
	float:left;
	max-width:380px;
}
.pull img {
	max-width: 380px;
	padding-right: 20px;
}

@media only screen and (max-width: 600px) {
	.pull {
	margin-left:0;
		float: none;
	}
	
	.photo {
		margin:0;
	}


}

.sidenote {
	padding:10px;
	border:1px dotted gray;
	margin-bottom: 1.5em;
	font-style: italic;
	font-size:0.9em;

}

.signature {
	border-top:1px dotted gray;	
	color:gray;
	padding:50px 0 20px;
	font-style:italic;
	font-size:.75em;
}