/*
Theme Name: Layout szymansky.pulse
Author: Olaf Szymański
Author URI: http://szymansky.pl
Description: Layout firmy szymansky.pl - Olaf Szymański
Tags: dark, one-column, flexible-width, custom-header, custom-menu, featured-images
Text Domain: szymansky
*/

* {
  box-sizing: border-box;
}

html {
  font-style: normal;
  font-weight: 300;
}
body {
  font-family: 'Muli', sans-serif!important;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2.3em;
}
h3 {
  font-size: 2em;
}
.page {
  height: 100%;
}
footer#social {
  font-size: 2rem;
  z-index: 3;
}
footer#copyright{
    position: fixed;
    bottom: 70px;
    right: 10%;
    font-size: 1.2rem;
    z-index: 3;
    opacity: 0.3;
    transition: opacity 0.4s ease-in-out;
}
footer#copyright:hover{
      opacity: 1;
}