
/*
    Created on : 3-Sep-2016, 9:55:42 AM
    Author     : pamaral
*/

@import 'https://fonts.googleapis.com/css?family=Oswald';

body
{
    font-family: 'Oswald', sans-serif;
    font-size: 20px !important;
    max-width: 75em;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-image: url('../images/bg-stage.jpg');
    background-color: black;

}

ul.split {
    -moz-column-count: 2; /* comment */
    -moz-column-gap: 2px;
    -webkit-column-count: 2;
    -webkit-column-gap: 2px;
    column-count: 2;
    column-gap: 2px;
}

.container
{
    background-color: transparent;
    color: #D8D8D8;
    background-repeat: no-repeat;
    background-position: 95% 0%;
}

h1
{
    color: #D8D8D8;
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-size: 60px;
}

h1 small
{
    color: #D8D8D8;
    font-size: 34px;
}

.tagline
{
    font-size: 30px;
}

.content-box a
{
    font-size: 24px;
}

.content-box
{
    background-color: #424242;
}

.content-box a, .content-box a:visited, .content-box a:hover
{
    color: gold;
    font-weight: bold;
}

.navbar-default
{
    background-color: gold;
    border: none;

}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active
{
    color: black;

}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{
    background-color: black;
    color: gold;
}

.btn-navbar, .navbar-default a:hover, .navbar-default a:focus, .navbar-default a:active
{
    color: black;
}

.btn-navbar::after
{
    content: " Menu";
}

.navbar-inner a, .navbar-inner a:hover, .navbar-inner a:active
{
    color: black;
}

.bordered
{
    border-top: 1px solid gold;
}

.dl-horizontal
{
    margin-top: 2rem;
}

.priceline
{
    background-color: gold;
    color: black;
    padding: 1.25rem;
    font-size: 20px;
    margin-top: 3rem;
    width: fit-content;
    position: relative;
    top: -2rem;
}

.priceline a, .priceline a:hover, .priceline a:visited
{
    color: black;
    font-weight: normal;
    font-size: 20px;
    text-decoration: none;
}

.invisible
{
    display: none;
}

.glyphicon-ok
{
    color: #64FE2E;
    font-size: 24px;
}

.prohibited .glyphicon
{
    color: red;
    font-size: 24px;
}

.prohibited
{
    border-left: 4px solid red;
    margin-left: 1rem;
    padding: 2rem;
}

thead tr, tbody tr th
{
    background-color: gold;
    color: black;
    border-bottom: 4px solid gold;
}

footer
{
    margin: 2rem 0;
}

@media (min-width: 991px) {
    .container
    {
        background-image: url('../images/yellow-logo.png');
    }
}

@media (max-width: 990px) {
    .container
    {
        background-image: url('../images/yellow-logo-small.png');
    }

    h1
    {
        margin-top: 5rem;
    }
}

@media (max-width: 499px) {
    .location-list
    {
        display: flex;
        justify-content: space-between;
    }

    .location-list li
    {
        width: 11rem;
    }

    .col-md-2 h3
    {
        padding-bottom: 2rem;
    }

    .content-box
    {
        padding: 1rem;
    }
}

@media (min-width: 500px) {

    body
    {
        font-size: 18px;
    }

    .content-box
    {
        padding: 3rem;
        margin: 4rem;
    }

    h1
    {
        margin-left: 4rem;
    }

    #main-heading
    {
        height: 35rem;
    }
}

/* set which nav shows */

@media (min-width: 770px) {
    .mobile
    {
        display: none;
    }

    .navbar-inner a, .navbar-inner a:hover, .navbar-inner a:active {

        color: gold;
    }
}

@media (max-width: 769px) {
    .desktop
    {
        display: none;
    }
}
