html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: white;
}

.bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover!important;
    background: url('/img/bg.jpg');
    background-position: center !important;
}

.header {
    margin-top: 80px;
}

.header img {
    width: 80%;
}

.linkArea, .linkArea:hover {
    text-decoration: none;

}

.linkArea .link {
  width: 80%;
    margin-left: 10%;
    color: white;
    clear: both;
    padding: 10px;
    text-decoration: none;
    margin-bottom: 20px;
    border: 1px solid;
}

.linkArea .link:hover, .linkArea .link:active {
   width: 80%;
    margin-left: 10%;
    color: white;
    clear: both;
    padding: 10px;
    text-decoration: none;
    margin-bottom: 20px;
    border: 1px solid white;
}

.link i {
    margin-right: 10px
}

.galeriArea a {
    border: 2px solid #C10230;
    float: left;
    padding: 5px;
    width: 40%;
    margin: 5%;
}