/* 
+1440
1024 - 1439
768 - 1023
480 - 767

Bootstrap 
576px
768px
992px
1200px 

tailwind
@media (min-width: 640px)
@media (min-width: 768px)
@media (min-width: 1024px)
@media (min-width: 1280px)
@media (min-width: 1536px)
*/






/* flex-direction: column;
        position: absolute;
        margin: 0 1%;
        top: 105px; */

/* max-width: 100%; */



@media screen and (max-width: 767px) {




    .left-column {

        position: fixed;
        top: 0;
        left: 0;

        width: 100vw;
        height: 100vh;

        background: #000;
        z-index: 1000;

        display: none;
        flex-direction: column;
    }

    .left-column.show {
        display: flex;
        z-index: 999;
        position: fixed;
        width: 100vw;
        max-height: calc(100vh - 90px);
        top: 90px;
    }

    .left-column.show li {
        width: 100%;
    }

    .widget {
        overflow-y: auto;
        max-height: calc(100vh - 60px);
        width: 100vw;
        left: 0;
        border-radius: 0;
        border: 0px solid blue;
        padding: 0;
    }

    .menu-toggle {
        visibility: visible;
    }






    body.menu-open {
        overflow: hidden;
    }




    #hamburger {
        visibility: visible;
    }

    table.jobs {
        width: 100%;
    }
}





@media only screen and (max-width: 319px) {

    .navigation-bar {
        position: fixed;
        z-index: 999;
        top: 0;
        background-color: black;
        width: 100%;
        padding: 0;
        color: #fff;
        height: 40px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        border: 0px solid orange;
        justify-content: space-between;
    }

    #under-nav-bar {
        padding: 0;
        margin: 0;
        background-color: #000;
        height: 40px;
    }

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

    #home-text {
        display: none;
    }

    #home-image {
        display: inline;
    }

    .navigation-bar-links {
        align-items: center;
        margin-right: 2%;
        border: 0px solid pink;
    }

    .navigation-bar-links div {
        padding: 0 4px;
        border: 0px solid yellow;
    }

    a.nav {
        font-size: 12px;
    }

    .hero-overlay {
        width: 100%;
        border-radius: 0;
        margin-top: 0;
    }

    h1.hero-statement {
        text-align: center;
        margin: 0 auto 5px auto;
        font-size: 30px;
        font-size: 8vw;
    }

    p.hero-statement {
        font-size: 1.2rem;
        margin: 0 auto 1.5rem auto;
        text-align: center;
        max-width: 300px;
    }

    .cta-group {
        display: flex;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .cta-button {
        padding: 0.8rem 0.8rem;
        border-radius: 8px;
        font-weight: bold;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .footer-container {
        height: 30px;
        margin-top: 0;
    }

    footer {
        padding: 5px;
        background-color: #000;
        height: 30px;
        font-size: 12px;
    }

    .border-top {
        border-top: 0px solid #333 !important;
    }

    #home-image {
        display: inline;
    }

    #home-text {
        display: none;
    }

    .nav-logo {
        margin-left: 0px;
    }

    .blog-post-image {
        /* max-inline-size: 100%;
        */
        max-width: 100%;
        margin: 0 auto;
    }

    .blogpost {
        width: 96%;
        max-width: 320px;
    }

    h2.tagline {
        display: none;
    }

    .profile-bio-link {
        font-size: 22px;
        line-height: 10px;
    }

    #splash-left {
        width: 100%;
    }

    #splash-left img {
        width: 100%;
    }

    #splash-b {
        /* display: inline-block;
        */
        color: #eee;
        border: 2px solid blue;
        font-family: poppins;
        text-align: center;
        width: 100%;
        /* width: calc(100% - 470px);
        */
    }

    .navigation-bar-links {
        align-items: center;
    }

    .navigation-bar-links div {
        font-size: 8px;
        padding: 0;
    }

    a.nav {
        font-size: 12px;
    }

    .articles-container {
        width: 90%;
    }

    .loaded-article {
        width: 100%;
        height: 200px;
        padding: 0px;
        margin: 25px 0;
    }

    #loaded-article-excerpts {
        display: none;
    }

    #loaded-article-readmore {
        display: none;
    }

    .loaded-article-titles {
        padding: 7px;
        background-color: rgba(255, 255, 0, 0.7);
    }

    .loaded-article-titles h3 {
        font-size: 18px;
    }

    .announcement {
        font-size: 18px;
        margin-top: 50px;
        height: 40px;
        line-height: 40px;
    }

    .email-form,
    input.email-form,
    input#cta-submit {
        width: 90%;
    }

    .announcement-module {
        text-shadow: 2px 2px 1px black;
        background: rgba(9, 9, 9, 0.57);
        vertical-align: middle;
        text-align: left;
        line-height: 18px;
        width: 85%;
        max-width: 740px;
        margin: 30px auto;
        font-family: poppins;
        font-size: 16px;
        font-weight: 700;
        padding: 25px;
    }


}






