


/*------------------------------Desktop(portrait tablets and large phones, 768px and up) */
@media only screen and (min-width: 73em) {

        .mobile-container {
            display:none;
        }

        html {
            position: relative;
            /* min-height: 100%; */
        }

        body {
            /* Margin bottom by footer height */
            display: block;
            margin: 0px;
            height: 846px;
        }

        h1 {
            font-family: 'Hind Siliguri', sans-serif;
            font-size: 45px;
            line-height: 45px;
            color: #02CCFA;
            margin: 0px;
        }

        h2 {
            font-family: 'Hind Siliguri', sans-serif;
            font-size: 28px;
            font-weight: 200;
            line-height: 35px;
            color: #FFB100;
            margin: 0px;
            padding-top: 20px;
        }

        h3 {
            font-family: 'Hind Siliguri', sans-serif;
            font-size: 22px;
            font-weight: 700;
            line-height: 35px;
            color: #242172;
            margin: 0px;
            padding-bottom: 20px;
        }

        h4 {
            font-family: 'Hind Siliguri', sans-serif;
            font-size: 12px;
            font-weight: 200;
            line-height: 35px;
            color: #FFB100;
            margin: 0px;
            padding-top: 20px;
            text-align: left;
        }

        p {
            width: 560px;
            font-family: 'Hind Siliguri', sans-serif;
            font-size: 16px;
            line-height: 25px;
            letter-spacing: 0.3px;
            color: #242172;
        }

        .grid {
            display: grid;
        }

        .logo {
            grid-area: logo;
            margin-left: 100px;
        }

        .content {
            grid-area: content;
        }

        .social {
            grid-area: social;
        }

        .social img {
            height: 25px;
        }

        .who {
            grid-area: who;
        }

        .services {
            grid-area: services;
        }

        .contact {
            grid-area: contact;
        }

        header img {
            height: 100px;
            padding: 10px;
        }

        .grid-template-areas-1 {
            grid-template-areas:
                "logo content content content content"
                "logo who services contact social";
            align-items: center;
            text-align: center;

        }

        .grid-template-areas-1 a {
            background-color: #ffffff;
        }

        header {
            font-family: 'Hind Siliguri', sans-serif;
            font-size: 14px;
            background-color: #ffffff;
            color: #242172;
        }

        .containerOne {
            background-color: #ffffff;
            width: 100%;
            height: 550px;
            display: grid;  
        }

        .containerOne img {
            height: 552px;
        }

        .headshot {
            grid-area: headshot;
        }

        .containerOneCopy {
            grid-area: containerOneCopy;
            width: 100%;
            padding: 50px 0px 50px 120px;
        }

        .grid-template-areas-2 {
            grid-template-areas:
            "containerOneCopy containerOneCopy headshot"
            ;
        }

        .btn {
            width: 250px;
            height: 60px;
            cursor: pointer;
            border-radius: 4px;
            font-family: 'Hind Siliguri', sans-serif;
            font-size: 16px;
            font-weight: 600;
            line-height: 25px;
            align-items: center;
            justify-content: center;
            display: flex;
            border: 0px;
            background-color:#02CCFA;
            color: #242172;
            margin-top: 20px;
        }

        .containerOneCopy .btn {
            background-color:#02CCFA;
            color: #242172;
        }

        .containerTwo {
            background-color: #242172;
            display: grid;
            grid-template-columns: auto auto;
            text-align: left;
            padding: 50px 0px 50px 120px;
        }

        .containerTwo img {
            height: 430px;
            padding: 50px 100px 0px 50px;
        }

        .containerTwo p {
            color:#ffffff;
            font-size: 16px;
            line-height: 25px;
            text-align: left;
            font-weight: 100;
        }

        .copyServices {
            padding: 100px 100px 0px 0px;
        }

        .copyServices h2 {
            font-family: 'Hind Siliguri', sans-serif;
            color:#02CCFA;
            font-weight: 600;
        }

        .item {
            font-family: 'Hind Siliguri', sans-serif;
            font-size: 18px;
            font-weight: 600;
            color: #242172;
        }

        #subject {
            margin-bottom: 30px;
        }


        /* --------------------------------------------CONTACT */

        form {
            display: grid;
            column-gap: 50px;
            width: 100%;
        }

        form .btn {
            background-color:#242172;
            color: #02CCFA;
            margin: 50px auto;
        }


        .contact {
            width: 40%;
            justify-content: center;
            margin: 0px auto;
            align-items: center;
            height: inherit;
            background-color: #ECB9BA;
        }

        .contact p {
            font-family: 'Hind Siliguri', sans-serif;
            font-size: 15px;
            font-weight: 500;
            line-height: 5px;
            letter-spacing: 0.5px;
            color: #242172;
        }

        .testbox {
            background-color: #ECB9BA;
        }

        .testbox h1 {
            text-align: center;
            padding: 50px 0px 20px 0px;
            color:#242172;
            background-color: #ECB9BA;
            }

            form {
            width: 90%;
            padding: 20px;
            background: #fff;
            box-shadow: 0 2px 5px #ccc; 
            }
            input, select, textarea {
            margin-bottom: 10px;
            border: 1px solid #ccc;
            border-radius: 3px;
            }
            input:hover, select:hover, textarea:hover {
            outline: none;
            border: 1px solid #095484;
            }
            input {
            width: calc(100% - 10px);
            padding: 5px;
            }
            select {
            width: 100%;
            padding: 7px 0;
            background: transparent;
            }
            textarea {
            width: calc(100% - 6px);
            }
            .item {
            width: 100%;
            position: relative;
            margin: 20px 0;
            }
            input[type="date"]::-webkit-inner-spin-button {
            display: none;
            }
            .item i, input[type="date"]::-webkit-calendar-picker-indicator {
            position: absolute;
            font-size: 20px;
            color: #a9a9a9;
            }
            .item i {
            right: 2%;
            top: 30px;
            z-index: 1;
            }
            [type="date"]::-webkit-calendar-picker-indicator {
            right: 1%;
            z-index: 2;
            opacity: 0;
            cursor: pointer;
            }
            .btn-block {
            margin-top: 20px;
            text-align: center;
            }
            .btn:hover {
            background-color: #0666a3;
            }

            .calendly {
                display: grid;
                grid-template-columns: auto auto;
                column-gap: 50px;
                text-align: center;
            }

            .calendly h3 {
                display: grid;
                grid-template-columns: auto auto;
                column-gap: 50px 0px;
                text-align: left;
                color:  #FFB100;
                font-size: 16px;
                padding: 
            }

            .booking img {
                width: 120px;
                align-items: center;
            }


        /* --------------------------------------------FOOTER */


        footer {
            background-color: #242172;          
            color: #FFB100;
            text-decoration:none;
            font-family: 'Hind Siliguri', sans-serif;
            font-weight: 600;
            font-size: 15px;
            line-height: 25px;
            letter-spacing: 0.5px;
            display: grid;
            grid-template-columns: auto auto;
            width: 100%;
            height: 300px;
        }


        footer img {
            padding-top: 0px;
            width: 100px;
            margin: auto;
        }

        
        footer ul {
            list-style: none;
            margin: auto;
            padding-top: 0px;
            text-align: left;
        }

        footer a {
            list-style: none;
            margin-left: 0;
            text-align: left;
            color: #FFB100;
            text-decoration: none;
        }

        a {
            text-decoration: none;
        }

        .list-unstyled {
            padding-right: 350px;
        }

        .logoFooter {
            padding-left: 350px;
        }

}






