@font-face {
  font-family: 'FuturaStd-Light';
  src: url('fonts/FuturaStd-Light.woff2') format('woff2'),
       url('fonts/FuturaStd-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



body {background-image:url(images/grunwald.jpg);  background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;

-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}

h1, h3, h4, h5, h6 {color:#fff; font-weight:300;}
h1 {margin-bottom:5px;}
h2 {font-family: 'Rubik', sans-serif; color:#9d9e9e; font-weight:300; font-size:19px; margin-top:5px;}



header {width:100%; display:block;}
a {color:#fff; text-decoration:none; }

.personal-name {text-align:center;margin-top:20% !important; width:265px; margin:0 auto;}

.email {display:block; 
text-align:center; 
margin:0 auto; 
left: 0;
right: 0;
position:fixed; bottom:20px;}

.logo {display:block; }



.square {width:10px; height:10px; border:3px solid #f60c3d; background:none; margin-top:30px !important; margin:0 auto;}



