/* Used fonts in this page */
@import url("http://fonts.googleapis.com/css?family=Carrois+Gothic");
@import url('https://fonts.googleapis.com/css?family=Bungee+Shade');
@import url('https://fonts.googleapis.com/css?family=Kumar+One');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    background-color: gray;

}




#text {
    position: relative;
    top: 20px;
    left: 5%;
    text-align: left;
    width: 90%;
    height: 100px;
    font-size: 3vw;
    line-height: 2em;


}

#cartButton {
    position: fixed;
    right: 1%;
    margin-right: 10%;
    width: 100px;
    height: 30px;
    font-family: cursive;
    z-index: 200;
    color: green;
    text-align: center;
    opacity: 0.7;
    

}

#cartImg {
    width: 20px;
    float: right;
}

table {
    margin-left: 4%;
    margin-top: 50px;
}

table,
th,
td {
    border: 1px solid red;
    box-shadow: 0 0 50px rgb(183, 25, 20);
    width: 50%;
}

.i0 {
    width: 80%;

}



.imgObject0 {
    position: relative;
    width: 70%;
    height: 70%;
    margin-right: 20%;
    margin-top: 10%;
    margin-left: 20%;



}

.i0t {
    position: absolute;
    top: -15px;
    right: -40px;
    width: 100%;

}

.i0t2 {


    width: 100%;
    margin-right: 30%;

}

.i0t span {
    float: center;
    margin-right: 20%;
    color: red;
    font: bold 20px Helvetica, Sans-Serif;
    letter-spacing: -1px;

    left: 20%;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    opacity: 0;
    /* starts at zero, goes to 1 at hover*/
}

.i0t2 span {
    float: left;
    margin-left: 12%;
    color: black;
    font: bold 25px Helvetica, Sans-Serif;


    background: red;

    opacity: 0;
    /* starts at zero, goes to 1 at hover*/

}

.imgObject0:hover .i0t span {
    opacity: 1;
}

.imgObject0:hover .i0t2 span {
    opacity: 1;
    cursor: pointer;
}




#aside {
    margin-top: 50%;
    margin-left: 1%;
    color: red;
    font-size: 15px;
    line-height: 25px;
}

#aside a:visited {
    color: darkorange;
}

#aside a:hover {
    color: green;
}

form {
    margin-left: 5%;
}