/*#closebutton {
    margin-top: 1%;
    transform: translateY(300%);
    transform: translateX(-100%);
    position: fixed;
    transform:scale3d(2%);
}*/
/*@font-face {
    font-family: "Megrim";
    src: 
        
}*/
@font-face {
    font-family: Megrim;
    src: url(fonts/Megrim/Megrim-Regular.ttf);
}
#cartitems {
    height: 500px;
    width: 400px;
    border: 2px;
    border-style: solid;
}
#total {
    height: 100px;
    width: 400px;
    font-weight: 600;
    border: 2px;
    border-style: solid;
    margin-top: 5px;
}
#checkout {
    max-width: 100%;
    height: auto;
}
#checkoutbutton {
    background-color: #3792A5;
    color: white;
    font-family: Tahoma, sans-serif;
    width: 30%;
}
#checkoutbutton:hover {
    background-color: #7A5A3D;
    color: white;
}
#checkout {
    height: 60%;
    width: 30%;
    padding: 2%;
    float: left;
    margin-left: 2%;
  /*  transform: translateY(50%);*/
    border-radius: 10px;
    /*transform: translateZ(-10%);*/
}
#checkout img {
    float: right;
}
#checkout h1 {
    text-align: center;
    margin-top: 8%;
}
#closebutton {
    text-align: right;
}
#closebutton:hover {
    cursor:pointer;
}
.cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 20px; 
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px; 
}
#contacttitle h1 {
    text-decoration: none;
    /*font-size: 250%;
    margin-left: 25%;
    padding-left: 0%;
    transform: translateX(-45%);*/
    text-align: center;
}
#coupon {
    width: 20%;
    height: 50%;
    float: right;
    transform: translateZ(-4px);
    margin-right: 5%;
    position: fixed;
    margin-left: 75%;
    position: fixed;
    text-decoration: none;
}
#coupon a {
    text-decoration: none;
}
#couponpopup {
    background-color: #7A5A3D;
    color: white;
    font-family: Tahoma, sans-serif;
    font-size: 250%;
    clear:both;
    padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 10px;
    text-decoration:none;
}
#couponpopup:hover {
    color: #3792A5;
}
.description {
    text-align: center;
}
#diagram {
    max-width: 100%;
    height: auto;
}
.err {
    color: #FF9940;
}
fieldset {
    color: white;
    background-color: #3792A5;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 5%;
    padding: 5%;
    font-family: Tahoma, sans-serif;
    border: 5px;
    border-radius: 10px;
}
fieldset p {
    border-radius: 5px;
    padding-bottom: 1%;
}


footer {
    clear: both;
    background-color: #354B50;
    color: white;
    font-family: Tahoma, sans-serif;
    text-align: left;
    padding: 2%;
}
.footerlink:hover {
    cursor: pointer;
    color: #BA702F;
}
#fnlMsg {
    text-decoration: none;
    color: white;
    font-family: Tahoma, sans-serif;
    font-size: 200%;
}
h1 {
    font-family: Megrim, sans-serif;
    font-size: 300%;
    border-bottom: 3px;
    padding-bottom: 1%;
    text-decoration-line: underline;
}
h2 {
    font-family: Megrim, sans-serif;
    font-kerning: 1px;
    font-size: 250%;
    border-bottom: 3px;
    padding-bottom: 1%;
    color: #3792A5;
    text-align: center;
}
#hamburger:hover {
    cursor:pointer;
}
.info {
    color: white;
    height: 60%;
    width: 30%;
    margin: 1%;
    padding: 2%;
    background-color: #3792A5;
    float: left;
    margin-top: 12%;
    margin-left: 2%;
  /*  transform: translateY(50%);*/
    border-radius: 10px;
    /*transform: translateZ(-10%);*/
}
.info p {
    font-family: Tahoma, sans-serif;
    font-size: 12pt;
    padding-top: 9%; 
    text-transform:uppercase;
    line-height: 25px;
}
#logo {
    width: 25%;
    height: 25%;
    margin-left: 80%;
    transform: translateY(-25%);
}
#mainarea {
    height: 820px;
    background-image:url(cooldude.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*max-width: 100%;
    height: auto;*/
}
#mainareaabout {
    height: 800px;
    background-image:url(holdingglass%202.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*max-width: 100%;
    height: auto;*/
}
#mainareasupport {
    height: 800px;
    background-image:url(guysatbar.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*max-width: 100%;
    height: auto;*/
}
#mainareashop {
    height: 800px;
    background-image:url(toast.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*max-width: 100%;
    height: auto;*/
}
#mainareablog {
    height: 800px;
    background-image:url(party.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*max-width: 100%;
    height: auto;*/
}
#mainareacontact {
    background-color: white;
    margin-top: 8%;
}
#messagebox {
    background-color: #7A5A3D;
    clear:both;
    padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 10px;
    text-decoration:none;
    width: 20%;
    height: 20%;
    transform: translateZ(-4px);
    position: fixed;
    transform: translateY(-150%);
    box-shadow: 5px 10px 30px;
}
.moretext {
    clear: both;
    background-color: #7A5A3D;
    color: white;
    font-family: Tahoma, sans-serif;
    font-size: 12pt;
    padding: 2%;
    padding-bottom: 4%;
}
.moretext h2 {
    color: white;
}
nav {
    background-color: #BA702F;
    height: 100px;
}
nav ul {
    list-style: none;
    text-decoration: none;
    text-decoration-line: none;
}
nav li {
    margin-top: 1%;
    padding: 2%;
    display: inline-block;
    align-items: center;
    color: white;
    font-family: Tahoma, sans-serif;
    font-size: 14pt;
    text-decoration-line: none;
    float: left;
}
.navitem {
    color: white;
    text-decoration-line: none;
    text-decoration: none;
}
.navitem:hover {
    color: #354B50;
} 
.productline {
    display: none;
}
#productlist img {
    max-width: 100%;
    height: auto;
}
#promotion {
    clear: both;
    height: 13.5%;
    text-align: center;
    font-family: Tahoma, sans-serif;
    font-size: 12pt;
    font-weight: 400;
    color: white;
    background-color: #354B50;
    padding-top: 1%;
    padding-bottom: 1%;
}
#searchbar {
    transform: translateY(-25%);
    border: 4px;
}
#shoppingcart {
    transform: translateY(-15%);
}
#slogan {
    clear: both;
    background-color: black;
    text-align: center;
}
#slogan h2 {
        text-decoration: none;
}
#slogan h2:hover {
    color: #BA702F;
    background-color: white; 
}
#splashimage {
    width: 100%;
}
td {
    width: auto;
    font-family: Tahoma, sans-serif;
    border: 3px;
    border-color: white;
    padding-bottom: 1%;
    padding-right: 2%;
}
#twoglassessnow {
    max-width: 100%;
    height: auto;
}
#widelogo {
    float:right;
    margin-right: 10%;
    max-width: 100%;
    height: auto;
}



