html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
        display: block;
}

@font-face { 
    font-family: newfont ;
    src: url(../media/DoHyeon/DoHyeon-Regular.ttf); 
    /*src: url(../media/bebas_kai//BebasKai.woff) format("woff"), url(../media/bebas_kai/BebasKai.ttf) format("truetype"); */
    }

body {
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        /*background-color: #666666;*/
        font-family: newfont ;


}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}

div {

              box-sizing: border-box;
}
button:focus {
        outline: 0;
}

a {
    color: white;
    text-decoration: none;
}


@media screen and (min-width: 1024px) {


/* Typography  
====================================
====================================
*/


.about-top h1 {

        display: block;
        position: relative;
        font-size: 100px;
        font-weight: 700;
        text-align: center;
        font-family: newfont;

}


/* Header 
====================================
====================================
*/

.header-fix {

        display: block;
        position: absolute;
        width: 100%;
        height: 120px;
        background-color: white;
}

.header-botom-fix {

        display: block;
        position: absolute;
        width: 100%;
        height: 80px;
        margin-top: 120px;
        background-color: black;



}


.header {

        display: block;
        position: relative;
        width: 100%;
        height: 200px;
        background-color: white;

}

.header-top {

        display: block;
        position: relative;
        width: 100%;
        height: 120px;
        /*background-color: yellow;*/
        padding: 18px;
        cursor: pointer;

}

.header-logo {


        display: block;
        position: relative;
        width: 80%;
        height: 84px;
        background-image: url("../media/logo.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: auto;
        margin-left: auto;

}


.header-bottom {

        display: block;
        position: relative;
        width: 100%;
        height: 80px;
        background-color: black;
        padding: 0px 12%;

}

.header-bottom-column {
    display: inline-block;
    position: relative;
    width: 33.33%;
    height: 100%;
    /*background-color: teal;*/
    margin-right: -4px;
    vertical-align: top;
    padding-top: 17px;
}

.header-button { 
        display: block;
        position: absolute;
        font-family: newfont ;
        letter-spacing: 4px;
        left: 50%;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        margin: 0px;
        padding: 14px;
        text-decoration: none;
        color: white;
        border: 2px solid rgba(255,255,255,0.2);
        width: 180px;
        text-align: center;
        border-radius: 10px;
        font-size: 18px;
 }

.header-button:hover {
    background-color: white;
    color: black;
    /*font-size: 20px;*/
}


/* Footer Page 
====================================
====================================
*/

.footer {
    display: block;
    position: relative; 
    height: 100px;
    width: 100%;
    /*padding-top: 50px;*/
    /*top: calc(100vh - 100px);*/
    background: linear-gradient(rgba(0,0,0,0),rgba(0, 0, 0, 0.8));
}

#footer-icons {
    display: block;
    position: relative;
    height: 50px;
    width: 100px;
    margin: auto;
    margin-left: calc(97vw - 100px);
}


.footer-social-icon {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 40px;
    padding-top: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

#insta-social-icon {    
    background-image: url("../media/instagram-icon.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#pin-social-icon {    
    background-image: url("../media/pinterest-icon.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -4px;
}



.footer-column {
    display: inline-block;
    position: relative;
    width: 25%;
    height: 50px;
    /*background-color: red;*/
    margin-right: -4px;
    vertical-align: top;
    font-family: newfont;
    color: white;
    text-align: center;
    line-height: 50px;
}


.footer-column a {
    color: white;   
}


/* Background Image  
====================================
====================================
*/

.background-image {
display: block;
position: absolute;
width: 100vw;
height: calc(100% - 200px);
margin-top: 200px;
}




/* Landing Page 
====================================
====================================
*/


body {
        display: block;
        position: relative;
        width: 100vw;
        height: 100%; 
}

#upload-meida-icon {
    display: block;
    position: absolute;
    height: 64px;
    width: 64px;
    right: 5px;
    top: 5px;
    z-index: 100000;
}

#upload-icon {
    display: block;
    position: relative;
    width: 50%;
    margin: auto;
    cursor: pointer;
    opacity: 0.5;
}

#login-container {
    display: block;
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.8);
    z-index: 100;
    display: none;
}

