@import url('https://fonts.googleapis.com/css?family=Merriweather');

body{
	background-image:url(../img/background.jpg);
}

#landing-logo{
	margin-top:10px;
	display:block;
	height:30%;
	max-width:60%;
}
#landing-copy{
	color:white;
	text-align:center;
	font-family: 'Merriweather', serif;
	font-size:2em;
	margin-top:10px;
}

#companyname{
	text-align:center;
	color:yellow;
}

.gianttext{
	color:yellow;
	font-size: 30px;
	text-align:center;
}

.menu{ 
	position:absolute;
 }

.menuitem{
	position:absolute;
	padding:0 0 0 0;
	margin:30px 0 0 40px;
	z-index:3;
}

#looks-good{
	margin-top:10%;
	margin-bottom: 5%;

}

#groupphoto{
	height:400px;
	margin-bottom:10vh;
}
.peopel {
	margin-bottom:10%;
}
.people{
	height:30vh;
}

.works{
	padding-left:10px;

}

.galleryname{
	font-size:5em;
	color:yellow;
	text-align:center;
	margin-top:10%;
}

.pages {
	color:yellow;
	font-size:20px;
}


.pagelinks{
	color:yellow;
	font-size:20px;
}
.superhero {
	color:white;
	padding-top:10px;
	text-align:center;
	padding-bottom:10px;
}

.super_img{
	width:100%;
	height:200px;
}

.messages{
	margin-top:10%;
}
.messageheader{
	color:yellow;
	text-align:center;
	font-size:4em;
}

.messagebottle{
	background-color:grey;
	height:155vh;
	width:70vw;
	border-color:red;
	border-style:solid;
	color:yellow;
	text-align:center;
	font-size:2em;
}

.message2{
	font-size:0.5em;
	padding:20px;
}
