/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   thewinespot custom styles
   ========================================================================== */

/* tws purple #792258 - hover lighter #9E5E86 */

body {
    font-family: helvetica, arial, sans-serif;
    background: transparent;
    color: #fff;
    font-size: 100%;
}

a {
    color: #ccc;
    font-weight: normal;
    text-decoration: underline;
}

a.nodec {
    text-decoration: none;
    color: #fff;
}

a:hover,
a.nodec:hover {
    color: #fff;
    text-decoration: underline;
}

/* classes */
.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.c1 {
    color: #792258;
}

.c2 {
    color: #9E5E86;
}

.bgw {
    display: inline-block;
    background: #fff;
    opacity: 0.75;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: .5rem;
    box-shadow: 1px 1px 8px #444;
}

.bgw a:hover {
    color: #666;
}

.gbg1 {
    height: 1%;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
    /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%, #dddddd 100%);
    /* W3C */
}

.gbg2 {
    height: 1%;
    background: #792258;
}

.gbg3 {
    height: 1%;
    background: #333;
}

.gbg4 {
    height: 1%;
    background: #cccccc;
    background: -moz-linear-gradient(top, #cccccc 0%, #888888 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #888888));
    background: -webkit-linear-gradient(top, #cccccc 0%, #888888 100%);
    background: -o-linear-gradient(top, #cccccc 0%, #888888 100%);
    background: -ms-linear-gradient(top, #cccccc 0%, #888888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#888888', GradientType=0);
    background: linear-gradient(top, #cccccc 0%, #888888 100%);
}

.gbg5 {
    height: 1%;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #FFF6DA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #FFF6DA));
    background: -webkit-linear-gradient(top, #ffffff 0%, #FFF6DA 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #FFF6DA 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #FFF6DA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#FFF6DA', GradientType=0);
    background: linear-gradient(top, #ffffff 0%, #FFF6DA 100%);
}

.op3 {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.pdhd1 {
    padding: .25em 0 .125em 0;
}
.pdx {
  padding-left: 1em;
  padding-right: 1em;
}
.pdy {
  padding-top: 1em;
  padding-bottom: 1em;
}

.pdt {
    padding-top: 1em;
}
.pdr {
  padding-right: 1em;
}

.pdl {
  padding-left: 1em;
}

.pdb {
    padding-bottom: 1em;
}

.snug {
    margin-bottom: 0;
}

.snugtop {
    margin-top: 0;
}

.vat {
    vertical-align: top;
}

.b1 {
    border: solid 1px #888;
}

.rctop {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

.rcbot {
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

.rc1 {
    border: solid 1px #888;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.rc2 {
    border: solid 1px #888;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.rc3 {
    border: solid 1px #888;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.box1 {
    padding: 10px;
    border: solid 1px #ccc;
    margin: 15px auto;
    width: 90%;
}

.ds1 {
    box-shadow: 0 5px 5px #999;
    -moz-box-shadow: 0 5px 5px #999;
    -khtml-box-shadow: 0 5px 5px #999;
    -webkit-box-shadow: 0 5px 5px #999;
}

.ds2 {
    box-shadow: 0 5px 5px #444;
    -moz-box-shadow: 0 5px 5px #444;
    -khtml-box-shadow: 0 5px 5px #444;
    -webkit-box-shadow: 0 5px 5px #444;
}

img.scp4 {
    width: 40%;
}

img.scp6 {
    width: 60%;
}

img.scp {
    width: 100%;
}

a.button,
input.button {
    display: inline-block;
    line-height: 1.3;
    padding: .5em 1em;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    color: #ccc;
}

a.button:hover,
input.button:hover {
    color: #fff;
}

#newsLatest,
#newsSignup {
    width: 14em;
}

.btn-menu {
    width: 14em;
    max-width: 14em;
    margin: 0 0 1em 0;
}

/* layout */
#page_wrap {
    width: auto;
    margin: 0 auto;
    position: relative;
}

#header {
    position: relative;
    min-height: 17em;
    left: 0;
    top: 0;
}

.rgba #header {
    background: rgba(0, 0, 0, 0.25);
}

#logo {
    position: absolute;
    width: 13em;
    height: 13em;
    left: 1em;
    top: 1em;
    border: none;
}

#artspotlogo {
    position: absolute;
    width: 15emm;
    height: 15em;
    left: 7em;
    top: 1em;
    border: none;
}

#header h1 {
    position: absolute;
    bottom: 3%;
    left: 1em;
    font-weight: normal;
    font-size: 2em;
    line-height: 1.0;
    margin: 0;
}

#nav {
    height: 3.5em;
    background: #000;
    position: relative;
    z-index: 100;
    opacity: .85;
    border-bottom: solid 3px #792258;
}

#nav ul {
    margin: 0;
    padding: 0;
}

#nav li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav a {
    display: inline-block;
    padding: 0 2em;
    margin: 0;
    line-height: 3.5em;
    text-decoration: none;
}

