body {
  font-size: 18px;
  line-height:1.2;
  color: #0a1a26;
  font-family: 'Open Sans', sans-serif;
}

p {
  font-size: 18px;
  line-height:1.2;
  color: #0a1a26;
  font-family: 'Open Sans', sans-serif;
  margin-bottom:20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color:#385b75;
  letter-spacing:-0.03em;
  margin-bottom:25px;
}

h3 {
	font-size:30px;g
}

a {
  color: #3779ac;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #3779ac;
  text-decoration:none;
}

ul, li {
	padding:0;
	margin:0;
}

.container {
	width:100%;
	max-width:1140px;
}

.wrapper {
	position:relative;
	width:100%;
	overflow:hidden;
}

.hero {
	background:url(../img/hero.jpg) no-repeat center bottom;
	background-size:cover;
}

.hero p {
    color: #0a1a26;
    font-size: 30px;
    margin: 25px 0;
    letter-spacing: -0.03em;
}

.hero .container {
	position:relative;
	padding:110px 15px 70px;
}

.event-info li {
    background: rgba(255,255,255,0.61);
    display: inline-block;
    margin: 0 8px;
    color: #3b82b8;
    font-size: 20px;
    padding: 8px 15px;
    text-align: left;
    line-height: 31px;
    height: 49px;
}

.event-info li img {
    height: 32px;
    width: auto;
    margin-right: 3px;
    position: relative;
    top: -2px;
}

.become-sponsor {
    border: 2px solid rgba(0,0,0,0.32);
    background: rgba(0,0,0,0.04);
    color: #143045;
    font-size: 18px;
    padding: 0 28px;
    line-height: 38px;
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 15px;
}

.become-sponsor:hover {
	background:#143045;
	color:#fff;
}

.tagline {
	padding:60px 0;
	text-align:center;
	text-transform:uppercase;
	color:#204866;
	font-size:30px;
	font-weight:bold;
    letter-spacing: -0.03em;
}

.location {
    background: #3779ac;
    padding: 35px 15px 40px 130px;
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    position: relative;
}

.location b {
	font-weight:800;
}

.location img {
    width: 120px;
    position: absolute;
    top: 35px;
    left: 7px;
}

.event-details {
	padding:90px 0;
}

.timing li {
    font-size: 25px;
    font-weight: 800;
    color: #204663;
    list-style: none;
    line-height: 50px;
    padding: 6px 30px;
}

.timing li:nth-child(even) {
    background: #e8f4fd;
}

.timing li span {
	font-size:31px;
}

h4 {
	font-weight:800;
	text-transform:uppercase;
	font-size:36px;
	margin-bottom:50px;
}

.sponsors {
	padding-bottom:60px;
}

.sponsors a span {
	display:table;
	margin:0 auto;
	font-size:18px;
	text-transform:uppercase;
	font-weight:800;
	margin-top:25px;
	color:#204663;
}

.img-full {
	width:100%;
	height:auto;
}

.gallery {
	padding-bottom:140px;
}

.gallery .row {
	margin:0 -5px;
}

.gallery [class*="col-"] {
	margin-bottom:30px;
	padding:0 5px;
}

.gallery a span {
    display: table;
    margin: 0 auto;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 20px;
    color: #204663;
}

.gallery a em {
    display: table;
	margin: 0px auto -10px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
    text-align:center;
    font-style:normal;
    padding:0 20px;
    position:relative;
    top:-10px;
}

.cta {
	background:url(../img/cta.jpg) no-repeat center top;
	background-size:cover;
	padding:90px 0 60px;
}

.cta p {
	color:#fff;
	margin-bottom:35px;
	font-size:30px;
	font-weight:300;
}

.cta p a {
	color:#fff;
	border-bottom:1px solid #fff;
}

.cta p.lead {
	font-weight:800;
	font-size:36px;
}

footer {
	color:#fff;
	font-size:18px;
	padding:70px 0;
	background:#132b3f;
}

.sponsors .col-md-6 a.lp > div img,
.sponsors .col-md-4 div.lp > div img,
.sponsors .col-md-4 a.lp > div img{
  max-width: 100%;
  width: auto;
  max-height: inherit!important;
  height: 110px!important;
}

@media only screen and (max-width: 767px) {
 
.become-sponsor {
    font-size: 18px;
    line-height: 36px;
    right: 0;
    left: 0;
    width: 222px;
    margin: 0 auto;
}

.hero p {
    font-size: 26px;
}
 
.event-info li {
    margin: 4px 0px;
    font-size: 16px;
    width: 100%;
    max-width: 360px;
}

.logo {
    max-width: 400px;
    display: table;
    margin: 0 auto;
}

.hero .logo .img-fluid{
   max-width: 50%!important;  
   width: 50%!important;  
}

h3 {
    font-size: 26px;
}

h3 br {
	display:none;
}

.tagline {
    font-size: 26px;
}

.gallery .col-md-2 {
	width:33.33333%;
	float:left;
}

.cta p.lead {
    font-size: 28px;
}

.cta p {
    font-size: 24px;
    line-height: 30px;
}

footer {
    padding: 40px 0;
}

.sponsors a span,
.sponsors div span{
    margin-bottom: 40px;
}
 
.sponsors {
    padding-bottom: 10px;
}

}

@media only screen and (max-width: 551px) {

.location img {
    width: 80px;
}	

.location {
    padding: 120px 15px 40px 15px;
    font-size: 19px;
    line-height: 29px;
}

.timing li {
    font-size: 23px;
    line-height: 1.1;
    padding: 10px 15px;
}
 
.timing li span {
    font-size: 25px;
}

.gallery .col-md-2 {
	width:50%;
	float:left;
}

.cta p {
    font-size: 19px;
    line-height: 30px;
}
 
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

.event-info li {
    font-size: 18px;
    width: auto;
}

.location img {
    width: 80px;
}	

.location {
    padding: 120px 15px 40px 15px;
    font-size: 19px;
    line-height: 29px;
}

.timing li {
    font-size: 30px;
    line-height: 1.1;
    padding: 20px 15px;
}

.timing li span {
    font-size: 25px;
}

.sponsors .col-md-6 a.lp > div img,
.sponsors .col-md-4 div.lp > div img,
.sponsors .col-md-4 a.lp > div img{
  height: auto!important;
}

}

footer p {
	margin:20px 0 0;
	color:#fff;
	font-size:15px
}

footer p a {
	color:#fff;
	border-bottom:1px solid transparent;
}g

footer p a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
}

footer p i {
	color:#f00;
	margin:0 3px;
}

.hidden {
    display:none;
}

.sponsors .col-md-4 ,
.sponsors .col-md-6 {
    margin-top:30px;
}

.sponsors .col-md-4 a img,
.sponsor img{
	max-height:170px;
	max-width:200px;
	height:170px;
	position:relative;
}

.sponsors .col-md-4 div {
	position:relative;
}

.sponsors .col-md-4 div.sp > div {
  height: 200px;
  border: 1px solid #eee;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.sponsors .col-md-4 div.sp > div img {
  max-height: 180px;
  max-width: 100%;
}

.sponsors span {
    display: table;
    margin: 0 auto;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 15px !important;
    color: #204663;
}

.sponsors a.lp > div,
.sponsors div.lp > div{
  border: 1px solid #eee;
  padding: 10px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsors .person.col-md-4 a.lp > div img {
    height: auto !important;
}