*{
    padding: 0px;
    margin: 0px;
}

#text1{

    position: relative;
    padding-left: 150px;
}




#logo{
    
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #3e961b;
    width: 100%;
    height: 120px;
}
#logo h1{

    font-size: 50px;
    color: whitesmoke;
    text-align: center;
    padding-top: 25px;
}
#menu{  
    
    position: absolute; 
    top: 120px;
    left: 0px;
    width: 100%;
    height: 50px;
    display: flex;
    background-color: #3e961b;
}
#menu a{
    
    display: inline-block;
    width: 25%;
    height: 50px;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    line-height: 50px;
    }
#menu a:hover{
    
    background-color:silver;
    text-decoration: underline;
    text-shadow: 0px 0px 1.5px white;
    background-color: rgb(250, 206, 113);
}
#aktiv-cast{
    
    background-color: #3e961b; 
}
#telo{
    
    position: absolute;
    top: 170px;
    color: black;
    font-size: 20px;
    
}
#telo h1 {
    
    position: relative;
    color: #3e961b;
    text-align: center;
    padding-top: 20px;
    justify-content: center;
}

#telo p {

    width: 50%;
    text-align: center;
    padding-left: 25%;
    padding-top: 30px;

}

.mapa {

    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;    
    flex-direction: column;
    margin-bottom: 90px;
    padding-left: 75px;
}

#obrazky {
    
    margin-top: 30px;
    display: inline-block;
}

h1{
    
    text-align: center;
    color: #3e961b;
    padding-top: 10px;
}

#obrazky img{  
   
    width: 300px;
    padding-left: 75px;
}

#nadpis {
    
    position: relative;
    margin-top: 200px;
}

#img p{
    
    margin-top: 10px;
    color: black;
    font: 1em sans-serif;
    font-weight: lighter;
    padding-left: 75px;
}

#img {
    
    text-align: center;
    display: inline-block;
    padding: 40px 25px;
    z-index: 1;
    width: 400px;
}

#cliff {
    
    text-align: center;
    display: inline-block;
    padding: 40px 25px;
    z-index: 1;
    width: 400px;
}

footer {
    color: cornsilk;
    position: fixed;
    bottom: 0%;
    width: 100%;
}

footer p{
    
    background-color: #3e961b;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


#fotka1 {
    
    margin-top: 200px;
    margin-left: 25px;
    padding-left: 50px;
    font-size: 20px;
}



#fotka1 h1{

    margin-top: 40px;
    margin-right: 81%;
    padding-bottom: 15px;
    font-size: 30px;
    text-decoration: underline;
}




.items{

    position: absolute;
    top: 158px;
    padding-left: 0%;
    width: 100%;
    display: flex;
}

.items i{
    
    display: inline-block;
    width: 25%;
    color: black;
    font-size: 333px;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: none;
}   

#instagramP{

    color: #C13584;
}

#instagram{

    color: #C13584;

}

#facebook{

    color: #4267B2;
}

#facebookP{

    color: #4267B2;
}

#youtube{

    color: #FF0000;

}

#youtubeP{

    color: #FF0000;

}

#soundcloud{

    color: #ff7700;

}

#soundcloudP{

    color: #ff7700;

}

.items p{

    text-align: center;
    font-size: 20px;
    text-decoration: underline;
}




@media screen and (max-width: 800px) {
	
}