#login-form {
    display: none;
    position: absolute;
    height: 250px;
    width: 450px;
    background-color: white;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    margin-top: calc((100vh - 250px) / 2);
    text-align: center;
    padding-top: 25px;
    z-index: 101;
}

.login-text {
    display: block;
    position: relative;
    margin-top: 15px;
}

#upload-submit-button {
    display: block;
    position: relative;
    margin-top: 50px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

#index-background-image {
    display: block;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-image: url(../media/MBMR-background-small.jpg); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.landing-container-content {
        display: block;
        position: relative;
        /*width: 1024px;*/
        width: 100%;
        height: 100vh; 
        margin: auto;
}

.container-content {
    display: block;
    position: relative;
    width: 1024px;
    min-height: 100vh; 
    margin: auto;
}
/*
.container-content-animation {
    display: block;
    position: relative;
    width: 100%;
    height: 80%;
    padding-top: 15%;
}

#text-animation-container {
    display: block;
    position: relative;
    width: 70%;
    height: 85%;
    margin-left: auto;
    margin-right: auto;
}

.animation-title-text {
    margin-top: 25px;
    opacity: 0;
}

.animation-title-text-pt2 {
    margin-top: 50px;
    opacity: 0;
}

#my-text1 {
    display: block;
    position: relative;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#body-text {
    display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


#my-text2 {
    display: block;
    position: relative;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#rules-text {
    display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}*/



.container-content-animation {
    display: block;
    position: relative;
    width: 100%;
    height: 300px;
    padding-top: 75px;
}

#text-animation-container {
    display: block;
    position: relative;
    width: 95%;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
}

.animation-title-text {
    /*margin-top: 25px;*/
    opacity: 0;
}

.animation-title-text-pt2 {
    /*margin-top: 50px;*/
    opacity: 0;
}

#my-text1 {
    display: inline-block;
    position: relative;
    width: 20%;
    height: 55px;
    /*height: 50px;*/
    vertical-align: top;
    margin-right: -4px;
    /*margin-left: auto;
    margin-right: auto;*/
}

#body-text {
    display: inline-block;
    position: relative;
    width: 30%;
    height: 55px;
    /*height: 50px;*/
    vertical-align: top;
    margin-right: -4px;
    /*margin-left: auto;
    margin-right: auto;*/
}


#my-text2 {
    display: inline-block;
    position: relative;
    width: 20%;
    height: 55px;
    /*height: 50px;*/
    vertical-align: top;
    margin-right: -4px;
    /*margin-left: auto;
    margin-right: auto;*/
}

#rules-text {
    display: inline-block;
    position: relative;
    width: 30%;
    height: 70px;
    /*height: 50px;*/
    vertical-align: top;
    margin-right: -4px;
    /*margin-left: auto;
    margin-right: auto;*/
}



.container-content-button-body { 
        display: block;
        position: relative;
        width: 100%;
        height: 20%;
        padding-left: 8%;
        padding-right: 8%;
        padding-top: 300px;
 } 

.container-content-button-body-column {
        display: inline-block;
        position: relative;
        width: 33.33%;
        height: 100%;
        margin-right: -4px;
        vertical-align: top;
        padding-top: calc((20vh - 50px) / 2);

}

#button-body-column-1 {
        /*background-color: orange;*/
}

#button-body-column-2 {
        /*background-color: green; */
}

#button-body-column-3 {
        /*background-color: teal;*/
}

.landing-button-form {
        display: block;
        position: relative;
        height: 100%;
        width: 100%;
}

.landing-page-button {
        display: block;
        position: relative;
        width: 50%;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
        /*font-weight: bold;*/
        border-radius: 10px;
        border: 2px solid white;
        color: white;
        background-color: rgba(0,0,0,0.3);
        cursor: pointer;
        font-family: newfont;
        /*line-height: 40px;*/
        opacity: 0.3;
}

.landing-page-button:hover {
    color: black;
    background-color: white;
    opacity: 1;
}


