body
{
	margin: 10px;
	font-family: 'Assistant', sans-serif;
	letter-spacing: 1px;
	
}



.wheel_drop
{
	width: 200px;
}

.btitle {
	font-family: 'Assistant', sans-serif;
	font-size: 36px;
}

.wheelgraph {
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
    background-size:     contain;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}

@media (max-width: 986px) {
	.wheelgraph {
		background-image: url("https://industrynine.com/images/Carbon-Series-Chart-Mobile.png");
		background-color: white;
		width: 100%;
	    height: 0;
	    padding-top: 160%;
	}
	.section-header-title{
		font-size: 1.5rem;

	}
}

@media (min-width: 989px) {
	.wheelgraph {
		background-image: url("https://industrynine.com/images/Carbon-Series-Chart-Desktop.png");
		width: 100%;
    	height: 0;
    	padding-top: 60%;
	}
}

button.baction {
	background-color: #ff9900;
	color: #fff;
	border: none;
    text-transform: uppercase;
    cursor: pointer;
}

button.bmeh {
	background-color: #007caa;
	color: #fff;
	border: none;
    text-transform: uppercase;
    cursor: pointer;
}

.bheader {
	height: 100vh;
}

.bincon {
	background-color: white;
	margin-top: 400px;
}

.color-i9-blue{
	color:#007caa
}

.hheader {
	height: 500px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	margin-top: 100px;
}

.hheader h2 {
	font-family: 'Raleway', sans-serif;
	color: rgba(255,255,255,0.9);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 69px;
    text-align: center;
}

.second_header {
	font-family: 'Raleway', sans-serif;
	color: rgba(0,0,0,0.9);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.rounded_corners {
	border-radius: 3px !important;
}

.table td, .table th {
   text-align: center;   
}

.table th {
	font-weight: bold;
	color: #007caa;
	border: none;
}

.table td {
	border: none;
}

.table {
	border: 1px solid #F8F8F8;
	background-color: #F8F8F8;

}

/* sweepstakes event page only */
.terms-and-conditions{
	font-size: 54px!important;
}

.sweepstakes-header{
	height: 200px;
	padding-top: 100px;
}




.test1 {
 	background-color: cornflowerblue;
}

.test2 {
	background-color: darkcyan;
}

.test3 {
	background-color: darkseagreen;
}

.test4 {
	background-color: ghostwhite;
}




