@import url(https://fonts.googleapis.com/css?family=Nunito);

#pagecontent {
    /*margin: 0px !important;*/
    margin-top: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
	width: 100%;
}

#tableContent {
    text-align: left;
    /*background-color: #f4f4f4;*/
    border: 0px;
}

#navbarHeader {
    background-color: black;
    z-index: 999;
}

header {
    background-color:  #454545;
}

footer {
    margin: 0px !important;
    width: 100%;
    margin-top: 3rem;
    background: #4c4f58;
}

footer p {
    margin-bottom: .25rem;
    padding: 0px;
    color: #fff;
}

footer a,
footer a:hover {
    color: #fff;
}

footer .container {
    background: #4c4f58;
}

header .container {
    padding-left: 0px;
    padding-right: 0px;
}

.guide-images {
    max-width: 33%;
}

.img-fluid {
    background-color: white;
    display: block;
}

.vmaxlogo {
    background-color: white;
    display: block;
    width: 100vh;
}

.privacy {
    margin-top: 2em;
}

.text-muted {
    margin-top: 5em;
}

.text-white {
    text-align: left !important;
    color: white;
    line-height: 1.3em;
}

.privacy_footer {
    margin: 0px !important;
    text-align: right;
    color: #fff;
}

.gpstuner {
    margin: 0px !important;
    text-align: left;
    color: #fff;

}

.text-muted2 {
    margin: 0px !important;
    margin-top: 0;
    width: 100%;
    background-color: #4c4f58;

}

/* 100vv */
.footer_table {
    /*margin: 0px !important;*/
    margin: 0 auto;
    padding: 0px !important;
    width: 100%;
    border: 0px;
    border-spacing: 0px;
}


.footer_table td {
    margin: 0 auto;
    padding: 0px !important;
    width: 50%;
    border: 0px;
    border-spacing: 0px;
}

.header2 {
    display: absolute;
    margin: 0px !important;
    text-transform: none !important;
    font-size: 20pt;
    text-align: center;
}

.navbar {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-toggler-icon {
    display: block;
    z-index: 999;
}

#underfooter {
    width: 100%;
    height: 5%;
    background-color: black;
    display: none;

}

#topheader {
    width: 100%;
    height: 5%;
    background-color: black;
    display: none;
}

.page-title {
    margin-top: 3em;
    text-align: center;
}

.header2 {
    margin: 0px !important;
    font-size: 1.8vw;
    text-transform: uppercase;
}

.container {
    display: flex;
    justify-content: center;
    width: 100% !important;
    height: 100%;
    line-height: 1em;
    font-size: 1em;
    z-index: 3;
}


.container2 {
    width: 100% !important;
    height: 100%;
    margin-bottom: 100px;
    line-height: 1em;
    font-size: 1em;
    z-index: 3;
}

.has-dropdown a {
    line-height: 1.5em;
}


/* titles */
#changePasswordTitle {
    display: flex;
    justify-content: center;
	width: 100%;
    z-index:34;

}
#helloTitle {
    display: flex;
    justify-content: center;
	width: 100%;
    z-index:34;
}


/* styles for login page */
.form-control {
      display: inline-block;
      font-family: 'Open Sans', sans-serif;
      height: 45px;
      width: 350px;
      border-radius: 500px;
      border-color: black;
      background-color: white;
      color: black;
  }

#forgotpasswd {
    vertical-align: center;
    display: inline-block;
}

/* :focus-within */
#loginsubmit:hover {
    vertical-align: center;
    font-family: 'Open Sans', sans-serif;
    width: 350px;
    height: 45px;
    border-radius: 500px;
    /*border-color: #979a9f;*/
    /*background-color: #979a9f;*/
    /*color: #f4f4f4;*/
}

#loginsubmit {
    vertical-align: center;
    font-family: 'Open Sans', sans-serif;
    width: 350px;
    height: 45px;
    border-radius: 500px;
    /*border-color: #4c4f58;*/
    /*background-color: #4c4f58;*/
    /*color: #f4f4f4;*/
}


#logintitle {
    text-align: center;
}

#loginform {
    text-align: center;
}

#submitform {
    text-align: center;
}

.form-group {
    width: 100%;
    vertical-align: center;
}

.vl {
    border-left: 2px solid #979a9f;
    height: 50px;
}

#backtofrontpage {
    color: #00a7e5;
    margin-top: 20px;
}

/* styles for loggedin */

#resetpasswd {
    vertical-align: center;
    font-family: 'Open Sans', sans-serif;
    width: 350px;
    height: 45px;
    border-radius: 500px;
    /*border-color: #4c4f58;*/
    /*background-color: #4c4f58;*/
    /*color: #f4f4f4;*/


}

