@font-face {
    font-family: myAutographyRegular;
    src: url('../fonts/autography-webfont.woff2') format('woff2'),
         url('../fonts/autography-webfont.woff') format('woff'),
         url('../fonts/autography-webfont.ttf') format('truetype'),
         url('../fonts/autography-webfont.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
h1.autography { font-family: myAutographyRegular, sans-serif; }

.fun {
    font-family: myAutographyRegular;
}
img.gallery {
    width: 100%;
    height: 400px;
    /* object-fit: cover; */
    object-fit: contain; 
    margin-top:10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom:10px;
    display: block;
  }

  body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1em;
}


.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    width: fit-content;
}

.overlay {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 400px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    background-color: black;
}

.wrapper:hover .overlay {
    opacity: 0.5;
}

.content {
     position:absolute;
     text-align: center;
    color: white;
    font-size:50px; 
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.subcontent {
    position:absolute;
    text-align: center;
   color: white;
   font-size:40px; 
   top: 60%;
   left: 50%;
   transform: translate(-50%, -50%);
}

a.normal
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em;
font-weight: normal;
color: #666666;;
cursor:pointer;
text-decoration:underline;
}

a.normal:link
{COLOR:#666666;;}

a.normal:visited
{color: #666666;;}

a.normal:hover
{color: #A0A0A0;}

a.normal:active
{color: #666666;;}


.footer {
    text-align: center;
}

hr.dlp {
    border-top: 10px solid #982f3c;
height: 20px;
background-color: #982f3c;
/* #982f3c */
}

.footerline {
    width:95%;
    background-color: #982f3c;
    height:2px;
    margin:auto;
    text-align: center;
}
.responsiveW {
    max-width: 100%;
    height: auto;
  }
  .responsiveH {
    width: 100%;
    max-height: auto;
  }

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 270px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
     border-radius:5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px; 
}

.responsive-image {
    max-height: 260px;
    max-width: 100%;
    height: auto;
}
.responsive-image-dimmed {

    max-height: 260px;
    max-width: 100%;
    height: auto;
    
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    background-color: black;
     opacity: 0.5;
}
