html{
	height:100%;
}
h2 {
	font-weight: 600;
	font-size: 48px;
	font-family: 'Roboto Slab' , serif;
}
p {
	font-weight: 300;
	font-size: 25px;
	font-family: 'Open Sans' , serif;
}
.pw-cover-wrapper {
	width: 100%;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position:top;
	background-color: #fff;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	display: inline-block;
	padding-bottom:300px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url('../jpg/headerbg_solid.jpg');
	z-index:-1;
}
.pw-cover-wrapper {
	height: auto;
}

.FirstPanelScroll:link, .FirstPanelScroll:visited {
    text-shadow: 2px 2px #000000;
}
/*warning panel */
.warning-panel.panel {
    background: #001e44;
    color: #fff;
    padding-top: 130px;
    padding-bottom: 20px;
    margin-bottom:0px
}
.warning-panel p {
    font-weight: 600;
    font-size: 18px;
}
.warning-panel img {
    margin-top: 25px;
}
/*Fixed register button styles */
.register{
	position:fixed;
	bottom:244px;
	right:0px;
	background-color:#BC204B;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	height: 50px;
	z-index:9;
}
.register small{
	color:#fff;
	font-weight:600;
	font-size:15px;
	border-right: 3px solid #fff;
	display: block;
	margin-top: 4px;
}
.register small span{
	font-weight:600;
}
.register .dates{
	padding-right:0px;
	padding-left: 0px;
}
.register .btn-container{
	padding-left:0px;
	padding-right: 20px;
}

.register .arrow{
	padding: 10px;
	background:#333;
	display: block;
	float: left;
	color:#fff;
	margin-right: 5px;
	margin-top: 0px;
	padding-bottom: 12px;
	height: 50px;
	padding-top: 8px;
}
.arrow a{
	color:#fff;
}
.register {
    -webkit-transition:1s;
}
.register.clicked{
    right:-232px;
}

.register small{
	margin-right:-2px;
}

.register .arrow {
	-webkit-transition:1s;
}
.register.clicked .arrow {
	 padding-left: 14px;
	 padding-right: 28px;
 }
.chief_brand_message {	
	margin: auto;
}
.red-overlay {
    width: 755px;
    display: inline-block;
    padding: 10px;
    background:linear-gradient(to top,  rgba(188, 32, 75, 0), rgba(188, 32, 75, 1), rgba(188, 32, 75, 1));
    padding-bottom:300px;
    padding-top: 350px;
    
}
.chief_brand_message_inner h1 {
	font-size: 65px;
	font-weight: bold;
	color:#fff;
	font-family: 'Roboto Slab' , serif;
	border-bottom:5px solid #fff;
	display:inline;
	padding-left: 15px;
	padding-right: 15px;
}
.chief_brand_message small {
	font-size: 25px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 50px;
	display: block;
	font-family: 'Open Sans' , serif;
}
.chief_brand_message_inner h2{
	font-size:60px;
	color:#fff;
}
.chief_brand_message_inner h3{
	font-size:35px;
	color:#fff;
	padding-bottom:25px;
	font-weight:400;
	font-family: 'Roboto Slab' , serif;
}

.down-arrow i {
	color:#fff;
}
.panel1{
	margin-top:-400px;
}

.panel1 .pw-dates h2{
	font-size:70px;
	margin-top:0px;
	font-weight:600;
}
.panel1 .pw-dates h3{
	font-size:130px;
	color:#BC204B;
	font-weight:300;
}
.panel1 .pw-dates p{
	font-size:35px;
	color:#333;
}
.panel1 .pw-dates .border{
	border-right:solid 4px #009cde;
}

.fixed-top{
	position:fixed;
	bottom:60%;
}
.fixed-height{
	margin-top:1035px;
	
}
.panel1 .agenda-venue{
	color:#fff;
}
.panel1 .agenda-venue h2{
	border-bottom:solid 5px #fff;
	display:inline-block;
	padding:10px;
	margin:10px;
	font-weight:600;
	color:#fff;
}
.panel1 .agenda-venue p{
	font-size:25px;
	padding:10px;
}

.panel1 .agenda{
	background: #BC204B url("../jpg/agenda_bg.jpg") no-repeat;
	background-size: cover;
}
.panel1 .venue{
	background: #BC204B url("../jpg/venue_bg.jpg") no-repeat;
	background-size: cover;
}
.panel1 h3{
	color:#009cde;
}

