/* CSS Document */

html, body, div { margin: 0; padding: 0; }

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: black;
	background-color: white;
}

h1 {
	font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}

h2 {
	font-size: 25px;
    font-weight: 300;
    line-height: 30px;
}

a {
	text-decoration: none;
	color: black;
}
a:hover {
	color: gray;
}

.startFont {
	font-family: 'Lato', sans-serif;
	font-size: 200px;
	padding: 150px;
	line-height: 200px;
	padding-bottom: 10px;
	color: yellow;
}
.startFont2 {
	font-family: 'Lato', sans-serif;
	font-size: 100px;
	padding-left: 300px;
	color: yellow;
}

.navigation {
	position: fixed;
	background-color: white;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 86%;
	padding: 7%;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul {
	font-size: 20px;
    font-weight: 300;
    line-height: 35px;
	margin-top: -45px;
	text-align: right;
}
ul li {
	list-style: none;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}

.widescreenImage {
	background-image: url(empty.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.imageStart {
	background-image: url(start.jpg) !important;
	height:1000px;
}

.imageAbout {
	background-image: url(portrait.jpg) !important;
	height:500px;
	background-size: contain !important;
	background-color: #273364;
}

.mainPage {
	padding: 7%;
}

.item {
	padding-right: 20px;
	padding-bottom: 50px;
	float: left;
	cursor: pointer;
}
.itemHeader {
	background-image: url(bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    width: 350px;
    height: 350px;
}
.itemstop {
	clear: left;
}
.spacious {
	padding-right: 250px;
	padding-bottom: 100px;
}

#largeItem {
	position: fixed;
	top: 0px;
	left: -100%;
	width: 100%;
	height: 100%;
    z-index: 2;
    background-color: black;
    color: white;
}
#largeItemImage {
	background-color: black;
	color: white;
    height: 80%;
    margin-top: 5%;
    margin-left: 5%;
    cursor: pointer;
    float:left;
    width: auto;
    max-width: 80%;
    overflow: hidden;
}
#largeItemDescription {
	float:left;
	background-color: black;
	color: white;
    margin-top: 5%;
    margin-left: 5%;
}

.bigfont {
	font-size: 20px;
    font-weight: 300;
    line-height: 20px;
}
.smallfont {
	font-size: 16px;
    font-weight: 300;
    line-height: 40px;
}

/* smaller screens */
@media only screen and (max-height: 800px) {
	.imageStart {
		height:800px;
	}

	.imageAbout {
		height:400px;
	}
}
@media only screen and (min-height: 800px) {

}
@media only screen and (max-width: 700px) {

	.navigation {
		position: absolute;
	}
	ul li {
		list-style: none;
		display: block;
		padding-left: 20px;
		padding-right: 20px;
	}

	.startFont {
		visibility: hidden;
	}
	.startFont2 {
		visibility: hidden;
	}
}


@media only screen and (max-width: 1024px) {

	.startFont {
		font-family: 'Lato', sans-serif;
		font-size: 100px;
		line-height: 75px;
		padding: 150px;
		padding-bottom: 0px;
	}
	.startFont2 {
		font-family: 'Lato', sans-serif;
		font-size: 50px;
		padding-left: 300px;
	}
}