.bg-primary {
  background-color: #ffffff!important;
}

.caption {
}

.title_caption {
  position: static;
  /*top: 70%;*/
  text-align: center;
  color: #ffffff;
  text-shadow: 4px 4px 6px #000000;
  /*margin-left: 40px;*/
}

.subhead {
  font-size: 58px!important;
  text-align: center;
  color: #ffffff;
  text-shadow: 4px 4px 6px #000000;
  margin-bottom: 24px;
}

.column_space {
  padding: 12px;
}

.no-gutters {
  padding-right: 12px;
  padding-left: 12px;
}

@media (min-width: 1200px) {
  .title {
    font-size: 60px!important;
    font-family: Lato, sans-serif;
    color: rgb(255,255,255);
    text-shadow: 4px 4px 6px #000000;
    margin-bottom: 21px;
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .title {
    font-size: 60px!important;
    font-family: Lato, sans-serif;
    color: rgb(255,255,255);
    text-shadow: 4px 4px 6px #000000;
    margin-bottom: 21px;
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .title {
    font-size: 60px!important;
    font-family: Lato, sans-serif;
    color: rgb(255,255,255);
    text-shadow: 4px 4px 6px #000000;
    margin-bottom: 21px;
    padding-top: 40px;
  }
}

@media (min-width: 576px) {
  .title {
    font-size: 60px!important;
    font-family: Lato, sans-serif;
    color: rgb(255,255,255);
    text-shadow: 4px 4px 6px #000000;
    margin-bottom: 21px;
  }
}

@media (min-width: 360px) {
  .title {
    font-size: 60px!important;
    font-family: Lato, sans-serif;
    color: rgb(255,255,255);
    text-shadow: 4px 4px 6px #000000;
    margin-bottom: 21px;
  }
}

@media (min-width:992px) {
  #container {
    max-width: 100%;
  }
}

@media (min-width:1200px) {
  #container {
    max-width: 100%;
  }
}

@media (min-width:768px) {
  #container {
    max-width: 100%;
  }
}

@media (min-width:576px) {
  #container {
    max-width: 100%;
  }
}

.border {
  border: 2px solid #444444!important;
}

@media (min-width: 1200px) {
  .exhibitor {
    height: 640px!important;
    padding-bottom: 680px!important;
  }
}

@media (min-width: 992px) {
  .exhibitor {
    height: 640px!important;
    padding-bottom: 680px!important;
  }
}

@media (min-width: 768px) {
  .exhibitor {
    padding-bottom: 700px!important;
  }
}

@media (min-width: 576px) {
  .exhibitor {
    padding-bottom: 750px;
  }
}

@media (min-width: 360px) {
  .exhibitor {
    padding-top: 600px;
    padding-bottom: 720px!important;
  }
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #ffffff!important;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: #000000!important;
}

@media (min-width:992px) {
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #000000;
    background: #ffffff;
  }
}

.navbar-nav .nav-link {
  padding-right: 8px!important;
  padding-left: 8px!important;
}

.small, small {
  color: #000000;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: none;
}

.text-muted {
  color: #ffffff!important;
  font-size: 18px!important;
  text-shadow: 4px 4px 6px #000000;
  margin: 18px 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: Montserrat;
  color: #000000;
}

.card-title {
  margin-bottom: .75rem;
  font-size: 32px;
  text-shadow: 4px 4px 6px #000000;
  color: #ffffff;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 24px;
  font-weight: 600;
  float: left;
  color: #ffffff;
  text-shadow: 2px 2px 4px #000000;
}

@media (min-width: 360px) {
  .contact {
    padding-bottom: 1200px!important;
    padding-top: 120px!important;
  }
}

@media (min-width: 576px) {
  .contact {
    padding-bottom: 750px;
    padding-top: 120px!important;
  }
}

@media (min-width: 768px) {
  .contact {
    padding-bottom: 500px;
    padding-top: 120px!important;
  }
}

@media (min-width: 1200px) {
  .contact {
    padding-bottom: 0px;
    padding-top: 200px!important;
  }
}

.btn-primary {
  color: #000000;
  background-color: #dddddd!important;
  border-color: #444444;
}

.btn-primary:hover {
  color: #000000;
  background-color: #eeeeee!important;
  border-color: #aaaaaa;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #000000;
  background-color: #dddddd!important;
  border-color: #aaaaaa;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #eeeeee!important;
  border-color: #dddddd;
}

@media (min-width:992px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
  }
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
  margin-left: auto;
  margin-right: auto;
}

#home-portfolio {
  background-color: #acde95;
  /*background-size: cover;*/
  /*background-image: url("../../assets/img/5D3_0850a_blur.jpg");*/
  width: 100%;
  margin-top: 72px;
}

.img-fluid, .img-thumbnail {
  max-width: 100%;
  height: auto;
  padding: 2px;
  background-color: #ffffff;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.position-relative {
  position: relative!important;
  top: 80%;
  text-align: center;
}

.commission {
  font-size: 18px;
  text-align: center;
}

.small-shadow {
  text-align: center;
  text-shadow: 4px 4px 2px #000000;
}

.image-border {
  border-radius: 2px;
  border-color: #000000;
  border-width: 2px;
  border-style: solid;
}

.navbar-link {
  text-transform: capitalize;
  background-color: rgba(132,145,42,0);
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 4px 4px 6px #000000;
}

@media (max-width: 768px) {
  .content-section {
    background-color: #acde95;
    background-image: url(../../assets/img/5D3_0850a2.jpg);
    background-size: cover;
    margin-top: 0px!important;
    background-position: center;
  }
}

.content-section {
  background-color: #acde95;
  background-image: url(../../assets/img/5D3_0850a2.jpg);
  background-size: cover;
  margin-top: 36px;
  background-position: center;
}

