* {
    margin:0;
}
html, body {
    height: 100%;
}

@font-face{
    font-family: 'Futura LT';
    src:
    url(../fonts/FuturaLT-Light.woff) format('woff'), 
    url(../fonts/FuturaLT-Light.woff2) format('woff2');
    font-size: 2.1vmin;
    font-weight: normal;
    line-height: 1.5;
}
@font-face{
    font-family: 'Futura LT Book';
    src:
    url(../fonts/FuturaLT-Book.woff) format('woff'), 
    url(../fonts/FuturaLT-Book.woff2) format('woff2');
    font-size: 2.1vmin;
    font-weight: normal;
    line-height: 1.5;
}
@font-face{
    font-family: 'Futura LT Heavy';
    src:
    url(../fonts/FuturaLT-Heavy.woff) format('woff'), 
    url(../fonts/FuturaLT-Heavy.woff2) format('woff2');
    font-size: 2.1vmin;
    font-weight: normal;
    line-height: 1.5;
}
@font-face{
    font-family: 'Futura LT Italique';
    src:
    url(../fonts/FuturaLT-LightOblique.woff) format('woff'), 
    url(../fonts/FuturaLT-LightOblique.woff2) format('woff2');
    font-size: 2.1vmin;
    font-weight: normal;
    line-height: 1.5;
}
@font-face{
    font-family: 'Futura LT Italique Book';
    src:
    url(../fonts/FuturaLT-BookOblique.woff) format('woff'), 
    url(../fonts/FuturaLT-BookOblique.woff2) format('woff2');
    font-size: 2.1vmin;
    font-weight: normal;
    line-height: 1.5;
}
@font-face{
    font-family: 'ITC Garamond Std';
    src:
    url(../fonts/ITCGaramondStd-Lt.otf) format('OpenType'),
    url(../fonts/ITCGaramondStd-Lt.woff) format('woff'), 
    url(../fonts/ITCGaramondStd-Lt.woff2) format('woff2');
    size-adjust: 102%;
    font-size: 2.1vmin;
    font-weight: normal;
    line-height: 1.5;
}
@font-face{
    font-family: 'ITC Garamond Std Book';
    src:
    url(../fonts/ITCGaramondStd-Bk.otf) format('OpenType'),
    url(../fonts/ITCGaramondStd-Bk.woff) format('woff'), 
    url(../fonts/ITCGaramondStd-Bk.woff2) format('woff2');
    size-adjust: 102%;
    font-size: 2.1vmin;
    font-weight: normal;
    line-height: 1.5;
}
@font-face{
    font-family: 'ITC Garamond Std Bold';
    src:
    url(../fonts/ITCGaramondStd-Bd.otf) format('OpenType'),
    url(../fonts/ITCGaramondStd-Bd.woff) format('woff'), 
    url(../fonts/ITCGaramondStd-Bd.woff2) format('woff2');
    size-adjust: 102%;
    font-size: 2.1vmin;
    font-weight: normal;
    line-height: 1.5;
}
@font-face{
    font-family: 'ITC Garamond Std Italique';
    src:
    url(../fonts/ITCGaramondStd-LtIta.otf) format('OpenType'),
    url(../fonts/ITCGaramondStd-LtIta.woff) format('woff'), 
    url(../fonts/ITCGaramondStd-LtIta.woff2) format('woff2');
    size-adjust: 102%;
    font-size: 2.1vmin;
    font-weight: normal;
    line-height: 1.5;
}
@font-face{
    font-family: 'ITC Garamond Std Italique Book';
    src:
    url(../fonts/ITCGaramondStd-BkIta.otf) format('woff'),
    url(../fonts/ITCGaramondStd-BkIta.woff) format('woff'), 
    url(../fonts/ITCGaramondStd-BkIta.woff2) format('woff2');
    size-adjust: 102%;
    font-size: 2.1vmin;
    font-weight: normal;
    line-height: 1.5;
}
@font-face{
    font-family: 'Engravers Old English';
    src:
    url(../fonts/OPTIEngraversOldEnglish.woff) format('woff'), 
    url(../fonts/OPTIEngraversOldEnglish.woff2) format('woff2');
}

.grid-container {
    display: grid;
    width: 90%;
    margin: 0 auto; /* horizontally centers the container */
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    background-color: #fff;
    font-family: 'Futura LT';
    font-size: 2.1vmin;
    font-weight: normal;
    line-height: 1.5;
    color: #3a3a3a;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;    
    justify-content: space-evenly;
    row-gap: 10vmin;
    column-gap: 10vmin;
    flex-basis: 0;    
}
.full-row {
    grid-column: 1 / 6;
    display: flex;
}
.full {
    grid-column: 1 / 6;
    margin-top: none;
}
.col_1_2 {
    grid-column: 1 / 3;
}
.col_3_4 {
    grid-column: 3 / 5;
}
.foot {
    grid-column: 1 / 6;
    font-size: 3vmin;
    margin-bottom: 3%;
}

hr {
    border-top: 3vmin #3a3a3a;
    color: #3a3a3a;
    overflow: visible;
}
a {
    text-decoration: none;
    color: #3a3a3a;
}
a:hover {
    color: #C0C0C0;
}

.image-zoom-container {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 50vw;
  height: 50vw;
}
.image-zoom-container img {
  width: 100%;
  height: 100%;
  display: block;
}
.image-zoom-magnifier {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  pointer-events: none;
  transition: opacity 0.2s;
  opacity: 0;
}
.image-zoom-container.active .image-zoom-magnifier {
  opacity: 1;
}
.image-zoom-container {
  cursor: url(../images/PIC/zoom.png), crosshair;
}

.arrow1 {
    width: 1.5vw;
    position:fixed;
    float: right;
    bottom:7vw;
    right:0.8vw;
}
.arrow2 {
    width: 1.5vw;
    position:fixed;
    float: right;
    bottom:3vw;
    right:0.8vw;
}
.background_Std {
    background: #3a3a3a;
    padding-left: 0.6vmin;
    padding-right: 0.6vmin;
    padding-top: 0.6vmin;
    padding-bottom: 0.3vmin;
}
.background_LT {
    background: #3a3a3a;
    padding-left: 0.6vmin;
    padding-right: 0.6vmin;
    padding-top: 0.3vmin;
    padding-bottom: 0.3vmin;
}
.lightbox {
    display: initial;
}
.gallery img {
    width: 100%;
}
.gallery img:hover {
    opacity: 0.3;
}
.lb-data .lb-details {
    width: 100%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.legend {
    font-size: 2.1vmin;
    line-height: 3vmin;
    padding-bottom: 10px;
}
