/* CSS Document */
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css);

html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-size: 13px; 
	line-height: 1.6em;
	font-weight: 300;
	color:#6A6A6A;
	background-color:#e5eae0;
	height:100vh;
    width:100vw;
}
	
#container {
  min-height: 100%;
  
}  	

#content {
	max-width:1200px;
	margin: auto;
	display: block;
}

.cover {
	background-image: url('https://www.jonahgoodman.com/images/cambodia2.jpg');
 	background-size: cover;
 	background-position: center;
 	width: 100wh;
 	height: 500px;
	display: flex;
}

#maincol {
	margin:140px 0 70px 0;
}

#maincol2 {
	margin:0px 0 70px 0;
}
	
p {
	font-size:1.1em;
	line-height:1.9em;
}

p.paragraphtop {
	padding-top: 50px;
}

p.intro {
	font-size: 2em;
	line-height:1.7em;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	margin-top: 100px;
}

h1 {
	text-transform:uppercase;
	color:#55575C;
	font-size:2em;
	font-weight:100;
	line-height:1.2em;
	font-family:'Zilla Slab', Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color:#55575C;
	font-size:1.2em;
	font-family: 'Roboto', sans-serif;
	margin-top:0px;
	font-weight:200;
	padding-bottom:5px;
}

h3 {
	color:#55575C;
	font-size:.9em;
	font-family: 'Roboto', sans-serif;
	margin-top:-8px;
	font-weight:500;
	padding-bottom:0px;
	text-transform: uppercase;
	line-height:1.8em;
}

h4 {
	color:#55575C;
	font-size:.9em;
	font-family: 'Roboto', sans-serif;
	font-style:italic;
	margin-top:-8px;
	font-weight:normal;
	padding-bottom:10px;
}

.name {
	padding:0px 0 20px 0;
	width:250px;
}

#link {
	color:#666666;
}

#headerbg {
	position:fixed; 
	top:0px; 
	height:80px; 
	width:100%; 
	background-color:#FFF;
	z-index:5;
}

#header {
	width:700px; 
	margin:10px auto;
}

#navcontainer {
	margin-top:20px;
	margin-right:-20px;
}

#navcontainer ul{
	list-style-type:none;
}

#navcontainer li{
	float:left;
	padding:0px 20px 0px 20px;
}

#navcontainer a {
	padding-left:0px;
	color:#55575C; 
	font-weight:600;
	text-decoration:none;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	display:block;
	line-height:1.4em;
}

#navcontainer a:hover{
	color:#09F;
}

#topnav {
	width:1140px;
	height:30px;
	padding: 0px 0px 0px 0px;
}

#topnav a {
	padding-left:0px;
	color:#55575C; 
	font-weight:600;
	text-decoration:none;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	display:block;
	line-height:1.4em;
}

#topnav a:hover{
	color:#09F;
}

#back {
	float: left;
}

#forward {
	float: right;
}

#imagecontainer {
	float:left;
	padding:10px;
	height: auto;
	width:790px;
}

#imagecontainer img {
	width:770px;
	height: auto;
}

.poster {
	width:700px;
	height: auto;
}

#home {
	text-transform:uppercase; 
	color:#55575C; 
	font-size:7.5em; 
	font-weight:800; 
	line-height:.8em; 
	font-family:'Zilla Slab', Verdana, Arial, Helvetica, sans-serif;
}

#home .first { 
	color:#77797d;
}

#home .second { 
	color:#95979d;
}

#home .third { 
	color:#b5b8bf;
}

#home .fourth { 
	color:#c9ccd4;
}

#home .fifth { 
	color:#d7dbe4;
}

#description {
	float:left;
	width: 340px;
	padding: 40px 0px 0 40px;
}

#description2 {
	width: 700px;
	padding: 40px 0px 0 0px;
	margin: 50px auto 0px auto;
}

#details {
	border-top:1px solid #b9c5c0;
	border-bottom:1px solid #b9c5c0;
	padding:30px 0px 10px 0px;
	margin:20px 0px 30px 0px;
}

