body {
    background-image: url('../../../../data/cms/disk/img/background.png');
    background-position: center top;
    font-family: 'Lato-Regular';
}

.container-main {
    background-color: #FFFAF7;
    box-shadow: -3px 0 0 #6A3A26, 3px 0 0 #6A3A26, 0 0 30px 10px #6A3A26;
}

h1, h2, h3, h4 {
    color: #6A3A26;
    font-family: 'Nyala';
}

.navbar-default {

    background-color: #6A3A26;
}

.navbar-default .navbar-nav>li>a {
    color: #eeeeee;
    font-family: 'Nyala';
    font-size: 25px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    font-weight: bold;
    color: #eeeeee;
    opacity: 0.5;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #eeeeee;
}

#banner {
    position: relative;
    width: 100%;
    padding-bottom: 30%;
    background-size: 15%;
    background-position: 6% center;
    background-repeat: no-repeat;
}

#banner>div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    right: 0;
    background-position: center;
    background-size: cover;
}

footer {
    font-size: 16px;
}

@media (min-width: 768px) {

    .navbar-default {
        border: none;
        margin: 0;
    }

    .navbar-nav{
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 15px 15px 15px 15px;
        text-align: center;
        height: 100%;
        display: block;
    }
}

@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.woff2') format('woff2'),
       url('../fonts/Lato-Regular.woff') format('woff'),
       url('../fonts/Lato-Regular.ttf') format('truetype'),
       url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg'),
       url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nyala';
  src: url('../fonts/nyala.eot');
  src: url('../fonts/nyala.woff2') format('woff2'),
       url('../fonts/Nyala-Regular.woff') format('woff'),
       url('../fonts/Nyala-Regular.ttf') format('truetype'),
       url('../fonts/Nyala-Regular.svg#Lato-Regular') format('svg'),
       url('../fonts/nyala.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
