/*Color
black    #011627
white    #FDFFFC
blue     #0B4F6C
red      #E71D36
yellow   #FF9F1C
green    #006266
*/

/*Basic Setup*/
/*===========*/
.name {
    height: 2rem
}

.hide {
    display: none;
}


html {
    font-size: 16px;
    letter-spacing: .75px;
    /*    font-family: 'Raleway', sans-serif;*/
    /*    font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
}

@media only screen and (max-width: 600px) {

    h1 {
        font-size: 30px;
    }
}

.heading {
    text-shadow: 0 1px 0 #ccc,
        0 2px 0 #c9c9c9,
        0 3px 0 #bbb,
        0 4px 0 #b9b9b9,
        0 5px 0 #aaa,
        0 6px 1px rgba(0, 0, 0, .1),
        0 0 5px rgba(0, 0, 0, .1),
        0 1px 3px rgba(0, 0, 0, .3),
        0 3px 5px rgba(0, 0, 0, .2),
        0 5px 10px rgba(0, 0, 0, .25),
        0 10px 10px rgba(0, 0, 0, .2),
        0 20px 20px rgba(0, 0, 0, .15);

}

#logo {
    position: absolute;
    float: left;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin: 20px;
    z-index: 5;
    border: 5px solid rgba(45, 52, 54, 0.65);
}

/*Take to top btn*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(255, 159, 28, 0.6);
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 4px;
}

/*Collapse animation off*/
.collapsing {
    -webkit-transition: none !important;
    transition: none !important;
}

/*color change animation*/
@-webkit-keyframes color-change {
    0% {
        color: #FFC312;
    }

    20% {
        color: #EA2027;
    }

    40% {
        color: #B53471;
    }

    60% {
        color: #006266;
    }

    80% {
        color: #1B1464;
    }

    100% {
        color: #C4E538;
    }
}

@keyframes color-change {
    0% {
        color: #FFC312;
    }

    20% {
        color: #EA2027;
    }

    40% {
        color: #B53471;
    }

    60% {
        color: #2ecc71;
    }

    80% {
        color: #ff4757;
    }

    100% {
        color: #C4E538;
    }
}

body {
    min-height: 100%;
}

/*HOME*/
/*==============================*/

/*navbar*/
.fa-creative-commons-nd {
    color: #FDFFFC;
    font-size: 30px;
    margin-left: 10px;
}

.fa-home,
.fa-journal-whills,
.fa-book-reader,
.fa-newspaper,
.fa-camera,
.fa-user-secret,
.fa-globe,
.fa-simplybuilt,
.fa-users {
    margin-right: 10px;
}

.navbar {
    background-color: #011627;
}

.navbar a {
    color: #FDFFFC;
}

.navbar li a {
    margin: 3px 5px !important;
    padding: 5px 15px !important;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.active a {
    background-color: #FF9F1C;
    color: #011627;
}

/*main carousel*/
.carousel-item {
    font-weight: 600;
}

.carousel-item img {
    -webkit-filter: brightness(85%);
    filter: brightness(85%);
}

.carousel-caption {
    letter-spacing: 3px;
}

.carouselTop img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: .8;
}

.carouselTop h1 {
    font-size: 50px;
}

.carouselTop p {
    font-size: 25px;
}

/*home list group*/
#home .list-group-item:hover {
    -webkit-filter: brightness(85%);
    filter: brightness(85%);
}

.list-group-item {
    height: 100%;
}

.headerlink a {
    text-decoration: none;
}

#home .list-group-item p {
    font-size: .8rem;
}

#home .list-group-item img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*home contents*/
#home h5 {
    font-size: 1rem;
}

#home .badge {
    font-size: .6rem;
    padding: 3px 5px;
    font-weight: 500;
}

#home small {
    font-size: .7rem;
}

/*custom thumbnail class*/
.img-thumbnail-custom {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

/*mode switcher*/
.fa-sun,
.fa-moon {
    font-size: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

/*arts section carousel*/
#carouselArts img {
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

/*creative section carousel*/
#carouselCreative img {
    height: 345px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

#chatroom {
    margin-bottom: 3rem;
}

@media screen and (min-width: 991.98px) {
    #carouselArts {
        margin-bottom: 20px;
    }

    #submit .submit-links {
        margin-bottom: 20px;
    }

    #chatroom {
        margin-bottom: 40px;
    }
}

/*submit section*/
#submit a {
    padding: 9.6px 0;
}

/*timeline*/
.box .middle .timeline ul li .date #sub {
    font-size: 0.4em;
}

.box .middle .timeline ul li .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*footer*/
footer {
    background-color: #181820;
    color: #FDFFFC;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 1px;
}

/*ARTS*/
/*==============================*/
.share-btn .fa-facebook-square,
.share-btn .fa-twitter-square,
.share-btn .fa-reddit-square,
.share-btn .fa-tumblr-square {
    font-size: 1.5rem;
    margin: 0 .2rem;
}

.share-btn:hover {
    opacity: .8;
}

.share-btn .fa-tumblr-square {
    color: #404040;
}

.share-btn .fa-facebook-square {
    color: #0051fc;
}

.share-btn .fa-twitter-square {
    color: #1da1f2;
}

.share-btn .fa-reddit-square {
    color: #ff4500;
}

.gallery {
    background-color: #ecf0f1;
}

.gallery img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 250px;
    width: 350px;
    margin-top: 5px;
}

