.banner {
	background:blue;
	height:20px;
}
.menu {
	padding:10px;
	background:#212121;
	border-bottom:3px solid #ffa800;
}
.menu a {
	padding-left:10px;
	text-decoration:none;

}
.menubutton {
	color:white;
	margin-right:10px;
	}
.menubutton:hover {
	color:#ffa800;
}
.container {
	background:white;
	min-height: 100vh; /* will cover the 100% of viewport */
	overflow: hidden;
	display: block;
	position: relative;
	box-shadow: 10px 0px 8px #000000;
	
}
.container p{
	padding: 0px 15px 0px 15px;
}
.container h1{
	padding: 0px 15px 0px 15px;
}
.container h2{
	padding: 0px 15px 0px 15px;
}
.container h3{
	padding: 0px 15px 0px 15px;
}
.container a{
	padding: 10px 15px 10px 15px;
}
.background {
	background:#3b3b3b;
}
.speaker {
	max-width:100px;
	width:100%;
	border-radius: 50%;
}
.speaker2 {
	width:200px;
	width:100%;
	border-top:3px solid #ffa800;
}
.speakerbox {
	min-height:550px;
	
	background: rgb(36,36,36);
	background: linear-gradient(36deg, rgba(36,36,36,1) 0%, rgba(8,8,8,1) 59%, rgba(128,128,128,1) 100%);
	border: 5px solid white;
	border-radius: 0 0 10% 0;
	
	
}
.speakerbox_2 {
	min-height:130px;
	background: rgb(36,36,36);
	background: linear-gradient(36deg, rgba(36,36,36,1) 0%, rgba(8,8,8,1) 59%, rgba(128,128,128,1) 100%);
	border: 5px solid white;
	
	
}
.speakerbox2a {
	height:auto;
	background: rgb(36,36,36);
	background: linear-gradient(36deg, rgba(36,36,36,1) 0%, rgba(8,8,8,1) 59%, rgba(128,128,128,1) 100%);
	
	
	
}
.speakerbox2b {
	height:auto;
	background: rgb(36,36,36);
	background: linear-gradient(36deg, rgba(36,36,36,1) 0%, rgba(8,8,8,1) 59%, rgba(128,128,128,1) 100%);
	
	
	
}
.speakertitle {
	color:white;
	
}
.speakertitle2 {
	
	color:white;
	margin-top:0px;
	margin-bottom:0px;
	border-top:3px solid #ffa800;
}
.speakerlink {
	text-decoration:none;
}
.disclaimer {
	margin:0 auto;
	max-width:1260px;
	width:100%;
	height:auto;
	background:#212121;
	color:white;
	padding:15px 20px 20px 20px;
	box-shadow: 10px 0px 8px #000000;
}
.fullimg {
	max-width:1260px;
	width:100%
}
.logobanner {
	width:100%;
}
.420 {
	width:420px;
	width:100%;
}
.button {
	margin: 0px 0px 0px 10px;
 padding-top:10px;
 padding-top:20px;
  background-color: #0087da;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
 
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.event_block {
	margin:20px; 
	border:1px solid black;
}
.event_block p {
	margin-top:0px;
	
}
