
.jumbotron_text{background-color: rgba(255, 255, 255, 0.7); width: 100%; height: 100%; margin: auto;}

@media (min-width: 768px) {
	.jumbotron_text{width: 80%;}
}

.jumbotron{ background-image: url(../images/grazing.jpg); background-repeat: no-repeat; background-size: cover; background-position: top;}

.left{background: #35541D; height: 30rem;}

.right{background: #193563; height: 30rem;}

.grazing_row{ height: 100%; color: #fff;}

.graze_date{text-align: center; padding-bottom: 1rem; border-bottom:10px solid white; padding-top: 15px;}

.well{padding-top: 0px; padding-left: 15px; padding-right: 15px;}

.forage_list{margin-bottom: .75rem;}

.grazing_hr{margin-bottom: 1rem; margin-top: 1rem;}

.contact{margin-left: 15px; margin-top: 0px;}

.registration_hr{margin-top: 0px; margin-bottom: 2rem;}

.form-control{border-radius: 0.5rem;}

@media (max-width: 940px) and (min-width: 900px){
	.left,.right{
		height: 32.5rem;
	}
}

@media (max-width: 899px) and (min-width: 821px){
	.left,.right{
		height: 33rem;
	}
}

@media (max-width: 820px) and (min-width: 768px){
	.left,.right{height: 36rem;}
}

@media(max-width: 768px){
	.left,.right{height: auto;}
}

