.Florida{width: 30%; float: left; border: 1px solid #000; height: 300px;}
.Bama{width: 30%; float: left; border: 1px solid #000; height: 300px; margin-left: 5%;}
.nation{width: 30%; float: left; border: 1px solid #000; height: 300px; margin-left: 5%;}
.Florida p, .Bama p, .nation p {text-align: center;margin-top: 0px; font-size: 25px}
.Florida:hover p, .Bama:hover p{color: #fff}
.floridaImg{margin: 19% 23% 15%; border: 1px solid transparent; border-radius: 80px;}
.Florida:hover{background: #e55247}
.Florida p, .Bama p, .nation p {color: #000}
.bamaImg{margin: 19% 23% 15%; border: 1px solid transparent; border-radius 80px;}
.nationImg{margin: 19% 23% 15%; border: 1px solid transparent; border-radius 80px;}
.Bama:hover{background: #e55247}
.nation:hover{background: #e55247}
.flLocations .show, .alLocations .show{margin-top: 40px;}
.FloridaCard
.BamaCard{}
@media (max-width:991px) {
	.floridaImg{margin: 27% 31% 27%; border: 1px solid transparent; border-radius: 80px;}
	.bamaImg{margin: 27% 31% 27%; border: 1px solid transparent; border-radius: 80px;}
	.nationfImg{margin: 27% 31% 27%; border: 1px solid transparent; border-radius: 80px;}
}
@media (min-width: 601px) and (max-width: 850px) {
	.Bama, .Florida, .nation {margin-left: 0%}
	  .floridaImg{margin: 23% 20% 16%; border: 1px solid transparent; border-radius: 80px;}
	.bamaImg{margin: 23% 20% 16%; border: 1px solid transparent; border-radius: 80px;}
	.nationfImg{margin: 23% 20% 21%; border: 1px solid transparent; border-radius: 80px;}
}
@media only screen and (max-width: 600px) {
	.Bama, .Florida, .nation {margin: 5%}
  .floridaImg{margin: 9% 31% 27%; border: 1px solid transparent; border-radius: 80px;}
	.bamaImg{margin: 9% 31% 27%; border: 1px solid transparent; border-radius: 80px;}
	.nationfImg{margin: 9% 31% 27%; border: 1px solid transparent; border-radius: 80px;}
}