@media only screen and (max-width: 350px) {



    /* .left-column {
        max-width: 100vw;
        overflow-x: hidden;
    } */
}

/* @media (max-width: 360px) {
    body {
        min-width: 360px;
        overflow-x: auto;
    }
} */





@media only screen and (max-width: 424px) {

    .lesson-container {
        margin-top: 40px;
    }

    .menu-toggle {
        /* display: flex; */
        z-index: 999;
        position: fixed;
        width: 100%;
        /* max-height: calc(100vh - 60px); */
        top: 40px;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }




    /* -------------------------------------------- */
    .profile-photo {
        display: none;
    }

    #profile-name {
        display: none;
    }

    #profile-name-mobile {
        display: inline-block;
        /* background-color: aqua; */
        font-size: 22px;
        font-weight: 700;
        /* margin: 0 auto; */

    }

    .widget-buffer {
        padding: 0;
        text-align: center;

    }


    h1.prev-lesson {
        padding: 0;
        display: inline-block;
        width: 48%;
        margin: 15px 0;
        text-align: left;
        font-size: 18px;

    }

    h1.next-lesson {
        padding: 0;
        display: inline-block;
        width: 48%;
        margin: 15px 0;
        text-align: right;
        font-size: 18px;
    }
}




/* 

<img src="~/images/dev.jpg" class="profile-photo" alt="The Dev Workshop">
<div id="profile-name" style="vertical-align:middle;border:0px solid red;font-family:poppins;font-size:24px;font-weight:700;">Full Stack<br>Roadmap</div><div id="profile-name-mobile">Full Stack Roadmap</div>

*/



/* Media query for small screen sizes */
@media screen and (max-width: 599px) {
    .left-column {
        /* display: none;
        max-width: 100%; */



        position: fixed;
        top: 0;
        left: 0;

        width: 100vw;
        height: 100vh;

        background: #000;
        z-index: 1000;

        display: none;
        /* hidden by default */
        flex-direction: column;


    }

    .left-column.show {
        display: flex;
        z-index: 999;
        position: fixed;
        width: 100vw;
        max-height: calc(100vh - 60px);
        top: 70px;


        /* flex-direction: column;
        position: absolute;
        margin: 0 1%;
        top: 105px; */

    }

    .left-column.show li {
        width: 100%;
    }

    .widget {
        overflow-y: auto;
        max-height: calc(100vh - 60px);
        width: 100vw;
        left: 0;
        border-radius: 0;
        border: 0px solid blue;
        padding: 0;
    }

    .menu-toggle {
        visibility: visible;
    }

    table.jobs {
        width: 100%;
    }



}



@media only screen and (min-width: 1px) and (max-width: 319px) {

    .left-column,
    .left-column.show,
    .widget {
        width: 100%;
    }

    .left-column,
    .left-column *,
    .widget {
        box-sizing: border-box;
        min-height: 0 !important;
    }

    .jobs {
        max-width: 92%;
    }

    /* * {
        outline: 1px solid rgba(255, 0, 0, .3);
    } */
}



