#intro {
    padding-bottom: 0px !important;
    height: 100% !important;
    display: flex !important;
}

.board-view {
    width: 100% !important;
    height: 100vh !important;
    margin: 0px !important;
    padding: 0px !important;
    box-sizing: border-box;
}

.board-box,
.board-head {
    border: 2px solid #291700;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-image: url("/Images/board_texture.png");
    background-repeat: repeat;
    background-size: 10px 10px;
    text-shadow: none;
    color: white;
    /*border-radius: 2%;*/
}

.board-box {
    background-color: #855806;
    background-color: #ad740a;
    width: 100% !important;
    padding: 20px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: none;
    padding: -2px !important;
    position: relative;
    box-sizing: border-box;
}

.board-head {
    background-color: #573a03;
    background-color: #cc880b !important;
    color: white !important;
    padding: 2px 10px;
    border-bottom: none;
}

.board-head h1,
.board-head h2,
.board-head h3,
.board-head h4,
.board-head h5,
.board-head h6,
.board-head p,
.board-head span {
    color: white !important;
}

.board-box.center-box {
    text-align: center;
    justify-content: center;
    align-items: center;
}

form input[type="submit"] {
    background-color: #291700;
    background-image: linear-gradient(to top, #291700, #855806);
    border-radius: 10px;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

form input[type="submit"]:hover {
    background-image: linear-gradient(to bottom, #291700, #855806);
}

form input[type="submit"]:active {
    background-image: none;
}

input[type="text"],
textarea {
    width: 80%;
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    outline-color: cadetblue;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
}

.board-content {
    text-align: start !important;
    justify-content: normal !important;
    align-items: normal !important;
    padding: 0px !important;
    padding-right: 10px !important;
    display: grid !important;
    grid-template-columns: 354px 1fr;
    width: 100% !important;
    height: 100% !important;
}

.board-content .left {
    background-color: rgb(173, 125, 21);
    background-image: url("/Images/board_texture.png");
    flex: 20%;
    border-right: 1px solid #291700;
    box-shadow: outset 0 50px 10px rgba(0, 0, 0, 1);
    background-size: 20px 20px;
    overflow-y: scroll !important;
}

.board-content .right {
    background-color: rgb(94, 47, 4);
    background-image: url("/Images/board_texture.png");
    flex: 80%;
    border-left: 1px solid #291700;
    border-right: 2px solid #291700;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 1);
    overflow-y: scroll !important;
}

.board-home-content {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100% !important;
    height: 100% !important;
    background-color: rgb(173, 125, 21);
    background-image: url("/Images/board_texture.png");
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 1);
    border-top: 2px solid #291700;
    border-bottom: 2px solid #291700;
}

.board-thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 2px solid #291700;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-right: 10px;
}

.board-preview-container {
    padding: 10px;
    border: 2px solid #291700;
    border-left: none;
    border-right: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #ad740a;
    background-image: url("/Images/board_texture.png");
    background-repeat: repeat;
    background-size: 10px 10px;
    margin-bottom: 10px;
    text-decoration: none;
    color: white;
}

.board-preview {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white !important;
    width: 100%;
}

.board-preview a {
    text-decoration: none;
    color: white !important;
    width: 100%;
}

.board-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

#board {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box;
    display: flex !important;
}

/*
Hello, welcome to my first board. Talk about anything you would like to.
*/