﻿body{padding: 0; margin: 0; color: black;font-family: Trebuches MS,Helmet,sans-serif;
     font-size: 16px;background-color:grey;
     background: url(img/zwartevilt/zwarteviltgif.gif) repeat;}
a {color: grey; text-decoration: none;}
a:hover {color: black; text-decoration: underline;}
 
#background_cycler {height: 550px;
                    z-index:-1; 
                    overflow: hidden;
                    text-align: center;
                    position: relative;
                    min-width: 900px;
                    border-bottom: 1px white solid;}
#background_cycler img{position:absolute;left:0;top:0;width:100%;z-index:1;}
#background_cycler img.active{z-index:3}


/*NAVIGACIA*/
nav {
  margin: -25px auto;
  background-color: rgba(227, 213, 7, 1);
  width: 1100px; 
  position: relative;
  text-align: center;
 
  
 }

nav ul{text-align: center;}

nav li { 
    display: inline;
    list-style-type: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-right: 1px solid white;
    padding: 0 20px;
    font-size: 25px;
    font-weight: normal;
    font-family:  Palatino Linotype, Tahoma, Times New Roman; 
    color: #e4e4e4;
    opacity: .9;
}

nav li a { text-decoration: none; color:  white;}
nav li a:hover {text-decoration: overline; color: white; text-shadow: 1px 1px 8px rgba(0, 0, 0, .2);}

/*NAVIGACIA KONIEC*/




/*ARTICLE*/

#article {
    background-color: rgba(248, 255, 255, .9);
    width: 900px;
    height: 500px;
    padding: 2px 10px;
    margin: 60px auto;
    border-right: 20px rgba(227, 213, 7, 1) solid ;
    border-bottom: 15px rgba(227, 213, 7, 1) solid ;
    border-radius: 20px 0 0 0;
    box-shadow:inset 3px 1px 10px rgba(0, 0, 0, .4);
    }

p {
    background-color: transparent;
    margin: 20px 10px; 
    text-align: justify;
    clear: both;
    }


.clanky {
  background-image: url(img/clanky/1.png);
  background-repeat: no-repeat;
  float: right;
  width: 350px;
  height: 250px;
  position: relative;
  top: 0px;
  left: 30px;   
    }
      
/*ARTICLE KONIEC*/


/*IMGS PART */

#imgs-center {
 text-align: center;
 background-color: transparent;
 width: 945px;
 margin: 20px auto 40px;
  }

.imgs {
   width: 310px;
   height: 180px;
   overflow: hidden;
   text-align: center;
   display: inline-block;    
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
   filter: gray; /* IE6-9 */
   -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
       }

.imgs:hover {
  filter: none;
  -webkit-filter: grayscale(0);
    }
     
.img-size {
  width: 100%;
   }

/* VIDEO PART */

   #video {
   margin: 10px 100px;
    }

/* SOCIAL*/


#social {
    margin: 0 auto;
    width: 945px; 
    height: 250px; 
    background-color: rgba(248, 255, 255, .9);
    border-radius: 0 0 20px 20px;
    box-shadow:inset 1px 1px 7px rgba(0, 0, 0, .3);
    border-top: 15px rgba(227, 213, 7, 1) solid;
    padding-bottom: 10px;
 
       }


/*Uspechy*/

#uspechy {
  background: url(img/main/hobby.png), url(img/main/hory.png);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: auto;
  height: 700px;
     
}

/* FOOTER */

footer {
    width: auto;
    heigth: 200px;
    padding: 50px 150px;
    background: url(img/stardust/stardust.png);
    color: rgba(255, 255, 255, .7);
    border-top: 3px black solid;
        }

footer a {color: rgba(255, 255, 255, .7); text-decoration: none;}
footer a:hover {color: white; text-decoration: overline;}

/*BUTTON up*/

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0;
    text-decoration: none;
    color: black;
    background-color: rgba(227, 213, 7, 1);
    box-shadow:inset 1px 1px 7px rgba(0, 0, 0, .3);
    font-size: 13px;
    padding: 1em;
    display: none;
    
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);color:white;
}


#no1 {
   position: absolute;
   top: 300px;
   left:100px;
   width: 200px;
   height: 200px;
}