#footer {
	clear:both;
	display:block;
	width:700px;
	margin: 100px auto 50px auto;
}

#col1 {
	float:left; 
	width:200px;
	font-family: 'Roboto', sans-serif; 
	color:#55575C; 
	font-size:1.2em; 
	font-weight:500;
	display: block;
}

#col2 {
	float: left;
	width: 200px;
	display: block;
}

#contactimage {
	float: left;
}

#contactimage img {
	width: 300px;
	height: auto;
}

#contact {
	float: left;
	width: 200px;
	display: block;
	margin: 70px 0px 0px 50px;
}

.resume {
	margin-top:0px;
}

.btn {
	border: 2px solid #b5b8bf;
    color: #b5b8bf;
    padding: 16px 32px;
    text-align: center;
    display: inline-block;
    font-size:.9em;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0px 20px 40px 0px;
}

.btn:hover {
      background-color: #b5b8bf;
      color: white;
 }

.card {
	width:25vw;
	height: 500px;
	float:left;
	display: block;
}

.cardbox {
	min-width: 100%;
	height: 300px;
	overflow: hidden;
}

.card p {
	padding:40px;
}

.card img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width:800px) and (max-width: 1199px) {
#container {
  min-height: 100%;
}

#content {
	max-width:780px;
	margin: auto;
	display: block;
}

#maincol {
	margin:140px 0px 70px 0px;
  }

#imagecontainer {
	clear: both;  
	width:780px;
	max-height: 500px; 
	overflow:hidden;
  }

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

#description {
	width: 500px;
	padding: 0 0 40px 40px;
}

#home {
	text-transform:uppercase; 
	color:#55575C; font-size:8em; 
	font-weight:800; 
	line-height:.8em; 
	font-family:'Zilla Slab', Verdana, Arial, Helvetica, sans-serif;
}

#topnav {
	width:780px;
	height:30px;
	padding: 0px 0px 0px 0px;
}

#topnav a {
	padding-left:0px;
	color:#55575C; 
	font-weight:600;
	text-decoration:none;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	display:block;
	line-height:1.4em;
}

#topnav a:hover{
	color:#09F;
}

#back {
	float: left;
}

#forward {
	float: right;
}

p {
	font-size:1em;
	line-height:1.9em;
	height: auto;
}

p.paragraphtop {
	padding-top: 50px;
}

h1 {
	text-transform:uppercase;
	color:#55575C;
	font-size:2em;
	font-weight:100;
	line-height:1.2em;
	font-family:'Zilla Slab', Verdana, Arial, Helvetica, sans-serif;
}

#cards {
	height:500px;
    width:25vw;
    background-color: #ffffff;
}

@media only screen and (max-width: 799px), only screen and (max-device-width: 799px) {
#content {
	max-width:480px;
	margin:auto;
  }

.name {
	padding:10px 0 0px 15px;
	width:120px;
	}

#headerbg {
	position:fixed; 
	top:0px; 
	height:50px; 
	width:100%; 
	background-color:#FFF;
}

#header {
	width:100%; 
	margin:auto auto;
	height:30px;
}
	
#navcontainer {
    width:auto;
    margin:8px 10px 0px 0px;
  }
  
#navcontainer ul {
	width:auto;
	height:30px;
	padding:0px;
	margin-top:8px;
  }
#navcontainer li {
	float:left;
	padding:0px 0px 0px 20px;
  }

#navcontainer a {
	font-size:.8em;
}

#nav2 {
	visibility:hidden;
	height:0px;
  }
#maincol {
	width:auto;
	max-width:480px;
	margin:60px 0px 0px 0px;
	padding:10px;
	float:none; 
  }
  
#topnav {
	width:auto;
	height:30px;
	padding: 0px 0px 0px 0px;
}

#topnav a {
	padding-left:0px;
	color:#55575C; 
	font-weight:600;
	text-decoration:none;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	display:block;
	line-height:1.4em;
}

#topnav a:hover{
	color:#09F;
}

