@font-face {
    font-family: Deanna;
    src: url("../fonts/Deanna/Deanna.ttf");
}

@font-face {
    font-family: mistral;
    src: url("../fonts/mistral/MISTRAL.TTF");
}

@font-face {
    font-family: agency-fb;
    src: url("../fonts/agency-fb_[allfont.net].ttf");
}

body {
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    background: #fff;
}

body::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey; */
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #222;
    /* -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5); */
}

body.body-home {
    /* font-family: "GE-SS-med", "Helvetica Neue", Helvetica, Atahoma; */
    /* font-family: 'Droid Arabic Kufi', serif; */
    font-family: "arial";
    font-weight: normal;
    color: #fff;
    font-size: 15px;
    line-height: 1.42857143;
    background-image: url("../images/bg/Picture1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    -webkit-transition: all 1s;
    /* Safari prior 6.1 */
    transition: all 1s;
}

/* start navbar */
.navbar-container .navbar {
    background-color: #00000000;
    background-image: linear-gradient(to bottom, #0c0a0a 0%, #00000000 84%);
}

.navbar-brand {
    font-family: agency-fb;
    font-weight: bold;
}

.navbar-container .navbar span {
    padding: 1px;
}

.navbar-container .navbar .nav-item .nav-link {
    color: #fff;
}

.navbar-container .navbar .nav-item.active .nav-link {
    font-weight: bold;
}

.navbar-container .navbar .nav-item .dropdown-menu {
    right: 0;
    left: auto;
}

.navbar-container .navbar .nav-item .dropdown-menu.user-action {
    transition: all 0.5s ease-in-out;
}

.navbar-container .navbar .nav-item img {
    width: 30px;
}

.navbar-container .navbar span {
    padding: 1px;
    background: #fff;
    margin-top: 8px;
}

.navbar-toggler-icon {
    height: 0;
    display: block;
}

.icon-span {
    top: 0;
    position: absolute;
    right: -1px;
    min-width: 1px;
    width: 17px;
    height: 17px;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
}

.action-link {
    color: #fff;
    background: #00000073;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 15px 0 0;
    cursor: pointer;
    text-transform: capitalize;
}

/* end navbar */

/* start header */
.header {
    height: 279px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: -6;
    /* overflow: hidden; */
    padding-bottom: 16px;
}

.header-msg .movable-msg {
    position: absolute;
    width: max-content;
    /* bottom: 25px; */
    top: -204px;
    left: 189px;
    -webkit-transition: all 200ms ease-in-out;
    /* Safari prior 6.1 */
    transition: all 200ms ease-in-out;
}

/* .header-msg:hover .movable-msg {
    position: absolute;
    bottom: 25px;
    right: 60px;
} */

.header-msg .msg {
    transform: rotate(-11grad);
    -webkit-transition: all 1s;
    /* Safari prior 6.1 */
    transition: all 1s;
}

.header-msg .msg h2 {
    font-family: mistral;
    margin-bottom: -18px;
    /* margin-right: 185px; */
    text-align: center;
}

.header-msg .msg .msg-parg {
    font-family: Deanna;
    font-size: 116px;
    line-height: 76px;
    color: #c90914;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #fff;
}

.header-msg .msg .msg-parg span:nth-child(1) {
    margin-right: 56px;
}

.header-msg .msg-tag {
    font-family: Arial;
    margin-top: -9px;
    margin-right: 64px;
}

.header-msg .msg-tag span {
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}

/* end header */

/* start stroies category */
.stories-categ {
    background: #00000000;
    position: absolute;
    z-index: -1;
    top: 55%;
    right: 0;
    left: 0;
    -webkit-transition: all 1s;
    /* Safari prior 6.1 */
    transition: all 1s;
}

.stories-categ.expanded {
    top: 0px;
    background: #000000bf;
    padding: 37px 0;
    height: 100%;
}

.stories-categ .categ-title {
    text-transform: uppercase;
    padding: 0 45px 0 21px;
}

.owl-carousel {
    padding: 0 45px 0 21px;
}

.stories-categ .owl-prev {
    margin-left: -15px;
}

.stories-categ .owl-prev,
.stories-categ .owl-next {
    position: absolute;
    top: 15px;
    font-size: 44px;
    /* background-color: #00000000 !important; */
    /* background-image: linear-gradient(to bottom, #0c0a0a 0%, #00000000 118%) !important; */
    width: 40px;
    height: 83%;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari prior 6.1 */
    transition: all 0.3s ease-in-out;
}

.owl-dots {
    display: none;
}

.stories-categ .owl-prev {
    left: 0;
}

.stories-categ .owl-next {
    right: 0;
}

.stories-categ .owl-prev.disabled {
    display: none;
}

.stories-pckg {
    overflow: hidden;
}

.stories-categ-container {
    overflow: hidden;
    height: 100%;
    margin-top: 0;
}

.hide-some-row {
    display: none;
}

.navigate-icon {
    font-size: 35px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    /* Safari prior 6.1 */
    transition: all 0.2s;
    color: #ffffff69;
}

.navigate-icon.show-all {
    color: #fff;
}

.navigate-icon:hover {
    font-size: 45px;
    color: rgb(253, 208, 8);
}

.story-item {
    transition: all 0.3s ease-in-out;
    padding: 5px 0;
}

.story-item:hover {
    transform: scale(1.1);
}

.story-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 16px;
    width: 100%;
    height: 100%;
    transition: all 0.1s ease-in-out;
}

.story-item-overlay.action {
    display: none;
}

.story-item:hover .story-item-overlay.action {
    display: block;
}

.story-item:hover .story-item-overlay.status {
    display: none;
}

.story-item-overlay .row {
    height: 100%;
}

.story-item-overlay i {
    cursor: pointer;
    text-shadow: -1px -1px 7px #000, 1px 1px 7px #000, -1px 1px 7px #000,
        1px 1px 7px #000;
    color: #fff;
}

.story-item-overlay .play-story-col {
    padding-top: 36px;
}

.story-item-overlay .play-story {
    border: 2px solid;
    padding: 5px;
    border-radius: 50%;
    width: 33px;
    height: 34px;
    text-align: center;
}

.story-item-overlay .action-list .list-group-item {
    background: #fff0;
    border: 0;
    padding: 3px !important;
}

.story-item-overlay .action-list li {
    -webkit-transition: all 200ms;
    /* Safari prior 6.1 */
    transition: all 200ms;
}

.story-item-overlay .story-status {
    padding: 50% 0;
}

.story-item-overlay .story-status span {
    padding: 1px 6px;
}

.owl-stage-outer {
    padding: 10px 0 10px 10px !important;
}

/* .owl-item {
    transition: all .3s ease-in-out;
} */

/* end stroies category */

/* start play sotry  */
.load-in {
    width: 50%;
    position: absolute;
    left: 24%;
    top: 0;
    transform: scale(0.5);
    transition: all 1500ms ease-in-out;
}

.story-play {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    /* display: none; */
}

.story-play .play-controls li,
.story-play .play-controls li a {
    list-style: none;
    padding: 5px 7px;
    font-size: 20px;
    color: #cdcdcd;
}

.story-play .play-controls li.close-icon::before {
    content: "";
    border: 1px solid;
    margin-right: 10px;
    border-color: #00000066;
}

.story-container {
    position: relative;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: all 1s;
    /* Safari prior 6.1 */
    transition: all 1s;
    /* direction: rtl; */
}

.story-container.fadedOut {
    opacity: 0.6;
}

.story-imgs-container {
    /* width: 2056px; */
    width: 100%;
    overflow: hidden;
    height: 49;
    /* margin: 0px 3%; */
    transition: all 500ms ease-in-out 0s;
    /* transform: translate(13px, 0px) */
    transform: translate(0px, 0px);
}

.story-imgs-container .story-img {
    position: relative;
    float: left;
    position: relative;
    margin: 0;
    /* margin: 0 31px; */
    -webkit-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    width: 50%;
    overflow: hidden;
    margin-bottom: 2%;
}

/* .story-imgs-container.intial-state {
    width: fit-content;
    margin: auto;
} */

.story-container .story-img:not(.shown) img {
    -webkit-transition: all 500ms ease-in-out;
    /* Safari prior 6.1 */
    transition: all 500ms ease-in-out;
}

/* .story-imgs-container.intial-state .story-img {
    text-align: center;
    width: fit-content;
    margin: auto;
    float: none;
} */
/* .story-container .story-img:not(:last-child) {
    display: none;
} */

/* .story-container .story-img:not(.shown) {
    max-width: 0;
    display: none;
    -webkit-transition: all 500ms ease-in-out;
    /* Safari prior 6.1 */
/* transition: all 500ms ease-in-out; */
/* } */
/* 
.story-container .story-img:not(.shown) img {
    opacity: 0;
} */

.story-container .story-nav {
    /* position: relative; */
    position: absolute;
    /*height: 550px;*/
    height: 94vh;
    /* background: aliceblue; */
    width: 100%;
    top: 0;
    z-index: 1;
}

.story-container .story-nav .nav {
    position: relative;
    /* position: absolute; */
    height: 100%;
    /* background: #0000006b; */
    cursor: pointer;
    width: 43%;
    /* top: -100%; */
    top: 0;
    bottom: 0;
}

/*.story-container.intial-state .story-nav .nav {*/
/*    width: 13%;*/
/*}*/

.story-container .story-nav .nav.next-story {
    float: right;
    right: 55px;
}

.story-container.intial-state .story-nav .nav.prev-story {
    left: 0;
    display: none !important;
}

.story-container .story-nav .nav.prev-story {
    float: left;
    left: 50px;
}

/* 
.story-container .story-img .story-text:hover {
    transform: scale(1.5)
} */

.story-container .story-img img:not(.clickable-text) {
    /*height: 550px;*/
    height: 92vh;
}

.story-container .nav-item {
    width: 50%;
}

.story-imgs-container .story-path {
    display: none;
}

/* .story-container .story-text:hover {
    right: 55px;
} */

.story-container .story-text.clickable-story-text {
    left: 0px;
    -webkit-transition: all 1.5s;
    /* Safari prior 6.1 */
    transition: all 1.5s;
    position: absolute;
    width: 30%;
    z-index: 2;
    margin-left: 40px;
}

.clickable-text {
    border: 2px solid black;
    -webkit-transition: all 0.5s;
    /* Safari prior 6.1 */
    transition: all 0.5s;
    height: auto;
}

.clickable-text:hover {
    transform: scale(1.2) !important;
}

.clickable-img.noHover .clickable-text {
    pointer-events: none;
}

.close-icon {
    cursor: pointer;
}

.play-controls i {
    cursor: pointer;
}

.play-controls i:hover {
    color: #898989;
}

/* .play-controls i:hover {
    color: rgb(253, 208, 8);
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: black;
} */

/* end play sotry  */


/* start create story section */

/* end create story section */
.creation-body {
    background: #2422220d;
}

.create-slide .upload-btn .btn {
    background: #fdd008;
    font-weight: 500;
    text-transform: capitalize;
}

.slide-update {
    background: #242222;
    height: auto;
    border-radius: 7px;
}

.slide-update .row {
    height: 100%;
}

.images-perview-container {
    max-height: 380px;
    overflow-x: hidden;
    display: block;
    overflow-y: scroll;
    min-height: 195px;
}

.images-perview-container.text-container {
    max-height: 561px;
    overflow: visible;
}

.images-perview-container.text-container .perview-item {
    overflow: visible;
}

.images-perview-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.images-perview-container::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey; */
    border-radius: 10px;
}

