header {
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	}

section#welcome {
   width:100vw;
   margin:0 auto;
}

h1.club span {
	display:inline-block;
}
h1.club img {
	display:inline-block;
}
h2 {
	text-align:center;
}
div#canvasImages{ /* Hide images that will be displayed on the canvas */
	width:100vw;
	height: 326px;
	display:none;
}
img#speaker {
	width:20em;
   height:32.6em;
}

p#learn {
	clear:both;		 	
}
div#speakerdiv{
	width:20em;
	margin: 0 auto;
}
img#speaker {
	display:block;
	margin-left: 0;
	float:left;
}
ul.logobullet {
 list-style-image: url(../images/micBullet.png);
}	
button {
 width:35px;
 height:35px;
}

button#lButton {
	background-image: url(../images/leftButton.png);
}

button#rButton {
	background-image: url(../images/rightButton.png);
}
div#calltoaction
{

	background-color:#FD5429;

}
.mobileOnly {
	display:none;
}

@media only screen and (max-width: 768px) {
	.mobileOnly{
		display:inline;
	}

}
	 	   