#resetpasswd:hover {
    vertical-align: center;
    font-family: 'Open Sans', sans-serif;
    width: 350px;
    height: 45px;
    border-radius: 500px;
    /*border-color: #979a9f;*/
    /*background-color: #979a9f;*/
    /*color: #f4f4f4;*/
}

#logout {
    vertical-align: center;
    font-family: 'Open Sans', sans-serif;
    width: 350px;
    height: 45px;
    border-radius: 500px;
    /*border-color: #4c4f58;*/
    /*background-color: #4c4f58;*/
    /*color: #f4f4f4;*/

}

#logout:hover {
    vertical-align: center;
    font-family: 'Open Sans', sans-serif;
    width: 350px;
    height: 45px;
    border-radius: 500px;
    /*border-color: #979a9f;*/
    /*background-color: #979a9f;*/
    /*color: #f4f4f4;*/
}

#changepasswd {
    vertical-align: center;
    font-family: 'Open Sans', sans-serif;
    width: 350px;
    height: 45px;
    border-radius: 500px;
    /*border-color: #4c4f58;*/
    /*background-color: #4c4f58;*/
    /*color: #f4f4f4;*/

}

#changepasswd:hover {
    vertical-align: center;
    font-family: 'Open Sans', sans-serif;
    width: 350px;
    height: 45px;
    border-radius: 500px;
    /*border-color: #979a9f;*/
    /*background-color: #979a9f;*/
    /*color: #f4f4f4;*/
}


#deleteaccount {
    vertical-align: center;
    font-family: 'Open Sans', sans-serif;
    width: 350px;
    height: 45px;
    border-radius: 500px;
    /*border-color: #4c4f58;*/
    /*background-color: #4c4f58;*/
    /*color: #f4f4f4;*/

}

#deleteaccount:hover {
    vertical-align: center;
    font-family: 'Open Sans', sans-serif;
    width: 350px;
    height: 45px;
    border-radius: 500px;
    /*border-color: #979a9f;*/
    /*background-color: #979a9f;*/
    /*color: #f4f4f4;*/
}


#update {
    vertical-align: center;
    font-family: 'Open Sans', sans-serif;
    width: 350px;
    height: 45px;
    border-radius: 500px;
    /*border-color: #4c4f58;*/
    /*background-color: #4c4f58;*/
    /*color: #f4f4f4;*/
}

#update:hover {
    vertical-align: center;
    font-family: 'Open Sans', sans-serif;
    width: 350px;
    height: 45px;
    border-radius: 500px;
    /*border-color: #979a9f;*/
    /*background-color: #979a9f;*/
    /*color: #f4f4f4;*/
}