#nav a:hover,#nav a:focus,#nav a:active {
    background: #888;
}

#toggleMenu,#menuBtn {
  display: none;
}
/* mobile view */
@media (max-width: 992px) {
  #logo {
    width: 9em;
    height: 9em;
  }
  #header {
    min-height: 13em;
  }
  .btn-menu {
    width: 10em;
    max-width: 10em;
  }

  #nav {
    opacity: 1.0;
    border-bottom: none;
  }
  #nav ul {
    display: none;
    position: absolute;
    top: 0;
    left: 3.5em;
  }
  #nav ul li {
    display: block;
    min-width: 12em;
  }
  #nav ul li:last-child a {
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
  }
  #nav a {
    min-width: 12em;
    color: #000;
    background: #fff;
  }
  #nav a:hover {
    background: #333;
    color: #fff;
  }
  @supports(-webkit-appearance: none) or (-moz-appearance: none) {
  input#toggleMenu{
      -webkit-appearance: none;
      -moz-appearance: none;
    }
  }  
  input#toggleMenu {
    display: block;
    width: 3.5em;
    height: 3.5em;
    opacity: 1.0;
    position: absolute;
    z-index: 999;
    top:0;
    left: 0;
    cursor: pointer;
    background-image: url("img/menu2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem 2rem;
  }
  input#toggleMenu:checked {
    background-image: url("img/x-mark2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem 2rem;
  }
  
  input#toggleMenu:checked + #nav > ul {
    display: block !important;
  }
}
#home a.home,
#home a.home:hover,
#about a.about,
#about a.about:hover,
#ontap a.ontap,
#ontap a.ontap:hover,
#artspot a.artspot,
#artspot a.artspot:hover,
#music a.music,
#music a.music:hover,
#bookevent a.bookevent,
#bookevent a.bookevent:hover,
#events a.events,
#events a.events:hover,
#aws a.aws,
#aws a.aws:hover,
#wineclub a.wineclub,
#aws a.wineclub:hover,
#partners a.partners,
#partners a.partners:hover {
    color: #fff;
    background: #792258;
}

#content {
    position: relative;
}

.container {
    padding: 2em;
    border-top: solid 3px #792258;
    min-height: 15em;
}
.container.menu {padding: 0;}

.rgba .container {
    background: rgba(0, 0, 0, 0.6);
}

.container2 {
    padding: 2em;
    border-top: solid 3px #792258;
    min-height: 15em;
}

.container2 * {
    color: #222;
}

.rgba .container2 {
    background: rgba(204, 204, 204, 0.8);
}

.floatright {
    float: right;
    margin: 0 0 1rem 1rem;
}

.container2 a {
    font-weight: bold;
}

#col1,
#col2,
#col3 {
    width: 32%;
    float: left;
}

#col2 {
    padding: 0 2%;
}

#col1 *,
#col2 * {
    text-align: center;
}

#content.normal #col1 *,
#content.normal #col2 * {
    text-align: left;
}

#content.normal p {
    margin-bottom: 1em;
}

#content.normal h2 {
    margin-bottom: .5em;
}
.d-flex {
  display: flex;
}
.fjc-between {
  justify-content: space-between;
}
.fjc-center {
  justify-content: center;
}
.fwrap {
  flex-wrap: wrap;
}
.fb25 {
  flex-basis: 25%;
}
.fb33 {
  flex-basis: 33.33%;
}
.fb40 {
  flex-basis: 40%;
}
.fb50 {
  flex-basis: 50%;
}
.fb60 {
  flex-basis: 60%;
}
.fb66 {
  flex-basis: 66.66%;
}
.fb75 {
  flex-basis: 75%;
}
.fb100 {
  flex-basis: 100%;
}
img.vw25 {
  width: calc(25vw)
}
img.vw33 {
  width: calc(33vw)
}
img.vw40 {
  width: calc(40vw)
}
img.vw50 {
  width: calc(50vw)
}
img.vw66 {
  width: calc(66vw)
}
img.vw75 {
  width: calc(75vw)
}
img.vw100 {
  width: calc(100vw)
}

h2.gbg2 {
    line-height: 1.5em;
}

#iglink {
    display: inline-block;
    width: 3.25em;
    height: 3.25em;
    text-indent: -9999em;
    background: url("../images/Instagram.svg");
    background-size: 3.25em 3.25em;
    margin: 0 .25em;
    outline: none;
}