.images-perview-container::-webkit-scrollbar {
    width: 5px;
}

.images-perview-container::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #222;
    /* -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5); */
}

.perview-item {
    width: 180px;
    overflow: hidden;
    float: left;
    /* padding: 5px 0; */
    margin: 3px 2px;
}

.slide-parent.active .card {
    border: 2px solid #fdd008;
}

.card-header {
    padding: 4px 6px;
    border-radius: 0;
    transition: all 200ms ease-in-out;
    width: 100%;
}

.perview-item .card-body {
    cursor: pointer;
    background: #f3f3f3;
    z-index: 222;
}

.perview-item .card-header {
    background: #1a1a197a;
    position: absolute;
    top: 0;
    left: 0;
    cursor: all-scroll;
    z-index: 2222;
}

.img-action {
    width: fit-content;
    text-align: center;
    /* background: #1a1a197a; */
    padding: 0 7px;
    cursor: pointer;
}

.img-action i {
    color: rgb(253, 208, 8) !important;
}

.perview-item .card-header .img-action:hover {
    background: rgb(253, 208, 8) !important;
}

.perview-item .card-header .img-action:hover i {
    color: rgb(253, 208, 8) !important;
}

.perview-item .card-header .img-action:hover i {
    color: rgb(36, 34, 34) !important;
}

