@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
@import url("https://fonts.googleapis.com/css?family=Raleway");
@import url("https://fonts.googleapis.com/css?family=Roboto");

#brochure {
  color: unset !important; pointer-events: none; text-decoration: none; box-shadow: 0 0 0; cursor: not-allowed;
}

body {
  font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgb(49, 2, 92);
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px;
}

@media (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 35px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #42dca3;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #1d9b6c;
}

#mainNav {
  font-family: "Roboto Condensed", "Cabin", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color:rgb(49, 2, 92);
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: white;
  border: 1px solid white;
}

#mainNav .navbar-brand {
  font-weight: 700;
}

#mainNav a {
  color: white;
}

#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  /* background-color: transparent; */
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
  outline: none;
  /* background-color: transparent; */
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out,
      padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out,
      padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out,
      padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    /* background: transparent; */
  }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: rgb(49, 2, 92);
    /* background: black; */
  }
  #mainNav .nav-link.active {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #mainNav .nav-link.active:hover {
    color: white;
  }
}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  color: white;
  background: url("../img/intro-bg.jpg") no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.masthead .intro-body .brand-heading {
  font-size: 20px;
  /* line-height: 1.15px; */
}
.masthead .intro-body .title-head {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.masthead .intro-body .intro-text {
  font-size: 18px;
}

@media (min-width: 768px) {
  .masthead {
    height: 100%;
    padding: 0;
  }
  .masthead .intro-body .brand-heading {
    font-size: 34px;
  }
  .masthead .intro-body .intro-text {
    font-size: 22px;
  }
}

@media screen and (min-width: 300px) and (max-width: 461px) {
  .masthead .intro-body .brand-heading {
    font-size: 20px;
    line-height: normal;
  }
}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus,
.btn-circle:hover {
  color: white;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}

.content-section {
  /* padding-top: 100px;
  padding-bottom: 100px; */
  background-color: white;
}

.content-section p {
  text-align: justify;
  color: rgb(59, 58, 58);
  font-size: 1rem;
  /* border: 1px solid red;  */
  margin-bottom: 8px;
}

.download-section {
  color: white;
  background: url("../img/downloads-bg.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#map {
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: white;
    /* background-color: rgb(53, 53, 53); */
  }
  #map {
    height: 350px;
  }
}
@media (min-width: 768px) {
  #intro-row {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}

.btn {
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-default {
  color: #42dca3;
  border: 1px solid #42dca3;
  background-color: transparent;
}

.btn-default:focus,
.btn-default:hover {
  color: black;
  border: 1px solid #42dca3;
  outline: none;
  background-color: #42dca3;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding: 50px 0;
}

footer p {
  font-size: 14px;
  margin: 0;
}
footer a {
  color: white;
}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/*  Speakers section*/

.speaker img {
  max-width: 200px;
  max-height: 200px;
  width: 200px;
  height: 200px;
  text-align: center;
}
.speaker .speaker-cell {
  margin-bottom: 20px;
}

.speaker span a {
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
.list-group-item {
  color: rgb(37, 36, 36);
  /* border-color:  rgb(37, 36, 36); */
  padding-top: 2px;
  padding-bottom: 2px;
}

.hotels {
  font-family: "Roboto Condensed", sans-serif;
}
.hotels th:nth-child(even),
.hotels td:nth-child(even) {
  width: 55%;
}
.hotels th:nth-child(odd),
.hotels td:nth-child(odd) {
  width: 45%;
  text-align: center;
  font-weight: 500;
}

#resources {
  background-color: rgb(22, 22, 22);
}
