
/* Chirs Kelly - 2017 - Foundation - Minecraft Website http://www.chris-mkelly.com/ */

/*------------------------*/
/*        GENERAL         */
/*------------------------*/

body
{
    font-family: 'Maven Pro', sans-serif !important;
    background-color: #fff;
}

h1
{
    font-family: 'Barrio', cursive;
}

.wrap
{
    width: 90%;
    height: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

/*------------------------*/
/*        TOP BAR         */
/*------------------------*/

.title-bar
{
    background: #000;;
    padding: 0.9rem;
}

.top-bar
{
    background: #000;;
}

.top-bar ul
{
    background: #000;;
}

.top-bar ul li
{
    background: #000;;
}

.top-bar ul li a
{
    color: #fff;
}

.menu-text
{
    color: #fff;
    width: 245px;
    text-align: center;
}

@media only screen and (max-width: 40em)
{
    .menu-text
    {
        display: none !important;
    }
}

@media only screen and (min-width: 40em)
{
    .menu:last-child
    {
        border-left: 1px solid #4e4e4e;
    }
    .menu:first-child
    {
        border-left: none;
    }
    .menu li:not(:last-child)
    {
        border-right: 1px solid #313E47;;
    }
}

.dropdown.menu .submenu
{
    border: none;
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after
{
    border-color: #fff transparent transparent;
}

.is-drilldown-submenu-parent > a::after
{
    border-color: transparent transparent transparent #fff;
}

.js-drilldown-back::before
{
    border-color: transparent #fff transparent transparent;
}

/*------------------------*/
/*         Header         */
/*------------------------*/

.index .header{
  background-image: url('../img/bg1.png');
  background-size: cover;
  position: relative;
  min-height: 900px;
}

.index .header .text{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.index .header .text .h2{
  font-size: 90px;
}

/*------------------------*/
/*       Test Page        */
/*------------------------*/

.nav{
  float: left;
  position: absolute;
  width: 250px;
  height: calc(100% - 54px);
  padding-left: 10px;
  bottom: 0;
  background-color: #00617F;
}

.vertical{
  background-color: red;
}

.page_body {
  position: absolute;
  height: calc(100% - 54px) auto;
  width: calc(100% - 250px);
  margin-left: 250px;
}

.page_body .inner{
  padding: 20px 25px;
  padding-bottom: 60px;
  border-left: 1px solid #000;
  background-color: #D7C9AA;
}

.footer{
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  background-color: red;
}