@media only screen and (min-width: 320px) and (max-width: 424px) {

    .navigation-bar {
        position: fixed;
        z-index: 999;
        top: 0;
        background-color: black;
        width: 100%;
        padding: 0;
        color: #fff;
        height: 40px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        border: 0px solid orange;
        justify-content: space-between;
    }

    #under-nav-bar {
        padding: 0;
        margin: 0;
        background-color: #000;
        height: 40px;
    }

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

    #home-text {
        display: none;
    }

    #home-image {
        display: inline;
    }

    .navigation-bar-links {
        align-items: center;
        margin-right: 2%;
        border: 0px solid pink;
    }

    .navigation-bar-links div {
        padding: 0 4px;
        border: 0px solid yellow;
    }

    a.nav {
        font-size: 12px;
    }

    .hero-overlay {
        width: 100%;
        border-radius: 0;
        margin-top: 0;
    }

    h1.hero-statement {
        text-align: center;
        margin: 0 auto 5px auto;
        font-size: 30px;
        font-size: 8vw;
    }

    p.hero-statement {
        font-size: 1.2rem;
        margin: 0 auto 1.5rem auto;
        text-align: center;
        max-width: 300px;
    }

    .cta-group {
        display: flex;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .cta-button {
        padding: 0.8rem 0.8rem;
        border-radius: 8px;
        font-weight: bold;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .footer-container {
        height: 30px;
        margin-top: 0;
    }

    footer {
        padding: 5px;
        background-color: #000;
        height: 30px;
        font-size: 12px;
    }

    .border-top {
        border-top: 0px solid #333 !important;
    }

}


@media only screen and (min-width: 425px) and (max-width: 599px) {

    .navigation-bar {
        position: fixed;
        z-index: 999;
        top: 0;
        background-color: black;
        width: 100%;
        padding: 0;
        color: #fff;
        height: 60px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        border: 0px solid orange;
        justify-content: space-between;
    }

    #under-nav-bar {
        padding: 0;
        margin: 0;
        background-color: #000;
        height: 60px;
    }

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

    #home-text {
        display: none;
    }

    #home-image {
        display: inline;
    }

    /* ///////// ADDED ///////////// */
    /* workshop logo image in navigation bar */
    #nav-bar-logo {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 3px solid #fff;
        margin: 9px;
    }

    .navigation-bar-links {
        align-items: center;
        margin-right: 2%;
        border: 0px solid pink;
    }

    .navigation-bar-links div {
        padding: 0 4px;
        border: 0px solid yellow;
    }

    a.nav {
        font-size: 14px;
    }


    .menu-toggle {
        /* display: flex; */
        z-index: 999;
        position: fixed;
        width: 100%;
        /* max-height: calc(100vh - 60px); */
        top: 60px;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }

    /* .flex-container {
        position: relative;
        top: 30px;



        display: flex;
        z-index: 9;
        width: 100vw;
    } */

    .left-column.show {
        display: flex;
        z-index: 999;
        position: fixed;
        width: 100vw;
        max-height: calc(100vh - 90px);
        top: 90px;


        /* flex-direction: column;
        position: absolute;
        margin: 0 1%;
        top: 105px; */

    }




    .hero-overlay {
        width: 100%;
        border-radius: 0;
        margin-top: 0;
    }

    /* /////////// ALTERED ////////////////// */
    h1.hero-statement {
        text-align: center;
        margin: 0 auto 5px auto;
        font-size: 5vw;
    }

    p.hero-statement {
        font-size: 1.2rem;
        margin: 0 auto 1.5rem auto;
        text-align: center;
        max-width: 300px;
    }

    .cta-group {
        display: flex;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .cta-button {
        padding: 0.8rem 0.8rem;
        border-radius: 8px;
        font-weight: bold;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .footer-container {
        height: 30px;
        margin-top: 0;
    }

    footer {
        padding: 5px;
        background-color: #000;
        height: 30px;
        font-size: 12px;
    }

    .border-top {
        border-top: 0px solid #333 !important;
    }

}





























@media only screen and (max-width: 767px) {



    .course-content {

        border: 1px solid red;
        width: calc(100vw - 5vw);
        /* 380px real estate */


    }

}













@media only screen and (min-width: 600px) and (max-width: 767px) {

    /* .navigation-bar {
        position: fixed;
        z-index: 999;
        top: 0;
        background-color: black;
        width: 100%;
        padding: 0;
        color: #fff;
        height: 40px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        border: 0px solid orange;
        justify-content: space-between;
    }

    #under-nav-bar {
        padding: 0;
        margin: 0;
        background-color: #000;
        height: 40px;
    } */

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


    /* workshop logo image in navigation bar */
    #nav-bar-logo {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 3px solid #fff;
        margin: 9px;
    }

    /* #nav-bar-logo {
        width: 28px;
        height: 32px;
        height: 28px;
        border-radius: 50%;
        border: 3px solid #fff;
        margin: 6px;
    } */

    #home-text {
        display: none;
    }

    #home-image {
        display: inline;
    }

    .navigation-bar-links {
        align-items: center;
        margin-right: 2%;
        border: 0px solid pink;
    }

    .navigation-bar-links div {
        padding: 0 4px;
        border: 0px solid yellow;
    }

    a.nav {
        font-size: 12px;
    }








    .menu-toggle {
        /* display: flex; */
        z-index: 999;
        position: fixed;
        width: 100%;
        /* max-height: calc(100vh - 60px); */
        top: 60px;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }








    .hero-overlay {
        width: 100%;
        border-radius: 0;
        margin-top: 0;
    }

    /* /////////// using 425-599 //////////////////*/
    h1.hero-statement {
        text-align: center;
        margin: 0 auto 5px auto;
        font-size: 5vw;
    }

    /* //////////// ALTERED /////////////// */
    p.hero-statement {
        font-size: 1.2rem;
        margin: 0 auto 1.5rem auto;
        text-align: center;
        /* max-width: 300px; */
    }

    .cta-group {
        display: flex;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .cta-button {
        padding: 0.8rem 0.8rem;
        border-radius: 8px;
        font-weight: bold;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .footer-container {
        height: 30px;
        margin-top: 0;
    }

    footer {
        padding: 5px;
        background-color: #000;
        height: 30px;
        font-size: 12px;
    }

    .border-top {
        border-top: 0px solid #333 !important;
    }

}

/* @media only screen and (min-width: 480px) and (max-width: 767px) { */
@media only screen and (min-width: 600px) and (max-width: 767px) {

    #bbicon {
        display: none;
    }

    .blog-post-image {
        /* max-inline-size: 100%;
        */
        max-width: 100%;
        margin: 0 auto;
    }



    /* this is now feature-line1 */
    .profile-bio-link {
        font-size: 22px;
        line-height: 10px;
    }



    #splash-left {
        width: 100%;
    }

    #splash-left img {
        width: 100%;
    }

    #splash-b {
        /* display: inline-block;
        */
        color: #eee;
        border: 2px solid blue;
        font-family: poppins;
        text-align: center;
        width: 100%;
        /* width: calc(100% - 470px);
        */
    }


    .feature-left {
        width: 50%;
    }

    .feature-right {
        width: 50%;
        padding: 0;
    }

    #feature-line1 {
        text-align: center;
        font-size: 22px;
        line-height: 10px;
    }

    #feature-line2 {
        font-size: 36px;
    }

    .header-promo {
        font-size: 36px;
    }

    h2.tagline {
        display: none;
    }

    /* change size of navigation-bar-links */
    /* NEED */
    .blogpost {
        width: 96%;
        max-width: 480px;
    }

    .navigation-bar-links {
        margin-right: 10px;
    }

    .navigation-bar-links div {
        padding: 0 4px;
    }

    a.nav {
        font-size: 14px;
    }

    div.tagline {
        margin-bottom: 200px;
    }

    .articles-container {
        width: 450px;
    }

    /* NEED */
    .announcement {
        font-size: 34px;
        margin-top: 50px;
        height: 80px;
        line-height: 80px;
    }


}

