@font-face { font-family: 'Merriweather';
             src: url('../fonts/Merriweather/Merriweather-Regular.ttf') format('truetype'); }

@font-face { font-family: 'IM Fell French Canon';
             src: url('../fonts/IM_Fell_French_Canon/IMFeFCrm28P.ttf') format('truetype'); }


body { margin:0; color: black; font-family: 'Merriweather', sans-serif; font-size:11pt; background-color: white;}

h1 { font-size:22pt; font-family: 'IM Fell French Canon', cursive; padding:0 0 16px 0px; margin:0;}

h2 {font-size:22pt; font-family: 'IM Fell French Canon', cursive; padding:0 0 16px 0px; margin:0;}

h3 { font-size:14pt; font-family: 'IM Fell French Canon', cursive; padding:0 0 16px 0px; margin:0;}

p { font-size: 11pt; }

td { }

a:link { color:black; }

a:visited { color:black;  }

a:hover { color:gray;  }

a:active { color:black;  }

li {list-style-type:none;}

.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content:  flex-start;
    align-content: left;
}

.item
{
padding: 20px;
width:440px;
max-width:100vw;
flex-grow:1;
}

.flexbox_gallery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content:  flex-start;
    align-content: left;
}

.item_gallery
{
padding: 2px;
width:48%;
flex-grow:1;
}

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

.responsive-player iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-player {
position: relative;
padding-bottom: 100%; /* 1:1 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}