#fblink {
    display: inline-block;
    width: 3.25em;
    height: 3.25em;
    text-indent: -9999em;
    background: url("../images/Facebook.svg");
    background-size: 3.25em 3.25em;
    margin: 0 .25em;
    outline: none;
}

#twlink {
    display: inline-block;
    width: 3.25em;
    height: 3.25em;
    text-indent: -9999em;
    background: url("../images/Twitter.svg");
    background-size: 3.25em 3.25em;
    margin: 0 .25em;
    outline: none;
}

p,
li {
    font-size: 1em;
    line-height: 1.25;
}

p,
ul {
    margin: 0 0 .5em 0;
}

h2 {
    font-size: 1.25em;
    line-height: 1.0;
    color: #fff;
    margin: .5em 0 1em;
}

h3 {
    font-size: 1.25em;
    line-height: 1.0;
    color: #b23381;
    margin: .5em 0 .25em 0;
}

#footer {
    position: relative;
    bottom: 0;
    color: #fff;
    background: #000;
}

#footer p {
    text-align: center;
    font-size: .875em;
    line-height: 1.0;
    margin: 0;
    padding: 1em 0;
}

/* Homepage */
#hmCyCon {
    position: absolute;
    left: 19em;
    top: 1em;
    margin-right: 1em;
    width: 60%;
}

#hmCyCon .cycle-slideshow div img {
    width: 11.5em;
    float: left;
    margin: 0 1em 1em 0;
    box-shadow: 0 5px 5px #222;
    -moz-box-shadow: 0 5px 5px #222;
    -khtml-box-shadow: 0 5px 5px #222;
    -webkit-box-shadow: 0 5px 5px #222;
    border: soid 1px #888;
}

#hmCyCon .cycle-slideshow p {
    font-size: 1.75em;
    line-height: 1.15;
    margin-top: 3em;
}

#hmCyCon .cycle-slideshow p span.tag {
    color: #792258;
}

div.no-events {
    font-size: .813em;
    margin: 0 0 1em 0;
    color: #fff;
    padding: 2em 1em;
    font-style: italic;
    text-align: center;
}

div.no-ontap {
    font-size: .813em;
    margin: 0 0 1em 0;
    color: #fff;
    padding: 2em 1em;
    font-style: italic;
    text-align: center;
}

/* About Us */
#abCyCon {
    position: absolute;
    left: 19em;
    top: 1em;
    margin-right: 1em;
}

#abCyCon .cycle-slideshow div img {
    width: 11.5em;
    float: left;
    margin: 0 1em 1em 0;
    box-shadow: 0 5px 5px #222;
    -moz-box-shadow: 0 5px 5px #222;
    -khtml-box-shadow: 0 5px 5px #222;
    -webkit-box-shadow: 0 5px 5px #222;
    border: soid 1px #888;
}

#abCyCon .cycle-slideshow p {
    font-size: 1.75em;
    line-height: 1.15;
    margin-top: 3em;
}

#abCyCon .cycle-slideshow p span.tag {
    color: #792258;
}

/* Partners */
#partnersCyCon {
    position: absolute;
    left: 21em;
    top: 2em;
    margin-right: 1em;
}

#ontapCyCon {
    position: absolute;
    left: 21em;
    top: 2em;
    margin-right: 1em;
}

#ontapCyCon img {
    height: 15em;
}

/* Event Styles */
#eventCon {
    top: 5em;
    height: auto;
    padding: 1em;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #792258;
}

.rgba #eventCon {
    background: rgba(0, 0, 0, 1.0);
}

.event-item {
    font-size: .875em;
}

.event-date {
    font-weight: bold;
    text-transform: uppercase;
}

.event-day {}

.event-day-no {}

.event-month {}

.event-year {}

.event-time {
    color: #aaa;
}

.event-title {
    font-size: 1.125em;
    margin: .125em 0;
    color: #792258;
}

.event-desc {
    font-weight: normal;
    margin-bottom: 1em;
}

/* Event Form */
#eventFormContainer,
#formContainer {
    width: 20em;
    margin: 1em 0;
    border: solid 4px #444;
    padding: 0 1em;
    background: #ccc;
}

#wineclubForm .form-group {
    margin: 1em 0;
}

#eventForm .form-group {
    margin: 1em 0;
}

#wineclubForm label {
    font-weight: 600;
    color: #222;
}

#eventForm label {
    font-weight: 600;
    color: #222;
}

#wineclubForm input {
    display: block;
    padding: 3px;
    margin-top: .125em;
}

#eventForm input {
    display: block;
    padding: 3px;
    margin-top: .125em;
}

#wineclubForm textarea {
    width: 19.75em;
}

