@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500);
* {
  padding: 0;
  margin: 0; }

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 100%;
  background: #f8f8f8; }

.a:link, .a:visited {text-decoration: none; color: white;}
.a:hover {text-decoration: none; color: ghostwhite;}
.a {text-decoration: none; color: white}

button {
    color: #FFFFFF;
}

.typed {
      height: 250px;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10px;
  color: #f0f0f0;
  text-shadow: #000 0px 1px 0px;
  font-family: "Consolas", "Courier New", "Courier";
  font-size: 1.75em;
  line-height: 1.40em;
  font-weight: 500;
  text-align: left;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.text-editor-wrap {
    display: block;
    margin: auto;
    max-width: 530px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 20px 70px;
    clear: both;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.title-bar {
  padding: 5px 0;
  font-family: "Lucida Grande", sans-serif;
  font-size: 0.75em;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #e8e8e8, #bcbbbc);
  background-image: -moz-linear-gradient(top, #e8e8e8, #bcbbbc);
  background-image: linear-gradient(top, #e8e8e8, #bcbbbc);
  box-shadow: inset rgba(255, 255, 255, 0.7) 0px 1px 1px;
  border-bottom: #6a6a6a 1px solid; }

.text-body {
  height: 250px;
  width: 500px;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10px;
  color: #f0f0f0;
  text-shadow: #000 0px 1px 0px;
  font-family: "Consolas", "Courier New", "Courier";
  font-size: 1.75em;
  line-height: 1.40em;
  font-weight: 500;
  text-align: left;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.name {
    position: fixed;
    font-size: 300%;
    text-align: center;
    margin-left: 245px;
    margin-top: 306px;
    font-family: "Ubuntu", sans-serif;
    width: 300px;
    background: white;
}

.nadpis {
    font-size: 200%;
    font-family: "Ubuntu", sans-serif;
    width: 250px;
    background: white;
    padding: 20px;
    border-radius: 4px;
}

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #1976D2;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 100%;
  padding: 5px;
  font-family: "Ubuntu", sans-serif;
  width: 150px;
  transition: all 0.2s;
  cursor: pointer;
  margin: 1px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.2s;
}

.button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.2s;
}

.button:hover span {
  padding-right: 25px;
}

.log-head {
    margin-top: 15px;
    padding-top: 15px;
    color: black;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button-reg {
  display: inline-block;
  border-radius: 4px;
  background-color: dimgray;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-family: Roboto;
  font-size: 100%;
  padding: 4.7px;
  width: 150px;
  transition: all 0.2s;
  cursor: pointer;
  margin: 1px;
}

.button-reg span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.2s;
}

.button-reg span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.2s;
}

.button-reg:hover span {
  padding-right: 25px;
}

.button-reg:hover span:after {
  opacity: 1;
  right: 0;
}

/*class="button" style="vertical-align:middle"*/

.logout {
    position: fixed;
    text-align: center;
    margin-left: 10px;
    margin-top: 10px;
}

.welcome {
    position: fixed;
    text-align: center;
    margin-left: 10px;
    margin-top: 50px;
}

.fb {
    position: fixed;
    margin-left: 245px;
    margin-top: 253px;
}

.tw {
    position: fixed;
    margin-left: 297px;
    margin-top: 253px;
}

.gp {
    position: fixed;
    margin-left: 349px;
    margin-top: 253px;
}

.desc {
    position: fixed;
    text-align: center;
    font-size: 215%;
    margin-left: 245px;
    margin-top: 369px;
    font-family: "Ubuntu", sans-serif;
    width: 300px;
    background: white;
}

.desc2 {
    position: fixed;
    text-align: center;
    font-size: 190%;
    margin-left: 30px;
    margin-top: 500px;
    font-family: "Ubuntu", sans-serif;
    width: 550px;
    background: white;
}

.body {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.foto {
    z-index: 2;
    position: fixed;
    text-align: left;
    margin-top: 191px;
    margin-left: 20px;
    border: 10px solid;
    border-color: white;
    width: 200px;
    height: 200px;
    background: url(foto.png);
    background-size: 200px 200px;
    background-image: url(foto.png);
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
    
}

.foto2 {
    z-index: 1;
    position: fixed;
    text-align: left;
    margin-top: 191px;
    margin-left: 20px;
    border: 10px solid;
    border-color: white;
    width: 200px;
    height: 200px;
    background: url(foto3.png);
    background-size: 200px 200px;
    background-image: url(foto3.png);
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
    
}

.foto:hover{
    background-image: url(foto_slide2.png)
}

.text {
    position: fixed;
    text-align: left;
    margin-top: 10px;
    margin-left: 106px;
    border-color: white;
    height: 200px
}

.kontakt{
    position: fixed;
    text-align: center;
    font-size: 150%;
    margin-left: 245px;
    margin-top: 382px;
    font-family: Roboto;
    width: 300px;
    background: white;
}

article {
    position: absolute;
    width: 85%;
    background: white;
    margin: auto;
    font-size: 120%;
    font-family: "Ubuntu", sans-serif;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0.1px;
    padding-bottom: 0.1px;
    margin-top: 235px;
    margin-left: 20px;
    margin-right: 1px;
}


.icon-mono {
  background: url("img/icons1.png");
  background-image: url("img/icons1.png"), none;
  background-color: #ffffff;
  background-size: 240px 96px;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}

/* facebook */
.icon-mono.facebook {
  background-position: 0 0;
}

.icon-mono.facebook:hover {
  background-color: #3b5998;
  background-position: 0 -48px;
}

/* twitter */
.icon-mono.twitter {
  background-position: -48px 0;
}

.icon-mono.twitter:hover {
  background-color: #4099ff;
  background-position: -48px -48px;
}

/* google plus */
.icon-mono.googleplus {
  background-position: -96px 0;
}

.icon-mono.googleplus:hover {
  background-color: #d34836;
  background-position: -96px -48px;
}

/* github */
.icon-mono.github {
  background-position: -288px 0;
}

.icon-mono.github:hover {
  background-color: #333333;
  background-position: -288px -96px;
}

/* rss */
.icon-mono.rss {
  background-position: -384px 0;
}

.icon-mono.rss:hover {
  background-color: #ee802f;
  background-position: -384px -96px;
}

.icon {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
}