body {
    margin: 0;
    padding: 0;
    color: #353535;
    font-family: 'Roboto', sans-serif;
}

body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

.header {
    background-color: #000;
    width: 100%;
    height: 300px;
    padding-top: 150px;
}

.container {
    margin: 0 auto;
    width: 1200px;
    padding: 0 50px;
}

@media screen and (max-width: 1200px) {
    .container {
    width: 600px!important;        
}
    .header {
    padding-top: 85px;
}
}

h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 400;
    margin: 0;
}

h2 {
    color: #fc0021;
    font-size: 45px;
    font-weight: 400;
}

.stage p {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}

.contents {
    border-left: 6px solid #fc0021;
    width: 1200px;
    padding-left: 20px;
    margin-top: 50px;
}

.contents a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    display: block;
    margin-bottom: 20px;
}

a:hover, .nav a:hover, .links a:hover, .fa:hover {
    color: #fc0021;
}

.stage, .segment, .custom {
    border-bottom: 1px solid #E2E2E2;
    overflow: hidden;
    zoom: 1;
    padding-top: 30px;
    padding-bottom: 100px;
}

.nav {
    float: right;
    clear: both;
    height: 40px;
    text-align: right;
    margin-top: 60px;
}

.nav a, .fa {
    color: #7e7e7e;
    position: relative;
    float: right;
    margin-top: -40px;
}

.fa-arrow-circle-up {
    margin-right: 24px;
}

.left {
    float: left;
    width: 500px;
}

.links {
    width: 100%;
    background-color: #efefef;
    padding: 20px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #686868;
    margin-top: 40px;
}

.links a {
    display: block;
    margin-bottom: 10px;
}

.right {
    float: right;
    width: 500px;
}

.right img, .left img, .right video {
    width: 100%;
    margin-top: 38px;
}

h3 {
    font-size: 34px;
    color: #fc0021;
    font-weight: 400;
    margin-bottom: 25px;
}

h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

p, ul {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 7px;
}

ul li{
    margin-left: -20px;
}
    
pre {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
