@font-face {
    font-family: 'Yanone Kaffeesatz';
    src:url("/fonts/YanoneKaffeesatz-Regular.ttf");
}

body
{
    margin-top: 65px;
    font-family: 'Segoe UI', Tahoma, Arial, Verdana;
    margin-bottom: 30px;
    padding-top: 30px;
}

#footer {
    font-size: 0.9em;
}

.navbar > navbar-inverse {
    height: 80px;
}

.navbar > navbar-nav {
    height: 80px;
}

.content {
    min-height: 900px !important;
}

.content-block
{
    padding-top: 200px;
}

.bottom-footer {
    border-top: 2px solid #666;
}

.darkline
{
    border-top: 1px solid #666;
}

.navbar-brand
{
    width: 180px;
}

.logocontainer
{
    width: 150px;
}

.logo
{
    margin-top: -2px;
}

.logotext
{
   font-family: 'Yanone Kaffeesatz';
   color: #fff;
   font-size: 32px; 
   padding-left: 3px;
   margin-top: 10px;
   position: relative;
}

.navbar-nav > li > a {
    color: #c4c0c0 !important;
    font-size: 1.5em;
    font-family: 'Yanone Kaffeesatz';
}


.whitelink:link,visited,hover
{
    color: #ffffff;
    text-decoration: underline;
}

.carousel-caption > h1
{
    text-shadow: 2px 2px 2px #000000;
}

.carousel-caption > h3
{
    text-shadow: 2px 2px 2px #000000;
}

.carousel-caption > p
{
    text-shadow: 2px 2px 2px #000000;
}

footer
{
    font-size: 1em;
    border-top: 3px solid #aaa;
    background: #eeeeee;
    padding-left: 5px;
    padding-right: 5px;
}

.jumbotron
{
    font-weight: 400;
}

.jumbotron h2
{
    font-weight: 600;
}
