#story {
    position: fixed;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background-color: white;
    overflow-x: hidden;
    
}

.header {
    margin-bottom: 50px;
   
}


.header_image {
    width: 100%;
    margin: 0px;
}

.header_caption {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    display: block;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    
}

.header_title {
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.header_intro {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    display: block;
    margin-left: 25px;
    margin-right: 25px; 
}

.header_related {
    margin-top: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
    width: 100%;
}

.entry {
    margin-left: 45px;
    margin-right: 45px;
    margin-bottom: 50px;
    padding-top: 10px;
    
}

.entry_image {
    width: 100%;
}

.entry_caption {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;   
}

.entry_title {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.entry_description {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    display: block;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 15px;
    
}

.entry_address {
        font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;    
}

.entry_phone {
        font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;    
}

.entry_web {
        font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;    
}

.entry_related {
    margin-top: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
    width: 100%;
}


#mapid {
    position: fixed;
    top: 0px;
    left: 55%;
    width: 45%;
    height: 100%;
       
}

.cd-vertical-nav {
  /* lateral navigation */
  position: fixed;
  z-index: 100;
  background-color: grey;

  right: 43%;
  top: 60px;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  list-style: none;
  padding: 0;
}

.cd-vertical-nav a {
  display: block;
  height: 45px;
  width: 45px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(./img/arrow_up_white.png) no-repeat center center;
    margin: 0px;
}

.cd-vertical-nav a.cd-prev {
    margin-bottom: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #FFFFFF;    

}

.cd-vertical-nav a.cd-next {
        border-style: solid;
    border-width: 2px;
    border-color: #FFFFFF;    

  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);

    
}

.cd-vertical-nav a.inactive {
  opacity: .25;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

@media only screen and (max-width: 400px) {
    #story {
    position: fixed;
    top: 200px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    overflow-x: hidden;
    overflow-y: scroll;
    
}
    
    #mapid {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200px;;
       
}
    
    .cd-vertical-nav {
        display: none;
    }
    
    .entry:last-of-type {
        margin-bottom: 400px;
        
    }
    .entry {
        margin-left: 0px;
        margin-right: 0px;
        
    }
}