body {
   margin: 0;
   color: #FAFAFA;
   text-decoration: none;
   font-family: Arial;
   font-size: 18px;
   font-weight: normal;
   text-align: center;
   background: #000000;
   background-image: URL('../images/back_blur.jpg');
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

h1
{
  font-size: 40px;
  color: #FAFAFA;
}

h2
{
  font-size: 30px;
  color: #FFFFFF;
}

h3
{
  font-size: 25px;
  color: #FFFFFF;
}
a
{
    font-family: Arial;
    text-align: center;
    color: white;
    text-decoration: none;
}
a:hover
{
    font-family: Arial;
    text-align: center;
    color: black;
    text-decoration: none;
}


.topLogo
{
    position: absolute;
    top: 1vw;
    left: 1vh;
    width: 16vmin;
    height: 16vmin;
    background-image: URL('../images/logo_gold_small.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
}

.topUp
{
    position: relative;
    float: top;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    width: 100%;
    height: 7vmin;
    background-color: rgba(60, 60, 60, 0.3);
}


.topMenu
{
    position: relative;
    color: #CCCCCC;
    float: right;
    margin: 0px;
    padding-top: 1vmin;
    padding-right: 4vmin;
    font-size: 4vmin;
}

.topMenuDivider
{
    position: relative;
    color: #CCCCCC;
    float: right;
    margin: 0px;
    padding: 12px;
    width: 30px;
    font-size: 15px;
}


.mainContent
{
    position: relative;
    float: top;
    border-radius: 2px;
    text-align: center;
    top: 0px;
    left: 0px;
    margin: auto;
    padding: 10px;
    color: #CCCCCC;
    font-size: 3vmin;
    background-color: rgba(0, 0, 0, 0.4);
    width: 90%;
    border: none;
}

.bottom
{
    position: relative;
    float: top;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    color: #efb28c;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.bottom2
{
    position: relative;
    float: top;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    color: #efb28c;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.4);
}

.odkaz {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    background: none;
    border: none;
    margin: auto;
    width:75%;
    color: #CCCCCC;
}

.odkaz:hover {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    background: none;
    border: none;
    margin: auto;
    width:75%;
    color: #FFFFFF;
}

.textLeft2 {
    text-align: left;
    margin: auto;
    width:200px;
    font-size: 15px;
}
.mainImg {
    text-align: left;
    margin: auto;
    width:70%;
    font-size: 15px;
}
.mainImg2 {
    text-align: left;
    margin: auto;
    width:60%;
    font-size: 15px;
}




a {
    color: #BBBBBB;
}

a:hover {
    color: #FFFFFF;
}

