/* edit */ 

#editpage {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 3000;
  padding: 5px 15px;
  background: red;
  color: white;
}

/* columns */

p {
  page-break-inside: avoid;
  break-inside: avoid;
}

/* picture */

@media ( max-width: 960px) and ( orientation: landscape ) {

   .am-picture {
      max-height: calc( 100vh - 220px );
   }

}

@media ( max-width: 960px) and ( orientation: portrait ) {

   .am-picture {
      max-height: calc( 100vh - 220px );
   }

}

@media ( max-width: 640px) {
   
   .am-text {
      font-size: 3vw;
   }

}

@media ( max-width: 400px) {
   
   .uk-h1 {
      font-size: 7vw;
   }

}
/* offcanvas */

.uk-offcanvas-bar {
  color: rgba(0,0,0,.7);
  background: rgba(255,255,255,.7);
}

.uk-offcanvas-bar .uk-nav-primary > li > a {
  color: rgba(0,0,0,.7);
}