/*hide menu checkbox */
.show-menu {
    display: none;
}

/*Hide checkbox*/
input[type=checkbox] { 
    display: none;
}
/*Show menu when invisible checkbox is checked*/ 
input[type=checkbox]:checked ~ #menu {
    font-size: 200%;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    float: left;
    border-radius: 10px;
    width: 8%;
    position: fixed;
    transform: translateZ(-10px);
    margin-left: 5%;
    padding: 5%;
}





/*  Media Query Breakpoint for Tablet */
@media only screen and (min-width: 641px) and (max-width:1024px) { 
    /*#closebutton {
        margin-top: 1%;
        margin-left: 50%;
        transform: translateY(150%);
        transform:scale3d(2%);
        position: fixed;
    }*/
    #cartitems {
        height: 500px;
        width: 400px;
        border: 2px;
        border-style: solid;
    }
    #total {
        height: 100px;
        width: 400px;
        font-weight: 600;
        border: 2px;
        border-style: solid;
        margin-top: 5px;
    }
    #checkout {
        clear:both;
    }
    #checkoutbutton {
        background-color: #3792A5;
        color: white;
        font-family: Tahoma, sans-serif;
        width: 80%;
    }
    #checkout img {
        clear:both;
        width: 100%;
    }
    #closebutton {
        text-align: right;
    }
    .cols {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    #coupon {
        margin-top: 15%;
        float: right;
        transform: translateZ(-4px);
        position: fixed;
    }
    #coupon a {
        text-decoration: none;
    }
    #couponpopup {
        height:auto;
        font-size: 150%;
        padding-bottom: 2%;
        padding-top: 2%;
        hyphens: auto;
        clear: both;
        text-decoration: none;
    }
    fieldset {
        margin-left: 10%;
        margin-right: 40%;
        width: 50%;
    }
    #footer {
        clear: both;
    }
    h1 {
        font-size: 200%;
    }
    #hamburger {
        transform: translateY(30%);
        height: 8%;
        width: 8%;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 2%;
        background-color: #BA702F;
        border-radius: 10px;
        position: fixed;
    }
   .info {
        height: auto;
        position: inherit;
        column-count: 1;
    }
    #logo {
        width: 60px;
        height: 60px;
        margin: -20%;
    }
    #mainarea {
        background-size: contain;
        background-color: black;
    }
    #mainareaabout {
        background-size: contain;
        background-color: black;
    }
    #mainareasupport {
        background-size: contain;
        background-color: black;
    }
    #mainareashop {
        background-size: contain;
        background-color: black;
    }   
    #mainareablog {
        background-size: contain;
        background-color: black;

    }
    #menu {
        background-color: #BA702F;
        transform: translateZ(1px);
    }
    #messagebox {
        background-color: #7A5A3D;
        clear:both;
        padding-top: 8%;
        padding-bottom: 8%;
        padding-left: 5%;
        padding-right: 5%;
        border-radius: 10px;
        text-decoration:none;
        width: 40%;
        height: 40%;
        transform: translateZ(-4px);
        position: fixed;
        transform: translateY(-75%);
        box-shadow: 5px 10px 30px;
    }
    .moretext {
        clear: both;
        background-color: #7A5A3D;
        color: white;
        font-family: Tahoma, sans-serif;
        font-size: 12pt;
        padding: 2%;
        padding-bottom: 4%;
        height: auto;
        position: inherit;
        column-count: 1;
    }
    #permmenu {
        display: inline-block;
    }
    nav {
        height: 10px;
    }
    #searchbar {
        transform: translateY(-35%);
        border: 4px;
        margin-left: 50%;
        position: fixed;
    }
    #shoppingcart {
        background-color: #BA702F;
        border-radius: 10px;
        padding: 0;
        width: 50px;
        margin-left: 80%;
        position: fixed;
    }
    .show-menu {
        display: block;
    }
    #slogan {
        margin-top: auto;
    }
    ul {
        display: none;
    }
    .visible {
        display: block;
    }
    #widelogo {
        clear: both;
        margin-left: 1%;
    }
}






