﻿section {
    background-color: #000d1b;
    color:white;
}
.td-mark-g {
    font-size: 0.7rem;
    vertical-align: text-top;
}
.scale{
    width:60%;
}
.line-hgt3 {
    line-height: 0.3;
}
p#reverse-6 {
    margin-top: 30px;
}


.line-hgt5 {
    line-height: 1.5;
}
header{
    background-color: #000d1b;
}
.top-div {
    padding-top: 100px;
    margin-bottom: 50px;
}
    .top-div h1 {
        font-size: 3.5rem;
        font-weight: 700;
    }
.purple-span{
    color: #bc33a0;
}
.top-div p {
    font-size: 1rem;
    color: #a9a8a6;
    line-height: 1.4;
}
.last-div {
    margin-top: 100px;
    padding-bottom:125px;
}
    .last-div h2 {
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 1;
        margin-top:0px;
    }
.color-blue {
    color: #1493e6;
}
.last-div p {
    font-size: 1rem;
    color: #a9a8a6;
    line-height: 1.4;
}
.reverse-img-down{
    width:100%;
}
.formobile{
    display: none;
}

@media(max-width:1200px){
    .reverse-img-down{
        margin-top:120px;
    }
    .last-div h2 {
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.2;
        margin-top: 0px;
    }
}
@media(max-width:992px){
    .reverse-img-down{
        margin-top:150px;
    }
    .last-div p {
        font-size: 1.1rem;
    }
    .last-div h2 {
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.2;
        margin-top: 0px;
    }
}
@media(max-width:768px){
    .scale {
        width: 100%;
    }
    .reverse-img-down{
        width:100%;
        margin-top:30px;
    }
    .last-div h2{
        margin-top:35px;
    }
    .reverse-video-frame{
        height:265px;
    }
}
@media screen and (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}
@media(max-width: 450px){
    .forweb{
        display: none;
    }
    .formobile{
        display: block;
    }
    .last-div h2 {
        font-size: 3rem;
    }
}