    body {
        background: var(--body-bg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .top-imgs {
        display: none;
        justify-content: space-between;
        position: absolute;
        top: 200px;
        width: 100%;

    }

    .top-imgs.active {
        display: flex;
    }

    .top-imgs .img-esq, .top-imgs .img-dir {
        width: 35%;
        height: auto;
    }

    .top-imgs .img-esq img, .top-imgs .img-dir img {
        width: 100%;
        height: auto;
    }

    .top-page {
        padding: 100px 0px;
        height: 450px;
        position: relative;
    }

    .top-page h1 {
        font-size: 50px;
    }

    .logo-topo {
        display: block;
        width: 300px;
        height: auto;
        margin: 0px auto 30px;
    }

    .logo-topo img {
        width: 100%;
    }

    .content-page {
        position: relative;
    }

    #secInit {
        background-image: var(--ns-logo-bg-image);
        background-repeat: no-repeat;
    }

    #secInit.secInitSmall {
        background-size: var(--ns-logo-bg-size);
    }

    #secInit .init-bg-blackfriday {
        background-image: url('../images/BlackFridaySiteBG.png'); 
        background-repeat: no-repeat; 
        background-size: 18% !important; 
        background-position: top center; 
        background-position-y: 0 !important;
        background-attachment: fixed; 
        width: 100%; 
        height: 100%;
    }

    #secPhonemicChart {
        background: var(--phonemic-chart-body-bg);
    }

    h1.phonemic-title{
        color: var(--phonemic-title-color) !important;
    }

    #secPhonemicChart h1 {
        font-size: 45px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
        color: var(--phonemic-chart-header-text-color);
    }

    #secPhonemicChart h1 .break{
        display: block;
    }

    .btn-custom {
        color: var(--btn-custom-text-color);
        background-color: var(--btn-custom-bg-color);
        border-color: var(--btn-custom-border-color);
    }

    .btn-custom:hover {
        color: var(--btn-custom-hover-text-color);
        background-color: var(--btn-custom-hover-bg-color);
        border-color: var(--btn-custom-hover-border-color);
    }

    .btn-custom:not(:disabled):not(.disabled).active, .btn-custom:not(:disabled):not(.disabled):active, .show>.btn-custom.dropdown-toggle {
        color: var(--btn-custom-active-text-color);
        background-color: var(--btn-custom-active-bg-color);
        border-color: var(--btn-custom-active-border-color);
    }

    .btn-custom.focus, .btn-custom:focus {
        box-shadow: 0 0 0 0.2rem var(--btn-custom-focus-color);
    }

    #modalPhonemicChartThemes .modal-body .btn[class*="btn-theme-"] {
        border: solid 2px #FFFFFF;
        border-radius: 5px;        
    }

    .btn.btn-theme-defualt {
        background: url('../images/PhonemicChart/Themes/LogoO4Y.png'), #FFFFFF !important;        
    }

    .btn.btn-theme-blackmirror {
        background: url('../images/PhonemicChart/Themes/Blackmirrorlogo.png'), #FFFFFF !important;        
    }

    .btn.btn-theme-strangerthings {
        background: url('../images/PhonemicChart/Themes/Stranger_Things_logo.png'), #FFFFFF !important;        
    }

    .btn.btn-theme-greysanatomy {
        background: url('../images/PhonemicChart/Themes/GreysAnatomyLogo.png'), #FFFFFF !important;        
    }

    .btn.btn-theme-gameofthrones {
        background: url('../images/PhonemicChart/Themes/GameOfThronesLogo.png'), #FFFFFF !important;        
    }  
    
    .btn.btn-theme-breakingbad {
        background: url('../images/PhonemicChart/Themes/BreakingBadLogo.png'), #FFFFFF !important;        
    }  

    .btn[class*="btn-theme-"] {
        min-width: 250px;
        min-height: 65px;
        background-size: cover;
        background-repeat: no-repeat !important;
        margin: 0 30px 30px 0;
    }

    #modalPhonemicChartThemes .modal-body {
        padding: 50px 0;
    }


    .modal .modal-dialog .modal-content, .modal .modal-dialog .modal-body {
        background-color: var(--modal-body-bg);
        color: var(--modal-body-text-color);
        /* border-radius: 5px; */
    }

    .modal .modal-dialog .modal-content .modal-header {
        background-color: var(--modal-header-bg-color);
        border-bottom: 1px solid var(--modal-header-border-color);
        color: var(--modal-header-text-color);
    }

    .modal .modal-dialog .modal-content {
        border: 0;
    }

    .modal .modal-content {
        border: var(--modal-border) !important;
    }

    .phonemic-chart{
        background-color: var(--phonemic-chart-body-bg);
        width: 100%;
        height: 100%;
        margin-bottom: 30px;
        padding: 5px 30px;
    }

    .phonemic-chart .phonemic-chart-nav-filters-wrapper {
        width: 100%;
        height: 100%;
    }

    .phonemic-chart .phonemic-chart-wrapper {
        width: 100%;
    }

    .phonemic-chart .phonemic-chart-navbar {
        width: 100%;
        background: var(--navbar-bg-color);
        border-radius: 10px;
        padding: 10px 20px;
        margin-bottom: 30px;
    }

    .phonemic-chart-nav {
        display: flex;
        flex-direction: column;
        margin: 15px 0;
        padding: 0;
    }
    .phonemic-chart-nav li {
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        width: 100%;
        margin: 3px;
        padding: 5px 0;
        list-style: none;
        cursor: pointer;
        transition: all .5s;
        border: solid 2px var(--btn-filter-bg-notselected-border-color);
        color: var(--btn-filter-bg-notselected-border-color);
        border-radius: 5px;
        background-color: var(--btn-filter-bg-notselected-color);
        transition: all 0.2s ease-out;
    }

    .phonemic-chart-nav li.selected {
        background-color: var(--btn-filter-bg-selected-color);
        color: var(--btn-filter-bg-notselected-color);
    }

    .phonemic-chart-nav li:hover {
        /* background-color: var(--btn-filter-bg-color); */
        transform: scale(1.1);
    }
    .phonemic-chart-nav strong {
        width: 120px;
    }
    .phonemic-chart-nav {
        display: flex;
        flex-direction: column;
        margin: 15px 0;
        padding: 0;
    }

    .phonemic-chart-theme {
        transform: scale(1.2);
    }

    .phonemic-chart-nav .btn-phonemic-chart-nav-theme {
        width: 100%;
        height: 40px;
        padding: 5px;
        border-radius: 5px;
        background: var(--navbar-filter-theme-bg);
        background-size:contain;
    }

    .phonemic-chart-nav .btn-phonemic-chart-nav-theme:hover {
        cursor: pointer;
    }

    .phonemic-vowels-nav {
        display: flex;
        margin: 15px 0;
        padding: 0;
    }

    .phonemic-vowels-nav li {
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        width: 100%;
        padding: 5px 0;
        list-style: none;
        cursor: pointer;
        transition: all .5s;
        color: var(--btn-filter-bg-notselected-border-color);
        border: 2px solid var(--btn-filter-bg-notselected-border-color);
        border-radius: 5px;
        background-color: var(--btn-filter-bg-notselected-color);
        transition: all 0.2s ease-out;
    }

    .phonemic-vowels-nav li.selected {
        background-color: var(--btn-filter-bg-color);
        color: var(--btn-filter-bg-notselected-color);
    }

    .phonemic-vowels-nav li:first-child {
        border-radius: 5px 0 0 5px;
    }

    .phonemic-vowels-nav li:last-child {
        border-radius: 0 5px 5px 0;
    }

    .phonemic-vowels-nav li:hover {
        /* background-color: var(--btn-filter-bg-color); */
        /* transform: scale(1.1); */
    }
    .phonemic-vowels-nav strong {
        width: 120px;
    }


    /* .keyboard-mode-nav {
        display: flex;
        margin: 15px 0;
        padding: 0;
    }

    .keyboard-mode-nav li {
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        width: 100%;
        padding: 5px 0;
        list-style: none;
        cursor: pointer;
        transition: all .5s;
        color: var(--btn-filter-bg-notselected-border-color);
        border: 2px solid var(--btn-filter-bg-notselected-border-color);
        border-radius: 5px;
        background-color: var(--btn-filter-bg-notselected-color);
        transition: all 0.2s ease-out;
    }

    .keyboard-mode-nav li.selected {
        background-color: var(--btn-filter-bg-color);
        color: var(--btn-filter-bg-notselected-color);
    }

    .keyboard-mode-nav li:hover {
        background-color: var(--btn-filter-bg-color);
        transform: scale(1.1);
    } */

    .keyboard-mode-nav {
        font-size: 45px;
        color: var(--btn-filter-keyboard-color);
        transition: all .5s ease-out;
    }

    .keyboard-mode-nav:hover {
        cursor: pointer;
    }

    .phonemic-chart-filter {
        display: block;
    }

    .phonemic-chart-filter.hide {
        display: none;
    }

    .phonemic-chart-filter .phonemic-chart-item {
        font-size: 65px;
        display: flex;
        align-items: start;
        justify-content: center;
        box-sizing: border-box;
        width: 150px;
        height: 150px;
        color: #fff;
        box-shadow: var(--phonemic-chart-item-box-shadow);
        /* box-shadow: 0 0 0 2px #f1f1f1 inset; */
        -webkit-border-radius: var(--phonemic-chart-item-box-border-radius);
        -moz-border-radius: var(--phonemic-chart-item-box-border-radius);
        border-radius: var(--phonemic-chart-item-box-border-radius);
        transition: all 0.1s ease-out;
        margin-top: 0;
    }

    .phonemic-chart-filter .phonemic-chart-item span.phonemic-chart-item-text {
        position: absolute;
        top: 0;
    }

    /* .phonemic-chart-filter .phonemic-chart-item.ofuscated {
        opacity: 0.4 !important;
    } */

    .phonemic-chart-filter .phonemic-chart-item:hover {
        cursor: pointer;
        /* transform: scale(1.1) !important; */
    }

    .phonemic-chart-filter .phonemic-chart-item .phonemic-chart-item-example {
        position: absolute;
        background: var(--phonemic-chart-item-box-sample-bg);
        width: 100%;
        font-size: 16px;
        bottom: 35px;
        text-align: center;
        display: block;
        max-height: 25px;
    }

    .phonemic-chart-filter .phonemic-chart-item .phonemic-chart-item-example i {
        text-decoration: underline;
        font-weight: bold;
        /* background-color: rgba(0,0,0,0.2); */
    }

    .phonemic-chart-filter .phonemic-chart-item .phonemic-chart-item-example-phonemics {
        position: absolute;
        background: var(--phonemic-chart-item-box-sample-bg);
        width: 100%;
        font-size: 16px;
        bottom: 10px;
        text-align: center;
        display: block;
        max-height: 25px;
    }

    .phonemic-chart-filter .phonemic-chart-item.phonemic-chart-item-keyboard-mode {
        /* width: 50px;
        height: 50px; */
        transform: scale(0.4) !important;
    }

    .phonemic-chart-filter .phonemic-chart-item .bb-phonemic-chart-item-atomic-number, .phonemic-chart-keyboard-filter .phonemic-chart-keyboard-item .bb-phonemic-chart-item-atomic-number {
        position: absolute;
        top: 5px;
        right: 5px;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
    }

    .phonemic-chart-keyboard-filter .phonemic-chart-keyboard-item .bb-phonemic-chart-item-atomic-number {
        font-size: 10px;
    }


    .phonemic-chart-keyboard-filter {
        display: block;
    }

    .phonemic-chart-keyboard-filter.hide {
        display: none;
    }

    .phonemic-chart-keyboard-filter .phonemic-chart-keyboard-text input#phonemicChartKeyboardTxt {
		width: 100%;
		border: solid 2px var(--keyboard-txt-input-border-color);
		box-sizing: border-box;
		font-family: Helvetica;
		font-size: 25px;
		color: var(--keyboard-txt-input-color);
		background: transparent;
        outline-width: 0px;
        border-radius: 5px;
        margin-bottom: 30px;
        text-align: center;
        padding: 5px 0;
	}


    .phonemic-chart-keyboard-filter .phonemic-chart-keyboard-item {
        font-size: 45px;
        display: flex;
        flex-wrap: wrap !important;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        width: 80px;
        height: 80px;
        color: #fff;
        box-shadow: var(--phonemic-chart-item-box-shadow);
        /* box-shadow: 0 0 0 2px #f1f1f1 inset; */
        -webkit-border-radius: var(--phonemic-chart-item-box-border-radius);
        -moz-border-radius: var(--phonemic-chart-item-box-border-radius);
        border-radius: var(--phonemic-chart-item-box-border-radius);
        transition: all 0.1s ease-out;
    }

    /* .phonemic-chart-keyboard-filter .phonemic-chart-keyboard-item.ofuscated {
        opacity: 0.4 !important;
    } */

    .phonemic-chart-keyboard-filter .phonemic-chart-keyboard-item:hover {
        cursor: pointer;
        /* transform: scale(1.1) !important; */
        /* opacity: 0.4 !important; */
        /* font-size: 50px; */
        /* font-weight: bold; */
    }

    .phonemic-chart-keyboard-filter .phonemic-chart-keyboard-item.phonemic-chart-keyboard-item-keyboard-mode span.phonemic-chart-keyboard-item-example {
        display: none;
    }

    .phonemic-chart-filter .box-category-1, .phonemic-chart-keyboard-filter .box-category-1 {
        background: var(--phonemic-chart-item-category1-bg);
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        color: var(--phonemic-chart-item-category1-text-color);
    }

    .phonemic-chart-filter .box-category-2, .phonemic-chart-keyboard-filter .box-category-2 {
        background: var(--phonemic-chart-item-category2-bg);
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        color: var(--phonemic-chart-item-category2-text-color);
    }    
    
    .phonemic-chart-filter .box-category-3, .phonemic-chart-keyboard-filter .box-category-3 {
        background: var(--phonemic-chart-item-category3-bg);
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        color: var(--phonemic-chart-item-category3-text-color);
    }

    .phonemic-chart-filter .box-category-4, .phonemic-chart-keyboard-filter .box-category-4 {
        background: var(--phonemic-chart-item-category4-bg);
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        color: var(--phonemic-chart-item-category4-text-color);
    }

    /* .phonemic-chart-keyboard-filter .box-green {
        background: #009900;
    }
    .phonemic-chart-keyboard-filter .box-lightgreen {
        background: #ADF2A4;
        color: #005700;
    }
    .phonemic-chart-keyboard-filter .box-brown {
        background: #67452C;
    }
    .phonemic-chart-keyboard-filter .box-lightbrown {
        background: #DABCA7;
        color: rgb(43, 26, 15);
    } */

    .phonemic-chart-search-nav {
        background:var(--search-bg-color);
        font: 13px monospace;
        color: var(--search-txt-color);
        border-radius: 5px;
    }

    .phonemic-chart-search-nav .phonemes-search .phonemes-search-innr .search p {
        margin-top:30px;
    }

    .phonemic-chart-search-nav .phonemes-search {
        display:table;
        width:100%;
        padding: 0 20px;
        /* height:100%; */
        height: 60px;        
    }
    .phonemic-chart-search-nav .phonemes-search-innr{
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding-top: 15px;
    }
    
    .phonemic-chart-search-nav .phonemes-search .phonemes-search-innr .search {
        display: inline-block;
        position: relative;
        height: 35px;
        width: 35px;
        box-sizing: border-box;
        margin: 0px 8px 7px 0px;
        padding: 7px 9px 0px 9px;
        border: 3px solid var(--search-icn-color);
        border-radius: 25px;
        transition: all 200ms ease;
        cursor: text;
    }

    .phonemic-chart-search-nav .phonemes-search .phonemes-search-innr .search:after {
		content: "";
		position: absolute;
		width: 3px;
		height: 20px;
		right: -5px;
		top: 21px;
		background: var(--search-icn-color);
		border-radius: 3px;
		transform: rotate(-45deg);
		transition: all 200ms ease;
    }

    .phonemic-chart-search-nav .phonemes-search .phonemes-search-innr .search input {
		width: 100%;
		border: none;
		box-sizing: border-box;
		font-family: Helvetica;
		font-size: 15px;
		color: inherit;
		background: transparent;
		outline-width: 0px;
	}
    
    .phonemic-chart-search-nav .phonemes-search .phonemes-search-innr .search.active,
	.phonemic-chart-search-nav .phonemes-search .phonemes-search-innr .search:hover {
		width: 100%;
		margin-right: 0px;
    }

    .phonemic-chart-search-nav .phonemes-search .phonemes-search-innr .search:hover:after {
        height: 0px;	
    }

    #modalPhonemicChartDetails .phonemic-chart-details-content {
        width: 100%;
        display: none;
        padding: 20px 30px;
    }

    #modalPhonemicChartDetails .phonemic-chart-details-content.active {
        display: block;
    }

    #modalPhonemicChartDetails .phonemic-chart-details-content .phonemic-chart-details-content-theme {
        width: 100%;
        /* display: none; */
        margin-bottom: 20px;
    }

    #modalPhonemicChartDetails .phonemic-chart-details-content .phonemic-chart-details-content-theme.active {
        display: block;
    }


    #modalPhonemicChartDetails .phonemic-chart-details-content#waitMessage h2 {
        font-size: 40px;
    }

    #modalPhonemicChartDetails .phonemic-chart-details-content#waitMessage p {
        font-size: 28px;
        color: var(--modal-body-text-color);
    }

    #modalPhonemicChartDetails .phonemic-chart-details-content#waitMessage b{
        text-align: center;
        font-size: 50px;
        width: 100%;
        display: inline-block;
    }