	@media (min-width: 1000px) {
 	/* Columns and Rows */

    .column {
        width:30%;
        flex-wrap: wrap;
    }

    .column p, .column h2, .column h3 {
        width: 90%;
    }
	
	.text-box { 
	max-height: 6em;
	overflow-y: scroll;
    width: 50vw;
	}

    .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-around;
    }


    .button {
        padding: 10px 30px;
        width: fit-content;
        margin: 10px auto;	
    }

    main {
    margin-top: 0px;
    }

   .nav-menu {
        display: flex;
        margin: 0;
        padding: 0;
    }

     .nav-menu {
        flex-direction: row;
        position: unset;
        top: 0;
        left: 0;
        width: fit-content;
        height: 100%;
        transition: 0.3s;
        border-right: none;
    }

    .nav-menu li {
        margin-left: 20px;
    }

    .nav-menu a {
        color: var(--nav-text-color);
        text-decoration: none;
        font-weight: bold;
    }
		.sub-menu {
    left: -200px;
}


    .menu-toggle {
        display: none;
        background: none;
        border: none;
        color: var(--nav-text-color);
        font-size: 24px;
        cursor: pointer;
    }

    .logo#mini {
        display: none;
    }
    
    .logo {
    display:block;
    }

    #h1board, 
    .content-section h2 {
        font-size:12vmin;
    }
    #h1board {
    }

    #design {
        font-size:16vmin;
        line-height:16vmin;
    }

    #pretext {
    }
}
