@media (min-width: 576px)
{
    .h1-responsive {
        font-size: 250%;
    }
}
@media (min-width: 768px)
{
    .h1-responsive {
        font-size: 200%;
    }
}
@media (min-width: 992px)
{
    .h1-responsive {
        font-size: 200%;
    }

    .modal-lg {
        max-width: 1400px;
        width: 70%;
    }
}

@media (min-width: 1200px)
{
   .h1-responsive {
        font-size: 250%;
    }
}


@media (max-width: 1439px) { 
    .navmargin{
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .navbar-nav li {
        padding-left: 5px;
        padding-right: 5px;
    }
}



@media (max-width: 1024px){
    #section-process .row>div {
        padding-left: 5px;
        padding-right: 5px;
    }
    #section-news .wp-block-image {
        max-width: 100vw;
        overflow: scroll;
    }
    #section-news .wp-block-image img {
        width: 80vw !important;
        height: unset !important;
    }
}


@media (max-width: 768px){
    .ttcnlanding {
        background-position: bottom right;
    }
    .section-news {
        background-position: bottom right;
    }
    .section-webdev {
        background-position: bottom right;
    }
    #section-footer{
        padding-top: 1rem;
    }
    #section-footer{
        margin-top: 1rem;
    }
    .section-landing-details .details-pic {
        display: none;
    }
    .section-landing-idea .idea-pic {
        display: none;
    }
    .main-gray-gradient{
        padding-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    h2.h2-responsive{
        padding-top: 1.5rem !important;
        padding-bottom: 1rem !important;
        font-size: 1.7rem;
    }
    h1.h1-responsive{
        padding-top: 1.5rem !important;
        padding-bottom: 1rem !important;
        font-size: 1.7rem;
    }
    .expertcard-responsive{
        padding: 1.5rem !important;
        margin-bottom: 0rem !important;
        margin-top: 0rem !important;
    }
    .mobile-1 .expertcard-responsive{
        padding-top: 1.5rem !important;
        padding-bottom: .4rem !important;
    }
    .mobile-2 .expertcard-responsive{
        padding-top: .4rem !important;
        padding-bottom: 1.5rem !important;
    }
    #section-experts .main-red-gradient{
        margin-top: 1.5rem !important;
    }
    .navmargin{
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .container-extra{
        padding-left: 5px;
        padding-right: 5px;
    }

    #section-text h1{
        font-size: 1.75rem; 
    }
    .doublenav{
        margin-top: 85px !important;
    }
    .landing-text{
        padding-left: 2rem !important;
    }
    button.news-button{
        word-wrap: normal;
        max-height: 40px !important;
        min-width: 120px;
        overflow: auto !important;
    }
    .news-font {
        font-size: 15px;
        white-space: nowrap;
    }
    .contactus-button{
        word-wrap: normal !important;
        overflow: auto !important;
    }

    .footer-font{
        font-size: 16px !important;
    }
    .ttcn-pic{
        width: 75%;
    }
    .readmoreicon{
        font-size: 10px;
    }
    .webdevicon{
        padding: 0 !important;
        margin: 0 !important;
    }
    .news-text{
        font-size: 16px;
    }
    .news-row{
        margin-bottom: 1rem;
    }
}


@media (max-width: 576px) {
    #section-moreinfo h2, #section-process h2, #section-text h2, .whitesection h2, #section-news>h2 {
        font-size: 40px;
        width: 90%;
    }
    #section-technologies-long h3 {
        font-size: 32px;
    }
    #section-process .testing-box {
        margin-bottom: 5px;
        min-height: unset;
    }
    .section-landing-details {
        padding: 5px;
    }
    .section-landing .landing-maintext h1 {
        font-size: 40px;
    }
    .navbar-brand img {
        width: 150px;
    }
    .frontpage-card{
        position: relative !important;
        top: 0;
        left: 0;
        margin: 5px;
    }
    .display-4{
        font-size: 3rem;
    }
    .section-main{
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
    }
    .products-description{
        margin: 0;
    }
    .products-text{
        padding-top: 0;
        margin-bottom: 2rem;
    }
    .contact-responsive{
        padding: 1rem;
        padding-top: 30px !important;
        margin-bottom: 1rem;
    }
    .products-text p#tick-left{
        margin-bottom: 0rem;
    }
    #section-news h3 {
        font-size: 20px;
    }
    #section-news h2  {
        font-size: 20px;
    }
    #section-news>h2 {
        font-size: 40px;
    }
    .ttcnlanding {
        background-position: bottom right;
    }
}

@media (max-width: 375px) {
    #section-moreinfo h2, #section-process h2, #section-text h2 {
        font-size: 30px;
    }
    .section-landing .landing-maintext h1 {
        font-size: 30px;
    }
}