*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    z-index: 100;
    font-size: 12px;
}

.wrapper .multi_color_border{
    width: 100px;
    height: 5px;
}

.wrapper .top_nav {
    z-index: 100;
    font-family: 'Open Sans Condensed', sans-serif;
    width: 100%;
    height: 45px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 1%;
    background-color: #1c1c1c;
    color: white;
}

.wrapper .top_nav .left{
    display: flex;
    align-items: center;
}

.wrapper .top_nav .left ul{
    display: flex;
    justify-content: space-between;
}

.wrapper .top_nav .left li{
    margin: 5px 12px;
    font-size: 14px;
}

.wrapper .top_nav .left ul li a{
    color: white;
}

.wrapper .top_nav .right ul{
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper .top_nav .right li{
    margin: 5px 12px;
}

.wrapper .top_nav .right ul li a{
    color: white;
}

.wrapper .middle_nav{
    z-index: 100;
    width: 100%;
    height: 65px;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    color: #1c1c1c;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}

#logo {
    font-size: 25px;   
}

.wrapper .middle_nav .left{
    display: flex;
    align-items: center;
}

.wrapper .middle_nav .left .logo p{
    font-size: 24px;
    font-weight: bold;
    margin-right: 25px;
    margin-top: 10px;
}

.wrapper .middle_nav .right .search_bar input[type="text"]{
    border: 1px solid #666666;
    padding: 5px 10px;
    outline: none;
}

.wrapper .middle_nav .right u1{
    display: flex;
}

.wrapper .middle_nav .right li{
    margin: 0 12px;
    color: white;
}

.wrapper .bottom_nav{
    z-index: 100;
    font-family: 'Open Sans Condensed', sans-serif;
    width: 100%;
    font-size: 18px;
    border-style: solid;
    border-width: 2px;
    border-color: #dedede;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 1%;
}

.wrapper .bottom_nav ul{
    width: 100%;
    height: 45px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper .bottom_nav ul li a{
    color: #1c1c1c;  
}

.wrapper .banner{
    width: 100%;
    height: 40px;
}

.panel{
    position: absolute;
    top: 300px;
    left: 10%;
    width: 80%;
    border-style: solid;
    border-width: 2px;
    border-color: #2c2c2c;
    background-color: white;
}

.grid {
    font-family: 'Raleway', sans-serif;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 100% 100%;
    text-align: center;
}

.grid div:nth-child(even) {
    
}

.grid .grid-item {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    margin: 2% 2% 2% 2%;
    height: 120px;
}



.homepage-product:hover {
    border-style: solid;
    border-width: 3px;
    border-color: rgb(255, 255, 255);
    height: 120px;
}

.picture-panel {
    z-index: 50;
    position: relative;
    top: 0px;
    left: 0vh;
    height: 225px;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
    background-color: cadetblue;
}

.plain-panel {
    z-index: 50;
    position: relative;
    left: 0%;
    height: 350px;
    width: 100%;
    background-color: #f0f0f0;
}

.info-placeholder {
    position: absolute;
    top: 480px;
    left: 5%;
    width: 90%;
    height: 60%;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
}

.info-placeholder .image-placeholder {
    position: absolute;
    left: 3%;
    top: 10%;
    width: 40%;
    height: 80%;
}

.info-placeholder .text-placeholder {
    font-family: 'Raleway', sans-serif;
    position: absolute;
    top: 10%;
    left: 50%;
    width: 45%;
}

.bottom-panel{
    position: absolute;
    height: 20%;
    width: 100%;
    bottom: 0;
    background-color: black;
}

.bottom-panel .bottom-links {
    color: white;
    text-align: left;
    position: absolute;
    width: 40%;
    left: 5%;
    top: 16%;
}

.bottom-panel .bottom-logos {
    color: black;
    text-align: center;
    position: absolute;
    width: 80%;
    left: 15%;
    bottom: 45%;
}

.bottom-panel .text-placeholder {
    color: white;
    text-align: center;
    position: absolute;
    width: 40%;
    left: 30%;
    bottom: 10%;
}

.description-panel {
    position: absolute;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    top: 230px;
    left: 10%;
    width: 80%;
    background-color: white;
    padding: 5%;
    padding-top: 3%;
    padding-bottom: 10%;
}

.services-panel {
    position: absolute;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    top: 800px;
    left: 10%;
    width: 80%;
    padding: 5%;
    padding-top: 3%;
    padding-bottom: 10%;
}

.short-description-panel {
    z-index: 150;
    position: relative;
    font-family: 'Raleway', sans-serif;
    width: 80%;
    top: 0%;
    background-color: white;
    padding: 5%;
    padding-top: 3%;
    padding-bottom: 10%;
}

.short-description-panel:hover {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(100, 100, 100);
}

.short-description-panel .small-picture {
    width: 20%;
    height: 80%;
    background-color: blueviolet;
}

.details-group {
    z-index: 150;
}

.panel-registration{
    position:absolute;
    top: 230px;
    left: 2%;
    width: 96%;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

.panel-registration .grid {
    font-family: 'Raleway', sans-serif;
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 100% 100%;
    text-align: center;
}

.panel-registration .grid .grid-item {
    border-style: solid;
    border-width: 1px;
    border-color: white;
    margin: 2% 2% 3% 3%;
    height: 40px;
}

.title {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
}

.submit-button {
    width: 40%;
    margin-top: 4%;
    margin-bottom: 3%;
    margin-left: 30%;
}

.create-new-button {
    width: 40%;
    margin-top: 4%;
    margin-bottom: 3%;
    margin-left: 30%;
}

.resend-button {
    width: 40%;
    margin-top: 5%;
    margin-bottom: 2%;
    margin-left: 30%;
}

.text {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.panel-cart{
    position: absolute;
    top: 200px;
    left: 5%;
    width: 90%;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 25px;
}

.panel-cart .grid {
    font-family: 'Raleway', sans-serif;
    display: grid;
    width: 100%;
    margin-left: 0%;
    grid-template-columns: 10% 25% 20% 20% 15% 10%;
    grid-template-rows: 100% 100%;
    text-align: center;
}

.panel-cart .grid .grid-item {
    border-style: solid;
    border-width: 1px;
    border-color: white;
    margin: 2% 2% 3% 9%;
    height: 40px;
}

.panel-products{
    position: absolute;
    top: 230px;
    left: 0%;
    width: 86%;
    left: 7%;
    background-color: white;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: px;
}

.panel-products .grid {
    font-family: 'Raleway', sans-serif;
    display: grid;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    grid-template-columns: 30% 15% 20% 15% 20%;
    grid-template-rows: 100% 100%;
    text-align: center;
}

.panel-products .grid .grid-item {
    border-style: solid;
    border-width: 1px;
    border-color: white;
    margin: 2% 2% 0% 0%;
    height: 40px;
}

.product-item-colour {
    height: 30px;
    background-color: blue;
    width: 100%;
}

.product-item-change-colour {
    height: 30px;
    width: 100%;
}

.product-item-quantity-change .up-button {
    height: 30px;
    width: 40%;
}

.product-item-quantity {
    height: 30px;
}

.product-item-quantity-change .down-button {
    height: 30px;
    width: 40%;
}

.product-column-heading {
    color: #b7b7b7;
    font-family: 'Raleway', sans-serif;
    font-style: oblique;
}

.cart-item-colour {
    height: 30px;
    background-color: blue;
    width: 100%;
}

.cart-item-change-colour {
    height: 30px;
    width: 100%;
}

.cart-item-quantity-change .up-button {
    height: 30px;
    width: 40%;
}

.cart-item-quantity {
    height: 30px;
}

.cart-item-quantity-change .down-button {
    height: 30px;
    width: 40%;
}

.cart-column-heading {
    color: #b7b7b7;
    font-family: 'Raleway', sans-serif;
    font-style: oblique;
}

.panel-checkout{
    position:absolute;
    top: 200px;
    left: 5%;
    width: 90%;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 25px;
}  

.panel-orders{
    position:absolute;
    top: 200px;
    left: 5%;
    width: 90%;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 25px;
}

.panel-orders .grid {
    font-family: 'Raleway', sans-serif;
    display: grid;
    grid-template-columns: 10% 20% 10% 20% 20% 20%;
    grid-template-rows: 100% 100%;
    text-align: center;
}

.panel-orders .grid .grid-item {
    border-style: solid;
    border-width: 1px;
    border-color: white;
    margin: 3% 3% 3% 9%;
    height: 40px;
}

.ordered-item-colour {
    height: 60px;
    background-color: blue;
    width: 100%;
}

.ordered-item-quantity {
    height: 30px;
}

.ordered-column-heading {
    color: #b7b7b7;
    font-family: 'Raleway', sans-serif;
    font-style: oblique;
}

.orders {
    margin-bottom: 80px;
}