/*
 * Globals
 */
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    text-shadow: 1px 1px 3px rgba(0,0,0,.9);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
}
ol, ul {
    padding-left: 1em;
}
/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}
.text-justify {    
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #ee7f00;
  border: 1px solid #ee7f00;
    border-radius: 25px;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #ee7f00;
}
.has-error .form-control {
    border-color: #ee7f00;
}
/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.navbar-inverse {
    background-color: #222;
    border-color: #222;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
    background-size: cover;
    background-position: center;
    
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

.lead {
    font-weight: 200;
}

.inner.cover img {
    display: block;
    margin: 0 auto;
}
/*
 * Header
 */
#navigation {
    font-weight: 400;
    z-index: 99;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-brand {
    max-width:250px;
}
.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

.contentlist {
    width: 500px;
margin: 0 auto;
}

.contentlistB {
margin: 0 auto;
}
.contentlistB li {
    display: inline-block;
     list-style: none;
     margin-right: 10px;
     padding: 5px 10px;
     background: none;
    border-bottom: 2px solid #fff;
    border-radius: 25px;
     opacity: 0.8;       /* modern browser */  
    -moz-opacity: 0.8;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=80); /* IE5.x -7.0 */
    margin-bottom: 10px;
}
footer {
    background-color: #ee7f00;
    padding: 1.5em 0;
}


/******************/
/* Formular */
/******************/
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 400;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
    /* Padding for spacing */
    #navigation {
      padding-top: 30px;
    }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
        .navbar-brand {
        max-width:200px;
    }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 980px;
  }
    .navbar-brand {
        max-width:300px;
    }
}
@media (min-width: 1280px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 1080px;
  }
.navbar-brand {
    padding: 10px 15px;
        max-width: 400px;
    }
}