*{
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'ArnhemProBlond', Georgia, serif;
    color: #191919;
    background-color: #191919;
}

.wrapper{
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

h1{
    width: inherit;
}

/*navbar*/

.nav-bar{
    width: 100%;
    height: 60px;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    font-family: 'ProximaNovaRegular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #4c4c4c;
    position: fixed;
    top: 0px;
    z-index: 999;
    background-color: #e6d3c6;
}

.nav-content{
    width: 1024px;
    display: inline-block;
    height: 60px;
    padding: 0px 20px 0px 20px;
}

.nav-entry{
    display: inline-block;
    vertical-align: middle;
    float: left;
    box-sizing: border-box;
    padding: 15px 10px 0px 10px;
    height: 60px;
}

.nav-entry:hover{
    background-color: rgba(0,0,0,0.1);
}

.nav-social{
    float: right;
    margin-top: 15px;
}

#nav-social-entry{
    width: 60px;
    height: 30px;
    padding: 8px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 3px;
    cursor: pointer;
    opacity: 1.0;
}

#nav-social-entry:hover{
    opacity: 0.5;
}

/*title*/
.embed-container{
    width: 100%;
    margin-top: 60px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0px 150px 150px 0px rgba(0,0,0,0.8);
}

.intro-arrow{
    position: absolute;
    left: 50%;
    transform: rotateX(-50%);
    width: 25px;
    bottom: 30px;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
    z-index: 100;
}

@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
	80% { -webkit-transform: translateY(-10px); }
}

.title{
    width: 100%;
    color: #e64119;
    font-size: 155px;
    line-height: 60px;
    font-family: 'ProximaNovaExCn-Semibold', Helvetica, Arial, sans-serif;
    letter-spacing: -4px;
    position: absolute;
    margin: 0 auto;
    margin-top: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 101;
    text-shadow: 0px 0px 50px rgba(0,0,0,0.5);
}

.title-subtitle{
    font-family: 'ArnhemProBold', Georgia, serif;
    font-size: 20px;
    line-height: 20px;
    padding-top: 7px;
    padding-bottom: 4px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    letter-spacing: 3px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.title-mobile{
    background-color: rgb(40,40,40);
    padding: 20px;
    color: #e64119;
    text-align: center;
    font-family: 'ProximaNovaExCn-Semibold', Helvetica, Arial, sans-serif;
    font-size: 50px;
    line-height: 40px;
    letter-spacing: -1.5px;
    
}

.title-subtitle-mobile{
    font-family: 'ArnhemProBold', Georgia, serif;
    font-size: 16px;
    line-height: 18px;
    padding-top: 7px;
    padding-bottom: 4px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    margin-top: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.intro-text{
    width: 25%;
    margin-top: 100px;
    margin-left: 50px;
    padding-top: 18px;
    padding-bottom: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #fff;
    text-align: left;
    font-size: 22px;
    line-height: 28px;
    z-index: -1;
    top: 45%;
    transform: translateY(-40%);
}

.embed-container{
    position: relative;
    padding-bottom: 56.25%; 
    height: 0; overflow: hidden;
    max-width: 100%;
} 

.embed-container iframe, .embed-container object, .embed-container embed{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}

.embed-container-next{
    position: relative;
    padding-bottom: 56.25%; 
    height: 0; overflow: hidden;
    max-width: 100%;
} 

.embed-container-next iframe, .embed-container object, .embed-container embed{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}


/*content*/

.content-container{
    z-index: 2;
    position: relative;
}

.content{
    width: 100%;
    height: 90vh;
    color: #fff;
    position: relative;
}

.content-small{
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e64119;
    position: relative;
    background-image: url(images/bars-bg.svg);
}

#content-small{
    color: white;
    font-size: 25px;
    line-height: 27px;
    border-bottom: 0;
    text-align: center;
    text-transform: none;
    font-family: 'ProximaNovaRegular', Helvetica, Arial, sans-serif;
    border: 1px solid white;
    padding: 7px 15px 9px 15px;
    border-radius: 15px;
    cursor: pointer;
    letter-spacing: 0px;
    transition: 0.3s;
}

#content-small:hover{
    background-color: white;
    color: #191919;
}

.content:nth-of-type(3) .content-img{
    background-image: url(images/professor_v4.gif);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.content:nth-of-type(4) .content-img{
    background-color: #191919;
    background-image: url(images/graphic-home.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.content-entry{
    width: 40%;
    height: 90vh;
    float: left;
    padding-top: 18px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    background-color: rgb(40,40,40);
}

.content-text{
    width: 65%;
    margin: 0 auto;
    transition: 0.4s;
    position: relative;
    top: 40%;
    transform: translateY(-45%);
}

.context-text:hover{
    color: rgba(255,255,255,0.3);
}

.content-title{
    font-family: 'ProximaNovaExCn-Semibold', Helvetica, Arial, serif;
    text-transform: uppercase;
    font-size: 80px;
    line-height: 70px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
    letter-spacing: -1.5px;
    transition: 0.4s;
    cursor: pointer;
}

#indent{
    text-indent: -13px;
}

.content-subtitle{
    margin: 0 auto;
    text-align: left;
    margin-top: 30px;
}

.content-button{
    font-size: 18px;
    font-family: 'ProximaNovaRegular', Helvetica, Arial, serif;
    padding: 3px 15px 6px 15px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: 40px;
    transition: 0.3s;
    cursor: pointer;
    color: #fff;
}

.content-button:hover{
    background-color: #fff;
    color: #191919;
}

.content-img{
    width: 60%;
    height: 100%;
    background-position: bottom;
    background-color: rgb(20,20,20);
    background-repeat: no-repeat;
}

#img-full{
    height: 100%;
}

#number{
    font-family: 'ProximaNovaBold', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #e64119;
    letter-spacing: 1px;
    margin-left: 3px;
}

