body {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    background-color: #666666;
}
a {
    text-decoration: none;
    color: #000;
}
.head {
    /*margin: 10px;*/
    height: 200px;
    overflow-y: scroll;
}
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
.logo {
    margin: 10px;
    text-align: center;
    float: left;
}
.words {
    /*float: left;*/
    margin: auto;
}
.words h3 {
    color: #eee5ff;
    margin: 0px;
}
.words h3 a {
    color: #eee5ff;
}
.productlist {
    width: 292px;
    float: left;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
}
.productlist .bg {
    background-image: linear-gradient(#ffcccc, #ffddcc, #ffffcc, #ccffcc, #ccccff, #ffccff);
    background-attachment: fixed;
    width: 277px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 280px;
    border: 3px solid #000000;
    border-radius: 15px;
}
.productlist img {
    padding: 5px;
}
.productlist .one {
    opacity: 1;
    transition: .5s ease;
}
.productlist .two {
    opacity: 0;
    margin-top: -210px;
    transition: .5s ease;
}
.productlist:hover .one {
    opacity: 0;
    transition: .5s ease;
}
.productlist:hover .two {
    opacity: 1;
    margin-top: -210px;
    transition: .5s ease;
}
.popularlist {
    width: 19.5%;
    float: left;
    text-align: center;
}
.main_category {
    clear: both;
}
.break {
    clear: both;
}
.product-carousel {
    width: 800px;
    float: left;
}
.carousel-cell {
    width: 800px;
    text-align: center;
}
.swatch {
    float: left;
    width: 240px;
    height: 120px;
    text-align: center;
    padding: 10px;
}

.event {
    margin: 15px;
    height: 315px;
}
.event_pic_left {
    float: left;
    height: 300px;
    width: 45%;
}
.event_pic_right {
    float: left;
    height: 300px;
    width: 45%;
}
.event_pic_right img {
    height: 100%;
    float: left;
}
.event_pic_left img {
    height: 100%;
    float: right;
}
.event_info {
    float: left;
    margin: 0px 15px;
    background-image: linear-gradient(#ffcccc, #ffddcc, #ffffcc, #ccffcc, #ccccff, #ffccff);
    background-attachment: fixed;
    height: 300px;
    width: 45%;
}
.event_info div {
    margin: 15px;
}
.event_name {
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.event_date {
    font-size: 20px;
    display: block;
    margin-top: 10px;
    
}
.event_time {
    font-size: 20px;
    display: block;
    
}
.event_location {
    display: block;
    margin-top: 10px;
    text-decoration: underline;
}
.product_description {
    text-decoration: underline;
}
.clear {
    float: none;
    clear: left;
}
hr .clear {
    clear: left;
    width: 100%;
}
.filament_inventory {
    background-color: #fff;
    width: 220px;
    height: 220px;
    float: left;
    margin: 10px;
    padding: 10px;
}
.filament_inventory_brand {
    background-color: #ddd;
    float: left;
    margin: 2px;
    padding: 2px;
}
