@charset "UTF-8";
#collection {
    background-color: rgba(112,112,112,0.30);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: none;
}
#collectionthumbnails h1 {
	color: rgba(218,218,218,1.00);
	font-weight: 200;
}
#collectionthumbnails {
    margin-top: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: inline-block;
    text-align: center;
}
#collectionthumbnails ul {
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: inline-block;
    text-align: center;
}
#collectionthumbnails ul li {
    width: 200px;
    height: 200px;
    border: thin solid rgba(208,208,208,1.00);
    margin-left: 10px;
    margin-top: 10px;
    float: left;
}
#infodiv article {
    color: rgba(52,52,52,1.00);
    font-weight: 200;
    text-align: center;
    margin-top: -10px;
}
#catDiv {
    margin-left: 0px;
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 15px;
}
#CatTab {
    width: 100%;
    margin-left: 0px;
}
#CatTab h2 {
    text-align: center;
    text-transform: uppercase;
}
#infodiv {
    background-color: hsla(0,0%,100%,0.77);
    padding-top: 24px;
    color: hsla(0,0%,36%,1.00);
    padding-bottom: 25px;
}
#infodiv h1 {
    text-align: center;
    font-size: 4em;
    font-weight: 400;
    text-transform: uppercase;
}
.catThumbnails {
    border: thin solid rgba(208,208,208,1.00);
    height: 300px;
}
.allpadding {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.articon1 {
    background-image: url(../images/art_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 250px;
}
.articon2 {
    background-image: url(../images/craft_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 250px;
}
.articon3 {
    background-image: url(../images/closet_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 250px;
}
.articon4 {
    background-image: url(../images/lifestyle_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 250px;
}