/*------------------------------Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 37.5em) {


    /* Hamburger Menu */

    .mobile-container {
        max-width: 480px;
        margin: auto;
        /* background-color: #555;
        height: 500px; */
        color: #242172;
        border-radius: 10px;
      }
      
      .topnav {
        overflow: hidden;
        /* background-color: #333; */
        position: relative;
      }

      .topnav img {
        height: 55px;
      }
      
      .topnav #myLinks {
        display: none;
      }
      
      .topnav a {
        font-family: 'Hind Siliguri', sans-serif;
        font-weight: 600;
        color: #242172;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
        margin-left: 30px;
      }
      
      .topnav a.icon {
        background: #02CCFA;
        margin: 10px 30px;
        display: block;
        position: absolute;
        right: 0;;
        top: 0;
      }
      
      .topnav a:hover {
        color: #ffffff;
      }
      
      .active {
        /* background-color: #04AA6D;
        color: white; */
      }

    
      /* End Hamburger Menu */


    html {
        position: relative;
        /* width: 100%; */
    }

    body {
        width: 100%;
        display: block;
        margin: 8px;
        /* padding: 20px 40px; */
    }

    h1 {
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 45px;
        line-height: 45px;
        color: #02CCFA;
        margin: auto;
        padding: 50px 50px 50px 50px;
    }

    h2 {
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 32px;
        font-weight: 600;
        line-height: 43px;
        color: #02CCFA;
        margin: auto;
        padding: 30px;
    }

    h3 {
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 35px;
        color:#FFB100;
        margin: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    h4 {
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 12px;
        line-height: 30px;
        color: #FFB100;
        margin: 0px;
        padding-top: 20px;
        text-align: center;
        letter-spacing: normal;
    }

    p {
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0.5px;
        color: #242172;
        margin: auto;
        padding: 0px 50px;
    }

    .grid {
        display: grid;
    }

    .logo {
        grid-area: logo;
        /* margin-left: 100px; */
    }

    .content {
        grid-area: content;
    }

    .social {
        grid-area: social;
    }

    .social img {
        height: 25px;
        padding: 0px 10px;
    }

    .who {
        grid-area: who;
    }

    .services {
        grid-area: services;
    }

    .contact {
        grid-area: contact;
    }

    header img {
        height: 100px;
        /* padding: 10px; */
    }

    .grid-template-areas-1 {
        /* width: 100%; */
        grid-template-areas:
            "logo logo logo social social"
            "logo logo logo social social"
            "who who services services contact";
        align-items: center;
        text-align: center;
        display: none;
    }

    .grid-template-areas-1 a {
        background-color: #ffffff;
    }

    header {
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 14px;
        background-color: #ffffff;
        color: #242172;
    }

    .containerOne {
        background-color: #ffffff;
        /* width: 100%; */
        height: 550px;
        display: grid;  
    }

    .headshot {
        grid-area: headshot;
        width: 100%;
    }

    .containerOneCopy {
        /* padding: 0px 15px; */
        grid-area: containerOneCopy;
    }

    .grid-template-areas-2 {
        height: auto;
        grid-template-areas:
        "containerOneCopy"
        "headshot" 
        ;
    }

    .btn {
        width: 330px;
        height: 60px;
        cursor: pointer;
        border-radius: 4px;
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 22px;
        font-weight: 600;
        line-height: 25px;
        align-items: center;
        justify-content: center;
        display: flex;
        border: 0px;
        background-color:#02CCFA;
        margin: 50px auto 80px auto;
    }

    .btn:hover {
        color:#02CCFA;
    }
    .containerOneCopy .btn {
        width: 330px;
        background-color:#02CCFA;
        color: #242172;
        margin: 50px auto;
    }

    .containerTwo {
        background-color: #242172;
        display: grid;
        grid-template-columns: auto;
        text-align: center;
        padding: 50px;
        align-items: center;
        margin: auto;
    }

    .containerTwo img {
        margin: auto;
        height: 300px;
    }

    .containerTwo p {
        color:#ffffff;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        padding: 0px 30px;
        letter-spacing: 1px;
    }

    .copyServices {
        /* padding: 10px 15px; */
    }


    /* --------------------------------------------CONTACT */

    form {
        display: grid;
        width: 100%;
    }

    form .btn {
        background-color:#242172;
        color: #02CCFA;
        margin: auto;
        margin-bottom: 50px;
    }


    .contact {
        grid-template-areas:
        "fname lname"
        "telefone email"
        "mensagem mensagem"
        "submit submit";
        justify-content: center;
        align-items: center;
        height: inherit;
        /* padding: 3px; */
        background-color: #ECB9BA;
    }

    .contact p {
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 5px;
        letter-spacing: 0.5px;
        color: #242172;
        backround-color: #ECB9BA;

    }

    .testbox h1 {
        text-align: center;
        /* padding: 20px 0px; */
        color:#242172;
        background-color: #ECB9BA;
    }

        form {
        width: 100%;
        /* padding: 20px; */
        background: #fff;
        box-shadow: 0 2px 5px #ccc; 
        }
        input, select, textarea {
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 3px;
        }
        input:hover, select:hover, textarea:hover {
        outline: none;
        border: 1px solid #095484;
        }
        input {
        width: calc(100% - 10px);
        height: 40px;
        /* padding: 5px; */
        }
        select {
        width: 100%;
        /* padding: 7px 0; */
        background: transparent;
        }
        textarea {
        width: calc(100% - 6px);
        }
        .item {
        position: relative;
        margin: 10px 50px; 
        font-family: 'Hind Siliguri', sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #242172;
        }
        input[type="date"]::-webkit-inner-spin-button {
        display: none;
        }
        .item i, input[type="date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        font-size: 20px;
        color: #a9a9a9;
        }
        .item i {
        right: 2%;
        top: 30px;
        z-index: 1;
        }
        [type="date"]::-webkit-calendar-picker-indicator {
        right: 1%;
        z-index: 2;
        opacity: 0;
        cursor: pointer;
        }
        .btn-block {
        margin-top: 20px;
        text-align: center;
        }
        .btn:hover {
        background-color: #0666a3;
        }


    /* --------------------------------------------FOOTER */


    footer {
        position: absolute;
        background-color: #242172;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        color: #FFB100;
        text-decoration:none;
        font-family: 'Hind Siliguri', sans-serif;
        font-weight: 600;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 0.5px;
        display: grid;
        grid-template-columns: auto;
        text-align: center;
        align-items: baseline;
    }


    
    /* Taller footer on small screens */
    @media (max-width: 567em) {
        body {
            margin-bottom: 300px;
        }
        footer {
            height: 300px;
        }
    }


    footer img {
        padding-top: 50px;
        width: 100px;
        margin: auto;
    }

    
    footer ul {
        list-style: none;
        text-align: center;
    }

    ul {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 0px;
    }

    footer li {
        margin: auto;
        text-align: center;
    }

    footer a {
        list-style: none;
        margin: auto;
        text-align: left;
        color: #FFB100;
        text-decoration: none;
    }

    a {
        text-decoration: none;
    }


}