/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 13, 2019, 9:23:46 PM
    Author     : pantelis
*/
:root {
   --pink-color: #DF3047; 
}

#container {
    opacity: 0;
    padding-top: 0px
}

#container img {
    float: left;
    margin: 15px;
    margin-left: 4px;
    margin-top: 2px;
    width: 138px;
    /*				border: 1px solid #FFFFFF;*/
}
#container a img {
    border: thin solid white;
}
#container a:hover img {
    border: thin dotted #ED8794;
}
.desc {
    /*				border: thin solid red;*/
    margin-left: 158px;
    /*				float: left;*/
}
h2 {
    border-top: thin solid #ED8794;
}
h3 {
    color: var(--pink-color);         /*#ED8794;*/
    margin-left: 5px;
    font-size: 110%;
}
ul li {
    margin-top: .4em;
}