/* About Page 
====================================
====================================
*/

#about-background-image {

    background-image: url(../media/mountain.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.about-body {

        display: block;
        position: relative;
        width: 80%;
        height: 100%;
        /*background-color: orange;*/
        margin: auto;
        padding-top: 40px;


}

.about-top h1 {
    display: block;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    font-family: newfont;
    letter-spacing: 6px;
}


.about-top {
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    /*background-color: green;*/
}


.about-middle {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    /*background-color: purple;*/
    padding: 15px 12%;
    text-align: center;
    font-family: newfont;
}


.about-contact {
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
    background-color: pink
    padding: 15px 12%;
    text-align: center;
}


/* Shop Page 
====================================
====================================
*/


#shop-background-image {
    background-image: url(../media/biker.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.shop-body {
    display: block;
    position: relative;
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    min-height: calc(100vh - 200px);
/*        background-color: red;
*/      padding: 40px 12% 0px 12%;
    margin-top: 40px;
}



.table-cell {

        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        margin-bottom: 20px;
        position: relative;
/*background-color: yellow;
*/        width: 33.33%;
        height: 340px;




}


.table-cell-top {

        display: block;
        position: relative;
/*        background-color: pink;
*/        width: 100%;
        height: 80%;
        padding: 10px;

}


.table-cell-image {
    display: block;
    position: relative;
    background-image: url("../media/goggles.jpg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover; 
    border: 1px solid black;
    cursor: pointer;
}


.table-cell-bottom {

        display: block;
        position: relative;
        font-family: newfont;
        width: 100%;
        height: 20%;
        text-align: center;
/*        background-color: maroon;
*/        padding: 0px 15px;

}




.product-name {

        display: block;
        position: relative;
        font-weight: 700;
        color: white;
        font-size: 18px;
        padding-top: 8px;
        padding-bottom: 8px;
        height: 50px;

}


.price {

        display: block;
        position: relative;
        font-size: 18px;
        font-weight: 800;
        color: white;

}
       

/* Product Page  
====================================
====================================
*/

#product-background-image {

        background-image: url(../media/madman.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;



}


.product-body-top {

        display: block;
        position: relative;
        width: 100%;
        height: 500px;
        /*background-color: pink;*/
        margin-top: 25px;
        padding: 0px 45px;
        background-color: rgba(255, 255, 255, 0.5);
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);


}

.product-body-top-left-altimg-container {

        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
        position: relative;
        width: 18%;
        height: 100%;
        /*background-color: brown;*/
        overflow-y: scroll;

}

 .product-body-top-left-altimg-container-images {

        display: block;
        position: relative;
        width: 100%;
        height: calc(33% - 6px);
        /*background-color: blue;*/
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 3px;
        margin-bottom: 3px;
        box-shadow: 3px 3px 3px rgba(175,175,175,0.7);

}


.product-body-top-middle {


        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
        padding: 30px 0px;
        position: relative;
        width: 57%;
        height: 100%;
        /*background-color: red;*/

}


.product-body-top-middle-img {

        display: block;
        position: relative;
        width: 80%;
        height: 100%;
        /*background-color: blue;*/
        background-position: center;
        margin:  auto;
        background-repeat: no-repeat;
        background-size: cover; 


}



.product-body-top-right {

        display: inline-block;
        position: relative;
        width: 25%;
        height: 100%;
        /*background-color: orange;*/


}

.product-body-top-right-name {

        display: block;
        position: relative;
        width: 100%;
        height: 140px;
        /*background-color: pink;*/
        font-family: newfont;
        margin-left: auto;
        margin-right: auto;
        margin-top: 80px; 
        text-align: center;
        font-size: 24pt;


}


.product-body-top-right-price {
        
        display: block;
        position: relative;
        width: 55%;
        height: 10%;
        /*background-color: green;*/
        font-family: newfont;
        margin: auto;
        margin-top: 5px;
        text-align: center;
        font-size: 22pt;
        line-height: 50px;


}


.product-body-top-right-cart {

        display: block;
        position: relative;
        width: 70%;
        height: 10%;
        font-family: newfont;
        background-color: black;
        margin: auto;
        margin-top: 25px;
        text-align: center;
        font-size: 18pt;
        color: white;
        line-height: 50px;


}



.product-body-bottom {

        display: block;
        position: relative;
        width: 100%;
        height: 120px;
        background-color: rgba(255, 255, 255, 0.5);
        margin-top: 25px;
        padding-left: 15px;
        padding-right: 15px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);


}


.product-description {

        display: block;
        position: relative;
        width: 80%;
        font-family: newfont;
        text-align: left;
        color: black;
        padding-left: 15px;
        padding-right: 15px;
    

}

.product-description-title {

        font-size: 16pt;
        padding-top: 18px;



}



/* Collaborate Page  
====================================
====================================
*/

.collection-content-mobile {
    display: none;

}


.header-collection {
        display: block;
        position: relative;
        width: 1024px;
        margin: auto;
        height: 200px;
        /*background-color: red;*/

}


.collection-content-body {

        
        display: block;
        position: relative;
        width: 100vw;
        height: calc(((150px + 0.5vw) * 4) + 125);
        /*background-color: blue;*/
        margin-top: 25px;

}


#submit-art-container {
    display: block;
    position: relative;
    width: 50%;
    height: 125px;
    color: black;
    font-size: 20px;
    text-align: center;
    padding-top: 42.5px;
    margin: auto;
}

