body {
    font-family: 'Coming Soon';
}

div.header {
    font-family: 'Pathway Gothic One', sans-serif;
    color: #DDDDDD;    
    background: #222222;
    border: 1px solid #CCC;    
    font-size: 24px;
    font-weight: 200;    
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px; 
    padding-bottom: 10px;
    margin-bottom: 10px;   
}

div.text
{
    margin-left: 40px;
    width: 500px;
    font-weight: 600;
}

.menu
{
    float: right;
    font-size: 18px;
    padding-top: 7px;
}

.menu a:hover, .menu a:visited, .menu a:link, .menu a:active
{
    text-decoration: none;   
    color: #DDDDDD;
}

span.active a
{
    color: #E0D;
}

div.body
{
    overflow: hidden;
	display: flex;
	flex-wrap: wrap;	
}

div.obj
{
    /*cursor:pointer;*/
    display: block;
    position: relative;
    float: left;
    box-sizing: border-box;
    background-color: #CCE;
    margin-top: 2px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 2px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    border-radius: 22px;
    width: 180px;
}

h3 { padding-bottom: 0px; margin-bottom: 0px;}

span.empty
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url('img/empty.gif');
}

div.obj img
{
    border-radius: 18px;
}

h2
{
    font-size: 16px;
}

div.footer
{
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 18px;
    display: block;
    background: #222222;
    color: #DDDDDD;    
    position:relative; 
    top: 20px;
    width: 100%;
    text-align:center;
}

div.footer a
{
    color: #DDDDDD;    
}

img
{
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
}
