.container {
    margin: 10px;
}
header {
    font-family: 'Comfortaa', sans-serif;
    padding: 30px 0px;
    background: #EE6633;
    /*ACACAC */
    color: #FFF;
    font-size: 24px;
    text-shadow: 1px 1px 2px rgba(120, 120, 120, 0.7);
    z-index: 1000;
    margin-bottom: 10px;
}
header h1 a,
header h1 a:hover {
    text-decoration: none;
    color: #FFF;
}
header a.active {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
a.btn {
    border-style: none;
    padding: 1px 10px;
    margin-top: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-variant: small-caps;
    font-size: 14px;
}
a.selected {
    text-decoration: none;
}
.item img {
    opacity: 0.9;
}
a.btn:hover {
    box-shadow: 0px 0px 5px rgba(90, 90, 90, 0.7);
}
.jumbotron p {
    font-family: 'Open Sans', sans-serif;
    color: #003399;
    padding: 20px;
    align-items: center;
}
.glyphicon {
    font-size: 12px;
}
h1 small {
    display: block;
}
footer {
    color: #262c37;
    /* 003399 */
}
footer.dummy-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px 0px;
    width: 100%;
    height: 24px;
    background: #EE6633;
    /*262c37*/
    /*003d6b*/
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    color: #262c37;
    text-align: center;
}
.panel {
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.7);
    border-style: none;
    /*font-family: 'Comfortaa', sans-serif;*/
    /*background: rgba(255, 255, 255, 0.8);*/
}
.panel .panel-heading {
    font-family: 'Roboto Condensed', sans-serif;
    background: #262c37;
    color: #CCC;
    text-shadow: 1px 1px 2px rgba(30, 30, 30, 0.8);
}
.panel .panel-body {
    font-family: 'Open Sans', Arial, sans-serif;
}
.modal-header {
    background-color: rgba(180,180,180,0.8); 
}

.modal-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(30, 30, 30, 0.8);
    color: #fff;
}

.modal-body {
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: rgba(250,250,250,0.7);
}

.modal-body h3 {
    color: #EE6633;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 20px;
}

.modal-footer {
    background-color: rgba(180,180,180,0.8);
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.carousel {
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */

.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */


.carousel .item {
  height: 100%;
}

.carousel .carousel-indicators > li {
    box-shadow: 0 0 1px #0000FF;
    color: red;
}

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }

/******************
 404 page css
 ******************/

#error .btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}

/* side bar */

.logo-theme {
    position: fixed;
    bottom: 35px;
    border-radius: 4px;
    right: -103px;
    background: url("../img/pid.png") no-repeat 14px center #fff;
    box-shadow: 0px 1px 3px rgba(90, 90, 90, 0.5);
    z-index: 10
}
.logo-theme:hover,
.question:hover {
    right: -5px
}
.logo-theme span,
.question span {
    padding: 0 28px;
    position: relative;
    top: 0;
    left: 250px;
    opacity: 0
}
.logo-theme:hover span,
.quick-question:hover span {
    opacity: 0
}
.logo-theme a,
.question a {
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 15px;
    display: block
}
.question {
    position: fixed;
    top: 180px;
    border-radius: 4px;
    right: -143px;
    background: url("../img/pid2.png") no-repeat 14px center rgba(255, 255, 255, .8);
    z-index: 10
}
