

#wrapper
{
    border: 1px solid rgba(119, 16, 14, 1);
    box-shadow: inset 0 0 155px 0 rgba(119, 16, 14, 0.75);
    margin-top: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.menu-item
{
    color: #ffffff;
    font-size: 1.3em;
    background-repeat: repeat;
    background-image: url('img/menu-bg.png');
    background-color: #b05a5a;
}

#logo_img
{
    margin-top: 30px;
}

#navbar
{
    background-color: #b05a5a;
    background-image: url('img/menu-bg.png');
    background-repeat: repeat;
    width: 100%;
    margin-top: 30px;
}

.navbar .nav,
.navbar .nav > li
{
    float: none;
    display: inline-block;
    vertical-align: top;
}

.navbar-inner
{
    text-align: center;
}

.centered-pills
{
    border: 1px solid rgba(119, 16, 14, 0.5);
    -moz-box-shadow: inset 0 0 25px 0 rgba(94, 0, 0,1);
    box-shadow: inset 0 0 25px 0 rgba(85, 0, 0,1);
    background-color: #77100D;
    text-align: center;
    margin: 30px -20px;
    border-radius: 5px;
}

.centered-pills ul.nav-pills
{
    display: inline-block;
    margin-top: 5px;
}

.centered-pills li
{
    display: inline;
}

.centered-pills a
{
    float: left;
    color: black;
    text-shadow: -1px 0 yellow, 0 1px white, 1px 0 white, 0 -1px white;
    font-size: 1.8em;
    font-weight: bold;
    font-family: 'Comic Sans MS', 'comic sans';
}

.col-md-3 h3
{
    float: center;
    color: black;
    text-shadow: -1px 0 yellow, 0 1px white, 1px 0 white, 0 -1px white;
    font-size: 1.8em;
    font-weight: bold;
    font-family: 'Comic Sans MS', 'comic sans';
}

* html .centered-pills ul.nav-pills, *+html .centered-pills ul.nav-pills
{
    display: inline;
}

.img-responsive
{
}

#foot-seperator
{
    -moz-box-shadow: inset 0 0 25px 0 rgba(94, 0, 0,1);
    -webkit-box-shadow: inset 0 0 25px 0 rgba(94, 0, 0,1);
    box-shadow: inset 0 0 25px 0 rgba(85, 0, 0,1);
    background-color: #77100D;
    color: #ffffff;
    margin: 30px -15px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#list-in-footer
{
    list-style-type: none;
}

.main-images-row
{
    margin-left: 10%;
    margin-right: 10%;
}

.main-images-border
{
    display: block;
    padding: 6px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #77100D;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.footer-list
{
    padding-right: 40px;
}

.nav > li > a:hover
{
    background-color: #88120F;
}

.nav > li > a:focus
{
    background-color: transparent;
}

.main-text-container
{
    margin-right: 4%;
    margin-left: 4%;
}

.main-text-container > div > h1
{
    font-family: 'Comic Sans MS', 'comic sans';
}

.main-text-container > div > h3
{
    font-family: 'Comic Sans MS', 'comic sans';
}

.footer-list > h2
{
    font-family: 'Comic Sans MS', 'comic sans';
}

.img-responsive
{
    border-radius: 0px;
}

