/*BigBox*/
.bigbox {
 	margin: 0% 5% 0% 5%;
}

/*Navigation*/
.nav {
		font-size: 1.1em;
			color:#808080;
}
		
.nav a {
	color:#808080;
	text-decoration:none;
}

ul {
	list-style-type: none;
	overflow: hidden;
}	

li {
	float: right;
	padding-top: 1%;
	padding-left: 2.5%;
	font-size: 1em
}

/*Headers*/
.header {
  display: flex;
}

.header a {
 	color:black;
	text-decoration:none;
}

h1 {font-size: 2em;
	line-height: 1.25em;
	margin: 0;
}

h2 {font-size: 1.5em;
	line-height: 1.25em;
}

/*Container*/
.container {
	display: flex;
   flex-wrap: wrap;
   justify-content: center;
}

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

/*Paragraphs*/
.blurb {
 	font-size: 1.1em;
}


body {
	font-family: 'Spectral', serif;
}

p {
	font-size: 1.1em;
}

/*Illustrations*/

figure {
	font-size: 1.1em;
}

/*Divving things up*/
.container figure {
	 margin: 2.5% 2.5% 0 2.5%;
  	padding: 0;
}

.work {
	display: flex;
   flex-wrap: wrap;
   justify-content: center;
}


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

.work figure {
	  margin: 0 0.5% 2.5% 0.5%;
  	padding: 0;
	text-align: center;
}

 
.tweet {
	display: flex;
   flex-wrap: wrap;
   justify-content: center;
}

.about {
	  font-size: 1.1em;
}

.about img {
	float: left;
	margin-right: 2.5%;

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

.about a, .blurb a{
	color: red;
}
	
/*Video*/
.videowork {
	padding: 0;
}

.youtube {
	position:relative;
	padding-bottom:56.25%;
	padding-top: 2.5%;
}

.youtube iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*Footer*/
.footer {
	color:#808080;
	padding: 0;
  margin-bottom: 2.5%;
  margin-top: 5%;
  flex-wrap: wrap;
}
