body {
    overflow-x: hidden;
    font-family: "Arial Rounded MT Bold" !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/blue-menu-toggle-icon.svg');
}

.navbar-light .navbar-toggler-icon-reverse {
    width: 30px;
    height: 30px;
    background-image: url('../images/menu-toggle-icon.svg');
}

#bg-1 {
    position: absolute;
    left: 0;
    top: 0px;
    background-image: url('../images/section1-bg.jpg?v=2');
    background-position-x: center;
    background-position-y: center;
    width: 100%;
    height: 830px;
    z-index: -5;
}

/* navbar styles */
.nav-container {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    height: 80px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #37b4e2;
    opacity: 0.9;
}

.navbar-nav .nav-item .nav-link {
    color: white;
}

.navbar-light .navbar-toggler-icon-reverse {
    display: flex;
}

.reverse-nav {
    background-color: white;
}

.reverse-nav-link {
    color: #37b4e2 !important;
}

.lhs-logo-container h5 {
    color: white;
}

textarea {
    resize: none;
}

.navbar-light .navbar-toggler-icon {
    display: none;
}

.navbar-toggler {
    border: none;
}

#langs {
    display: none;
    color: white;   
}

#langs .nav-link {
    color: white;
}

.dropdown-menu {
    position: absolute;
    min-width: 70px !important;
    background-color: aliceblue;
    border-radius: 10px;
}

.dropdown-menu .dropdown-item {
    color: #37b4e2 !important;
    text-align: center;
}

.dropdown-menu .dropdown-item:hover {
    background-color: rgb(223, 223, 223);
}

#navbarNavDropdown {
    justify-content: center;
}

.nav-item {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.navbar .navbar-nav {
    padding: 0 !important;
}

.navbar .navbar-nav .fa-close {
    display: none;
}

.lhs-logo-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 50px;
    color: #37b4e2;
}

.lhs-logo-container:hover {
    cursor: pointer;
}

.lhs-logo-container,
.lhs-logo-container:hover {
    text-decoration: none;
}

.dl-btn:hover {
    cursor: pointer;
}

.section-1 .platforms img {
    cursor: pointer;
}

.lhs-logo-container img {
    width: 50px;
    height: 50px;
}

.lhs-logo-container h5 {
    margin: 0;
}

/* common */
.dl-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 250px;
    padding: 10px 10px;
    justify-content: center;
    border-radius: 15px;
    background-color: #37b4e2;
}

.dl-btn h5 {
    text-align: center;
    font-size: 1em;
    margin: 0;
}

.section-2 .vido-lite-none-text {
    display: none;
}

/* section 1 */
.section-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 700px;
    margin-top: 10px;
}

.section-1 h1, .section-1 h2, .section-1 h4 {
    color: white;
    padding: 10px 0;
}

.section-1 h1 {
    font-size: 2rem;
}

.section-1 .download-btn {
    border-radius: 15px;
    border: none;
    margin: 10px 0;
    font-size: 24px;
    padding: 5px 40px;
    color: #37b4e2;
    background-color: white;
}

.section-1 .platforms {
    margin-top: 10px;
}

.section-1 .platforms img {
    margin: 0 5px;
}

.section-1 .platforms {
    margin-bottom: 300px;
}

/* section 2 */
.section-2 {
    margin-top: 20px;
}

.section-2 .dl-btn {
    margin: 0 10px;
    color: white;
}

.section-2 .dl-btn img {
    width: 25px;
    height: 25px;
    margin-right: 7px;
    margin-left: 7px;
}

.section-2 .downloads {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}

.section-2 .downloads > div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.section-2 .downloads .left > img, .section-2 .downloads .right > img {
    width: 150px;
    height: auto;
}

.section-2 .downloads .dl-btn {
    margin: 0;
    padding: 10px 0;
}

.section-2 .desktop .copy-middle {
    display: none;
}

.section-2 .downloads .middle > img{
    width: 550px;
    height: auto;
}

#blue-android, #blue-apple {
    width: 130px;
    height: auto;
    position: absolute;
    right: -5px;
    bottom: 65px;
}

.section-2 .vidogram-lite {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 50px;
}

.section-2 .vidogram-lite .left {
    display: flex;
    flex-direction: column;
}

