
/* IMPORTS */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Press+Start+2P&display=swap');


/* COMMON PAGE STYLE */

* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background-color: #435165;
    color: #5e5651;
}

a {
    text-decoration: none;
    color: #5e5651;
}

a:hover {
    text-decoration: none;
    color:#d6a400;
}

.notes {
    font-size:small;
    color:#bbaa99;
}

.cancel-btn {
    display:block;
    background-color:rgb(241, 235, 217);
    padding:.3em .8em;
    border-color: #504b37;
    border-style:ridge;
    border-width: .1em;
    border-radius: .6em;
    text-decoration: none;
    color:black;
}

.submit-btn {
    display:block;
    margin: 2em auto;
    appearance: none;
    background-color: #837c64;
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
  }
  
  .submit-btn:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
  }
  
  .submit-btn:hover {
    background-color: #635c45;
  }
  
  .submit-btn:focus {
    box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
    outline: none;
  }
  
  .submit-btn:disabled {
    background-color: #afada6;
    border-color: rgba(27, 31, 35, .1);
    color: rgba(255, 255, 255, .8);
    cursor: default;
  }
  
  .submit-btn:active {
    background-color: #837c64;
    box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
  }
  
  .form-left {
    float:left;
    text-align:right;
    width:30%;
    margin-bottom: 1em;
    margin-left: 1em;
  }

  .form-right {
    float:left;
    width:60%;
    margin-bottom: 1em;
    margin-left: 1em;
  }

  .form-section-header {
    display:block;
    width:max-content;
    margin: 3em auto 1.5em auto;
    font-weight: bolder;
	color: #5e5651;
  }

/* LOGIN STYLE */

.login {
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}
.login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #dd3333;
    color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.login form input[type="submit"] {
    width: 100%;
    padding: 15px;
   margin-top: 20px;
    background-color: #dd3333;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
  background-color: #aa1111;
    transition: background-color 0.2s;
}



/* HOME PAGE STYLE */
.navtop {
    background-color: #ada385;
    background: linear-gradient(to right, #c5bfb8, #ada385);
    height: 110px;
	width: 100%;
	border: 0;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: 1200px;
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0 0 0 .5em; 
	margin: 0;
	color: #edeaea;
	font-weight: normal;
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #5e5651;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #edecea;
}
.navtop h1 a {
	font-size: 34px;
}


.navtop2 {
    background-color: #3d3a31;
    height: 2em;
	width: 100%;
	border: 0;
    text-align: center;
    padding-top:.25em; 
}

.navtop2 a {
	padding: 0 1em;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.navtop2 a:hover {
    color:#ffdd66;
} 


body.loggedin {
	background-color: #eeede4;
}
.content {
	width: 1200px;
	margin: 0 auto;
}
.content h2 {
	margin: 0 0 1em 0;
	padding: 25px 0 0 .5em;
	font-size: 2.5em;
    font-family: 'Oswald';
	border-bottom: 1px solid #e0e0e3;
	color: #5e5651;
    text-transform: uppercase;
}
.content h3 {
	font-size: 1.5em;
	color: #5e5651;
    text-transform:capitalize;
    margin: 0 0 1em 0;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
}
.content > p table td, .content > div table td {
	padding: 5px;
}

/*
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #6e614a;
	padding-right: 15px;
}
*/

.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}

#create-order {
    float: right;
    padding:.5em 1em;
    background-color:#dd3333;
    color:white;
    text-decoration: none;
    border-radius: .3em;
    -moz-border-radius: .3em;
    overflow: hidden;
}

