#content {
	width:100%;
	top:52px;
	left:0px;
	position:absolute;
}
td div span a {
    color:white;
    text-decoration:none;
}
#background {
	height:300px;
	width:100%;
}
#background img {
	width:100%;
	height:100%;
	object-fit:cover;
}
#cups {
	background-color:#00B16A;
	color:white;
	height:35px;
	font-size:20px;
	font-family:Helvetica;
	width:100%;
	text-align:center;
	padding-top:15px;
	font-weight:bold;
}

#iconstrip {
    width:100%;
    height:60px;
    text-align:center;
    background-color:black;
    position:relative;
    display:none;
}
#iconstrip img {
    height:40px;
    position:relative;
    top:9px;
}
#aboutus {
	color:#222;
	font-size:20px;
	position:relative;
	left:0%;
	line-height:1.4;
	padding:40px 10%;
	text-align:left;
}
#gardenback {
	width:100%;
	height:200px;
}
#gardenback img {
	height:100%;
	width:100%;
	object-fit:cover;
}
#filter {
	height:101%;
	width:100%;
	background:rgba(0,0,0,0.7);
	position:relative;
	top:-205px;
	left:0px;
	text-align:center;
	color:white;
	font-family:Helvetica;
	font-size:20px;
	font-weight:bold;
}
#filter img {
	width:60px;
	height:60px;
	margin:40px 0px 00px 0px;
}

@media screen and (max-width: 600px) {
    #iconstrip {
        display:block;
    }
    #aboutus {
        padding: 40px 5%;
    }
    #footermenu {
        display:block !important;
    }
}