@font-face{font-family:'Gotham Black Regular';src:url(../fonts/Gotham-Black.otf) format("opentype");font-style:normal;font-weight:normal;}
@font-face{font-family:'Gotham Bold';src:url(../fonts/GothamBold.otf) format("opentype");font-style:normal;font-weight:normal;}
@font-face{font-family:'Gotham Book';src:url(../fonts/GothamBook.otf) format("opentype");font-style:normal;font-weight:normal;}
@font-face{font-family:'Gotham Medium';src:url(../fonts/GothamMedium.otf) format("opentype");font-style:normal;font-weight:normal;}
@font-face{font-family:'Bebas Neue';src:url(../fonts/BebasNeue-Regular.woff) format('woff'),url(../fonts/BebasNeue-Regular.woff2) format('woff2');font-weight:normal;font-style:normal;}
*{padding:0;margin:0;}
html{-webkit-font-smoothing:antialiased;height:100%;}
body{font-family:'Gotham Book',Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;color:#606060;background-color:#fff;overflow-x:hidden;}
h1,h2,h3{font-family:'Gotham Bold',Helvetica,Arial,sans-serif;font-size:24px;line-height:1.6;color:#d0392a;margin:0;}
body h2{line-height:1;}
strong{font-family:"Gotham Bold";color:#000;}
.white{color:#FFF;}
.margin-less-expo{margin-top:-300px;}
.margin-less-max{margin-top:-85px;}
.margin-less-min{margin-top:-45px;}
.margin-more-min{margin-top:25px;}
.margin-more-max{margin-top:65px;}
.margin-year-left{margin-left:-15px;}

#title{font-size:70px;line-height: 55px;}
#red-column{width:230px;position:fixed;height:100vh;background-color:#e2231a;top:0;left:50%;margin-left:-115px;}
.year{font-family:'Gotham Bold',Helvetica,Arial,sans-serif;font-size:85px;line-height:70px;}


header .navbar {
    padding: 0;
    z-index: 1;
}
header-secion-bg {
    position: relative;
    z-index: 1;
}
.top-head {
    position: relative;
    z-index: 1;
}
.breadcrumb-menu {
    position: relative;
    z-index: 1;
}
#content {
    background: #FFF;
    position: relative;
    z-index: 1;
}
#content .section {
    padding-bottom: 0;
}
footer {
    position: relative;
}

@media(max-width:768px) {
    .margin-less-expo{margin-top:0;}
    .margin-less-max{margin-top:0;}
    .margin-less-min{margin-top:0;}
    .margin-more-min{margin-top:0;}
    .margin-more-max{margin-top:0;}
    .white{color:#d0392a;}
    .year{font-size:45px;line-height:40px;}
    .row{margin-bottom:25px;}
}