/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block
h1.art-logo-name a {
    color: #d05825 !important;
    font-size: 30px;
    text-shadow: 2px 2px #000;
}
h2.art-logo-text {
    color: #d05825 !important;
    text-shadow: 2px 2px #000;
}
*/

div.surnames-cloud {
border-style:solid;
border-width:1px;
color:#e26f3c;
color:#ccc;
border-radius: 25px;
background:white;
margin-left: 10%;
margin-right: 10%;
margin-bottom:25px;
box-shadow: 10px 10px 5px #888888;
}

div.surnames-cloud a:hover{
text-decoration:underline;
}

h1.art-logo-name a {
    color: #eee !important;
    font-size: 30px;
    text-shadow: 3px 3px #000;
}
h2.art-logo-text {
    color: #fff !important;
    text-shadow: 3px 3px #000;
}

h2.art-logo-text
{
text-align: right;
font-size: 200%;
}

h1.art-logo-name
{
text-align: right;
font-size: 200%;
}

a.size1      { font-size: 200%; color:#FF0000;}
a.size2      { font-size: 190%; color:#BF3F00; }
a.size3      { font-size: 180%; color:#7F7F00; }
a.size4      { font-size: 170%; color:#3FBF00; }
a.size5      { font-size: 160%; color:#00FF00; }
a.size6      { font-size: 150%; color:#00BF3F; }
a.size7      { font-size: 130%; color:#007F7F; }
a.size8      { font-size: 120%; color:#003FBF; }
a.size9      { font-size: 110%; color:#0000FF; }
a.size0      { font-size: 100%; color:#000;}


#not-found
{
  width: 100%;
  height: 640px;
  text-align: center;
  padding-top: 5%;
  Font-size: 200%;
  color: black;
}