/* tablets */
@media only screen and (min-width: 500px) and (max-width: 768px) {
    html,
    body {
        margin: 0px !important;
        width: 100%;
        height: 100vh;
    }


     /* :focus-within */
     #loginsubmit:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 300px;
        height: 45px;
        border-radius: 500px;
        /*border-color: #979a9f;*/
        /*background-color: #979a9f;*/
        /*color: #f4f4f4;*/
    }

    #loginsubmit {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 300px;
        height: 45px;
        border-radius: 500px;
        /*border-color: #4c4f58;*/
        /*background-color: #4c4f58;*/
        /*color: #f4f4f4;*/
    }


    #resetpasswd {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 300px;
        height: 45px;
        border-radius: 500px;
        /*border-color: #4c4f58;*/
        /*background-color: #4c4f58;*/
        /*color: #f4f4f4;*/
    }

    #resetpasswd:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 300px;
        height: 45px;
        border-radius: 500px;
        /*border-color: #979a9f;*/
        /*background-color: #979a9f;*/
        /*color: #f4f4f4;*/
    }

    #logout {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 300px;
        height: 45px;
        border-radius: 500px;
        /*border-color: #4c4f58;*/
        /*background-color: #4c4f58;*/
        /*color: #f4f4f4;*/
    }

    #logout:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 300px;
        height: 45px;
        border-radius: 500px;
        /*border-color: #979a9f;*/
        /*background-color: #979a9f;*/
        /*color: #f4f4f4;*/
    }

    #changepasswd {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 300px;
        height: 45px;
        border-radius: 500px;
        /*border-color: #4c4f58;*/
        /*background-color: #4c4f58;*/
        /*color: #f4f4f4;*/
    }

    #changepasswd:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 300px;
        height: 45px;
        border-radius: 500px;
        /*border-color: #979a9f;*/
        /*background-color: #979a9f;*/
        /*color: #f4f4f4;*/
    }


    #deleteaccount {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 300px;
        height: 45px;
        border-radius: 500px;
        /*border-color: #4c4f58;*/
        /*background-color: #4c4f58;*/
        /*color: #f4f4f4;*/
    }

    #deleteaccount:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 300px;
        height: 45px;
        border-radius: 500px;
        /*border-color: #979a9f;*/
        /*background-color: #979a9f;*/
        /*color: #f4f4f4;*/
    }


    #update {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 300px;
        height: 45px;
        border-radius: 500px;
        /*border-color: #4c4f58;*/
        /*background-color: #4c4f58;*/
        /*color: #f4f4f4;*/
    }

    #update:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 300px;
        height: 45px;
        border-radius: 500px;
        /*border-color: #979a9f;*/
        /*background-color: #979a9f;*/
        /*color: #f4f4f4;*/
    }

    #resetpasswd {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 300px;
        height: 45px;
        border-radius: 500px;
        /*border-color: #4c4f58;*/
        /*background-color: #4c4f58;*/
        /*color: #f4f4f4;*/

    }

    #resetpasswd:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 300px;
        height: 45px;
        border-radius: 500px;
        /*border-color: #979a9f;*/
        /*background-color: #979a9f;*/
        /*color: #f4f4f4;*/
    }

    #floatingName {
        text-align: left;
        width: 90%;
        font-size: 20pt;
    }

    #floatingPassword {
        text-align: left;
        width: 90%;
        font-size: 20pt;
    }

    #floatingRePassword {
        text-align: left;
        width: 90%;
        font-size: 20pt;
    }


   /* #loginsubmit {
        vertical-align: center;
        width: 90%;
        font-size: 20pt;
    }*/


    .gpstuner {
        font-size: 25pt !important;
        text-align: left;
        color: #979a9f;
    }

    .privacy_footer {
        font-size: 25pt !important;
        text-align: right;
        color: #fff;
    }

    .vmaxlogo {
        background-color: white;
        display: block;
        width: 120px;
        height: 80%;
    }

    .footer_table {
        /*margin: 0px !important;*/
        margin: 0 auto;
        padding: 0px !important;
        width: 100%;
        border: 0px;
        border-spacing: 0px;
    }



    .header2 {
        font-size: 14pt;
        text-transform: uppercase;
    }

    .header {
        width: 100%;

    }

}

/* mobiles */
@media only screen and (min-width: 100px) and (max-width: 375px) {

    html,
    body {
        margin: 0px !important;
        width: 100%;
        height: 100vh;
    }

     /* :focus-within */
     #loginsubmit:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #979a9f;*/
        /*background-color: #979a9f;*/
        /*color: #f4f4f4;*/
    }

    #loginsubmit {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 45px;
        border-radius: 500px;
        /*border-color: #4c4f58;*/
        /*background-color: #4c4f58;*/
        /*color: #f4f4f4;*/
    }


    #resetpasswd {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #4c4f58;*/
        /*background-color: #4c4f58;*/
        /*color: #f4f4f4;*/
    }

    #resetpasswd:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #979a9f;*/
        /*background-color: #979a9f;*/
        /*color: #f4f4f4;*/
    }

    #logout {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #4c4f58;*/
        /*background-color: #4c4f58;*/
        /*color: #f4f4f4;*/
    }

    #logout:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #979a9f;*/
        /*background-color: #979a9f;*/
        /*color: #f4f4f4;*/
    }

    #changepasswd {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #4c4f58;*/
        /*background-color: #4c4f58;*/
        /*color: #f4f4f4;*/
    }

    #changepasswd:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #979a9f;*/
        /*background-color: #979a9f;*/
        /*color: #f4f4f4;*/
    }


    #deleteaccount {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #4c4f58;*/
        /*background-color: #4c4f58;*/
        /*color: #f4f4f4;*/
    }

    #deleteaccount:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #979a9f;*/
        /*background-color: #979a9f;*/
        /*color: #f4f4f4;*/
    }


    #update {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #4c4f58;*/
        /*background-color: #4c4f58;*/
        /*color: #f4f4f4;*/

    }

    #update:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #979a9f;*/
        /*background-color: #979a9f;*/
        /*color: #f4f4f4;*/
    }

    #floatingName {
        text-align: left;
        width: 90%;
        font-size: 15pt;
    }

    #floatingPassword {
        text-align: left;
        width: 90%;
        font-size: 15pt;
    }

    #floatingRePassword {
        text-align: left;
        width: 90%;
        font-size: 15pt;
    }

    h1 {
        font-size: 20pt;
    }

    .gpstuner {
        margin: 0px !important;
        font-size: 10pt !important;
        text-align: left;
        color: #fff;
    }

    .privacy_footer {
        margin: 0px !important;
        font-size: 10pt !important;
        text-align: right;
        color: #fff;
    }

    .logo {
        display: block;
        width: 60px;
        height: 80%;
    }



    .header2 {
        margin: 0px !important;
        font-size: 14pt;
        text-transform: uppercase;
    }

    .header {
        margin: 0px !important;
        width: 100%;
    }

    .footer_table {
        /*margin: 0px !important;*/
        margin: 0 auto;
        padding: 0px !important;
        width: 100%;
        border: 0px;
        border-spacing: 0px;
    }

     a.btn-link.login-forget {
        margin-left: +40px;
    }

}