#eventForm textarea {
    width: 19.75em;
}

#wineclubForm input[name="name"] {
    width: 19.5em;
}

#eventForm input[name="name"] {
    width: 19.5em;
}

#wineclubForm input[name="phone"] {
    width: 19.5em;
}

#eventForm input[name="phone"] {
    width: 19.5em;
}

#wineclubForm input[name="address"] {
    width: 19.5em;
}

#eventForm input[name="address"] {
    width: 19.5em;
}

#wineclubForm input[name="city"] {
    width: 19.5em;
}

#eventForm input[name="city"] {
    width: 19.5em;
}

#wineclubForm input[name="state"] {
    width: 19.5em;
}

#eventForm input[name="state"] {
    width: 19.5em;
}

#wineclubForm input[name="zip"] {
    width: 19.5em;
}

#eventForm input[name="zip"] {
    width: 19.5em;
}

#wineclubForm input[name="months"] {
    width: 19.5em;
}

#eventForm input[name="months"] {
    width: 19.5em;
}

#wineclubForm input[name="begindate"] {
    width: 19.5em;
}

#eventForm input[name="begindate"] {
    width: 19.5em;
}

#wineclubForm input[name="email"] {
    width: 19.5em;
}

#eventForm input[name="email"] {
    width: 19.5em;
}

#wineclubForm input[name="attendees"] {
    width: 5em;
}

#eventForm input[name="attendees"] {
    width: 5em;
}

#wineclubForm input[name="type"] {
    width: 19.5em;
}

#eventForm input[name="type"] {
    width: 19.5em;
}

#wineclubForm input[name="submit"] {
    width: 20em;
    padding: 8px;
}

#eventForm input[name="submit"] {
    width: 20em;
    padding: 8px;
}

#wineclubForm select[name="months"] {
    width: 20em;
    padding: 4px
}

#eventForm select[name="months"] {
    width: 20em;
    padding: 4px
}

#wineclubForm input[name="gift"] {
    width: auto;
    display: inline-block;
}

#eventForm input[name="gift"] {
    width: auto;
    display: inline-block;
}

#wineclubForm .error {
    color: #c00;
    margin-top: 5px;
    font-weight: 700;
}

#eventForm .error {
    color: #c00;
    margin-top: 5px;
    font-weight: 700;
}

#wineclubForm label.error {
    display: block;
    margin-top: 5px;
    font-weight: 700;
}

#eventForm label.error {
    display: block;
    margin-top: 5px;
    font-weight: 700;
}

label.db {
    display: block;
}

/* Beers On Tap */
.ontap-item {
    width: 15em;
    float: left;
    margin: 0 1em 1em 0;
}

.ontap-table {
    height: 22em;
}

.ontap-table caption {
    font-size: 1em;
    background: #792258;
    line-height: 1.0;
    padding: .5em 0 .375em;
}

.ontap-table td,
.ontap-table th {
    border: solid 1px #999;
    font-size: .875em;
    font-weight: bold;
    padding: .286em;
    line-height: 1.25;
}

.ontap-table th {
    width: 50%;
    text-align: right;
    color: #792258;
    background: #000;
}

.ontap-table .ontap-desc {
    font-weight: normal;
    height: 12em;
    overflow: auto;
}


/* new beers on tap */

#menu-container .menu-header {
    display: none;

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width : 481px) and (max-width : 800px) {
    body {
        font-size: 85%;
    }
}

@media only screen and (min-width : 0px) and (max-width : 480px) {
    body {
        font-size: 85%;
    }

    #col1,
    #col2,
    #col3 {
        width: 100%;
        float: left;
        margin: 1em 0;
    }
}


@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*
    a[href]:after {
        content: " (" attr(href) ")";
    }
 */

    /*
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
 */

    /*
     * Don't show links for images, or javascript/internal links
     */

    /*
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
 */

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    img.vegas-background,
    #nav,
    #logo {
        display: none !important;
    }

    #eventCon {
        border: none;
    }

    .container,
    .container2 {
        border-color: #000;
    }

}

/* background images */
html.bg1 {
    background-image: url(img/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

html.bg2 {
    background-image: url(img/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

html.bg3 {
    background-image: url(img/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

html.bg4 {
    background-image: url(img/bg4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

html.bg5 {
    background-image: url(img/bg5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

html.bg6 {
    background-image: url(img/bg6.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

html.bg7 {
    background-image: url(img/bg7.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

html.bg8 {
    background-image: url(img/bg8.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

html.bg9 {
    background-image: url(img/bg9.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

html.bg10 {
    background-image: url(img/bg10.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

html.bg11 {
    background-image: url(img/bg11.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