/* Media Query Breakpoint for Smartphone */ 
@media only screen and (min-width: 320px) and (max-width: 640px) { 

 
    /*#closebutton {
        margin-top: 1%;
        position: fixed;
        display: block;
        margin-left: 70%;
        transform: translateY(550%);
        transform:scale3d(2%);
        margin-left: 70%;
    }*/
    #cartitems {
        height: 500px;
        width: 400px;
        border: 2px;
        border-style: solid;
    }
    #total {
        height: 100px;
        width: 400px;
        font-weight: 600;
        border: 2px;
        border-style: solid;
        margin-top: 5px;
    }
    #checkoutbutton {
        background-color: #3792A5;
        color: white;
        font-family: Tahoma, sans-serif;
        width: 100%;
    }
    #checkout img {
        clear:both;
        width: 100%;
    }
    #closebutton {
        text-align: right;
    }
    .cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    }
    #coupon {
        margin-top: 15%;
        width: 35%;
        float: right;
        transform: translateY(-150%);
        margin-top: 150%;
        margin-left: 60%;
        transform: translateZ(-4px);
        position: fixed;
    }
    #coupon a {
        text-decoration: none;
    }
    #couponpopup {
        clear: both;
        height: auto;
        font-size: 100%;
        padding-top: 2%;
        hyphens: auto;
        text-decoration: none;
    }
    .description {
        text-align: left;
        margin-left: 5%;
    }
    fieldset {
        margin-left: 20%;
        margin-right: 20%;
        width: 60%;
    }
    #hamburger {
        transform: translateY(30%);
        height: 8%;
        width: 8%;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 2%;
        background-color: #BA702F;
        border-radius: 10px;
        position: fixed;
    }
    h1 {
        font-size: 300%;
    }
    .info {
        height: auto;
        width: auto;
        clear: both;
        margin-top: 50%;
        background-color: black;
    }
    .info h1 {
        text-align: center;
        color: #3792A5;
    }
    .info p {
        columns:1;
    }
    .label {
        margin-left: 5%;
    }
    #logo {
        width: 40px;
        height: 40px;
        margin: -20%;
    }
    #mainarea {
        background-size: contain;
        background-color: black;
    }
    #mainareaabout {
        background-size: contain;
        background-color: black;
    }
    #mainareasupport {
        background-size: contain;
        background-color: black;
    }
    #mainareashop {
        background-size: contain;
        background-color: black;
    }   
    #mainareablog {
        background-size: contain;
        background-color: black;

    }
    #menu {
        background-color: #BA702F;
        transform: translateZ(1px);
        width: 10%;
    }
    #messagebox {
        background-color: #7A5A3D;
        clear:both;
        padding-top: 8%;
        padding-bottom: 8%;
        padding-left: 5%;
        padding-right: 5%;
        border-radius: 10px;
        text-decoration:none;
        width: 50%;
        height: 50%;
        transform: translateZ(-4px);
        position: fixed;
        transform: translateY(-100%);
        box-shadow: 5px 10px 30px;
    }
    .moretext {
        height: auto;
        position: inherit;
        column-count: 1;
    }
    #permmenu {
        display: inline-block;
    }
    .price {
        margin-left: 5%;
    }
    #productlist {
        display: none;
    }
    .productline {
        display:block;
        float: none;
        color: white;
        background-color: #7A5A3D;
    }
    .product img {
        max-width: 50%;
        height: auto;
        margin-left: 25%;
    }
    nav {
        height: 10px;
    }
    #searchbar {
        transform: translateY(-35%);
        border: 4px;
        margin-left: 30%;
        position: fixed;
    }
    #shoppingcart {
        background-color: #BA702F;
        border-radius: 10px;
        padding: 0;
        width: 50px;
        margin-left: 80%;
        position: fixed;
        margin-top: 2%;
    }
    .show-menu {
        display: block;
    }
      ul {
        display: none;
    }
    .visible {
        display: block;
    }
    #widelogo {
        clear:both;
        margin:0%;
        
    }
}