.slide-adjust {
    /* display: none; */
    /* background: #80808036; */
}

.slide-adjust .perview-item {
    width: 100%;
    padding: 0 9px 9px 9px;
    margin: 0;
}

/* 
.slide-adjust .card-header,
.slide-adjust .card-footer {
    background: #242222;
    color: #fdd008;
} */

.text-img-perview {
    /* background: #80808036; */
    height: auto;
    max-height: 300px;
}

.text-draggable-contianer .textbox {
    margin: 5px auto;
    text-align: center;
    width: 80%;
}

.perview-slide {
    text-align: center;
}

.perview-slide img {
    width: 60%;
}

.perview-slide .perview-textbox {
    width: 34%;
}

.textbox-img.ui-draggable {
    z-index: 999 !important;
}

.textbox-footer {
    position: absolute;
    top: 13px;
    right: -33px;
    z-index: 2;
    width: 317px;
    transition: all 500ms ease-in-out;
    /* z-index: 225; */
}

.textbox-footer:hover {
    right: -316px;
}

/* .slide-adjust .perview-slide img{
    width: 50%;
} */

/* stories list */
table.all-stories tbody tr.active-story {
    background-color: #fdd008 !important;
}

table.all-stories td,
table.all-stories th {
    text-align: center;
}

/* table.all-stories tbody td .td-img {
    width:17%
} */
table.all-stories th.img-th {
    width: 106px;
}

