html {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/*body {
    padding: 0px;
    margin: 0px;
    background: url("https://old.lapcodes.dev/img/background.png");
    background-size: cover;
    height: 100%;
    overflow: hidden;
}*/

body {
	background-image: url("https://old.lapcodes.dev/img/background.png");
	background-size: cover;
	margin: 0;
	height: 100%;
	overflow: hidden;
	line-height: 1.5;
}


/* Add a black background color to the top navigation */

.topnav {
    -webkit-user-select: none;
    user-select: none;
    z-index: 999;
    background-color: #333;
    overflow: hidden;
}


/* Style the links inside the navigation bar */

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}


/* Change the color of links on hover */

.topnav a:hover {
    background-color: #ddd;
    color: black;
}


/* The side navigation menu */

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}


/* The navigation menu links */

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
    color: #f1f1f1;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

#iframewindow {
    width: 1000px;
    height: 500px;
}

.largeitems {
  height: 500px;
  width: 800px;
}

/*textarea {
    background-color: #333;
} */

/*.menu {
    text-align: center;
    z-index: 9999999;
    width: 150px;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: fixed;
    display: none;
    color: white;
    background-color: rgb(23, 23, 23);
}

.menu-item {
    text-align: center;
    height: 20px;
}

.menu-item:hover {
    background-color: rgb(38, 38, 38);
    cursor: pointer;
}
*/
