@import url("https://use.typekit.net/ndd0fgk.css");

html, body {
    height: 100%;
    margin: 0px;
    font-style: normal;
    background-color: #fff;
}

.form-label {
  font-size: 24px;
}

.text-yellow {
    color: #fff000;
}

p {
    font-weight: light;
}

#myVideo {
    width: 100%;
    border: 5px solid #fff;
}

.badge {
    text-shadow: 3px 3px 3px #000;
    color: #fff;
}

.fa-heart {
    color: red;
}

.fb-like {
    padding: 10px;
    border-radius: 15px;
    background-color: #fff;
    color: #fff !important;
}

.grow { 
transition: all .2s ease-in-out; 
}

.grow:hover { 
transform: scale(1.7); 
}

#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ff0004;
  background: radial-gradient(circle, rgba(255, 0, 4, 1) 22%, rgba(158, 0, 3, 1) 70%);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 12px 18px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease, transform 0.2s ease;
  z-index: 1000;
  box-shadow: 2px 2px 10px #000;
}

#backToTop:hover {
  background-color: #e65c00;
  transform: translateY(-2px);
}

.no-logo {
    opacity: .4;
}

.padding-50 {
    padding-top: 50px;
}

main {
    margin-top: 90px;
}

hr {
    margin-top: 5px;
  margin-bottom: 5px;
}

.card-text {
    font-size: 14px!important;
  line-height: 20px;
  color: #000!important;
}

.panel-padding {
    padding: 50px;
}

.exhibitor-container p {
    font-size: 16px;
}

.callout-container h3 {
    color: #fff;
    text-shadow: 3px 3px 3px #000;
}

.callout-container p {
    line-height: 20px;
    color: #000!important;
}

#navbarSupportedContent {
 margin-left: 20px;   
}

a, a:hover {
    color: #000;
}

.box-shadow {
    box-shadow: 4px 4px 5px #000;
}

h1, h2, h3, h4 , h5 {
  font-family: "apparat", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: 3px 3px 6px #000;
  color: #fff
}

.special-guests-container {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.55) 100%);
  padding: 20px;
  border-radius: 15px;
  color: #000;
  text-shadow: 2px 2px 2px #999;
  margin-bottom: 15px;
}

.special-guests-container h3 {
    color:#fff;
    text-shadow: 2px 2px 2px #000;
}

.img-box {
    box-shadow: 5px 5px 5px #000;
}

p {
    font-size: 18px;
}

.mr-2 {
    margin-right: 10px;
}

.grow { 
transition: all .2s ease-in-out; 
}

.grow:hover { 
transform: scale(1.1); 
}

.callout-container {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0.6) 100%);
    border-radius: 15px;
    box-shadow: 3px 3px 3px #000;
    padding: 20px;
    text-shadow: 0px 0px 3px #fff;
    margin-bottom: 25px;
    font-size: 18px;
    color: #000;
}

.callout-container p, .callout-container a {
    color: #000!important;
}

.callout-container a.btn {
    color: #fff!important;
    text-shadow: 3px 3px 3px #000!important;
}

.callout-container h4 {
    color: #000;
  text-shadow: 3px 3px 3px #999;
}

.img-thumbnail {
    margin-right: 10px;
}

.img-border {
   
    box-shadow: 3px 3px 10px #000;
}

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

    h2 { font-size: 1.8em; }
    
    .panel-padding {
    padding: 20px;
    }
}