.navbar {
      font-family: Verdana, sans-serif;
      margin-bottom: -20;
      background-color: #2d2d30;
      border: 0;
      font-size: 15px !important;
      letter-spacing: 4px;
      padding-right: 30px;
      padding-left: 30px;
      column-width: auto;
      opacity: 0.8;
  }

  .navbar-nav li a:hover {
      color: #fff !important;
  }

body { 
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 65px;
    font-family: Verdana, sans-serif;
    letter-spacing: 4px;
}


.well {
    background-color: rgba(135, 206, 250, 0.7);
    padding: -20px;
}

.modal-dialog {
    width:400px;
    position:relative;
}

.thumbnail {margin-bottom:6px;}

.homepage{
    padding-top: 30px;
}

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}


button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.cover{
    
    background-size:cover;
    
}

.carousel-inner img {
  margin: auto;
  width: auto;
  height: 480px;
  max-height: 480px;

}

.carousel-control.left, .carousel-control.right{ 
    background: none !important;
    filter: progid:none !important;>
}