@media only screen and (min-width: 100px) and (max-width: 280px) {

    html,
    body {
        margin: 0px !important;
        width: 100%;
        height: 100vh;
    }


    /* :focus-within */
    #loginsubmit:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 45px;
        border-radius: 500px;
        /*border-color: #979a9f;*/
        /*background-color: #979a9f;*/
        /*color: #f4f4f4;*/
    }

    #loginsubmit {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 45px;
        border-radius: 500px;
        /*border-color: #4c4f58;*/
        /*background-color: #4c4f58;*/
        /*color: #f4f4f4;*/
    }


    #resetpasswd {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #4c4f58;*/
        /*background-color: #4c4f58;*/
        /*color: #f4f4f4;*/
    }

    #resetpasswd:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #979a9f;*/
        /*background-color: #979a9f;*/
        /*color: #f4f4f4;*/
    }

    #logout {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        border-color: #4c4f58;
        background-color: #4c4f58;
        color: #f4f4f4;
    }

    #logout:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        border-color: #979a9f;
        background-color: #979a9f;
        color: #f4f4f4;
    }

    #changepasswd {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #4c4f58;*/
        /*background-color: #4c4f58;*/
        /*color: #f4f4f4;*/
    }

    #changepasswd:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #979a9f;*/
        /*background-color: #979a9f;*/
        /*color: #f4f4f4;*/
    }


    #deleteaccount {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #4c4f58;*/
        /*background-color: #4c4f58;*/
        /*color: #f4f4f4;*/
    }

    #deleteaccount:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #979a9f;*/
        /*background-color: #979a9f;*/
        /*color: #f4f4f4;*/
    }


    #update {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #4c4f58;*/
        /*background-color: #4c4f58;*/
        /*color: #f4f4f4;*/
    }

    #update:hover {
        vertical-align: center;
        font-family: 'Open Sans', sans-serif;
        width: 230px;
        height: 35px;
        border-radius: 500px;
        /*border-color: #979a9f;*/
        /*background-color: #979a9f;*/
        /*color: #f4f4f4;*/
    }

    #floatingName {
        text-align: left;
        width: 90%;
        font-size: 15pt;
    }

    #floatingPassword {
        text-align: left;
        width: 90%;
        font-size: 15pt;
    }

    #floatingRePassword {
        text-align: left;
        width: 90%;
        font-size: 15pt;
    }


   /* #loginsubmit {
        vertical-align: center;
        width: 90%;
        font-size: 15pt;
    }*/

    a.btn-link.login-forget {
        margin-left: +40px;
    }

    h1 {
        font-size: 20pt;
    }

    .gpstuner {
        margin: 0px !important;
        font-size: 10pt !important;
        text-align: left;
        color: #fff;
    }

    .privacy_footer {
        margin: 0px !important;
        font-size: 10pt !important;
        text-align: right;
        color: #fff;
    }

    .vmaxlogo {
        background-color: white;
        display: block;
        width: 60px;
        height: 80%;
    }



    .header2 {
        margin: 0px !important;
        font-size: 14pt;
        text-transform: uppercase;
    }

    .header {
        margin: 0px !important;
        width: 100%;
    }

    .footer_table {
        /*margin: 0px !important;*/
        margin: 0 auto;
        padding: 0px !important;
        width: 100%;
        border: 0px;
        border-spacing: 0px;
    }

    .form-control {
        vertical-align: center;
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        height: 35px;
        width: 350px;
        border-radius: 500px;
        border-color: black;
        background-color: white;
        color: black;
    }

    div.alert.alert-warning {
        width: 100%;
        font-size: 15px;
    }
}



