@media only screen and (max-width: 600px) {
    body {
        background-color: lightblue;
    }

    #companyname {

    }

    .menuitem{
	position:absolute;
	padding:0 0 0 0;

	}
	.menu{ 
		position:relative;
	 }

	 .messagebottle{
	 	height:400vh;
	 }

	#looks-good{
		height:180px;
		width:auto;
	}

	 #groupphoto{
		height:300px;
		width:auto;
		margin-bottom:10vh;
	}

	.people {
		height:120px;
		width:auto;
		margin-bottom:10px;
	}


}

