html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video 
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section 
{
    display: block;
}
body 
{
    line-height: 1;
}
ol, ul 
{
    list-style: none;
}
blockquote, q 
{
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
    content: '';
    content: none;
}
table 
{
    border-collapse: collapse;
    border-spacing: 0;
}

* 
{
    box-sizing: border-box;
}

.column 
{
    float: left;
    width: 100%;
    padding: 10px;
}

.row:after 
{
    content: "";
    display: table;
    clear: both;
}

.figure 
{
    padding: 10px 10px 0px 10px;
}

/* generic styles ----------------------------------- */
body 
{
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    background-image: url('images/pattern.jpg');
    background-repeat: repeat; 
}

.figure-img 
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
}

.figure-img:hover 
{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
}

.title
{
    padding: 20px 20px 0px 20px;
    font-weight: bold;
    font-size: 300%;
    text-align: center;
}

@media screen and (min-width: 600px) 
{
    main 
    {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .figure 
    {
        grid-column: span 1;
        grid-row: span 1;
        padding: 5px;
    }

    .column 
    {
	width: 50%;
    }

    .figure-img 
    {
	filter: grayscale(70%);
	-webkit-filter: grayscale(70%);
	-moz-filter: grayscale(70%);
	-o-filter: grayscale(70%);
	-ms-filter: grayscale(70%);
	transition: 0.1s ease-in-out;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
    }

    .title
    {
	font-size: 500%;
    }
}

.content
{
    padding: 10px 20px 0px 20px;
    line-height: 1.2;
}
.content h1
{
    padding: 10px 0px 0px 0px;
    font-weight: bold;
    font-size: 300%;
}
.content strong
{
    font-weight: bold;
}
.content cite
{
    font-style: italic;
}
.content p 
{
    padding: 10px 20px 0px 20px;
    line-height: 1.2;
    text-align: justify;
}
.content iframe 
{
    padding: 10px 20px 0px 20px;
}
.content ul 
{
    padding: 10px 20px 0px 20px;
    line-height: 1.2;
}

#nav
{       
    text-align: center;
    padding: 10px 10px 10px 10px; 
    margin: 2px 0px;
    background-color: #000000; 
}           
#nav li     
{           
    font-size: 0.9em;
    text-transform: uppercase;
    display: inline;
    margin: 10px 10px;
}           
#nav a:link, #nav a:visited
{           
    text-decoration: none;
    color: #FFFFFF;
}
#nav a:hover, #nav a:active
{           
    text-decoration: none;
    color: #df058d;
}    

.center 
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#works
{
    padding: 10px;
} 
.text
{
    color: #000000;
    background-color: transparent;
    padding: 10px;
    margin: 10px;
}
.text table
{
    margin: 5px 0px;
    padding: 5px; 
}
.text b
{
    font-weight: bold;
    font-size: 150%;
}
.text p
{
    margin: 0px 0px 5px 0px;
    line-height: 1.2;
    text-align: justify;
}
.text td
{
    padding: 5px 5px;
}
.text table a:link, .text table a:visited
{ 
    text-decoration: none; 
    color: #000000; 
}
.text table a:hover, .text table a:active 
{ 
    text-decoration: underline; 
    color: #000000; 
}
.odd
{
    background-color: #fee4cd;
}
.even
{
    background-color: #c2a993;
}
.odd-favorite
{
    background-color: #ffaeff;
}
.even-favorite
{
    background-color: #ffaeff;
}
.text img
{
    background-color: #000000;
    padding: 1px;
}

.iframe-container 
{
    overflow: hidden;
    padding-top: 56.25%; 
    position: relative;
}

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

.img-container img 
{
    padding: 0px 20px 0px 20px;
    width: 100%;
}

.footer 
{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: pink;
    color: black;
    font-size: 200%;
    text-align: center;
    padding: 10px;
}