table.all-stories tbody td .textbox {
    width: 120px;
}

table.all-stories tbody td.action a {
    cursor: pointer;
    color: #212529;
}

/* portlet design */
.portlet {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    background-color: #ffffff;
    margin-bottom: 2.2rem;
}

.portlet .portlet__body {
    padding: 2.2rem;
}

.portlet .portlet__head {
    border-bottom: 1px solid #ebedf2;
}

.portlet .portlet__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    padding: 0 2.2rem;
    height: 5.1rem;
    position: relative;
    border-bottom: 1px solid #ebedf2;
}

.portlet .portlet__head .portlet__head-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.portlet .portlet__head .portlet__head-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.portlet .portlet__head .portlet__head-tools .portlet__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.portlet__head-tools .portlet__nav .portlet__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.portlet__head-tools .btn {
    margin-top: 0;
    margin-bottom: 0;
}
/* start footer */
footer {
    position: absolute;
    /* bottom: 0; */
    right: 0;
    left: 0;
    text-align: center;
    background-color: #00000000;
    background-image: linear-gradient(to bottom, #0000001c 0%, #150d0d 84%);
    overflow: hidden;
}

.site-footer {
    background-color: #26272b;
    padding: 13px 0;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #737373
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5998
}

.social-icons a.twitter:hover {
    background-color: #00aced
}

.social-icons a.linkedin:hover {
    background-color: #007bb6
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89
}

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}

/* end footer */
.m-nav-sticky {
    width: 50%;
    position: fixed;
    list-style: none;
    margin: 0;
    z-index: 999;
    /* -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2); */
    top: 60%;
    right: -44%;
    transition: all 500ms ease-in-out;
}

.m-nav-sticky .m-nav-sticky__item {
    cursor: pointer;
    margin: 0;
    padding: 5px;
    width: 100%;
    text-align: center;
    transition: all 200ms ease-in-out;
}

.m-nav-sticky .m-nav-sticky__item span {
    color: #fff;
    font-size: 24px;
    padding: 10px 0;
    line-height: 38px;
}

.m-nav-sticky:hover {
    right: 0;
}

.btn--icon>span {
    display: table;
}

.btn--icon>span [class^="la-"],
.btn--icon>span [class*=" la-"] {
    font-size: 1.3rem;
}

.btn--icon>span>i {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}

/* start my framework */

.custom-check-labels label {
    width: 129px;
    border-radius: 3px;
    border: 1px solid #fdd008;
    margin-left: 17%;
}

.custom-check-labels label.label-sm {
    width: 112px;
    text-indent: 30px;
    text-indent: 46px;
    margin-left: 45px;
}

/* hide input */
.custom-check-labels input.checkbox {
    display: none;
}

/* style label */
.custom-check-labels input.checkbox:empty~label {
    position: relative;
    float: left;
    line-height: 36px;
    text-indent: 45px;
    margin-top: 7px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fdd008;
    /* margin-left: 7px; */
}

.custom-check-labels input.checkbox:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 36px;
    background: #fdd008;
    border-radius: 3px 0 0 3px;
}

/* toggle hover */
.custom-check-labels input.checkbox:hover:not(:checked)~label:before {
    content: "\2714";
    text-indent: 8px;
    color: #fdd008;
    font-size: 24px;
}

/* toggle on */

.custom-check-labels input.checkbox.checkbox-warning:checked~label:before {
    content: "\2714";
    text-indent: 8px;
    color: #212529;
    background-color: #fdd008;
    font-size: 24px;
}

/* checkbox focus */
.custom-check-labels input.checkbox:focus~label:before {
    box-shadow: 0 0 0 3px #999;
}

.action-link:hover,
.action-list li:hover,
.play-story i:hover,
.navbar-container .navbar .nav-item:hover .nav-link {
    color: rgb(253, 208, 8);
}

.action-list li.list-group-item:hover {
    font-size: 18px;
    margin: 2px 0;
}

.popover {
    z-index: 9999;
}

.popover-header {
    background: #fdd008;
    text-transform: capitalize;
}

.popover-body {
    padding: 4px;
    background: #0c0c0c;
}

.border-0 {
    border-radius: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.full-height {
    height: 100%;
}

.bg-gold {
    background: rgb(253, 208, 8) !important;
    color: rgb(36, 34, 34) !important;
}

.text-gold {
    color: rgb(253, 208, 8) !important;
}

.bg-red {
    background: rgb(229, 9, 20) !important;
    color: #fff;
}

.text-red {
    color: rgb(229, 9, 20) !important;
}

.text-light-gray {
    color: #cdcdcd;
}

.bg-light-gray {
    background: #cdcdcd;
}

.bg-black {
    background: #242222;
    color: #fff;
}

/* ende my framework */