#create-order:hover {
    background-color: #aa1111;
      transition: background-color 0.2s;
  }

  .item-list {
    float:left;
    padding:.5em;
    margin-bottom:.5em;
    margin-right:.5em;
    background-color:#dddddd;
    width:50%; 
  }

  .item-table {
    width:100%;
    font-weight:400;
  }

  .item-table-header {
    font-weight:bolder;
    background-color: #e0dac3;
  }

  .split-page-left {
    float:left;
    padding:1em;
    width:75%; 
  }

  .split-page-right {
    float:right;
    padding:1em;
    background-color:#746960;
    width:25%; 
    height:100vh;
    line-height: 2em;

  	text-decoration: none;
	font-weight: bold;
    text-transform: uppercase;
    color:#ffdd66;
}

  .split-page-right a {
	text-decoration: none;
	font-weight: bold;
    text-transform: uppercase;
    color:white;
    display: block;
  }


  .split-page-right a:hover {
    color:#ffdd66;
  }

  .mobile-submenu {
    display:none;
    width:100%;
  }

  .mobile-submenu a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color:white;
    background-color: #5e5651;
    padding:.3em;
    margin: 0 0 .5em 0;
    width:100%;
  }

  .mobile-submenu a:hover {
    color:#ffdd66;
  }

  .mobile-submenu span {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color:#ffdd66;
    background-color: #5e5651;
    padding:.3em;
    margin: 0 0 .5em 0;
    width:100%;
  }

  .prod_more {
    display: none;
  }

  .comp_more {
    display: none;
  }

  
    /* MOBILE MENU WIDE */

    #menu__toggle {
        opacity: 0;
      }
      #menu__toggle:checked + .menu__btn > span {
        transform: rotate(45deg);
      }
      #menu__toggle:checked + .menu__btn > span::before {
        top: 0;
        transform: rotate(0deg);
      }
      #menu__toggle:checked + .menu__btn > span::after {
        top: 0;
        transform: rotate(90deg);
      }
      #menu__toggle:checked ~ .menu__box {
        left: 0 !important;
      }
      .menu__btn {
        position: fixed;
        top: 15px;
        left: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 1;
      }
      .menu__btn > span,
      .menu__btn > span::before,
      .menu__btn > span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #e0dbd0;
        transition-duration: .25s;
      }
      .menu__btn > span::before {
        content: '';
        top: -8px;
      }
      .menu__btn > span::after {
        content: '';
        top: 8px;
      }
      .menu__box {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100%;
        margin: 0;
        padding: 80px 0;
        list-style: none;
        background-color: #6e6b5c;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
        transition-duration: .25s;
      }
      .menu__item {
        display: block;
        padding: 12px 24px;
        color: rgb(223, 215, 204);
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        transition-duration: .25s;
      } 
      .menu__item:hover {
        background-color: #CFD8DC;
      }

      #wide-menu {
        display: block;
        padding-top: 40px;
        margin-right:.5em;
      }

      #hamburger-menu {
            display: none;
            position: fixed;
            margin-bottom:1em;
            background-color: #474126;
            height: 2em;
            margin-top:0px;
            width:100%;
            top:0px;
            left:0px;
      }

      


 
/* BREAKPOINTS */

@media only screen and (max-width: 1199px) {

    body.loggedin {
        margin: 0;
    }

    .content h2 {
        font-size: 1.5em;
    }
    

    div h2 a {
        margin-right:.5em;
    }

    #wide-menu a {
        display: none;
    }

    #hamburger-menu {
        display: block;
    }

    #logo {
        display:block;
        margin-left: auto;
        margin-right: auto;
        width:300px;
    }

    .content {
        width: 100%;
        margin: 0 auto;
    }

    .content div {
        margin: 0;
    }

    .navtop div {
        margin: auto;
        width: 100%;
        height: 100%;
        margin-top:32px;
    }

    .navtop div h1 {
        width: 100%;
        height: 100%;
    }

    .navtop div h1 a {
        width: 100%;
        height: 100%;
    }

    .navtop2 {
        display:none;
    }

    .split-page-left {
        width:100%;
    }

    .split-page-right {
        display: none;
    }

    .mobile-submenu {
        display: block;
    }
}