.section-2 .vidogram-lite .left h2 {
    color: #37b4e2;
}

.section-2 .vidogram-lite .left .sub {
    display: flex;
    flex-direction: row;
    margin-bottom: 70px;
}

.section-2 .vidogram-lite .left .sub h4 {
    white-space: nowrap !important;
}

.section-2 .vidogram-lite .left .sub .dl-btn  {
    padding: 0;
    height: 40px;
    width: 300px;
}

.section-2 .vidogram-lite .right {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.section-2 .vidogram-lite .right img {
    width: 400px;
    height: 400px;
}

.phantom-vidogram-lite {
    display: none;
}

.section-2 .features {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-2 .features > div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.section-2 .features .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.section-2 .features .feature img {
    width: 100px;
    height: 100px;
}

.section-2 .features .feature h5 {
    text-align: center;
    width: 220px;
    height: 80px;
}

.section-2 .features .feature h3 {
    text-align: center;
    color: #37b4e2;
    white-space:nowrap !important;
}

.section-2 .hidden {
    display: none;
}

/* section3 */
.section-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px 0;
}

.section-3 > div {
    display: flex;
    flex-direction: row;
}

.section-3 > h1,
.section-3 > h2 {
    color: #37b4e2;
    text-align: center;
    margin: 40px 0;
    font-size: 2.5rem;
}

.section-3 .dl-btn {
    background-color: #37b4e2;
    color: white;
    width: 250px;
    text-align: center;
    margin: 0 20px;
    padding: 5px 7px;
}

.section-3 .dl-btn img {
    width: 25px;
    height: 25px;
    margin-right: 20px;
}

/* section4 */
.section-4 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 50px;
}

.section-4 .right input {
    border: none;
    outline: none;
}

#send-btn {
    color: white;
    background-color: #37b4e2;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.section-4 .left a {
    color: black;
    text-decoration: underline;
}

.section-4 .right table {
    border: 1px solid #37b4e2 /*#dee2e6*/;
}

.section-4 .right tr:nth-child(1) > td {
    border: 1px solid #37b4e2 /*#dee2e6*/;
}

.section-4 .right tr:nth-child(2) td {
    padding-top: 0;
    padding-bottom  : 0;
}

.section-4 .right tr:nth-child(3) td {
    border-top: none;
}

.section-4 .right tr:nth-child(3) td {
    text-align: right;
}

.section-4 .right input:active {
    border: none;
}

.section-4 .right textarea {
    width: 100%;
    height: 100px;
    border: none;
    outline: none;
}

.section-4 .left h1,
.section-4 .left h2 {
    color: #37b4e2;
    font-weight: bolder;
    font-size: 2.5rem;
}

.privacy-title {
    color: #37b4e2;
}

.legal-page .privacy-title {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.legal-page h1.privacy-title {
    font-size: 2rem;
}

.legal-page .container p {
    margin-bottom: 1rem;
    line-height: 1.7;
}

/* footer */
#bg-3 {
    background-image: url('../images/footer-bg.png?v=2');
    background-position: top -300px left;
    width: 100%;
    height: 620px;
    z-index: -5;
    flex-direction: column;
    justify-content: flex-end;
}

#bg-3 .middle {
    margin: 0 !important;
}

#bg-3 .left {
    padding-top: 40px;
}

#bg-3 .container {
    position: relative;
    top: 350px;
}

footer .media img {
    cursor: pointer;
}

footer .media a {
    display: inline-flex;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
}

footer .content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

footer .phantom {
    display: none;
}

footer .phantom .up {
    display: flex;
    flex-direction: row;
}

footer .content .left {
    display: flex;
    flex-direction: row;
}

footer .content .left div:first-child img {
    width: 100px;
    height: 100px;
}

footer .content .left img {
    width: 200px;
    height: 200px;
}

footer .content .left > div:nth-child(2){
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: white;
    padding-top: 10px;
}

footer .content .middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer .content .middle a {
    margin: 10px 0;
    color: white;
    text-align: center;
}

footer .content .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

footer .content .right .dropdown button, footer .content .right .dropdown button:active {
    background-color: #37b4e2;
    border: none;
}

