@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');

body {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    background: url(http://www.uploader.aeneasfilmfestival.nl/files/uqwkm6fiwfmiikad.png);
    background-attachment: fixed;
    background-position: center;
    height: 100%;
    width: 100%;
    background-color: #1f2635;
}

.background {
    overflow: hidden;
    position: relative;
    min-height: 100%;
}

.head {
    padding-top: 15%;
    max-width: 100%;
}

.content-left {
    padding-left: 6%;
    max-width: 50%;
}

.content-h1 {
    padding-top: 0;
    padding-bottom: 5px;
    text-align: left;   
}

.content-h1:hover {
   transform: translateX(10px); 
}

.content-h2 {
    line-height: 1.3;
    max-width: 100%;
    max-height: 100%;
}

.light {
    font-weight: 200;
}

.icon {
    padding-right: 15px;
}

.icon:hover {
    transform: translateY(5px);
}

.icons {
    padding-left: 8%;
    padding-top: 25px;
}
