    html,body {
        margin:0;
        padding:0;
        height:100%;
        }
      .box {
        display: flex;
        flex-flow: column;
        height: 100%;
      }
      .box .row{
        margin-right: 0;
        margin-left: 0;
      }
      .box .row.header { 
        width: 100%;
          background: url(../Images/chatbackgroundtop.jpg) no-repeat center center fixed;
          background-size : cover;
          background-color: #fff;
          padding: 0;
          flex: 0 1 auto;
      }
      .box .row.content {    
          flex: 0 1 auto;
      }
      .box .row.footer {        
        width: 100%;
        height: 500px;
        background-image: url('../Images/chatbackgroundmain.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        flex: 1 1 auto;
      }

    .header-logo{
        padding: 2vw 5vw 2vw 5vw;
    }
    .header-logo a img{
        width: 40vw;
        height: 15vh;
    }
    .header-right{
        font-family: Montserrat-Light;
        font-size: 3vw;
        font-weight: 300;
    }
    .row-header-content{
        width: 100%;
    }
    .sub-content { 
          width: 100%;
          background-color: #212221;
          border-top: #F6C46E solid 1px;
          border-bottom: #F6C46E solid 1px;
          padding: 4vh 0vw; 
     }
    .sub-content-left-image{
        height: 6vh;
        min-height: 60px;
        margin-top: -2.5vh;
     }
    .sub-content-left{
        text-align: center; 
        font-family: Montserrat-Light; 
        font-weight: 500;
        font-size: 2.5vw;
    }
    .sub-content-right{
        font-family: "Saginaw";
        font-size: 1.8vw;
        letter-spacing: 3.5px;
        color: #FFCE79; 
    }
    .center-pane{
        width: 100%;
        padding: 4vh 0 0 0;
    }
    .center-left-header{
        text-align: center; 
        font-family: Montserrat-Light; 
        font-weight: bold;
        font-size: 1.5vw;
    }
    .center-left-header-hr{
        border-color: #F6C46E;
        margin:1vh 0 0 0 ;
        width: 12vw;
    }
    .center-right-content{
        text-align: left; 
        font-family: Montserrat-Light; 
        font-weight: 300;
        font-size: 1.1vw;
    }
    .center-right-bottom{
        text-align: left; 
        font-family: Montserrat-Light; 
        font-weight: 300;
        font-size: 0.9vw;
        line-height: 0px;
    }
    .form-group label{
        font-family: Montserrat-Light; 
        font-weight: 500;
        font-size: 1vw;
    }
    .form-group input,.form-group textarea{
        font-family: Montserrat-Light; 
        font-weight: 500;
        font-style: italic;
        font-size: 0.9vw;
    }
    .btn-submit{
        font-family: Montserrat-Light; 
        font-weight: bolder;
        font-size: 0.9vw;
        background-color: #F6C46E;
        color: #825408;
        padding: 1vh;
    }
    
    .page-footer {
        position:fixed;
        bottom:0;
        width:100%; 
        font-family: Montserrat-Light; 
        font-weight: bolder;
        font-size: 0.7vw;
    }
    .sub-content-right-pane{
        padding: 10vh 0 0 9vw;
    }
    .sub-content-form{
        padding: 3vh 0 0 0;
    }
    @media screen and (max-width: 1400px) {
        
        .header-logo{
            padding: 0 30px 0 30px;
        }
        .header-logo a img{
            width: 200px;
            height: unset;
        }
        .header-right{
            font-family: Montserrat-Light;
            font-size: 20px;
            font-weight: 300;
        }
        .sub-content { 
            width: 100%;
            background-color: #212221;
            /* height: max-content; */
            padding: 21px 0px;
        }
        .sub-content-left-image{
            height: 35px;
            min-height: 35px;
            margin-top: -1px;
         }
        .sub-content-left{
            text-align: center; 
            font-family: Montserrat-Light; 
            font-weight: 500;
            font-size: 23px;
        }
        .sub-content-right{
            font-family: "Saginaw";
            font-size: 20px;
            letter-spacing: 2.5px;
            color: #FFCE79;
        }
        .center-pane{
            width: 100%;
            padding: 20px 0 0 0;
        }
        .center-left-header{
            text-align: center; 
            font-family: Montserrat-Light; 
            font-weight: bold;
            font-size: 18px;
        }
        .center-left-header-hr{
            border-color: #F6C46E;
            margin:10px 0 0 0 ;
            width: 115px;
        }
        .center-right-content{
            text-align: left; 
            font-family: Montserrat-Light; 
            font-weight: 300;
            font-size: 16px;
        }
        .center-right-bottom{
            text-align: left; 
            font-family: Montserrat-Light; 
            font-weight: 300;
            font-size: 14px;
            line-height: 0px;
        }
        .form-group label{
            font-family: Montserrat-Light; 
            font-weight: 500;
            font-size: 14px;
        }
        .form-group input,.form-group textarea{
            font-family: Montserrat-Light; 
            font-weight: 500;
            font-style: italic;
            font-size: 12px;
        }
        .btn-submit{
            font-family: Montserrat-Light; 
            font-weight: bolder;
            font-size: 12px;
            background-color: #F6C46E;
            color: #825408;
        }
        
        .page-footer {
            position:absolute;
            bottom:0;
            width:100%; 
            font-family: Montserrat-Light; 
            font-weight: bolder;
            font-size: 10px;
        }
        
        .sub-content-right-pane{
            padding: 11.5vh 0 0 9vw;
        }
        .sub-content-form{
            padding: 2vh 0 0 0;
        }
    }