#back {
	float: left;
}

#forward {
	float: right;
}

#imagecontainer {
	width:auto;  
	max-width:480px;  
	padding:0px;
	margin-bottom: 20px;
	overflow:hidden;
  }

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

#description {
	width:auto;
	margin:0px;
	padding:0px;
	float:none;
}

#description2 {
	width: auto;
	padding: 0px 20px 20px 20px;
	margin: 0px auto 0px auto;
}

#home {
	text-transform:uppercase; 
	color:#55575C; font-size:3.8em; 
	font-weight:800; 
	line-height:.8em; 
	font-family:'Zilla Slab', Verdana, Arial, Helvetica, sans-serif;
}

#details {
	border-top:1px solid #b9c5c0;
	border-bottom:1px solid #b9c5c0;
	padding:30px 0px 10px 0px;
	margin-left:15px;
	margin-right:15px;
}

h1 {
	font-size:1.6em;
	font-weight:100;
	line-height:1.1em;
	padding:20px 15px 0px 15px;
  }
  
.resume {
	  margin-top:-20px;
}

h2 {
	  padding:0px 15px;
	  margin:0px 0px 20px 0px;
  }
  
h3 {
	  font-size:.8em;
	  line-height: 1.5em;
	  padding:-20px;
  }
  
p {
	font-size:1.1em;
	line-height:1.6em;
	padding:0 15px 0 15px;
	}

p.intro {
	font-size: 1.6em;
	line-height:1.4em;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	margin-top: 100px;
}

p.paragraphtop {
	padding-top: 10px;
	}

#download {
	width:auto;
	background-color:#76BAEE;
	border-top:10px solid #acd978;
	background-image:url('https://www.jonahgoodman.com/images/corner.jpg');
	background-repeat:no-repeat;
	margin-right:-40px;
	margin-left:-40px;
}

#large a {
	color:#ffffff;
	font-family:'Podkova', Verdana, Arial, Helvetica, sans-serif;
	font-size:2em;
	display:inline-block;
	background-color:#3C3;
	margin-top:-15px;
	line-height:.8em;
	opacity:0.5;
	padding:20px;
	margin-left:15px;
}

#contactimage {
	clear:both;
}

#contactimage img {
	width: 200px;
	height: auto;
	margin:20px 0px 0px 70px;
}

#contact {
	clear:both;
	width: 200px;
	display: block;
	margin: 10px 0px 0px 60px;
}

#social {
	margin: 0px 0px 0px 15px;
}

.downloadcircle {
	visibility:hidden;
	width:0px;
	margin:0px;
	padding:0px;
	float:none;
}

.downloadcircle2 {
	visibility:visible;
	margin-left: auto;
    margin-right: auto;
	margin-top:-30px;
	margin-bottom:20px;
    width:20%;
}

.headcircle {
	float:right;
	margin-right:0px;
	margin-top:70px;
}

.headcircle img {
	width:100px;
	height:100px;
}

#homebox {
	margin:70px auto 0px auto; 
	width:100%;
}

#home a {
	padding:0px;
	margin-top:0px;
}

.imagecircle {
	padding:0px; 
	float:none;
	width:80px;
	margin:0px auto;
}

.follow {
	padding-left:20px;
}

#footer {
	clear:both;
	display: block;
	max-width:340px;
	margin: 30px auto 30px auto;
	padding-left: 30px;
}

#col1 {
	float: none; 
	width:130px;
	font-family: 'Roboto', sans-serif; 
	color:#55575C; 
	font-size:1.2em; 
	font-weight:500;
	display: block;
}

#col2 {
	float:none;
	width: 200px;
	display: block;
	margin: 0px 0px 0px -15px;
}

.btn {
    margin: 0px 0px 20px 15px;
}

.card {
	width:100vw;
	clear:both;
	display: block;
}

.cardbox {
	min-width: 100%;
	height: 200px;
	overflow: hidden;
}

.card p {
	padding:20px;
}

.card img {
	width: 100%;
	max-height: 200px;
}
}
