.fullscreen {
  max-height: 800px;
}

.container .nav-bar {
  width: 100%!important;
}

#primary {
  width: 100%;
}

.search-widget-handle {
  display: none;
}

#menubutton {
  padding: 10px 20px;
  background-color: #000;
  color: #FFF;
  text-transform: uppercase;
  border: 1px solid #FFF;
  /*border-radius: 10px;*/
}

.page-title-section {
  display: none;
}

p {
  font-size: 1.7rem;
}

.textwidget {
  word-break: break-word;
}

.entry-content {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.pdfemb-viewer {
  align-self: center;
  border: 1px solid #EEE!important;
}

div[id^=DB-review-widget-wrapper] {
  background-color: #EEE!important;
}

.footer-credits {
  display: none;
}

a:focus {
  outline: 0;
}
h3 {
  margin-bottom: 10px;
}

.choice_wrapper {
  padding-top: 50px;
  display: flex;
  flex-flow: row wrap;
  background: rgb(213,226,226);
  background: linear-gradient(0deg, rgba(213,226,226,1) 0%, rgba(255,255,255,1) 100%);
}
.choice_wrapper hr {
  display: none;
}
.choice, .choice_wrapper a {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  padding: 20px;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .3s ease;
}
.choice_img {
  width: auto;
  height: 120px;
}
.choice:hover {
  -webkit-transform: scale(1.10);
}
.choice_heading {
  margin-top: 20px;
  text-align: center;
}
.choice p {
  text-align: center;
  margin-bottom: 5px;
}

.top-parallax-section {
  filter: drop-shadow(2px 4px 5px black);
}

@media screen and (max-width: 767px) {
  .search {
    display: none;
  }
  section {
    padding: 15px 0;
  }
  .btn-lg {
    width: 100%;
  }
  .parallax-window {
    padding: 0 15px 0 15px;
  }
  .fullscreen {
    height: 60vh;
  }
  .image-bg h1 {
    font-size: 40px;
  }
  .smiley {
    width: 50%;
  }
  .choice, .choice_wrapper a {
    flex: 0 0 100%;
  }
  .choice_wrapper hr {
    display: block;
  }
}

@media (min-width:1270px) {
  .main-navigation .container {
    width: 800px;
  }
}


@media (min-width: 992px){
  .col-md-3 {
    width: 33.3%;
    text-align: center;
  }
  .col-md-3 img {
    max-width: 60%;
  }
}