/*
    CSS Reset
*/
html{
  height:100%;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
input,
button,
ul,
li,
a,
p {
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  text-decoration: inherit;
  color: inherit;
  background: transparent;
  list-style: none;
}

/* Global Setting */

@font-face {
  font-family: Cocogoose;
  src: url('../assets/fonts/cocogoose/Cocogoose Pro-trial.ttf');
}

body {
  font-family: 'Lato', sans-serif;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.heading{
  font-size:25px;
  padding-left: 10px;;
    text-shadow:
      -0.5px -0.0px 0 #990000,
      0.5px -0.0px 0 #990000;
}
h1 {
  font-size: 10vw;
  font-family: 'Cocogoose', sans-serif;
}

h2 {
  font-family: 'Cocogoose', sans-serif;
  font-size: 5vw;
}

h3 {
  font-size: 5vw;
}

h4 {
  font-size: 50px;
}

form{
  width: 60%;
  margin: 0 auto;
}
.img-fluid {
  width: 100px;
}
.subhead{
	font-size: 20px;
	text-align: center;
  font-family: 'calibri';
}

.center{
	padding: 10px 80px 10px 80px;
}

.inline-radio {
    display: inline-block;
}

.space{
text-indent: 40px;
}


.tickets-title {
  font-size: 20px;
}

a {
  cursor: pointer;
}

a:hover {
  color: #ec5242;
}

a:active {
  color: #ec5242;
}

p {
  color: #272a31;
  font-weight: 100;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.cta {
  font-size: 1.2rem;
}

.hr-title {
  border: 1px solid #ec5242;
  width: 10%;
}

.hr-speakers {
  border: 1px solid #3c3e43;
  width: 10%;
}

.section-title {
  font-size: 1.5rem;
}

.section-subtitle {
  font-size: 1.6rem;
}

.logo {
  padding-top: 4px;
  padding-bottom: 4px;
}

.logo img {
  border: 2px solid white;
  border-radius: 8px;
}

#mapid { height: 500px; }


/* slider section */

.image-effect {
  background-image: linear-gradient(rgba(236, 82, 66, 0.5), rgba(236, 82, 66, 0.5)), url(https://images.unsplash.com/photo-1570126646281-5ec88111777f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=725&q=80);
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.image-gall{

  margin: 0 auto;
  width: 80%;
  display: flex; /* Use flexbox layout */
  flex-wrap: wrap; /* allow the images to wrap to the next row if necessary */
justify-content: center; /* Horizontally center the content */
}
.image-container {
  padding: 3px;
position: relative;
display: inline-block;
}

.image-container img {
  width:285px;
  height:250px;
  cursor: zoom-in;
}

.fullscreen-image {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(70, 68, 68, 0.8);
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
}

.fullscreen-image img {
max-width: 100%;
max-height: 100%;
}





.nav-small {
  font-size: 3rem;
  top: 15%;
  left: 5%;
}

.campaign {
  border: 5px solid #ec5242;
}

.slider {
  background: #f8f8f8;
  background-image: linear-gradient(rgba(248, 248, 248, 0.7), rgba(248, 248, 248, 1)), url("https://images.unsplash.com/photo-1570126646281-5ec88111777f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=725&q=80");
  background-size: cover;
}

.slider-about {
  background: #f8f8f8;
  background-image: linear-gradient(rgba(248, 248, 248, 0.7), rgba(248, 248, 248, 1));
  background-size: cover;
}

.red {
  color: #b30000;
}

.blue {
  color: #0000FF;
}

.bg-red {
  background-color: #b30000;
}

.bg-dark-light-custom {
  background-color: rgba(143, 143, 143, 0.5);
}

.bg-dark-custom {
  background-color: #272a31;
}

.welcome-description {
  background-color: #f7f7f7;
  border: 2px solid #fff;
	font-size: 18px;
}

.welcome-text{
  width: 100%;
}

.nsfimg{
  text-align: right;
  width: 50px;
  height: auto;
}
/* main-program section */

.main-program {
  background-image: linear-gradient(rgba(40, 43, 50, 0.9), rgba(40, 43, 50, 0.9)), url("https://images.assetsdelivery.com/compings_v2/floralset/floralset1905/floralset190500161.jpg");
  background-size: cover;
}

.main-program i {
  font-size: 3rem;
}

.program-block:hover {
  border: 2px solid #fff;
}

/* speakers section */

.speaker-avatar {
  width: 100%;
  height: 100%;
}

.hotel-avatar {
  width: 500px;
  height: 400px;
  object-fit: cover;
}

.background-img{
    position: fixed;
right: 0px;
bottom: 0px;
}

footer{
  margin-top: auto;
}


.defaultTextBox {
    padding: 10px;
    height: 30px;
    width: 300px;
    position: relative;
    left: 0;
    outline: none;
    border: 2px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    font-size: 16px;
}
.advancedSearchTextbox {
    width: 700px;
    margin-right: -4px;
}





.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}


.button {
  font-size: 1em;
  padding: 10px;
  color: #000000;
  border: 2px solid #000000;
  background: #DCDCDC;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #DCDCDC;
}



button { 
  padding: 1px!important;
  cursor: pointer;
  display: inline;
}


.radiobutton{
  width: 60%;
}


* {
  box-sizing: border-box;
}

/* Container for flexboxes */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* Create four equal columns */
.column {
  flex: 20%;
  padding: 20px;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .column {
    flex: 50%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .row {
    flex-direction: column;
  }
}