@charset "UTF-8";

@font-face {
  font-family: 'Can-Am Gothic';
  src: url('assets/fonts/CanAmGothic-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html
{
    font-size:14px;
}
body
{
    min-height: 100vh;
    min-height: -webkit-fill-available;
}
main
{
    display: flex;
    flex-wrap: nowrap;
    height: -webkit-fill-available;
    overflow-x: auto;
    overflow-y: hidden;
}

.navbar
{
    height: 49px;
    padding: 0;
    justify-content: left;
}

.navbar-toggle {
  background-color: transparent;
  border: none;
  height: 100%;
  padding: 0 1.3rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  width: 54px;
}
.navbar-toggle .icon-bar {
  background-color: #000;
  display: block;
  height: 1px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  width: 17px;
  
}
.navbar-toggle .icon-bar:first-child {
  top: 19px;
}
.navbar-toggle .icon-bar:nth-child(3) {
  top: 24px;
}
.navbar-toggle .icon-bar:nth-child(4) {
  top: 29px;
}
.navbar-toggle .icon-bar:last-child {
  width: 10px;
}


.offcanvas
{
    width:110px;
    background-color: #FFFFFF;
    margin-top: 49px;
}

#left-column
{
    width:110px;
    background-color: #FFFFFF;
    height: 100%;
    float: left;
    top:0;
}

.navbar .can-am-logo
{
    width: 80px;
    height: 49px;
    margin: 0;
    padding: 0;
}

#left-column ul,
.offcanvas ul
{
    margin-bottom: auto !important;
}
#left-column ul,
.offcanvas ul,
#left-column li,
.offcanvas li
{
    list-style: none !important;
    padding-left:0;
}


.nav-logo
{
    max-height: 66px;
}
.nav-item
{
    border-bottom: 1px solid #f0f0f0;
}
.nav-item,
.nav-item a
{
    color: #000;
    font-size: 80%;
    font-weight: 700;
    letter-spacing: -.3px;
    margin: 0;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    font-family: neue-haas-unica,sans-serif;
}
.nav-link
{
    align-items: center;
    flex-direction: column;
    font-size: 1rem;
    justify-content: center;
    padding: 1.2rem .9rem;
}
.nav-icon
{
    height: 28px;
    margin: 0 0 1.1rem 0;
    padding:0;
    width: 28px;
    fill:#B2B2B2;
}
.nav-link:hover .nav-icon
{
    fill:#000;
}
.nav-text
{
    text-transform: uppercase;
}

h1, h2, h3
{
    color: #000;
    font-family: Impact, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
h1
{
    font-size: calc(3em + 1vw);
}
.hero h2
{
    border-style: solid;
    border-width:8px 0 8px 0;
    border-top-color: #f42221;
    border-bottom-color: #ffc400;
    font-size: 3em;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    line-height: 2em;
}
.small-heros
{
    margin-top: 2em;
}
.small-heros h2
{
    font-size:2.5em;
    border-style: solid;
    border-width:0 0 8px 0;
    border-bottom-color: #ffc400;
}

.bd-mode-toggle
{
    z-index: 1500;
}
.bd-mode-toggle .bi
{
    width: 1em;
    height: 1em;
}
.bd-mode-toggle .dropdown-menu .active .bi
{
    display: block !important;
}



#page-header
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/header-bg-koh2.jpg');
}

.hero .driver-pic
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 500px;
}
#kyle-chaney
{
    background-image: url('../images/hero-backgrounds/koh/chaney.jpg');
}
#cody-miller
{
    background-image: url('../images/hero-backgrounds/koh/miller-cody.jpg');
}
#hunter-miller
{
    background-image: url('../images/hero-backgrounds/koh/miller-hunter.jpg');
}
#dustin-jones
{
    background-image: url('../images/hero-backgrounds/koh/jones.jpg');
}
#phil-blurton
{
    background-image: url('../images/hero-backgrounds/koh/blurton.jpg');
}
#paul-wolff
{
    background-image: url('../images/hero-backgrounds/koh/wolff.jpg');
}


footer ul
{
    list-style: none;
    list-style-image: none;
}
footer ul,
footer li
{
    display: inline;
    margin: 0;
    padding: 0;
}
footer a
{
    text-decoration: none;
    color: #FFF;
}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px)
{ 
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px)
{ 
    
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px)
{ 
    
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px)
{ 
    
}
