html {
    width: 100%;
}

a {
    color: white;
}

body {
        background-image: linear-gradient(45deg, #070707, #2596CF);
        
}

hr {
    background-color:white;
    width: 100%;
    height: 0.3em;
}

.center {
    margin-left:auto;
    margin-right:auto;
}

#donate {
    text-align: center;
    margin-top: 5em;
}
 
#main {
    margin-top:2em;
    width: 60%;
    text-align: center;
    margin-bottom: 4em;
    
}

    
#content {
    margin-top: 1em;
    padding: 2em;
    font-family: "Verdana";
    color: white;
}
    
#link a {
    color:white;
    text-decoration: none;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

#pravidla li {
    font-size: 20;
}

#menu {
    width: 100%;
}


#menu a {
    text-decoration: none;
}

h1 {
    margin-bottom: 2em;
}

h3 {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 3em;
}

.menuright {
    float: left;
}

.menuleft {
    float: right;
}


.menuitem {
    width: 25%;
    color: white;
    line-height: 3em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20;

    background-color: rgba(255, 255, 255, 0.03);

    transition: 1s;
}

.menuitem:hover {
    color: #2596CF;
    background-color: white;
    
    transition: 1s;
}

#logo {
    width:20em;
}

.panel-default>.panel-heading {
    background-color: rgba(255, 255, 255, 0.03);
    color:white;
    
}

.panel {
    background-color: rgba(255, 255, 255, 0.03);
    border: none;
    border-radius: 0px;
}

.panel-heading {

    border-radius: 0px;
    border-top: none;
    padding: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-title a:hover {
    text-decoration: none;
}

.panel-title a {
    text-decoration: none;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.panel-body {
    text-align: left;
}

.pravidla_nadpis {
    margin-top: 100px;
    font-size: 25pt;
}

ul.align-left {
    margin-bottom: 100px;
}

.nabor {
    margin-left:auto;
    margin-right:auto; 
    margin-bottom: 2em; 
    color:white;
    overflow:hidden;
    position:relative;
    box-sizing: border-box;
    padding-bottom: 51px;
    padding-right: 100px;
    padding-left: 10px;
    padding-top: 10px;
    background-color: rgba(255,255,255,0.05);
}

.nabor a {
    color:white;
    text-decoration: underline;

}

.nabor a:hover {
    color: #2596CF;
    text-decoration: underline;
    
}

.novinka {
    margin-left:auto;
    margin-right:auto; 
    margin-bottom: 2em; 
    color:white;
    overflow:hidden;
    position:relative;
    box-sizing: border-box;
    padding-bottom: 51px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    background-color: rgba(255,255,255,0.05);

}

.novinka img {
    margin-top: 2em;
    width:100%;
}

.naplanovan {
        
}

.probiha {
  background-color: rgba(0,255,0,0.50);
}

.ukoncen {
    background-color: rgba(255,0,0,0.63);
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.novinka a {
    color:white;
    text-decoration: underline;

}

.novinka a:hover {
    color: #2596CF;
    text-decoration: underline;

}

.left p {
    text-align:left;
}

.right p {
    text-align:right;
}

@media screen and (max-width: 700px) {
    body {
    }


    #main {
        width:100%;

    }
    #content {
        padding:0;
         margin:0;
    }

    .menuitem {
        width:90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.5em;
    }

    .menuright {
        float: none;
    }

    .menuleft {
        float: none;
    }
}

@media screen and (max-width: 700px) and (min-width: 285px){
     #main {
         width: 100%;
     }

     #logo {
        width: 15em;
     }

}

@media screen and (max-width:284px) {

    #logo {
        display: none;
    }

    h3 {
        padding-top: 1em;
        padding-bottom: 1em; 
        line-height: 1em;
    }
}

