@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-VariableFont_wght.ttf) format('woff2');
   }




body {  
    font-family: 'Montserrat';
    background-image: url('../galleries/Tatenhill/_DSC1265.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    background-size:cover;
    background-repeat: no-repeat;
    background-color: #2d2d2d;
    background-blend-mode: luminosity, normal;
}


.th img {
    height:90px;
    width:120px;
}

#thumbs {
    margin-top:20px;
    margin-bottom:20px; 
    text-align: center;
    text-align-last: center;
}

.th {
    margin: 5px;
}   

#mainImg {
    border: solid 40px white;
    margin: auto;
    display: inline-block;
    max-height: 2000px;
}

#mainArea {
    text-align: center;
}

#mainArea img {
    max-height: 900px;

}

.trans {
background-color: rgba(255,255,255,.05);
background-color: rgba(255,255,255,0.7);
}


.row {
    max-width:1200px;
}

.subactive a {
    box-shadow:
             inset 0px 2px 0px 0px #f27200,
             inset 0px -2px 0px 0px #f27200;
}



.has-dropdown li a {
    margin: 0px;
    padding: 0px;
    height: 30px;
    line-height: 30px !important;


}

p, h1, h2, h3, h4, li, a {
    font-family: 'Montserrat' !important;
}

h1, h2, h3, h4 {
    font-weight: 200;
}

.bgwhite {
    background-color: #fff;
}

.pd {
    padding: 10px;
    margin-top:10px;
}

.textcentre {
    text-align: center;
}

.limitheight {
    max-height: 900px;
    overflow-y: scroll;
}


.th:hover, .th:focus {
    box-shadow: none;
    border:4px solid #f27200;
}

.th {
    border: 4px solid transparent;
    box-shadow: none;
}

.margintp {
    margin-top: 10px;
}

#exifDataL, #exifDataS {
    padding-top:20px;
}

#exifTblL td {
    font-family: 'Montserrat';
    background-color: #2d2d2d;
    color: #fff !important  ;
    text-align: center !important;
}

#exifTblS td {
    font-family: 'Montserrat';
    background-color: #2d2d2d;
    color: #fff !important  ;
    text-align: center !important;
}

#exifTblS th{
    font-family: 'Montserrat';
    color: #000 !important  ;
    text-align: center !important;
}

#exifTblL {
    width:100%;
}

#exifTblS{

    text-align: center;
    width: 100%;
}