.grid{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;

}


.rodentMenu{
	grid-column:1/4;
}


#name{
	text-align: center;
	margin-top:50px
}
#name li{
	display: inline;
	background-color: ;
	border-radius: 0px;
	border-right: 1px solid black;
	border-left: 1px solid black;
}
#name li a{
	font-size: 24px;
	margin: 10px;
	color: black;

}
#name a:hover {
	color:#0682CD
}

.pest{
	grid-column:1/4;
}

.pestName{
	font-size: 40px;
	font-weight: bold;
	text-align:right;
	margin-right:10%;
	margin-top:50px;
	color:#0682CD
}

.pestLine{
	width:82%;
	margin:auto;
}


#pestPic{
	max-width:400px;
	float:left;
	width:40%;
	margin-top:20px;
	margin-left:5%;

}

.pestInfo{
	margin-top:80px;
	float:right;
	margin-right:10%;
	width:45%;
	margin-bottom:100px;
	font-size: 20px
}
@media screen and (max-width:680px){
	#name{
		margin-top:20px;
	}
	#name li {
		display:block;
		border:none;
		margin:5px
	}
}
@media screen and (max-width:1100px){
	#pestPic{display:none}
	.pestInfo{width:80%; margin-left:10%; float:none}
}
