/*==================================
Theme Color All Codes Variable
==================================*/

:root {
    --theme-general-color: #606265;
    /* theme general color ok */
}
:root {
    --theme-primary-color: #802d84;
    /* theme primary color ok */
}
:root {
    --theme-secondary-color: #2c3552;
    /* theme secondary color ok */
}
:root {
    --theme-white-color: #ffffff;
    /* theme white font color ok */
}
:root {
    --theme-gray-color: #f5f6f8;
    /* theme gray font color ok */
}
:root {
    --theme-light-color: #f8f9fc;
    /* theme light gray color ok */
}
:root {
    --theme-text-gray: #bcbdbf;
    /* theme text gray color ok*/
}
:root {
    --theme-dark-color: #181b1e;
    /* theme dark color*/
}

:root {
    --theme-footer-color: #1a1e2c;
    /* theme dark color ok*/
}

:root {
    --theme-primary-opacity-color: rgba(128, 45, 132, .8);
    /* theme secondary color ok */
}
:root {
    --theme-white-opacity-color: rgba(255, 255, 255, .8);
    /* theme secondary color ok */
}
:root {
    --theme-secondary-opacity-color: rgba(44, 53, 82, .8);
    /* theme secondary color ok */
}

:root {
    --theme-extra1-opacity-color: rgba(34, 144, 135, .8);
    /* theme secondary color*/
}

:root {
    --theme-extra2-opacity-color: rgba(29, 45, 58, .8);
    /* theme secondary color*/
}


/*==================================
Font Variable
==================================*/

:root {
    --theme-general-font: 'Quicksand', sans-serif;
    /* Font use for normal text and general text ok */
}

:root {
    --theme-highlight-font: 'Barlow Condensed', sans-serif;
    /* Font used in title or special area ok */
}

:root {
    --theme-hiperlink-font: 'Quicksand', sans-serif;
    /* Font use for normal text and link text */
}
#page_wrapper {
	background-color: var(--theme-gray-color);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--theme-highlight-font);
    color: var(--theme-secondary-color);
    font-weight: 700;
}
h1,
.h1 {
    font-size: 48px;
}
h2,
.h2 {
    font-size: 42px;
}
h3,
.h3 {
    font-size: 36px;
}
h4,
.h4 {
    font-size: 30px;
}
h5,
.h5 {
    font-size: 24px;
}
h6,
.h6 {
    font-size: 21px;
}
.dropdown-item {
    font-size: 14px;
    font-weight: 600;
}
.box-header .main-nav .nav-link {
	font-weight: 600;
}
