.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#bigboxb {
margin-left: 2%;	
}

#bigbox {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 150px;
    clear: none;
    width: 65%;
    margin-right: auto;
	padding-left: 25px;
    
}

#bigboxl {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 150px;
    clear: none;
    width: 70%;
    margin-right: auto;
	padding-left: 20px;
    
}

#bigbox2 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
    
}




#eventbutton_text {
    float: none;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 16px;
    margin: 20px auto;
    clear: none;
    min-height: 0px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
	
	max-width: 510px;
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;

/* Remove if you want dots to show */

display: block;
  display: -webkit-box;
 -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  
 font-family: 'Bebas Neue', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
}

#eventbutton {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 25px;
    clear: none;
    width: 80%;
    margin-right: auto;
    background-color:#B9941A;
	
	 border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
}

#eventbutton:hover {
    background-color: #CCC;
	
	
   
}

#events_top {


width: 100%;
height: .05px;

}










@media only screen and (max-width: 1200px) {
    #bigbox {
        width: 100%;
		margin-top: 0px;
    }
	
	 #bigboxl {
        width: 100%;
		margin-top: 0px;
    }
	
	 #bigbox2 {
        width: 95%;
    }
	
	
	
	

	
	
}

@media only screen and (max-width: 250px) {
	#bigbox1100 {
		
	width: 85%!important;
	margin-left: 25px!important;
}

