body {
  font-family: Georgia, serif;
  font-size: small;
  color: #606060;
  padding-top: 2%;
  background-color: #F3F3F3;
}

a {
  color : #606060;
}

.italic {
  font-style: italic
}

#credits {
  text-align: right;
  font-size: x-small;
  display: block;
  width: 533px;
  margin-left: 311px;
}

#creditButtonBox {
  width: 533px;
text-align: right;
margin-left: 311px;
}

#creditButton {
  cursor: pointer;
  text-align: right;
  
}

#creditBox {
  margin-right: -631px;
  width: 1000px;
}

#logo {
  padding-bottom: 26px;
}

.gallery li{
  display:none;
  list-style:none;
  cursor: pointer;
}

img {
  /*max-height: 96%;*/
max-width: 100%;
    height: auto;
    width: auto; 
}
.gallery li:first-child {
  display:block;
}

.gallery {
  margin: 0 auto;
  /*width:1000px;
  height: 800px;*/
  display:block;
  /*padding-top: 2%;*/
  text-align: center;
}

.aligh-center {
    text-align: center;
}

/* Index.php */

.white-bg {
    color: black;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
}

.alpha60 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(194, 191, 191);
    /* RGBa with 0.6 opacity */
    background-color: rgba(194, 191, 191, 0.08);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#password {
    width: 90px;
}

#login_form {
    margin: 0 auto;
    width: 300px;
}

.vImage {
  padding-left: 159px;
  margin-left:0px;
  max-width:954px;
}

.hImage {
  padding-left: 0px;
  margin-left:0px;
  max-width:954px;
}

#playPauseButton {
  text-align: left;
  padding-top: 75px;
  margin-left:180px
}

/* Index.php end */
.carousel .item {-webkit-transition: opacity 3s; -moz-transition: opacity 3s; -ms-transition: opacity 3s; -o-transition: opacity 3s; transition: opacity 3s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}

#contactBox {
  margin-top: 25%;
  background-color: black;
  color: white;
  padding: 40px;
  font-family: "Courier New", Courier, monospace;
  font-size: medium;
}

#aboutPicture {
  margin-top: 25%;
  padding-bottom: 10%;
}

.underline {
  text-decoration: underline;
}