/* @media only screen and (min-width: 600px) and (max-width: 767px) {
    #bbtitle {
        font-size: 14px;
    }

    .jobs ul {
        margin-left: 0;
    }

    .jobs li {
        font-size: 11px;
        line-height: 16px;
    }

    .jobs th {
        font-size: 12px;
        line-height: 14px;
        padding-left: 9px;
    }

    .jobs ul {
        padding-left: 15px;
    }

    #profile-name {
        font-size: 24px;
        line-height: 22px;
    }

    .profile-photo {
        width: 40px;
        border-width: 3px;
    }
} */






































@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .navigation-bar {
        position: fixed;
        z-index: 999;
        top: 0;
        background-color: black;
        width: 100%;
        padding: 0;
        color: #fff;
        height: 60px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        border: 0px solid orange;
        justify-content: space-between;
    }

    #under-nav-bar {
        padding: 0;
        margin: 0;
        background-color: #000;
        height: 60px;
    }

    .navigation-bar-links {
        align-items: center;
        margin-right: 2%;
        border: 0px solid pink;
    }

    .navigation-bar-links div {
        padding: 0 4px;
        border: 0px solid yellow;
    }

    a.nav {
        font-size: 14px;
    }

    .hero-overlay {
        width: 100%;
        border-radius: 0;
        margin-top: 0;
    }

    /* /////////// ALTERED ////////////////// */
    h1.hero-statement {
        text-align: center;
        margin: 0 auto 5px auto;
        font-size: 5vw;
    }

    p.hero-statement {
        font-size: 1.2rem;
        margin: 0 auto 1.5rem auto;
        text-align: center;
    }

    div.hero-content {
        max-width: 740px;
        margin: 0 auto;
    }

    div.hero-text {
        max-width: 680px;
        margin: 0 auto;
    }

    .cta-group {
        display: flex;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .cta-button {
        padding: 0.8rem 0.8rem;
        border-radius: 8px;
        font-weight: bold;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .footer-container {
        height: 30px;
        margin-top: 0;
    }

    footer {
        padding: 5px;
        background-color: #000;
        height: 30px;
        font-size: 12px;
    }

    .border-top {
        border-top: 0px solid #333 !important;
    }

    h1.hero-statement {
        text-align: center;
        margin: 0 auto 5px auto;
        font-size: 5vw;
    }

    .blog-post-image {
        max-width: 100%;
        margin: 0 auto;
    }

    h2.tagline {
        font-size: 28px;
    }

    .profile-bio-link {
        font-size: 24px;
        line-height: 12px;
    }

    #splash-left {
        width: 360px;
        width: 100%;
        display: inline-block;
        padding: 0;
    }

    #splash-left img {
        width: 360px;
        width: 100%;
    }

    #splash-b {
        display: inline-block;
        color: #eee;
        border: 2px solid blue;
        font-family: poppins;
        text-align: center;
        width: 100%;
        width: calc(100% - 470px);
    }

    .header-promo {
        font-size: 36px;
    }

    #feature-line1 {
        text-align: center;
        font-size: 24px;
        line-height: 10px;
    }

    #feature-line2 {
        font-size: 38px;
    }

    .announcement {
        font-size: 50px;
        margin-top: 30px;
        height: 110px;
        line-height: 110px;
    }
}


