#img-001{
    float: left;
    background-image: url(images/peter_jacobs_2_1920.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgb(20,20,20);
    background-repeat: no-repeat;
}

#img-left{
    float: left;
}

#img-right{
    float: right;
}


/* footer */

.footer{
    width: 100%;
    padding: 40px;
    position: relative;
    float: left;
    background-color: #191919;
    font-family: 'ProximaNovaRegular', Helvetica, Arial, serif;
    z-index: 999;
}

.footer-link{
    width: 720px;
    padding: 20px;
    background-color: rgba(255,255,255,0.05);
    position: relative;
    margin: 0 auto;
}

.footer-dossier{
    width: 720px;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    background-color: rgba(255,255,255,0.05);
    padding: 15px 20px 15px 20px;
    color: rgba(255,255,255,0.5);
    font-size: 30px;
    font-family: 'ProximaNovaExCn-Semibold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    transition: 0.2s;
    cursor: pointer;
}

.footer-dossier:hover{
    color: rgb(40,40,40);
    background-color: #fff;
}

.footer-title{
    font-size: 62px;
    font-family: 'ProximaNovaExCn-Semibold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #e64119;
    margin-top: -5px;
}

.footer-subtitle{
    font-size: 30px;
    line-height: 28px;
    width: 300px;
    font-family: 'ProximaNovaExCn-Semibold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.25px;
    color: rgba(255,255,255,0.5);
}

.footer-button{
    color: #fff;
    font-size: 18px;
    padding: 1px 10px 2px 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    display: inline-block;
    position: relative;
    transition: 0.2s;
    cursor: pointer;
    margin-top: 15px;
}

.footer-button:hover{
    color: #191919;
    background-color: #fff;
}

#footer-image{
    width: 180px;
    position: absolute;
    right: 0px;
    bottom: 10px;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}

.mobile{
    display: none;
}

.desktop{
    display: block;
}

#title-image-mobile{
    margin-top: 60px;
    width: 100%;
    display: none;
}

@media only screen and (max-width: 1280px) {
    .title{font-size: 140px;}
    .content-title{font-size: 60px; line-height: 50px;}
    #indent{text-indent: -11px;}
}

@media only screen and (max-width: 1024px) {
    .nav-content{width: 100%;}
    .title{font-size: 120px;}
    .title-subtitle{margin-top: 15px;}
    .content-entry{width: 45%; font-size: 18px; line-height: 22px;}
    .content-img{width: 55%;}
    #indent{text-indent: -10px;}
    .content-button{font-size: 16px; padding: 3px 15px 4px 15px;}
}

@media only screen and (max-width: 768px) {
    .content{height: auto;}
    .content-container{padding: 15px;}
    .content-entry{width: 100%; height: auto; padding-bottom: 40px; padding-top: 30px; font-size: 18px; line-height: 23px; text-align: center; margin-bottom: 15px;}
    .content-img{width: 100%; height: 300px; background-size: cover;}
    .content-text{width: 80%; transform: none;}
    .content-title{font-size: 60px; line-height: 50px; letter-spacing: -0.5px; text-align: center; margin-top: 5px;}
    .content-subtitle{text-align: center; margin-top: 20px;}
    .content-button{margin-top: 30px; font-size: 16px; position: relative; }
    .content-small{height: 125px; background-size: contain; margin-bottom: 15px;}
    #content-small{font-size: 16px; line-height: 19px; width: 60%; padding: 5px 10px 7px 10px; margin: 0 auto;}
    .title{font-size: 90px; line-height: 80px; letter-spacing: -1px; padding-bottom: 0px;}
    #title-icon{width: 70%; height: inherit; margin-top: 40px;}
    #nav-social-entry{width: 40px;}
    .footer{padding: 20px;}
    .footer-link{width: 100%; text-align: center; height: auto;}
    .footer-title{font-size: 50px; line-height: 40px;}
    .footer-subtitle{font-size: 30px; line-height: 27px; margin-top: 10px; width: 100%;}
    .footer-button{position: relative; bottom: auto; margin-top: 15px;}
    #footer-image{width: 200px; height: auto; position: relative; display: inline-block; left: 20px;}
    .footer-dossier{width: 100%; font-size: 30px; line-height: 27px; text-align: center; padding: 15px 30px 15px 30px;}
    .desktop{display: none;}
    .mobile{display: block;}
    .intro-arrow{display: none;}
    #title-image-mobile{display: block;}
    .embed-container{display: none;}
}

@media only screen and (max-width: 460px) {
    .intro-container{height: 700px;}
    .title{font-size: 65px; line-height: 55px; margin-top: 30px; letter-spacing: -1.5px;}
    .title-subtitle{margin-top: 20px;}
    .content-title{font-size: 50px; line-height: 40px;}
}