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

body{
    margin: 0;
    padding: 0;
    font-size: 21px;
    line-height: 30px;
    font-family: 'ArnhemProBlond', Georgia, serif;
    color: #191919;
    background-color: rgb(40,40,40);
}

.wrapper{
    width: 100%;
}

a{
    text-decoration: none;
    color: #4393ab;
}

h1{
    width: inherit;
}

/*navbar*/

.nav-bar{
    width: 100%;
    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: #c9bd9b;
}

.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.5);
    border-radius: 3px;
    cursor: pointer;
    opacity: 1.0;
}

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

/*title*/
.intro-container{
    width: 100%;
    height: 90vh;
    margin-top: 60px;
    padding: 0 50px;
    position: relative;
    background-image: url(../images/professor_v4.gif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.title-container{
    width: 600px;
    position: absolute;
    bottom: 175px;
    left: 100px;
    text-align: left;
    color: #191919;
}

.title{
    font-family: 'ProximaNovaExCn-Semibold', Helvetica, Arial, sans-serif;
    font-size: 120px;
    line-height: 95px;
    letter-spacing: -3px;
    text-transform: uppercase;
    margin-top: 5px;
}

.title-author{
    width: 720px;
    position: relative;
    margin: 0 auto;
    font-family: 'ArnhemProBold', serif;
    text-transform: none;
    font-size: 18px;
    padding: 8px 0px 5px 0px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    margin-top: 35px;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.5);
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.title-image{
    height: 400px;
}

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

.mobile-title{
    display: none;
}

/*content*/

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

.content{
    width: 1280px;
    color: #fff;
    padding: 50px;
    margin: 0 auto;
}

.content-text{
    width: 720px;
    position: relative;
    margin: 0 auto;
}

#drop-cap::first-letter{
    font-family: 'ProximaNovaExCn-Semibold', Helvetica, Arial, sans-serif;
    font-size: 13em;
    margin: 100px 40px 100px 0px;
    float: left;
}

.content-image{
    width: 960px;
    height: 540px;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.5);
    margin-top: 50px;
    margin-bottom: 45px;
}

#subheader{
    font-family: 'ProximaNovaBold', Helvetica, sans-serif;
    font-size: 23px;
    padding-top: 20px;
    margin-bottom: -10px;
}

.image{
    width: 480px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.image-caption{
    margin-top: 5px;
    font-family: 'ProximaNovaRegular', Helvetica, sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,0.5);
}

.image-quote{
    width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 7px;
    padding-bottom: 10px;
    font-family: 'ProximaNovaBold', Helvetica, sans-serif;
    font-size: 23px;
    line-height: 26px;
    color: #c9bd9b;
    display: inline-block;
}

#quote-two{
    margin-top: 15px;
    margin-bottom: 40px;
    float: left;
    margin-right: 50px;
}

#quote-title{
    color: #fff;
}

.mobile{
    display: none;
}

.desktop{
    display: block;
}

img{
    width: 100%;
}

.left{
    float: left;
    margin-left: -200px;
    margin-right: 50px;
}

.right{
    float: right;
    margin-left: 50px;
    margin-right: -200px;
}

/* footer */

.footer{
    width: 100%;
    padding: 40px;
    background-color: #191919;
    font-family: 'ProximaNovaRegular', Helvetica, Arial, serif;
}

.footer-link{
    width: 720px;
    height: 200px;
    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: 10px;
}

.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);
    margin-top: 15px;
}

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

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

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

#mobile-graphic{
    display: none;
}

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

.back-nav{
    position: fixed;
    left: 30px;
    margin-top: 30px;
    font-family: 'ProximaNovaRegular', Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    z-index: 102;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 0px 10px 0px 10px;
    opacity: 0.5;
    transition: 0.2s;
    cursor: pointer;
}

.back-nav:hover{
    opacity: 1;
}

#back-arrow{
    width: 7px;
    float: left;
    margin-top: 10px;
    margin-right: 7px;
}

.back-text{
    float: left;
}

/*mobile*/
@media only screen and (max-width: 1280px) {
    .content{padding: 40px; width: 100%;}
    .title-container{width: 475px;}
    .title{font-size: 100px; line-height: 85px;}
    .left{margin-left: -100px;}
    .right{margin-right: -100px;}
    .image{width: 400px;}
}


@media only screen and (max-width: 1024px) {
    .content-text{width: 100%;}
    .content-image{width: 100%;}
    .nav-content{width: 100%;}
    .title-container{left: 50px; bottom: 125px; width: 400px;}
    .title{font-size: 90px; line-height: 75px;}
    .intro-container{height: 550px;}
    .image{width: 720; margin: 0 auto; float: none;}
    .back-nav{display: none;}
}


@media only screen and (max-width: 768px) {
    .content{padding: 20px;}
    #drop-cap::first-letter{font-size: 9em; margin: 68px 25px 70px 5px}
    .intro-container{width: 100%; height: auto; padding: 0px;}
    .title-container{position: relative; left: auto; bottom: auto; width: 100%;}
    .desktop-title{display: none;}
    .mobile-title{width: 100%; display: block;}
    .title{font-size: 80px; line-height: 65px; margin-bottom: 50px; color: #fff;}
    .title-author{width: 100%;}
    .image{width: 100%; margin-top: 30px;}
    .image-quote{width: 100%; margin-bottom: 20px; margin-top: 20px;}
    #quote-two{margin-bottom: 30px;}
    .mobile{display: block;}
    .desktop{display: none;}
    .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;}
}


@media only screen and (max-width: 460px) {
    .content-text{font-size: 19px; line-height: 26px;}
    #drop-cap::first-letter{font-size: 7em; margin: 45px 20px 40px 5px;}
    #nav-social-entry{width: 40px;}
    .title{font-size: 60px; line-height: 55px; margin-bottom: 50px; letter-spacing: -1.5px;}
    .title-image{height: 300px;}
}