@media only screen and (min-width: 1200px) {
    .gallery img {
        height: 300px;
    }

    .share-btn .fa-facebook-square,
    .share-btn .fa-twitter-square,
    .share-btn .fa-reddit-square,
    .share-btn .fa-tumblr-square {
        font-size: 2rem;
        margin: 0 .2rem;
    }
}

.gallery a {
    text-decoration: none;
}

.gallery p {
    font-weight: 600;
    color: #FDFFFC;
    font-size: 1.2rem;
    padding-right: 10px;
}

.galleryContent {
    display: none;
}

#load {
    display: inline-block;
    padding: 0.7em 1.7em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #3369ff;
    box-shadow: inset 0 -0.6em 1em -0.35em rgba(0, 0, 0, 0.17), inset 0 0.6em 2em -0.3em rgba(255, 255, 255, 0.15), inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
    text-align: center;
    position: relative;
}

#load:active {
    box-shadow: inset 0 0.6em 2em -0.3em rgba(0, 0, 0, 0.15), inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
}

@media all and (max-width:30em) {
    #load {
        display: block;
        margin: 0.4em auto;
    }
}

/*About Us*/
/*==============================*/

.rafi p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 2rem;
}

.ribat p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: justify;
    line-height: 2rem;
}

.rafi,
.ribat {
    padding-right: 75px;
    padding-left: 75px;
}

@media only screen and (max-width: 600px) {

    .rafi,
    .ribat {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/*Comic Novel*/
.views,
.stats {
    font-size: .7rem;
}


/*Comic*/
/*==============================*/
.comic .card:hover {
    filter: brightness(.95);
    animation-timing-function: linear;
}

.comic .card-img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.comic .card-title {
    margin-bottom: 0.3rem;
    overflow: hidden;
}


.comic .card-body {
    padding-bottom: 0;
}

.comic .cat {
    display: inline-block;
    margin-bottom: 1rem;
}

.comic .card-footer {
    font-size: 0.8rem;
}

#comiclist {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSIxMDAiPgo8cmVjdCB3aWR0aD0iNTYiIGhlaWdodD0iMTAwIiBmaWxsPSIjZjhkMjAzIj48L3JlY3Q+CjxwYXRoIGQ9Ik0yOCA2NkwwIDUwTDAgMTZMMjggMEw1NiAxNkw1NiA1MEwyOCA2NkwyOCAxMDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZjYyOSIgc3Ryb2tlLXdpZHRoPSIyIj48L3BhdGg+CjxwYXRoIGQ9Ik0yOCAwTDI4IDM0TDAgNTBMMCA4NEwyOCAxMDBMNTYgODRMNTYgNTBMMjggMzQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZTUwMyIgc3Ryb2tlLXdpZHRoPSIyIj48L3BhdGg+Cjwvc3ZnPg==");
    background-attachment: fixed;
}

/*Novel*/
/*==============================*/
.novel .card:hover {
    filter: brightness(.95);
    animation-timing-function: linear;
}

.novel .card-img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.novel .card-title {
    margin-bottom: 0.3rem;
    overflow: hidden;
}


.novel .card-body {
    padding-bottom: 0;
}

.novel .cat {
    display: inline-block;
    margin-bottom: 1rem;
}

.novel .card-footer {
    font-size: 0.8rem;
}

#novellist {
    background-color: #6f1e51;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 20 20'%3E%3Cg %3E%3Cpolygon fill='%23b53471' points='20 10 10 0 0 0 20 20'/%3E%3Cpolygon fill='%23b53471' points='0 10 0 20 10 20'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
}

/*Tutorial*/
/*==============================*/

.vid-gallery img {
    height: 250px;
    width: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.75);
}

.vid-gallery img:hover {
    cursor: pointer;
}

.vid-gallery .fa-youtube {
    color: rgba(222, 14, 14, 0.6);
    font-size: 5rem;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 4px 2px 14px #030000;
}

.vid-gallery .fa-youtube:hover {
    cursor: pointer;
}

.vid-gallery p {
    color: #FDFFFC;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1rem;
}

.vid-gallery .modal-dialog {
    padding-top: 10%;
}

.vid-gallery {
    background-color: #330033;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23404' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23505'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
}

/*==================================================*/
@media only screen and (max-width: 992px) {
    .display-2 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) {
    .display-2 {
        font-size: 75px;
    }
}

@media only screen and (min-width: 1200px) {
    .display-2 {
        font-size: 80px;
        padding: 25px 0;
    }
}

/*CREATIVE*/
#creative-ccm,
#cosplay,
#crafting,
#misc {
    background-color: #ff9d00;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23000' stroke-width='66.7' stroke-opacity='0.05' %3E%3Ccircle fill='%23ff9d00' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23fb8d17' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23f47d24' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23ed6e2d' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23e35f34' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23d85239' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%23cc453e' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23be3941' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23b02f43' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23a02644' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23901e44' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23801843' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%236f1341' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%235e0f3d' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%234e0c38' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%233e0933' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%232e062c' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23210024' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

/*Custom Card*/
.d-cust-card img:hover {
    transform: scale(1.05);
}

.d-cust-card img {
    transition: transform .2s;
    transition-timing-function: ease-in-out;
}

/*COSPLAY*/
#cosplay h3,
#crafting h3,
#misc h3 {
    font-weight: 400;
}

/*CRAFTING*/

/*MISC*/
