/* CSS Document */
body {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  background-color: #E9E5E2; }

a, a:focus, a:active {
  color: #E90016;
  text-decoration: none; }

a:hover {
  color: #9d000f;
  text-decoration: none; }

h1 {
  text-align: center; }

h1, h2, h3, h4 {
  color: #333333;
  font-family: "Slabo 27px", serif; }

h2 {
  font-size: 1.8em;
  font-weight: 500; }

h3 {
  font-size: 1.5em;
  margin-top: 1em; }

.img-full {
  width: 100%;
  height: auto; }

.grey {
  color: #58585a; }

.blue {
  color: #0066b3; }

.carousel-caption {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 30px; }

.slidercap {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff !important;
  padding-top: 1em; }
  .slidercap b {
    color: #fff; }

.menu-btn {
  transform: translateY(-20%); }

.header-row {
  min-height: 40px; }
  .header-row .header-logo img {
    position: absolute;
    top: 17px;
    left: -55px; }

.header .logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
  .header .logo a {
    color: inherit;
    text-decoration: none !important; }
  .header .logo p {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 0; }
.header .menu {
  text-align: right;
  margin-top: 16px; }
  .header .menu ul.menulist {
    text-align: right; }
    .header .menu ul.menulist li {
      list-style-type: none;
      display: inline-block;
      margin-right: 1em;
      text-transform: uppercase;
      position: relative; }
      .header .menu ul.menulist li a {
        text-decoration: none !important;
        color: #333333; }
      .header .menu ul.menulist li a:hover {
        color: gray; }
      .header .menu ul.menulist li ul {
        display: none;
        position: absolute;
        top: 20px;
        left: -15px;
        text-align: left;
        padding: 15px;
        background-color: #E9E5E2;
        z-index: 9999; }
        .header .menu ul.menulist li ul li {
          display: block;
          padding: 0.5em 0; }
    .header .menu ul.menulist li:hover ul {
      display: block; }

.main-form {
  background-image: url(../img/bgbeer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  width: 100%;
  min-height: calc(100vh - 40px);
  padding-top: 100px;
  padding-bottom: 60px; }
  .main-form .main-form-inner {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 400px; }
  .main-form .form-section {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    padding-top: 15px; }
  .main-form .form-group, .main-form .input-group {
    margin-top: 15px; }

#footer {
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #333333;
  color: #eeeeee; }
  #footer h1, #footer h2, #footer h3, #footer h4, #footer b, #footer strong {
    color: #eeeeee; }
  #footer a, #footer a:focus, #footer a:active, #footer a:visited {
    color: #eeeeee; }
  #footer a:hover {
    color: #c8c8c8; }
  #footer ul.footermenu {
    padding-left: 0; }
    #footer ul.footermenu li {
      display: block;
      list-style-type: none; }
      #footer ul.footermenu li a, #footer ul.footermenu li a:focus, #footer ul.footermenu li a:active, #footer ul.footermenu li a:visited {
        color: #eeeeee; }
      #footer ul.footermenu li a:hover {
        color: #c8c8c8; }

@media (max-width: 991px) {
  .header {
    min-height: 50px; }
    .header .container .row {
      min-height: 50px; }
    .header .menu {
      text-align: right;
      margin-top: 16px; }
      .header .menu ul.menulist {
        display: none;
        text-align: right; } }
@media (max-width: 576px) {
  h1 {
    font-size: 1.3rem; }

  h2 {
    font-size: 1.2rem; }

  h3 {
    font-size: 1.1rem; }

  #main img {
    width: 100%;
    height: auto; }

  .header .logo {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%); }
    .header .logo p {
      font-weight: bold;
      font-size: 1.3em;
      margin-bottom: 0; } }
