@media screen and (max-width: 1370px) {
    body {
        background-color: black;
        background-image: url('../images/body.png');
        /* font-family: Myriad Pro, normal; */
        font-family: 'PT Sans', sans-serif;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        background-attachment: fixed;
        color: #c6cb7a;
    }
    .container{
        padding-left: 1rem;
    }
    .logo img {
        /*margin-top: 50px;*/
    }
    .line {
        width: 100%;
        background-image: url('../images/line.png');
        position: absolute;
        /*bottom: 17%;*/
        height: auto;
        max-height: 60%;
    }
    .heading {
        position: relative;
        padding: 3rem 1rem 0 1rem;
        font-size: 2.0rem;
    }
    .textleft {
        position: relative;
        padding: 1rem;
        padding-left: 1rem;
        font-size: 1.8rem;
    }
    .textright {
        padding-bottom: 5rem;
        font-size: 1.8rem;
        padding: 1rem;
        padding-right:3 rem;    
    }
    .banner {
        width: 100%;
    }
}

@media screen and (max-width:813px) {
    
    .heading {
        padding-top: 10px !important;
        font-size: 18px !important;
    }
    .banner {
        
         
    }
    
    .textright {
        
            margin-top: -30px;
    }
    .textleft
    
    {
             margin-top: -5px;
        margin-top: -10px;
     font-size: 14px !important;
    }
    
     .textright a
    
    {
        
     font-size: 14px !important;
    }
    
     .textright
    
    {
        
     font-size: 14px !important;
    }
    
    body {
        background-color: black;
        background-image: url('../images/body.png');
        font-family: 'PT Sans', sans-serif;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        background-attachment: fixed;
        color: #c6cb7a;
    }
    .banner a img {
        padding-left: 0;
        max-width: 40px;
    }
    .container{
        padding-left: 1rem;
    }
    .heading {
        position: relative;
        padding-top: 1rem;
        padding-left: 1rem;
        font-size: 1.5rem;
    }
    .textleft {
        padding: 1rem;
        font-size: 12px;
    }
    .textright {
        padding: 1rem;
        font-size: 12px;
    }
    .logo img {
        position: relative;
        max-width: 200px;
        /*top: 35%;
        left: 50%;*/
    }
    .right-col {
        width: 100%;
        min-height: auto;
        display: block;
    }
    .left-col {
        width: 100%;
    }
    .textright a {
        padding-left: 0;
    }
}




@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    

   
    body {
        background-color: black;
        background-image: url('../images/body.png');
        /* font-family: Myriad Pro, normal; */
        font-family: 'PT Sans', sans-serif;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        background-attachment: fixed;
        color: #c6cb7a;
    }
    .container{
        padding-left: 1rem;
    }
    .logo img {
        /*margin-top: -100px !important;*/
    }
    .line {
        width: 100%;
        background-image: url('../images/line.png');
        position: absolute;
        bottom: 20% !important;
        height: auto;
        max-height: 40% !important;
    }
    .heading {
        position: relative;
        padding: 3rem 1rem 0 1rem;
        font-size: 2.0rem;
    }
    .textleft {
        position: relative;
        padding: 1rem;
        padding-left: 1rem;
        font-size: 1.8rem;
    }
    .textright {
        padding-bottom: 5rem;
        font-size: 1.8rem;
        padding: 1rem;
        padding-right:3 rem;    
    }
    .banner {
        width: 100%;
    }
}