@media only screen and (min-width: 1024px) {

    .navigation-bar {
        position: fixed;
        z-index: 999;
        top: 0;
        background-color: black;
        width: 100%;
        padding: 0;
        color: #fff;
        height: 60px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        border: 0px solid orange;
        justify-content: space-between;
    }

    #under-nav-bar {
        padding: 0;
        margin: 0;
        background-color: #000;
        height: 60px;
    }

    .navigation-bar-links {
        align-items: center;
        margin-right: 2%;
        border: 0px solid pink;
    }

    .navigation-bar-links div {
        /* padding: 0 4px; */
        border: 0px solid yellow;
    }

    /* a.nav {
        font-size: 14px;
    } */

    .hero-overlay {

        border-radius: 0;
        margin-top: 0;
        max-width: 1600px;
    }

    p.hero-statement {
        font-size: 1.2rem;
        margin: 0 auto 1.5rem auto;
        text-align: center;
    }

    div.hero-content {
        max-width: 740px;
        margin: 0 auto;
    }

    div.hero-text {
        max-width: 680px;
        margin: 0 auto;
    }

    .cta-group {
        display: flex;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .cta-button {
        padding: 0.8rem 0.8rem;
        border-radius: 8px;
        font-weight: bold;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .footer-container {
        height: 30px;
        margin-top: 0;
    }

    footer {
        padding: 5px;
        background-color: #000;
        height: 30px;
        font-size: 12px;
    }

    .border-top {
        border-top: 0px solid #333 !important;
    }

    h1.hero-statement {
        text-align: center;
        margin: 0 auto 5px auto;
        font-size: 3vw;
    }

    .blog-post-image {
        max-width: 100%;
        margin: 0 auto;
    }

    h2.tagline {
        font-size: 28px;
    }

    .profile-bio-link {
        font-size: 24px;
        line-height: 12px;
    }


    #splash-left {
        width: 360px;
        width: 100%;
        display: inline-block;
        padding: 0;
    }

    #splash-left img {
        width: 360px;
        width: 100%;
    }

    #splash-b {
        display: inline-block;
        color: #eee;
        border: 2px solid blue;
        font-family: poppins;
        text-align: center;
        width: 100%;
        width: calc(100% - 470px);
    }

    .header-promo {
        font-size: 36px;
    }

    #feature-line1 {
        text-align: center;
        font-size: 24px;
        line-height: 10px;
    }

    #feature-line2 {
        font-size: 38px;
    }

    .announcement {
        font-size: 50px;
        margin-top: 30px;
        height: 110px;
        line-height: 110px;
    }
}
