#art-email-link {
    color: black;
    text-decoration: underline;
}





.collection-table { 
        display: block;
        position: relative;
        width: 94vw;
        height: calc((150px + 0.5vw) * 4);
        padding-left: 3vw;
        padding-right: 3vw;
}

.collection-table td {
    box-shadow: 3px 3px 3px lightgray;
/*
        background-image: url("../media/hustle.jpg");
        background-repeat: no-repeat;
        background-size: cover; */

}

.collection-table tr {
        display: block;
        /*background-color: green;*/
        height: calc(150px + 0.5vw);
        width: 94vw;

}


.collection-table td {
        display: inline-block;
        /*background-color: pink;*/
        height: 150px;
        width: 14.66vw;
        margin-left: 0.25vw;
        margin-right: 0.25vw;
        margin-top: 0.25vw;
        margin-bottom: 0.25vw;
        vertical-align: top;
}


.collection-table-cell {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
}


.collection-table-cell-blank {
    /*background-color: black;*/
    opacity: 0;
}










#collaborate-info-link {
    text-decoration: none;
}

#collaborate-button {
    display: block;
    position: relative;
    padding: 12px;
    margin: auto;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 10px;
}



#title-cell {
        display: inline-block;
        /*background-color: pink;*/
        height: 150px;
        width: 44.98vw;
        margin-left: 0.25vw;
        margin-right: 0.25vw;
        margin-top: 0.25vw;
        margin-bottom: 0.25vw;
        vertical-align: top;
}

.collab-title {

        display: block;
        position: relative;
        text-align: center;
        padding-top: 45px;


}

/* 
====================================
Upload Form 
====================================
*/

#upload-form-container {
    display: block;
    position: relative;
    height: 100%;
    width: 100vw;
}

#up-form {
    display: block;
    position: relative;
    height: 100%;
    width: 450px;
    margin: auto;
    text-align: center;
    padding-top: 25px;
    text-align: center;
}

.up-form-item-title {
    display: block;
    position: relative;
    padding: 15px;
}

.txt-input {
    width: 250px;
    height: 15px;
    border-radius: 2px;
}

#uploaded-image-gallery {
    display: block;
    position: relative;
    height: 300px;
    width: 100vw;
}


/* 
====================================
Inventory 
====================================
*/