.panel1 small{
	display:block;
	font-size:15px;
	color:#009cde;
	}
.panel1 .bottom h2{
	padding:40px;
}

.panel1 .quote{
	font-size:45px;
	color:#BC204B;
	font-weight:600;
	font-style:italic;
	font-family: 'Roboto Slab' , serif;
	margin:20px 100px 20px 100px;
}

/* button styles */

a.btn-style1{
	color:#333;
	padding:10px;
	width:300px;
	border:solid #333 3px;
	border-radius:25px;
	margin:25px;
	font-weight:600;
	margin-bottom:100px;
}


a.btn-style1:hover, a.btn-style1:active {
	background:#BC204B;
	color:#fff;
	border-color:rgba(0, 0, 0, 0);
}
a.btn-style2{
	color:#333;
	padding:10px;
	width:250px;
	border-radius:25px;
	margin:25px;
    font-weight:600;
    background:#fff;
    font-size:20px;
}
a.btn-style2:hover, a.btn-style2:active {
	background:#BC204B;
	color:#fff;
}
a.btn-style3{
	color:#333;
	padding: 4px;
	width: 110px;
	border-radius: 25px;
	font-weight: 600;
	margin: 12px;
	background:#fff;
	font-size: 12px;
	margin-right: 60px;
}
a.btn-style3:hover, a.btn-style3:active {
	background:#333;
	color:#fff;
}


.panel2 {
	background: #333 url("../jpg/organizers_bg.jpg") no-repeat;
	color:#fff;
	text-align: center;
	background-size: cover;
	background-position: 0 0;
	background-attachment: fixed;
	color:#fff;
	text-align:center;
	padding:50px;
}

.panel2 h2{
	color:#009cde;
	padding-bottom: 25px;
}
.panel2 p{
	padding-bottom:20px;
	font-size: 30px;
}
.panel2 h3{
	font-size:40px;
	padding-bottom:35px;
}

.panel2 a{
	color:#fff;
}
.panel2 a:hover{
	color:#fff;
}
.panel3 {
	text-align: center;
	padding:50px;
	background:#fff;
}
.panel3 p{
	padding-bottom:70px;
}
.panel3 li{
	list-style: none;
}
.panel3 img{
	margin:auto;
}
.panel3 ul{
	padding:0px;
}

.panel3 li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
}

@media (max-width: 1400px) {}
@media (max-width: 1200px) {
	.warning-panel img {
    margin-top: 60px;
    }
	.panel1 .pw-dates h3{
	font-size:100px;
}
	.panel1 .pw-dates p{
	font-size:30px;
}
	.panel1 .quote{
	margin:0px;
}
	.register{
	display:none;
}
.panel1 .agenda-venue p{
	font-size:20px;
}
}
@media (max-width: 991px) {
	.warning-panel img {
    margin-top: 0px;
    margin-bottom: 25px;
    }
	.panel1 .pw-dates .border{
		border:none;
		text-align:center;
	}
	.panel1 .pw-dates{
		text-align:center;
	}
	.agenda{
		margin-bottom:30px;
}
.panel2 img{
	padding-bottom:30px;
}
}
	
@media (max-width: 767px) {	
	.chief_brand_message_inner h1{
		display:block;
		padding-bottom:20px;
	}
	.red-overlay {
		width:auto;
	}	
}
@media (max-width: 480px) {
	.red-overlay {
		padding-top:200px;
	}
	.panel1 {
    margin-top: -500px;
	}
	.scroll-date h2, .scroll-date h3{
		font-size: 70px!important;
		
	}
	h2 {
		font-size: 35px !important;
	}
	h3 {
		font-size: 25px!important;
	}
	p {
		font-size: 20px !important;
	}
	.warning-panel	p {
		font-size: 18px !important;
	}
	.btn-style1{
		font-size:20px !important;
		width:auto!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}
	.sponsors img {
		width: 100%;
	}
	.sponsors img.bp {
		width: auto;
	}
}
@media (max-width: 400px) {	
	.panel1 img{
		width:100%;
	}
	.panel2 img{
		width:100%;
	}
	.sponsors img {
	  width: 100%;
	  margin: 40px;
	}	
	.panel3 img.smeal {
	  width:100%;
	}
	.panel3 .btn-style1 {
	font-size:15px !important;
}
}
