
.dropdown-menu {
  /*min-width: 200px;*/
  min-width: 150px;
}
.dropdown-menu.columns-2 {
  /*min-width: 400px;*/
  min-width: 570px;
}
.dropdown-menu.columns-3 {
  min-width: 600px;
}
.dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300;
}

.one-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.one-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: white;
  white-space: normal;
}

.one-column-dropdown li:hover {
  background-color: white;
  color: #262626;
  display: block;
}

.one-column-dropdown li a:hover {
  text-decoration: none;
  color: inherit;
  background-color: white;
  display: block;
}

.multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: white;
  white-space: normal;
}
.multi-column-dropdown li:hover {
  background-color: white;
  color: #262626;
}

.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: white;
}

.col-sm-6 span {
    color: rgb(204, 153, 0);
    left:14px;
    position:relative;
    font-size: 1.2em;
}

.navHilight.dropdown-toggle{
    color:white;
}

.navHilight a:hover{
    color:black;
}


@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
  .nav>li>a{color: white !important;}
}

:root {
  --font-google: 'Rubik', sans-serif;
}


body {
    /* background-image: linear-gradient(70deg, #4fff8a, #53c0ff, #ff607b); */
    height: 100vh;
}

nav {
    max-width: 50rem;
    margin: 1rem auto;
    /*font-family: var(--font-google);*/
}

nav ul {
    list-style: none;
}

/* Open/close menu button */

button {
    display: block;
    margin: 2rem auto;
    padding: .5em 1em;
    border: 0.25rem solid #fff;
    color: #fff;
    background-color: #22222200;
    /*font-family: var(--font-google);*/
    font-size: 1rem;
    cursor: pointer;
    transition: 250ms;
    border-radius: 1em;
}

@media (min-width: 40rem) {
    button {
        display: none;
    }
}

button:hover {
    background-color: #22222250;
}


@media (min-width: 40rem) {
    .menu {
        display: flex;
        flex-direction: row;
    }
}

.menu.activated {
    display: flex;
}

.menu--background {
    /*background-color: var(--color-menu-dark);*/
    color: #fff;
}

/* Menu button */

.menu__button {
    /* padding: .75em 1em; */
    cursor: pointer;
    text-align: center;
    flex: 1 0 auto;
    position: relative;
    color: #2c2218;
}

.menu__button span {
    position: relative;
    display: block;
    padding: 4px 15px;
    color: black;
}


/* Dropdown menu */

.dropdown-container {
    width: 100%;
    display: none;
    /* margin-top: 1rem; */
    position: relative;
    box-shadow: 0 0 2rem #222;
}

#seasonBox {
    width: 150px;
}

#caseBox {
    width: 600px;
}

@media (min-width: 768px) 
{
    #btnSeasons, #btnCase{
    
        background-color: transparent;
    }
}


#btnSeasons:hover, #btnCase:hover {
    background-color: white;
}

#bs-example-navbar-collapse-1 {
    transition: 280ms all 120ms ease-out;
}


@media (min-width: 767px) {
    .dropdown-container {
        display: block;
        position: absolute;
        left: 0;
        box-shadow: none;
        pointer-events: none;
        overflow: hidden;
        /* margin-top: .75rem; */
        border-radius: 0 0 .25em .25em;
        z-index: 3;
    }

}

/* Dropdown menu content*/

.dropdown-container > ul {
    background-color: #2c2218;
    background-color: rgba(0, 0, 0, .90);
    transition: 250ms;
}

.dropdown-container > ul > li {
    /* padding-block: .75em; */
    list-style: none;
    text-align: left;
    font-size: 0.85em;
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: white;
    white-space: normal;
    padding: 5px 15px;
    font-weight: 300;
}

.menu__button.activated .dropdown-container{
    display: block;
}

/* Dropdown menu content - desktop */

@media (min-width: 768px) {
    .dropdown-container > ul {
        transform: translate(0, -100%);
    }

    .menu__button:hover > .dropdown-container {
        pointer-events: initial;
    }

    .menu__button:hover > .dropdown-container > ul {
        transform: translate(0, 0);
    }
}

/* Transparent title */

.title {
    display: none;
}

.one-column-dropdown {
    width: 100%;
    padding-bottom: 15px;
    float: left;
}

.one-column-dropdown >.dropdownTitle {
    color: rgb(204, 153, 0);
    left: -30px;
    position: relative;
    font-size: 1.1em;
    text-align: left;
}

.multi-column-dropdown {
    width: 50%;
    padding-bottom: 15px;
    float: left;
}


.multi-column-dropdown >.dropdownTitle {
    color: rgb(204, 153, 0);
    position: relative;
    font-size: 1.1em;
    text-align: left;
}

@media (min-width: 40rem) {
    .title {
        display: block;
        max-width: 50rem;
        margin: 1rem auto;
        /*font-family: var(--font-google);*/
        user-select: none;
    }

    .title > h1 {
        font-size: 7rem;
        color: #ffffff40;
    }
}

@media all and (max-width: 767px){
    .activated >#lnkSeasons > .caret, 
    .activated >#lnkCase > .caret  {
        transform: rotate(-180deg);
    }
    
    #btnCase, #btnSeasons {
        /*color: white !important;*/
        text-align: left !important;
    }

    .menu__button span {
        padding: 4px 10px !important;
    }

    .one-column-dropdown {
        width: 100%;
        padding: 0px;
        float: none;
    }

    #lnkSeasons:hover,
    #lnkCase:hover {
        background-color: white;
        color: #262626;
    }
           
    .one-column-dropdown > li:hover, 
    .multi-column-dropdown > li:hover {
      background-color: white;
      color: #262626;
    }
    
    .one-column-dropdown > li >a:hover, 
    .multi-column-dropdown> li >a:hover {
      background-color: white;
      color: #262626;
    }

    .dropdown-container::after {
        display: none;
    }

    .menu__button span {
        color: white;
        /*background-color: #2c2218;*/
    }

    .menu__button > span :hover {
        text-decoration: none;
        color: #262626 !important;
        /*background-color: #999;*/
        background-color: white;
    }
    
    #seasonBox {
        width: auto;
    }
    
    #caseBox {
        width: auto;
    }

    .multi-column-dropdown {
      width: 100%;
      padding-bottom: 15px;
      float: none;
    }
    
    #btnSeasons > span:hover, #btnCase > span:hover {
        color: #262626 !important;
    }
    
    #lnkSeasons:hover, #lnkCase:hover {
        background-color: white;
        color: #262626;
    }
    .navbar-toggle{
        /*top: 76px !important;*/
        border-radius: 0.2em !important;
    }
    
    .navbar-toggle:hover{
        background: #a78c3d url(//static.c-spanvideo.org/landmarkCases/Images/mobile_link_menu6.png) no-repeat 4px 4px;
    }
}

@media all and (min-width: 768px) and (max-width:800px) {
	.SubcaseName{ font-size: 1em; }
}

@media (min-width: 501px){
    .navbar-toggle{
        top: 75px !important;
        border-radius: 0.2em !important;
    }
}

@media (max-width: 500px){
    .navbar-toggle{
        top: 53px !important;
        border-radius: 0.2em !important;
    }
}

@media (max-width: 300px){
    #LMC_Logo {
        max-width: 9em;
        position: relative;
        top: 1.6em;
        left: 0em;
    }
}