@media only screen and (min-width: 100px) and (max-width: 360px) {

    html,
    body {
        margin: 0px !important;
        width: 100%;
        height: 100vh;
    }

    h1 {
        font-size: 20pt;
    }

    .gpstuner {
        margin: 0px !important;
        font-size: 10pt !important;
        text-align: left;
        color: #fff;
    }

    .privacy_footer {
        margin: 0px !important;
        font-size: 10pt !important;
        text-align: right;
        color: #fff;
    }

    .vmaxlogo {
        background-color: white;
        display: block;
        width: 60px;
        height: 80%;
    }



    .header2 {
        margin: 0px !important;
        font-size: 14pt;
        text-transform: uppercase;
    }

    .header {
        margin: 0px !important;
        width: 100%;
    }

    .footer_table {
        /*margin: 0px !important;*/
        margin: 0 auto;
        padding: 0px !important;
        width: 100%;
        border: 0px;
        border-spacing: 0px;
    }


    .footer_table td {
        margin: 0 auto;
        padding: 0px !important;
        width: 50%;
        border: 0px;
        border-spacing: 0px;
    }

    a.btn-link.login-forget {
        margin-left: +40px;
    }

}




@media (min-width:320px) {

    /* smartphones, iPhone, portrait 480x320 phones */
    html,
    body {
        margin: 0px !important;
        width: 100%;
        height: 100vh;
    }

    h1 {
        font-size: 20pt;
    }

    .gpstuner {
        margin: 0px !important;
        font-size: 10pt !important;
        text-align: left;
        color: #fff;
    }

    .privacy_footer {
        margin: 0px !important;
        font-size: 10pt !important;
        text-align: right;
        color: #fff;
    }

    .vmaxlogo {
        background-color: white;
        display: block;
        width: 60px;
        height: 20px;
    }



    .header2 {
        margin: 0px !important;
        font-size: 14pt;
        text-transform: uppercase;
    }

    .header {
        margin: 0px !important;
        width: 100%;
    }

}

@media (min-width:481px) {

    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    html,
    body {
        margin: 0px !important;
        width: 100%;
        height: 100vh;
    }

    h1 {
        font-size: 20pt;
    }

    .gpstuner {
        font-size: 10pt !important;
        text-align: left;
        color: #fff;
    }

    .privacy_footer {
        font-size: 10pt !important;
        text-align: right;
        color: #fff;
    }

    .vmaxlogo {
        background-color: white;
        display: block;
        width: 100%;
        height: 20px;
    }



    .header2 {
        font-size: 14pt;
        text-transform: uppercase;
    }

    .header {
        width: 100%;
    }

}

@media (min-width:641px) {

    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    html,
    body {
        margin: 0px !important;
        width: 100%;
        height: 100vh;
    }

    h1 {
        font-size: 20pt;
    }

    .gpstuner {
        font-size: 10pt !important;
        text-align: left;
        color: #fff;
    }

    .privacy_footer {
        font-size: 10pt !important;
        text-align: right;
        color: #fff;
    }

    .vmaxlogo {
        background-color: white;
        display: block;
        width: 100%;
        height: 20px;
    }



    .header2 {
        font-size: 14pt;
        text-transform: uppercase;
    }

    .header {
        width: 100%;
    }


}

@media only screen and (min-width : 540px) and (max-width : 720px) {
    /* Styles */

    html,
    body {
        margin: 0px !important;
        width: 100%;
        height: 100vh;
    }

    h1 {
        font-size: 20pt;
    }

    .header {
        width: 100%;
    }

    .gpstuner {
        font-size: 10pt !important;
        text-align: left;
        color: #fff;
    }

    .privacy_footer {
        font-size: 10pt !important;
        text-align: right;
        color: #fff;
    }

    .vmaxlogo {
        background-color: white;
        display: block;
        width: 100%;
        height: 20px;
    }


    .header2 {
        font-size: 14pt;
        text-transform: uppercase;
    }

}


@media only screen and (min-width : 600px) and (max-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */

    html,
    body {
        margin: 0px !important;
        width: 100%;
        height: 100vh;
    }

    h1 {
        font-size: 20pt;
    }

    .header {
        width: 100%;
    }

    .gpstuner {
        font-size: 10pt !important;
        text-align: left;
        color: #fff;
    }

    .privacy_footer {
        font-size: 10pt !important;
        text-align: right;
        color: #fff;
    }

    .vmaxlogo {
        background-color: white;
        display: block;
        width: 100%;
        height: 20px;
    }



    .header2 {
        font-size: 14pt;
        text-transform: uppercase;
    }


}
