*, body {
    font-family: Futura, "Didact Gothic", "Trebuchet MS", Arial, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    box-sizing: border-box;
}

#wrapper {
    /* container, de relative voor de absolutes */
    margin: 0 auto;
    width: 1280px;
    height: 720px;
    position: relative;
    background-image: url(../images/bg-met-schild.jpg);
    background-size: 1280px 720px;
    background-repeat: no-repeat;
}

#overlay-ankeiler {
    /* smalle laag, bovenaan tbv ankeiler*/
    margin: 0 auto;
    top: 0;
    position: absolute;
    text-align: center;
    z-index: 100;
    width: 1280px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    /* transpa zwart balkje onder txt */
}

#overlay-ankeiler img {
    margin-top: 3px;
    vertical-align: bottom;
}

#overlay-social {
    /* smalle laag, bodem tbv social media en official site*/
    margin: 0 auto;
    bottom: 0;
    position: absolute;
    text-align: center;
    z-index: 100;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
}


/* onderdeel van overlay-social, met icons */

.icons {
    height: 28px;
    background-color: #FFF;
}

.icons img {
    margin-right: 4px;
    margin-top: 8px;
    vertical-align: top;
}

#overlay-smallscreens {
    /* laag, rechterhelft tbv klikbare kleine schermen */
    margin: 0 auto;
    bottom: 0px;
    position: absolute;
    text-align: center;
    z-index: 100;
    width: 300px;
    height: 200px;
    right: 0px;
}

#overlay-largescreens, .overlay-info {
    /* tweede laag, rechterhelft tbv klikbare schermen, groot*/
    margin: 0 auto;
    bottom: 0px;
    position: absolute;
    z-index: 100;
    width: 640px;
    height: 720px;
    right: 0px;
}

.right, .left {
    width: 640px;
    right: 640px;
    padding-top: 100px;
    padding-left: 100px;
}

.right {
    right: 0px;
}

.right-first {
    right: 300px;
    width: 180px;
    text-align: right;
    padding-left: 50px;
}

.right-second {
    left: 200px;
    text-align: left;
    padding-top: 256px;
    padding-right: 300px;
}

.left h1 {
    text-align: left;
    padding-top: 100px;
    padding-bottom: 20px;
    font-size: 36px;
    color: #FFD500;
}

.right h2 {
    text-align: left;
    padding-top: 100px;
    padding-bottom: 20px;
    font-size: 36px;
    color: #FFD500;
}

.overlay-info p {
    text-transform: none;
    text-align: left;
    line-height: 1.8em;
}

.small {
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 100;
    text-align: left;
}


/* laag voor info-icon op informatie.html */

#informatie-icon {
    position: absolute;
    width: 1280px;
    top: 80px;
    text-align: center;
}


/* containers voor movies */

#video-l {
    /* container voor movie-large */
    position: absolute;
    left: 0px;
    /* movie is even breed als wrapper */
    top: 40px;
    /* centreert optisch verticaal */
}

#video-m {
    /* container voor movie-medium */
    position: absolute;
    left: 213px;
    /* centreert optisch horizontaal */
    top: 120px;
    /* centreert optisch verticaal */
}

#video-s {
    /* container voor movie-small */
    position: absolute;
    left: 320px;
    /* centreert optisch horizontaal */
    top: 120px;
    /* centreert optisch verticaal */
}


/* aangepaste typografie */

#overlay-ankeiler h1 {
    font-size: 16px;
    letter-spacing: 1em;
    padding-top: 4px;
}

#overlay-largescreens h2 {
    font-size: 60px;
    padding: 149px 0 20px 0;
}

#overlay-largescreens h3 {
    font-size: 36px;
    padding: 20px 0 0 0;
}

.gold-txt {
    /* maakt text goudkleurig*/
    color: #FFD500;
}


/* aangepaste algemene tags */

area {
    /* om hover in safari mogelijk te maken */
    position: absolute;
    display: block;
    top: 210px;
}

a {
    color: #FFF;
    text-decoration: none;
}

hr {
    color: #AAA;
    margin: 40px 0 0 0;
}


/* alle map area's */

.large-screen, .medium-screen, .small-screen {
    width: 506px;
    height: 262px;
    position: absolute;
    top: 229px;
    left: 67px;
    background-image: url(../images/screens@2x.png);
    background-size: 506px 263px;
    background-repeat: no-repeat;
    z-index: -100;
}


/* map area's hover states = geselecteerd scherm */

.large-screen:hover, .large-screen:active {
    background-image: url(../images/largescreen-hover.svg);
    z-index: 600;
}

.medium-screen:hover, .medium-screen:active {
    background-image: url(../images/mediumscreen-hover.svg);
    z-index: 400;
}

.small-screen:hover, .small-screen:active {
    background-image: url(../images/smallscreen-hover.svg);
    z-index: 200;
}


/* ul-li-a tbv nvigatie footer */

#overlay-social ul {
    width: 1280px;
}

#overlay-social ul li:last-child {
    border: none;
}

#overlay-social ul li {
    width: 15%;
    font-weight: 200;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px;
    border-right: 1px solid white;
}

#overlay-social ul li a:link {
    display: block;
    color: #AAA;
}

#overlay-social ul li a:hover, #overlay-social ul li a:active {
    color: rgb(255, 213, 0);
}
