@font-face {
    font-family: "Impact";
    src: url(../fonts/impact.ttf) format("truetype");
}

@font-face {
    font-family: "FontAwesome";
    src: url(../fonts/fontawesome-webfont.ttf) format("truetype");
}
body{
    font-family: "Impact";
    color: #ffffff;
}
body a{
    color: #ffffff;
    text-decoration: none;
}

body a:hover {
    color: #fe0000;
}
#wrapper{
    width: 980px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-position: center;
}

#wrapper h1{
    margin-top:0px;
    text-align: center;
    font-size: 65px;
    font-weight: 500;
}
#wrapper h2{
    margin-top:0px;
    font-size: 25px;
    font-weight: 500;
}
p{
}
.red{
    color: #fe0000;
}
.header{
    margin-bottom: 30px;
}
.blokken{
    margin-bottom: 30px;
}
.blok{
    width: 25%;
    float: left;
    margin-bottom: 40px;
}
h2{
	padding-left: 20px;
}
footer{
    clear: both;
    margin-top: 50px;
    text-align: center;
	padding: 20px;
}

.footer-bottom {
    display: table;
    width: 100%;
}
.line{
    display:block;
    width: 100%;
    margin-bottom: 20px;
}

.talent_logo {
    max-width: 90px;
    filter: invert( 100% );
    float: left;
}

.rtl_logo {
    max-width: 90px;
    float: right;
}

.clear_both {
    clear: both;
}


@media only screen and (max-width: 768px) {
    #wrapper{
        width: 100%;
    }
}
@media only screen and (max-width: 768px) and (min-width: 480px)  {
    #wrapper{
        width: 100%;
    }
    .blok{
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 600px){
    #wrapper{
        width: 100%;
    }
    .blok{
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
}