/* Global */
body {
    background: #7DCFF9;
/*    background: white; */
}  

.border-div {
    padding-left: 40px;
    padding-right: 40px;  
}

p a {
  color: black;
  text-decoration: underline;
}

.top-border-div {
    padding-top: 40px;
}

img { max-width:100%; }


#index-title {
  margin-top: -40px;
}


/*SLIDER ADJUISTMENTS, ALSO SEE JS*/
.slick-slider {
    margin: 10px;
}



/*FOR THE MAGNIFYING GLASS EFFECT*/
.magnify {
  margin: 30px auto;
  position: relative;
}
 
.large {
  width: 300px;
  height: 300px;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),  0 0 7px 7px rgba(0, 0, 0, 0.25),  inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  background: no-repeat;
  display: none;
}
 
.medium { display: block; }

.fune-display-img {
    width:100%;
}

.funeTextBox {
  position: absolute;
  margin: 10px;
  right: 0;
  top: 0;
  width:20%;
  font-size: 12px;
}

.funeText {
  position: relative;
  display: none;
}


/*Boat Captions*/
.item .caption {
  font-size: 12px;
}

.thumbnail {
  margin-bottom: 0px;
}

.japDesc::before {
  content: "「";
}

.japDesc::after {
  content: "」";
}

.engNameRomaji {
  font-style: italic;
}

.engDesc::before {
  content: '"';
}

.engDesc::after {
  content: '"'; 
}

/*MODAL*/

.modal-img {
  margin-bottom: 10px;
}


.div1000 {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
 .div1000 .right {
    float: right;
 }

.div1000 .left {
    float: left;
 }

.bottom-spacer {
  margin-bottom: 20px;
}


.jump-button {
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.centerImg {
  margin: 0 auto;
  display: block;
}


/*NAVBAR*/
#kujira-bune-navbar {
  margin: 0px;
}


.nav .btn {
  padding: 6px 10px;
}

.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}

/*hacky to make collapsed navbar same height as expanded one*/
.navbar-header button {
  padding: 6px 10px;
}

.navbar-header .navbar-brand {
  float: left;
  padding: 10px 15px;
  line-height: 1.42857143;
  height: 50px;
  color: #428bca;
}

/*These two override navbar styling, bring back orange button*/
.navbar .navbar-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:active{
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

@media screen and (max-width:799px) {
  .funeTextBox {
    position: relative;
    width: 100%;
  }

  .slick-fune {
    display: none !important;
  }

  .title {
    text-align: center;
  }

  #index-title h4 {
    display: none;
  }

  #index-title {
    margin-top: 10px;
  }

  #large {
    display: none !important;
  }

  .border-div {
    padding-left: 10px;
    padding-right: 10px;  
  }

  .top-border-div {
    padding-top: 10px;
  }


}
