@import url(css/normalize.css);

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.center{
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.logo img{
    width: 100%;
}

.empty {
    width: 5%;
    background: #0392da;
}

.logo{
    width: 30%;
    float: left;
    align-items:center;
}

.info{
    padding: 15px 0px 15px 100px;
}

html { 
  background: url(bilder/mbg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

 body {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100%; 
    color: #eee;
    font-size: 16px;
    align-items:center;
}

 h1{
     line-height: 50px;
     font-weight: 400;
 }

 h2{
     font-weight: 300;
 }

 .profile{
     margin: 0 auto;
     text-decoration: none;
     color: #aaa;
     font-size: 18px;
     font-weight: 300;
 }

.profile:hover{
    color: #e52121;
    transition: 1s;
}

footer{
    position: absolute;
    bottom:2%;
    right: 50%;
    left: 50%;
}

footer a{
    color: #aaa;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
}

footer a:hover{
    color: #e52121;
    transition: 1s;
}






