/*BODY*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #000;
	font-family: 'Verdana', sans-serif;
	font-size: 20px;
	text-align: center;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.about-jen {
	width: 100%;
}

.life-is-art {
	width: 100%;
	padding-top: 10px;
	border-top: 2px solid #dcdcdc;
	margin-top: 15px;
}

@media screen and (max-width: 950px) {
	body { font-size: 18px; }
}

#background {
	float: left;
	width: 100%;
	min-height: 150%;
	padding-top: 15px;
	background-image: url('https://jcb8MN.com/images/background.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	margin: auto;
}
	

#container {
	width: 800px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}

@media screen and (max-width: 950px) {
	#container { width: 100%;}
}

a {
	color: #00a9ea;
	text-decoration: none;
}

a:hover {
	color: #fb37ac;
	text-decoration: underline;
}

#nav {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

.nav-img {
	width: 800px;
	border-radius: 10px;
	margin-top: 0;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 950px) {
	.nav-img { width: 85%; }	
	}

#links {
	margin-top: 25px;
	margin-bottom: 45px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 950px) {
	.caption { font-size: 0.85em; }
}

/*BUTTON*/
a.button {
  width: 800px;
  background-color: #4a4a4a;
  display: block;
  color: #f2f2f2 !important;
  text-align: center;
  padding: 14px 16px;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none !important;
  border: 0;
  font-weight: bold;
  font-size: 1.5em;
  box-sizing: border-box;
  border-radius: 10px;
  display: block;
}

@media screen and (max-width: 950px) {
	a.button { width: 85%; font-size: 1.25em; }	
	}
	
a.button:hover {
  background-color: #6a6a6a;
  color: white !important;
}

img {
	border: 0;
}

.bio {
	width: 100%;
	border-radius: 10px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 0;
}
	
.caption {
	font-size: 0.75em;
	font-style: italic;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 950px) {
	.caption { width: 85%; }	
	}
	
.text-block {
	color: #333;
	background: #fff;
	width: 800px;
	margin-top: 0;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	border-radius: 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 950px) {
	.text-block { width: 85%; }	
	}
	
.text-block p {
	margin-top: 10px;
}

.landing-page {
	width: 800px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 950px) {
	.landing-page { width: 85%; }	
	}
	
	
.human-made {
	width: 200px;
	margin-top: 50px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 950px) {
	.human-made { width: 35%; }	
	}

/*COPYRIGHT*/
	
#copyright {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0 15px 0;
	margin: auto;
}

#copyright p { display: none; }

.copyright-img {
	width: 800px;
	margin: auto;
}

@media screen and (max-width: 950px) {
	.copyright-img { width: 100%; }	
	}