@media screen and (min-width: 769px) {

    body {
        font-family: 'Montserrat', Arial, sans-serif;
        font-size: 14px;
        background-color: #f4f4f4;
        margin: 0;
        padding: 70px 0 0 0;
        color: #333;
    }

    .container {
        max-width: 800px;
        margin: 20px auto;
        background-color: #fff;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    h1 {
        text-align: center;
        color: #333;
        margin-bottom: 25px;
    }

    .board-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .board-table th,
    .board-table td {
        border: 1px solid #ddd;
        padding: 10px;
        text-align: left;
        white-space: normal;
    }

    .board-table th {
        background-color: #f2f2f2;
        font-weight: bold;
        color: #555;
    }

    .board-table tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .board-table tr:hover {
        background-color: #e9e9e9;
    }

    .board-table a {
        color: #007bff;
        text-decoration: none;
    }

    .board-table a:hover {
        text-decoration: underline;
    }

    button {
        background-color: #007bff;
        color: white;
        padding: 10px 15px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        margin-bottom: 15px;
        width: auto;
        display: inline-block;
    }


    p a {
        color: #007bff;
        text-decoration: none;
    }

    p a:hover {
        text-decoration: underline;
    }

    textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #8f8f8f;
        border-radius: 4px;
        box-sizing: border-box;
        resize: vertical;
        min-height: 150px;
    }

    ul {
        margin: 0;
        padding: 0;
        text-decoration: none;
        list-style: none;
    }

    li {
        padding: 0;
        margin: 0;
    }

    nav {
        text-align: center;
        width: 100%;
        position: fixed;
        height: auto;
        overflow: hidden;
        background: #f8f8f8;
        border-bottom: 1px solid #ddd;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        z-index: 1000;
        padding: 10px 0;
    }

    .cry_me_river {
        text-align: center;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        height: auto;
        overflow: hidden;
        background: #f8f8f8;
        border-bottom: 1px solid #ddd;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        z-index: 1000;
        padding: 10px 0;
    }

    nav ul {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    nav ul li {
        display: inline-block;
        margin: 0 15px;
    }

    nav ul li a {
        color: #333;
        display: inline-block;
        padding: 1em 1.5em;
        text-decoration: none;
        border-bottom: 2px solid transparent;
        transition: all .2s linear 0s;
        font-size: 16px;
    }

    nav ul li a:hover {
        color: #007bff;
        border-bottom-color: #007bff;
    }

    .button {
        display: block !important;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9999;
        font-size: 25px;
    }

    .button a {
        text-decoration: none;
    }

    .btn-open:after {
        color: #333;
        content: "\f0c9";
        font-family: "FontAwesome";
        transition: all .2s linear 0s;
    }

    .btn-open:hover:after {
        color: #007bff;
    }

    .btn-close:after {
        color: #333;
        content: "\f00d";
        font-family: "FontAwesome";
        transition: all .2s linear 0s;
    }

    .btn-close:hover:after {
        color: #007bff;
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        background: #333;
        overflow: auto;
        z-index: 999;
        -webkit-overflow-scrolling: touch;
    }

    .wrap {
        color: #e9e9e9;
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }

    .wrap ul.wrap-nav {
        border-bottom: 1px solid #575757;
        text-transform: capitalize;
        padding: 100px 0px 50px;
    }

    .wrap ul.wrap-nav li {
        font-size: 20px;
        display: inline-block;
        vertical-align: top;
        width: 24%;
        position: relative;
    }

    .wrap ul.wrap-nav li a {
        color: #007bff;
        display: block;
        padding: 8px 0;
        text-decoration: none;
        transition: all .2s linear 0s;
    }

    .wrap ul.wrap-nav li a:hover {
        color: #f0f0f0;
    }

    .wrap ul.wrap-nav ul {
        padding: 15px 0;
    }

    .wrap ul.wrap-nav ul li {
        display: block;
        font-size: 13px;
        width: 100%;
        color: #e9e9e9;
    }

    .wrap ul.wrap-nav ul li a {
        color: #f0f0f0;
    }

    .wrap ul.wrap-nav ul li a:hover {
        color: #007bff;
    }

    .social {
        font-size: 22px;
        padding: 15px;
    }

    .social p {
        margin: 0;
        padding: 15px 0 5px 0;
        line-height: 25px;
        font-size: 12px;
    }

    .social p a {
        color: #007bff;
        text-decoration: none;
        margin: 0;
        padding: 0;
    }

    .social-icon {
        width: 70px;
        height: 45px;
        background: #e9e9e9;
        color: #333;
        display: inline-block;
        margin: 0 10px;
        transition: all .2s linear 0s;
    }

    .social-icon:hover {
        background: #007bff;
        color: #f0f0f0;
    }

    .social-icon i {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {

    body {
        font-family: 'Montserrat', Arial, sans-serif;
        font-size: 14px;
        background-color: #f4f4f4;
        margin: 0;
        padding: 60px 0 70px 0;

        color: #333;
    }

    .container {
        width: 95%;
        margin: 10px auto;
        background-color: #fff;
        padding: 15px;
        border-radius: 6px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    }

    h1 {
        text-align: center;
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .board-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 10px;
        display: block;
        overflow-x: auto;
    }

    .board-table th,
    .board-table td {
        border: 1px solid #ddd;
        padding: 8px;
        font-size: 13px;
        text-align: left;
    }

    .board-table th {
        background-color: #f2f2f2;
        font-weight: bold;
        font-size: 12px;
    }

    button {
        background-color: #007bff;
        color: white;
        padding: 8px 12px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
        width: 100%;
        margin-bottom: 10px;
    }

    textarea {
        width: 100%;
        padding: 8px;
        margin-bottom: 10px;
        border: 1px solid #aaa;
        border-radius: 4px;
        box-sizing: border-box;
        min-height: 100px;
        font-size: 14px;
    }

    .cry_me_river {
        width: 95%;
        height: 40px;
        top: 0;
        left: 0;
        right: 0;
    }

    .cry_me_river ul {
        display: none;
    }
    .bottom-nav{
        bottom: 0;
    }

    nav {
        width: 100%;
        position: fixed;
        background: #fff;
        border-bottom: 1px solid #ddd;
        z-index: 1000;
        padding: 10px 0;

    }

    nav ul {
        display: flex;
        justify-content: space-around;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    nav ul li {
        margin: 0;
    }

    nav ul li a {
        color: #333;
        text-decoration: none;
        font-size: 14px;
    }

    .button {
        display: block !important;
        transform: translateY(-50%);
        z-index: 9999;
        width: 20px;
        position: absolute;
        right: 15px;
        top: 50%;
        font-size: 22px;
    }
    .button a {
        text-decoration: none;
    }
    .btn-open:after {
        color: #333;
        content: "\f0c9";
        font-family: "FontAwesome";
        transition: all .2s linear 0s;
    }

    .btn-open:hover:after {
        color: #007bff;
    }

    .btn-close:after {
        color: #333;
        content: "\f00d";
        font-family: "FontAwesome";
        transition: all .2s linear 0s;
    }

    .btn-close:hover:after {
        color: #007bff;
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        background: #333;
        z-index: 999;
        overflow-y: auto;
    }

    .wrap {
        max-width: 95%;
        margin: 60px auto;
        text-align: center;
    }

    .wrap ul.wrap-nav {
        padding: 20px 0;
        border-bottom: 1px solid #555;
    }

    .wrap ul.wrap-nav li {
        display: block;
        margin: 10px 0;
        font-size: 16px;
    }

    .wrap ul.wrap-nav li a {
        color: #007bff;
        text-decoration: none;
        display: block;
        padding: 10px 0;
    }

    .social {
        padding: 15px;
        font-size: 18px;
    }

    .social-icon {
        width: 50px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        margin: 5px;
        background: #eee;
        border-radius: 5px;
        transition: 0.2s;
    }

    .social-icon:hover {
        background: #007bff;
        color: #fff;
    }

}