#inventory-background-Image {
    background-image: url(../media/parking.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



.inventory-body {

        display: block;
        position: relative;
        width: 90%;
        height: 100%;
        /*background-color: orange;*/
        margin: auto;
        padding: 50px 0px;
        background-color: rgba(255,255,255,0.3);

}

.inventory-top h1 {

        display: block;
        position: relative;
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        font-family: newfont;
        letter-spacing: 6px;

}


.inventory-top {

        display: block;
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        /*background-color: green;*/

}

.inventory-middle-top {
    display: block;
    position: relative;
    height: 35px;
    width: 100%;
    background-color: rgba(255,255,255,0.5);
}

.inventory-middle-top-title{
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: -4px;
    height: 100%;
    text-align: center;
    border-right: 1px solid lightgray;
    line-height: 35px;
}

#inID {
    width: 14.2%;
    border-left: 1px solid lightgray;
}

#inName {
    width: 42.8%;
}

#inPrice {
    width: 28.5%;
}

#inAction {
    width: 14.2%;
}


.inventory-middle {
        display: block;
        position: relative;
        width: 100%;
        /*background-color: purple;*/
        font-family: newfont;
}

.inventoryItem {
    display: block;
    position: relative;
    height: 50px;
    width: 100%;
    border-bottom: 1px solid lightgray;
    background-color: rgba(255,255,255,0.5);
}

.inventoryItem:hover {
    background-color: rgba(200,200,200,0.5);
    cursor: pointer;
}

.inventoryIDColumn {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    position: relative;
    text-align: center;
    line-height: 50px;
    height: 100%;
    width: 14.2%;
}


.inventoryNameColumn {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    position: relative;
    text-align: center;
    line-height: 50px;
    height: 100%;
    width: 42.8%;
}


.inventoryPriceColumn {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    position: relative;
    text-align: center;
    line-height: 50px;
    height: 100%;
    width: 28.5%;
}


.inventoryActionColumn {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    position: relative;
    text-align: center;
    line-height: 50px;
    height: 100%;
    width: 14.2%;
    display: none;
    color: red;
}



/* 
====================================
edit Inventory 
====================================
*/

.gallery-cell {
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 300px;
    width: 250px;
    margin: 12px;
}

.gallery-cell-image {
    display: block;
    position: relative;
    height: 85%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#gallery-cell-image-1 {
    /*background-image: url(../media/hustle.jpg);*/
}

.gallery-cell-type {
    display: block;
    position: relative;
    height: 15%;
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

.gallery-cell-type:hover {
    cursor: pointer;
}

#uploaded-image-gallery {
    display: block;
    position: relative;
    height: 100%;
    width: 82%;
    margin: auto;
    text-align: center;
}

.update-button, .done-button, .delete-button {
    padding: 10px;
    border-radius: 10px;
    margin: 0px 5px 25px 5px;
    cursor: pointer;
}



/* 
====================================
Shop options
====================================
*/



#sbg {
    background-color: black;
}


#shopOpts-background {
    display: block;
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: black;
}

#shopOpt-container {
    display: block;
    position: relative;
    margin: auto;
    height: 100%;
    width: 400px;
    padding-top: 75px;
}

#shopOpts-top {
    display: block;
    position: relative;
    height: 225px;
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.sopOpt-titles {
    font-size: 25px;
    color: white;
}

.shopOpt-links {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    height: 110px;
    width: 200px;
    overflow: hidden;
    border-radius: 20px;
}

#amazonMerchButton {
    display: block;
    position: relative;
    height: 200px;
    width: 200px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    /*margin-top: 20px;*/
    background-image: url("../media/AmazonTab.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#shopOpts-bottom {
    display: block;
    position: relative;
    height: 225px;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    padding-top: 40px;
}

#shopOpts-bottom p {
    margin-top: 25px;
    font-size: 17px;
    color: white;
}

#TspringButton {
    display: block;
    position: relative;
    height: 200px;
    width: 200px;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    /*margin-top: 20px;*/

    background-image: url("../media/TeeSpringTab.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


#shopOpt-Back {
    display: block;
    position: relative;
    margin: auto;
    height: 65px;
    width: 175px;
    color: white;
    background-color: black;
    border: 2px solid white;
    font-size: 30px;
    border-radius: 15px;
    font-family: newfont;
    margin-top: 65px;
}

#shopOpt-Back:hover {
    background-color: white;
    color: black;
    cursor: pointer;
}





































}


