:root {
    --color-accent-one: #b19976;
    --color-accent-two: #303030;
    --color-accent-three: #cfcfcf;
    --color-accent-four: #e6e6e6;
    --color-accent-five: #9c9c9c;
    --color-violator: #eb4242;
}

html, body { width: 100%; height: 100%; margin: 0 auto; padding: 0; text-align: justify; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; font-size: 1em; }
body { overflow-x: hidden; }
p { margin-top: 20px; text-align: justify; }
h1 { text-align: left; }
*, :active, :focus, :hover {
    -webkit-transition: all ease-in 150ms;
    -moz-transition: all ease-in 150ms;
    -o-transition: all ease-in 150ms;
    transition: all ease-in 150ms;
}

.img-h80 { height: 80px; }
.img-h100 { height: 100px; }
.mtop-30 { margin-top: 30px; }
.mtop-50 { margin-top: 50px; }

/* SIDEBAR NAV */
.sidebar-nav { min-height: 100vh; background-color: #ffffff; }
.col-sm-4.sidebar-nav { padding: 0; }
.fix-side-nav { position: fixed; width: inherit; background-image: url(../img/bg-wood.jpg); background-repeat: repeat-y; background-size: contain; }
.navbar { margin-bottom: 0; }
.navbar-default { background-color: transparent; border: none; }
.navbar-collapse { width: inherit; }
.navbar-header>img { height: 120px; margin-top: 20px; }
.nav>li { background-color: var(--color-accent-five); margin: 10px auto 15px; max-width: 200px; }
.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus { background-color: var(--color-accent-one); }
.nav>li>a { text-transform: uppercase; font-weight: bold; color: #ffffff; }
.show-info { margin-bottom: 40px; }
.show-info>.col-sm-7 { padding: 10px 0 0; }
.show-info>.col-sm-7>p { margin-top: -20px; }

/* MAIN CONTENT */
.main-content { min-height: 100vh; padding-top:40px; padding-bottom: 40px; background-image: url(../img/bg-doodle.png); background-repeat: repeat; background-size: contain; background-attachment: fixed; }

.section-header { margin-top: 50px; margin-bottom: 50px; }
.section-header h1 { margin-top: 10px; margin-bottom: 10px;  }
.header-btm-border { display: block; height: 3px; width: 35px; background-color: var(--color-accent-five);  }

#exhibitors .col-sm-6 { margin-bottom: 20px; min-height: 15vh; }
#exhibitors h2 { font-size: 1.50em; }
.company-cluster>h2 { background-color: var(--color-accent-one); color: #ffffff; padding: 10px; }
.company-cluster { padding-bottom: 40px; }

.exhibitors a.btn-primary { margin: 10px; padding: 10px; background-color: var(--color-accent-one); border-radius: 0; border-color: var(--color-accent-one); font-size: 1.15em; width: 320px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.exhibitors a.btn-primary:hover, .exhibitors a.btn-primary:focus { transform: scale(.90) }
.exhibitor-logo a:hover, .exhibitor-logo a:focus { cursor: pointer; }
.exhibitor-logo a:hover>img, .exhibitor-logo a:focus>img { transform: scale(.75); }
.exhibitor-logo a>img { display: inline-block; margin: 20px; }

.table-bm td, .table-bm th { padding: 20px 10px; }
.table-bm big { font-weight: bold; }