/*

@media only screen and (min-width: 320px) and (max-width: 479px) {

    .blog-post-image {
        / * max-inline-size: 100%;
        * / max-width: 100%;
        margin: 0 auto;
    }

    / * NEED * / .blogpost {
        width: 96%;
        max-width: 320px;
    }

    h2.tagline {
        display: none;
    }

    .profile-bio-link {
        font-size: 22px;
        line-height: 10px;
    }

    .feature-left {
        display: none;
    }

    .feature-right {
        width: 100%;
        padding: 0;
    }


    #splash-left {
        width: 100%;
    }

    #splash-left img {
        width: 100%;
    }

    #splash-b {
        / * display: inline-block;
        * / color: #eee;
        border: 2px solid blue;
        font-family: poppins;
        text-align: center;
        width: 100%;
        / * width: calc(100% - 470px);
        * /
    }

    #feature-line1 {
        font-size: 22px;
        line-height: 10px;
    }

    #feature-line2 {
        font-size: 36px;
    }



    .articles-container {
        width: 300px;
    }

    .loaded-article {
        width: 100%;
        height: 200px;
        padding: 35px;
        margin: 25px 0;
    }

    #loaded-article-excerpts {
        display: none;
    }

    #loaded-article-readmore {
        display: none;
    }

    .loaded-article-titles {
        padding: 15px 15px 15px 15px;
        background-color: rgba(255, 255, 0, 0.7);
    }

    .loaded-article-titles h3 {
        font-size: 18px;
    }

    / * NEED * / .announcement {
        margin-top: 40px;
        font-size: 24px;
        height: 60px;
        line-height: 60px;
    }

    / * NEED * / .email-form,
    input.email-form,
    input#cta-submit {
        width: 320px;
    }
}


*/













/*



/ * using * / @media (min-width: 1025px) {
    .desktop-only {
        display: flex !important;
        color: white;
        width: 1024px;
        justify-content: center;
        gap: 17px;
    }

    .desktop-only div {
        width: 330px;
        height: 220px;
        margin: 0;
    }

    .tablet {
        display: none;
    }
}

/ * When the screen is less than 600 pixels wide,
hide all links,
except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) * / / * @media screen and (max-width: 600px) {
    .navigation-bar-links a:not(:first-child) {
        display: none;
    }

    .navigation-bar-links a.icon {
        float: right;
        display: block;
    }


}

* /

*/





/* @media (max-width: 280px) {
    body::before {
        content: "This experience is optimized for larger screens.";
        display: block;
        padding: 8px;
        font-size: 12px;
        text-align: center;
        background: #111;
        color: #fff;
        margin-top: 70px;
        width: 100%;
    }
} */



@media only screen and (min-width: 320px) and (max-width: 767px) {

    .left-column,
    .left-column.show,
    .widget {
        width: 100%;
    }

    .left-column,
    .left-column *,
    .widget {
        box-sizing: border-box;
    }

    .jobs {
        max-width: calc(100vw - 36px);
    }


}