footer .content .right .media {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

footer .content .right .media img {
    width: 50px;
    height: 50px;
}

footer h6 {
    color: white;
    margin-top: 20px;
    text-align: center;
}

/* FAQ */

.faq-page .modal-title {
    color: #37b4e2;
}

.faq-page .navbar-light .navbar-toggler-icon,
.legal-page .navbar-light .navbar-toggler-icon {
    display: block;
}

.faq-page .navbar-light .navbar-toggler-icon-reverse,
.legal-page .navbar-light .navbar-toggler-icon-reverse {
    display: none;
}

.df {
    display: flex;
}

.fww {
    flex-wrap: wrap;
}

.fdr {
    flex-direction: row;
}

.fdc {
    flex-direction: column;
}

.aic {
    align-items: center;
}

.ais {
    align-items: flex-start;
}

.aie {
    align-items: flex-end;
}

.jcc {
    justify-content: center;
}

.asc {
    align-self: center;
}

.safari {
    height: 100%;
}

.faq-page a {
    color: deepskyblue;
    z-index: 5;
}

.faq-page div[id*="Q"] {
    padding-top: 80px;
    margin-top: -50px;
}

.faq-page img {
    align-items: center;
}

.skip-link {
    position: fixed;
    top: 0;
    left: 1rem;
    z-index: 2000;
    padding: 0.75rem 1rem;
    color: #fff;
    background: #1c6e8c;
    transform: translateY(-120%);
    transition: transform 0.15s ease;
}

.skip-link:focus {
    color: #fff;
    transform: translateY(0);
}

.is-invalid {
    border: 1px solid #dc3545 !important;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

.popup {
    margin: 3% !important;
}

.close {
    right: 2%;
    top: 15px;
    position: absolute;
}

.modal-title {
    padding-top: 3%;
}

.photo img {
    max-width: 100%;
    height: auto;
    margin-bottom: 4%;
}

.panel-body a{
    color:#2606c6;
    font-size: larger;
}

.panel-body a:hover{
    text-decoration: underline;
}

 .modal-content{
    overflow:auto;
    padding-bottom: 2%;
}

.name {
    background-color: rgba(185, 184, 184, 0.342) !important;
    border:1px solid rgb(190, 190, 190)  !important;
}

.name a:hover{
    text-decoration: underline;
}

@media (prefers-color-scheme: dark) {
    body {
        background: white !important;
    }
}

@media only screen and (max-width: 1199px) {
    .section-2 .downloads .middle > img {
        width: 480px;
        height: auto;
    }

    .section-2 .downloads .left > img, .section-2 .downloads .right > img {
        width: 130px;
        height: auto;
    }

    .section-2 .vidogram-lite .left .sub .dl-btn {
        padding: 5px 8px;
    }

    .section-2 .vidogram-lite .right img {
        width: 300px;
        height: 300px;
    }

    #blue-android, #blue-apple {
        width: 100px;
        height: 100px;
        right: 5px;
    }

    .section-3 {
        margin: 70px 0;
    }

    .section-2 .features .feature h3 {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-light .navbar-toggler-icon {
        margin-right: 15px;
    }

    .navbar-light .navbar-toggler-icon-reverse {
        margin-right: 15px;
    }

    #main-dropdown {
        display: none;
    }
    

    .nav-container .lhs-logo-container {
        margin-left: 0;
    }

    .navbar .navbar-nav .fa-close {
        display: block;
        color: #37b4e2 !important;
        margin-left: auto;
        margin-right: 5px;
        margin-top: 2px;
    }

    #langs {
        display: block;
        margin-left: auto;
    }

    #langs .dropdown-menu {
        left: calc(100% - 173px)  !important;
        top: 55px !important;
        background-color: aliceblue;
    }

    .nav-container .navbar .navbar-collapse {
        position: absolute;
        top: 55px;
        right: 43px;
        width: 130px;
        border-radius: 10px;
        align-self: flex-start;
        background-color: aliceblue;

    }

    .nav-container .navbar .navbar-collapse .nav-item:hover {
        background-color: rgb(223, 223, 223);
    }

    .nav-container .navbar .navbar-collapse .nav-item .nav-link,
    .navbar-nav .dropdown-menu .dropdown-item {
        color: #37b4e2 !important;
    }

    .section-2 .downloads {
        justify-content: space-between;
    }
    .section-2 .downloads .middle {
        display: none;
    }
    .section-2 .desktop .copy-middle {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-2 .desktop .copy-middle > img{
        width: 600px;
        height: auto;
    }

    .section-2 .vidogram-lite {
        margin-bottom: 0;
    }

    .section-2 .vidogram-lite .left .sub {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-2 .vidogram-lite .left .sub .dl-btn {
        width: 250px;
        margin: 10px 5px;
    }

    .section-2 .vidogram-lite .right > img {
        width: 300px;
        height: 300px;
    }

    .section-2 .vidogram-lite .left h3 {
        display: none;
    }

    .section-2 .vido-lite-none-text {
        display: block;
        margin-bottom: 20px;
    }

    .section-4 {
        display: block;
        padding-bottom: 0;
        padding-top: 10px;
    }

    .section-2 .features .feature h3 {
        font-size: 1.4em;
    }

    footer .content .left div:first-child img {
        width: 80px;
        height: 80px;
    }

    footer .content .left div:nth-child(2) h3 {
        font-size: 1.4em;
    }
    
    footer .content .left div:nth-child(2) h5 {
        font-size: 1em;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav .dropdown-menu {
        left: 200px !important;
    }

    #blue-android, #blue-apple {
        right: 140px;
    }

    .section-2 .desktop .copy-middle img {
        width: 500px;
    }
    
    .section-2 .downloads {
        flex-direction: column;
    }

    .section-2 .downloads .right {
        margin-top: 20px;
    }

    .section-4 {
        margin-top: 50px;
    }

    #bg-3 {
        height: 650px;
    }

    #bg-3 .left {
        padding-top: 0;
    }

    #bg-3 .container {
        top: 300px;
    }

    footer .content .left {
        align-items: center;
    }

    footer .content {
        display: none;
    }

    footer .phantom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer .content .left div:first-child img {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .section-1 {
        height: 700px;
    }

    .section-1 h4 {
        text-align: center;
    }

    .section-2 .downloads .left > img:first-child, 
    .section-2 .downloads .right > img:first-child, 
    .section-2 .desktop,
    .section-2 .vidogram-lite,
    .section-2 .vido-lite-none-text,
    .section-2 .features .feature h5,
    .section-3,
    .section-4,
    footer .content .middle,
    footer .content .right .dropdown {
        display: none;
    }

    .phantom-vidogram-lite {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .section-2 .phantom-vidogram-lite .right {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .section-2 .phantom-vidogram-lite .right img {
        width:180px;
        height: auto;
    }

    .section-2 .phantom-vidogram-lite .right .left h2 {
        font-size: 1.6em;
        font-weight: bolder;
        color: #37b4e2;
    }

    .section-2 .phantom-vidogram-lite .right .left h4 {
        font-size: 1em;
        font-weight: bolder;
    }

    .section-2 .downloads .dl-btn {
        padding-left: 5px;
        width: 280px;
    }

    .section-2 .phantom-vidogram-lite .dl-btn {
        width: 280px;
    }

    .section-2 .phantom-vidogram-lite .dl-btn img {
        width: 30px;
        height: 30px;
    }

    .section-2 .features .feature h3 {
        font-size: 1.1em;
    }

    .section-2 .downloads .left, .section-2 .downloads .right {
        flex-direction: row;
        justify-content: center;
    }

    #blue-android, #blue-apple {
        position: relative;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        width: 100px;
        height: 100px;
    }

    #bg-3 {
        height: 500px;
    }

    #bg-3 .container {
        top: 315px;
    }

    footer .phantom .left {
        justify-content: center;
        max-width: 100% !important;
        flex-basis: 100% !important;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 414px) {
    .faq-page a {
        color: dimgray;
        margin-bottom: 15px;
    }

    .faq-page a[class^="read_"] {
        color: deepskyblue;
    }

    .faq-page div[id*="Q"] {
        padding-top: 150px;
        margin-top: -120px;
    }
}

@media only screen and (max-width: 550px) {
    .section-2 .features {
        display: none;
    }

    .section-2 .hidden {
        display: flex;
    }
}

@media only screen and (max-width: 373px) {
    #bg-3 .container {
        top: 290px;
    }
}
