/*------------ EXHIBITION PAGE ------------*/
.exhibition-cover-background{
    position: relative;
    background-color: #e7e7f1;
    background-position: center 35%;
    padding: 4% 0;
}

.Taking-cover-background{
  position: relative;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0.692)), url("../../images/cover/TakingPhotoCover.JPG");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 35%;
  padding: 4% 0;
}

.Life-cover-background{
  position: relative;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0.692)), url("../../images/cover/photoalbum.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 35%;
  padding: 4% 0;
}

.Developing-cover-background{
  position: relative;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0.692)), url("../../images/DevelopingThePhoto/filmstack2.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 55%;
  padding: 4% 0;
}

.About-cover-background{
  position: relative;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0.692)), url("../../images/cover/JM.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 20%;
  padding: 4% 0;
}

.about-title{
    position: relative; 
    text-align: left; 
    font-family: Fjalla One;
    font-size: 6vw; 
}

.about-description{
    position: relative; 
    margin-right: 3%;
    text-align: left;
    font-family: 'Lato';
    font-size: 20px;
}

.exhibition-background-two{
    position: relative;
    background-color: #FAFCFF;
    background-position: center 35%;
    padding: 4% 0;
}
.container {
  text-align: center;
  padding: 10px;
}
.container table {     
    margin: 0 auto;
}

.table-full-width{
  width:100%;
  table-layout:fixed;
  overflow:hidden
}
  
a.info {
  vertical-align: bottom;
  position:relative; /* Anything but static */
  width: 1.5em;
  height: 1.5em;
  text-indent: -9999em;
  display: inline-block;
  color: white;
  font-weight:bold;
  font-size:1em;
  line-height:1em;
  background-color:  #b8bdc0;
  margin-left: .25em;
  -webkit-border-radius:.75em;
  -moz-border-radius:.75em;
  border-radius:.75em;
}
a.info:hover {
  background-color: #e7e7f1;
  cursor: hand; 
  cursor: pointer;
}
a.info:before {
  content:"?";
  position: absolute;
  top: .25em;
  left:0;
  text-indent: 0;
  display:block;
  width:1.5em;
  text-align:center;
}

.popover-title {
  font-weight:bold;
}
  
  
label a.info, 
label div.popover.fade.in { 
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
label:hover a.info, 
label:hover div.popover.fade.in { 
  opacity: 1; 
}



.modal {
        margin-top: 10vh;
        padding: 3%;
}

.modal-body{
  position: relative;
  top: auto;
  overflow-y: auto;
}
.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  width: 100%;
  display:block;
}


.center-align-comparison-vertical {
  width: 40%; 
  margin-left: auto; 
  margin-right: auto;
}

.center-align-comparison-horizontal {
  width: 75%; 
  margin-left: auto; 
  margin-right: auto;
}


.resize {
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}


.handle { /* Thin line seperator */
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;
  
  background: rgba(0,0,0,.5);
  cursor: ew-resize;
}

.handle:after {  /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;

  content:'\21d4';
  color:white;
  font-weight:bold;
  font-size:36px;
  text-align:center;
  line-height:64px;

  border-radius: 50%;
  transition:all 0.3s ease;
  box-shadow:
  0 2px 6px rgba(0,0,0,.3), 
  inset 0 2px 0 rgba(255,255,255,.5)
}

.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height:48px;
  font-size:30px;
}

.white-text{
  color: rgba(255, 255, 255, 0.815);
}

.page1-images{
  display:block; 
  width: 100%;
}

.page2-images{
  width: 60%;
}

.exhibition-foot{
  position: relative;
  background-color: #b5b8c2;
  background-position: center 35%;
  padding: 4% 0;
}

/*phones*/
@media screen and (max-width: 700px) {

}
