/****
Site Name: DFW Easter Bunny
Description: BS5 HTML site for DFW Easter Bunny
Author: shaun mcalister,joshua sherman
Author URI: https://iamshaun.com/, https://joshuasplace2018.com
Version: 1.0
****/

body {
	background-color: #550777;	
	color: #fff;
	font-family:  "Roboto", sans-serif;
}

h1, h2 {
	font-weight: bolder;
	margin-bottom: 0
}

h2, h3, h5 {
	color: #fe53d6;
	font-weight: bolder;
}

h1 {
	font-size: 70px;
	margin-bottom: -10px
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 17px;
}

div {
	overflow: hidden;
	font-family:  "Roboto", sans-serif
}

#upper {	
	text-align: center;
}

#lower {
	position: relative;
	top: -190px;
}

#lower .col-lg-6 {
	margin-left:20px;	
}

#gig-salad-badges {
	margin-top: 115px;
	position: relative;
	z-index: 10;
}

.col-sm-3 {
	width: 20%
}

#bestof {
	text-align: left;
	width: 30%
}

#topPerformers {
	text-align: right;
	width: 30%
}

#bunny-divider {
	position: relative;
	top: -231px;
	text-align: center;
}

span.expectations {
	color:#fe53d6;
	font-size: 18px;
	font-weight: bolder;
	margin-right: 10px
}

.social-media {
	text-align: center;
}

@media (min-width:1400px) { 
  #upper {
		border-bottom: 8px solid!important;
	}
}

@media (max-width:1399px) {
	h1 {
		font-size: 60px;
		margin-top: 8px
	}
	
	h2 {
		font-size: 35px
	}
	
	#bunny-divider {
		top: -210px
	}
	
	#gig-salad-badges { 
		margin-top: 100px
	}
}

@media (max-width:1199px) {
	h1 {
		font-size: 55px
	}
	
	h2 {
		font-size: 30px
	}
	
	#gig-salad-badges {
		margin-top: 60px;
	}
	
	#bunny-divider {
		top: -175px
	}
	
	#25plus, #topPerformers {
		padding-right: 0
	}
	
	#bestof, #5star {
		padding-left:0
	}
	
	#lower {
		top: -160px
	}
	#lower h3 {
		font-size: 15px;
	}
}

@media (max-width:990px) {
	h1 {
		font-size: 40px
	}
	
	#gig-salad-badges {
		margin: 50px auto
	}
	
	.col-sm-3{
		text-align:center!important;
		width:25%!important
	}
	
	#bunny-divider, #lower{
		top:10px
	}
	
	#lower .col-lg-6 {
		margin:0
	}
}