@keyframes backgroundFools{
    0%{
        background-color: #FF206E;
    }
    50%{
        background-color: #00F5D4;
    }
    100%{
        background-color: #FF206E;
    }
}

.mainBodyC{
    background-color: #FFFAFA;
    box-shadow: 5px 5px 15px #CFCFCF;
}
.mainBodyC_Halloween{
    background-color: #1D3E5A;
    box-shadow: 5px 5px 15px #0D2E4A;
}
.mainBodyC_DnD{
    background-color: #1D3E5A;
    box-shadow: 5px 5px 15px #0D2E4A;
}
.mainBodyC_Christmas{
    background-color: #DEFFF9;
    box-shadow: 5px 5px 15px #9CC4BC;
}
.mainBodyC_Autumn{
    background-color: #BD5D61;
    box-shadow: 5px 5px 15px #5A4548;
}
.mainBodyC_Valentine{
    background-color: #BDA6BB;
    box-shadow: 5px 5px 15px #9E8B9C;
}
.mainBodyC_NewYearEve{
    background-color: #DDDDDD;
    box-shadow: 5px 5px 15px #000000;
}
.mainBodyC_NewYearDay{
    background-color: #BD5D61;
    box-shadow: 5px 5px 15px #5A4548;
}
.mainBodyC_Birthday{
    background-color: #202040;
    box-shadow: 5px 5px 15px #181838;
}
.mainBodyC_Debtors{
    background-color: #DDDDDD;
    box-shadow: 5px 5px 15px #000000;
}
.mainBodyC_Dark{
    background-color: #111111;
    box-shadow: 5px 5px 15px #000000;
}
.mainBodyC_Fools{
    background-image: linear-gradient(#ED007B, #00D3B2);
    box-shadow: 5px 5px 15px #BD004B;
}

.titleC{
    background-color: #FFEEEE;
    border: 2px #EFDFDF;
    border-style: none none solid none;
}
.titleC_Halloween{
    background-color: #0D2E4A;
    border: 2px #001E3A;
    border-style: none none solid none;
}
.titleC_DnD{
    background-color: #0D2E4A;
    border: 2px #001E3A;
    border-style: none none solid none;
}
.titleC_Christmas{
    background-color: #BAD6D1;
    border: 2px #AAC6C1;
    border-style: none none solid none;
}
.titleC_Autumn{
    background-color: #80464F;
    border: 2px #70363F;
    border-style: none none solid none;
}
.titleC_Valentine{
    background-color: #756774;
    border: 2px #655664;
    border-style: none none solid none;
}
.titleC_NewYearEve{
    background-color: #AAAAAA;
    border: 2px #9A9A9A;
    border-style: none none solid none;
}
.titleC_NewYearDay{
    background-color: #80464F;
    border: 2px #70363F;
    border-style: none none solid none;
}
.titleC_Birthday{
    background-color: #181838;
    border: 2px #080828;
    border-style: none none solid none;
}
.titleC_Debtors{
    background-color: #AAAAAA;
    border: 2px #9A9A9A;
    border-style: none none solid none;
}
.titleC_Dark{
    background-color: #222222;
    border: 2px #2F2F2F;
    border-style: none none solid none;
}
.titleC_Fools{
    background-color: #FD008B;
    border: 2px #00D3B2;
    border-style: none none solid none;
}

.headingC{
    background-color: #FFFEFE;
    border: 2px #EFDFDF;
    border-style: none none solid none;
}
.headingC_Halloween{
    background-color: #1D3E5A;
    border: 2px #001E3A;
    border-style: none none solid none;
}
.headingC_DnD{
    background-color: #1D3E5A;
    border: 2px #001E3A;
    border-style: none none solid none;
}
.headingC_Christmas{
    background-color: #BAD6D1;
    border: 2px #AAC6C1;
    border-style: none none solid none;
}
.headingC_Autumn{
    background-color: #80464F;
    border: 2px #70363F;
    border-style: none none solid none;
}
.headingC_Valentine{
    background-color: #756774;
    border: 2px #655664;
    border-style: none none solid none;
}
.headingC_NewYearEve{
    background-color: #AAAAAA;
    border: 2px #9A9A9A;
    border-style: none none solid none;
}
.headingC_NewYearDay{
    background-color: #80464F;
    border: 2px #70363F;
    border-style: none none solid none;
}
.headingC_Birthday{
    background-color: #181838;
    border: 2px #080828;
    border-style: none none solid none;
}
.headingC_Debtors{
    background-color: #AAAAAA;
    border: 2px #9A9A9A;
    border-style: none none solid none;
}
.headingC_Dark{
    background-color: #222222;
    border: 2px #2f2f2f;
    border-style: none none solid none;
}
.headingC_Fools{
    background-color: #FD008B;
    border: 2px #00D3B2;
    border-style: none none solid none;
}

.headerItemC{
    background-color: #FFEEEE;
    border: 2px #EFDFDF;
    border-style: none none solid none;
}
.headerItemC img:hover{
	background-color: #EFDFDF;
}
.headerItemC_Halloween{
    background-color: #0D2E4A;
    border: 2px #001E3A;
    border-style: none none solid none;
}
.headerItemC_Halloween img:hover{
	background-color: #001E3A;
}
.headerItemC_DnD{
    background-color: #0D2E4A;
    border: 2px #001E3A;
    border-style: none none solid none;
}
.headerItemC_DnD img:hover{
	background-color: #001E3A;
}
.headerItemC_Christmas{
    background-color: #BAD6D1;
    border: 2px #AAC6C1;
    border-style: none none solid none;
}
.headerItemC_Christmas img:hover{
	background-color: #AAC6C1;
}
.headerItemC_Autumn{
    background-color: #80464F;
    border: 2px #70363F;
    border-style: none none solid none;
}
.headerItemC_Autumn img:hover{
    background-color: #70363F;
}
.headerItemC_Valentine{
    background-color: #756774;
    border: 2px #655664;
    border-style: none none solid none;
}
.headerItemC_Valentine img:hover{
    background-color: #655664;
}
.headerItemC_NewYearEve{
    background-color: #AAAAAA;
    border: 2px #9A9A9A;
    border-style: none none solid none;
}
.headerItemC_NewYearEve img:hover{
    background-color: #9A9A9A;
}
.headerItemC_NewYearDay{
    background-color: #80464F;
    border: 2px #70363F;
    border-style: none none solid none;
}
.headerItemC_NewYearDay img:hover{
    background-color: #70363F;
}
.headerItemC_Birthday{
    background-color: #181838;
    border: 2px #080828;
    border-style: none none solid none;
}
.headerItemC_Birthday img:hover{
    background-color: #080828;
}
.headerItemC_Debtors{
    background-color: #AAAAAA;
    border: 2px #9A9A9A;
    border-style: none none solid none;
}
.headerItemC_Debtors img:hover{
    background-color: #9A9A9A;
}
.headerItemC_Dark{
    background-color: #222222;
    border: 2px #2f2f2f;
    border-style: none none solid none;
}
.headerItemC_Dark img:hover{
    background-color: #2f2f2f;
}
.headerItemC_Fools{
    background-color: #FD008B;
    border: 2px #00D3B2;
    border-style: none none solid none;
}
.headerItemC_Fools img:hover{
    background-color: #00D3B2;
}

.currentPageC{
	background-color: #EFDFDF;
}
.currentPageC_Halloween{
	background-color: #001E3A;
}
.currentPageC_DnD{
	background-color: #001E3A;
}
.currentPageC_Christmas{
	background-color: #AAC6C1;
}
.currentPageC_Autumn{
    background-color: #70363F;
}
.currentPageC_Valentine{
    background-color: #655664;
}
.currentPageC_NewYearEve{
    background-color: #9A9A9A;
}
.currentPageC_NewYearDay{
    background-color: #70363F;
}
.currentPageC_Birthday{
    background-color: #080828;
}
.currentPageC_Debtors{
    background-color: #9A9A9A;
}
.currentPageC_Dark{
    background-color: #2f2f2f;
}
.currentPageC_Fools{
    background-color: #00D3B2;
}

.sectionC{
    border: 2px dashed #FFDFDF;
}
.sectionC_Halloween{
	border: 2px dashed #001E3A;
}
.sectionC_DnD{
	border: 2px dashed #001E3A;
}
.sectionC_Christmas{
	border: 2px dashed #AAC6C1;
}
.sectionC_Autumn{
    border: 2px dashed #70363F;
}
.sectionC_Valentine{
    border: 2px dashed #655664; 
}
.sectionC_NewYearEve{
    border: 2px dashed #9A9A9A;
}
.sectionC_NewYearDay{
    border: 2px dashed #70363F;
}
.sectionC_Birthday{
    border: 2px dashed #080828;
}
.sectionC_Debtors{
    border: 2px dashed #9A9A9A;
}
.sectionC_Dark{
    border: 2px dashed #2f2f2f;
}
.sectionC_Fools{
    border: 2px dashed #00D3B2;
}

.sectionC img{
    box-shadow: 3px 3px 10px #CFCFCF;
}
.sectionC_Halloween img{
    box-shadow: 3px 3px 10px #0D2E4A;
}
.sectionC_DnD img{
    box-shadow: 3px 3px 10px #0D2E4A;
}
.sectionC_Christmas img{
    box-shadow: 3px 3px 10px #9CC4BC;
}
.sectionC_Autumn img{
    box-shadow: 3px 3px 10px #5A4548;
}
.sectionC_Valentine img{
    box-shadow: 3px 3px 10px #9E8B9C;
}
.sectionC_NewYearEve img{
    box-shadow: 3px 3px 10px #AAAAAA;
}
.sectionC_NewYearDay img{
    box-shadow: 3px 3px 10px #5A4548;
}
.sectionC_Birthday img{
    box-shadow: 3px 3px 10px #080828;
}
.sectionC_Debtors img{
    box-shadow: 3px 3px 10px #AAAAAA;
}
.sectionC_Dark img{
    box-shadow: 3px 3px 10px #000000;
}
.sectionC_Fools img{
    box-shadow: 3px 3px 10px #BD004B;
}

.profileC img{
    box-shadow: 3px 3px 10px #CFCFCF;
}
.profileC_Halloween img{
    box-shadow: 3px 3px 10px #0D2E4A;
}
.profileC_DnD img{
    box-shadow: 3px 3px 10px #0D2E4A;
}
.profileC_Christmas img{
    box-shadow: 3px 3px 10px #9CC4BC;
}
.profileC_Autumn img{
    box-shadow: 3px 3px 10px #5A4548;
}
.profileC_Valentine img{
    box-shadow: 3px 3px 10px #9E8B9C;
}
.profileC_NewYearEve img{
    box-shadow: 3px 3px 10px #AAAAAA;
}
.profileC_NewYearDay img{
    box-shadow: 3px 3px 10px #5A4548;
}
.profileC_Birthday img{
    box-shadow: 3px 3px 10px #080828;
}
.profileC_Debtors img{
    box-shadow: 3px 3px 10px #AAAAAA;
}
.profileC_Dark img{
    box-shadow: 3px 3px 10px #000000;
}
.profileC_Fools img{
    box-shadow: 3px 3px 10px #BD004B;
}

.imageRowC img{
    box-shadow: 5px 5px 15px #CFCFCF;
}
.imageRowC_Halloween img{
	box-shadow: 5px 5px 15px #0D2E4A;
}
.imageRowC_DnD img{
	box-shadow: 5px 5px 15px #0D2E4A;
}
.imageRowC_Christmas img{
	box-shadow: 5px 5px 15px #9CC4BC;
}
.imageRowC_Autumn img{
    box-shadow: 5px 5px 15px #5A4548;
}
.imageRowC_Valentine img{
    box-shadow: 5px 5px 15px #9E8B9C;
}
.imageRowC_NewYearEve img{
    box-shadow: 5px 5px 15px #AAAAAA;
}
.imageRowC_NewYearDay img{
    box-shadow: 5px 5px 15px #5A4548;
}
.imageRowC_Birthday img{
    box-shadow: 5px 5px 15px #080828;
}
.imageRowC_Debtors img{
    box-shadow: 5px 5px 15px #AAAAAA;
}
.imageRowC_Dark img{
    box-shadow: 5px 5px 15px #000000;
}
.imageRowC_Fools img{
    box-shadow: 3px 3px 10px #BD004B;
}

.imageBoxC p{
    color: #999999;
}

.itemOverlayC{
    background-color: #EFDFDF;
}
.itemOverlayC_Halloween{
    background-color: #001E3A;
}
.itemOverlayC_DnD{
    background-color: #001E3A;
}
.itemOverlayC_Christmas{
    background-color: #AAC6C1;
}
.itemOverlayC_Autumn{
    background-color: #70363F;
}
.itemOverlayC_Valentine{
    background-color: #655664;
}
.itemOverlayC_NewYearEve{
    background-color: #9A9A9A;
}
.itemOverlayC_NewYearDay{
    background-color: #70363F;
}
.itemOverlayC_Birthday{
    background-color: #080828;
}
.itemOverlayC_Debtors{
    background-color: #9A9A9A;
}
.itemOverlayC_Dark{
    background-color: #2f2f2f;
}
.itemOverlayC_Fools{
    background-color: #FD008B;
}

.backgroundC_DnD{
	border-radius: 0%;
	background-image: url('../Img/Themes/DnD/MainBack.gif');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.backgroundC_Fools{
    animation-name: backgroundFools;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}