@charset "UTF-8";

html, body{
	font-size: 1em;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	text-shadow: 0 0 7px #FFF;
	height: 100%;
	background-color: #eeeeee
	
}

.page-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	height: 100%; 
	padding-top: 2%;
	font-family: 'Lato', sans-serif;
	background-image: url(../images/jony-ive-face-500px.jpg);
	background-attachment: absolute;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 50%;
	background-color: #FFFFFF
}

.logo{
	background-image: url(../images/jony-ive-logo-01.svg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 200px;
	
}

.nav-bar{
	max-width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 2em;
}

a:link {
    text-decoration: none;
	color:inherit;
}

a:visited {
    text-decoration: none;
	color:inherit;
}

a:hover {
    color: #7C7C7C;
}

a:active {
    text-decoration: none;
}

.nav-bar ul li{
	display: block;
	text-transform: uppercase;
	list-style: none;
	width: 25%;
	float: left;
	border-top: solid thin #000000;
	border-bottom: solid thin #000000;
}

.nav-bar ul{
	
	
}

.page-content{
	width: 64%;
	height: 500px;
	overflow: scroll;
	text-align: justify;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 10%;
	padding: 10px;
}
h1{
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 6em;
	text-align: left;
}

h2{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

h3{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;	
}


ul.gallery {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-image: none;
	list-style-type: none;
}
ul.gallery li {
	display: block;
	margin: 10px;
	float: left;
	height: 150px;
	width: 150px;
	overflow: hidden;
}

.page-content a img {
	text-shadow: 0 0 none;
}


@media screen and (min-width: 1280px) {
	html, body{
		background-size: 700px;
	}
}

@media screen and (max-width: 900px) {
	.page-content{
		width: 96%;
	}
	
}

@media screen and (max-width: 700px) {
	.page-content{
	width: 96%;
	}
	
	h1{
		font-size: 4em;	
	}
}
