/** plugin: Sidebar Tweaks #2.0 code **/
.main-sidebar .sidebar li span {
    text-transform: capitalize;
}

.main-sidebar .sidebar li.subsection {
    padding-left: 30px;
}

.main-sidebar .sidebar li .sidebar-text, .main-sidebar .sidebar li a {
    font-size: 0.9em;
    letter-spacing: inherit; 
    line-height: 15px;
}

.campaign .content {
    text-align: left;
}

.map-helper {
    display: none;
}

.sidebar-menu .subsection span {
    font-weight: normal;
    font-size: 1em;
    letter-spacing: 0.5px;
}
.sidebar-menu span {
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 1.3px;
}

/** plugin: Elegant Music Embeds #1.0 code **/
/*Music  Embeds */
.panel-body iframe {
    width: 100%;
    height: 85px;
}

.box-body iframe {
    width: 100%;
    height: 85px;
}

/** plugin: No Fluff #1.2.1 code **/
/* Custom properties to allow easy disabling of individual things */
/*
:root {
    --footer-nofluff: block;
    --boosted-text-nofluff: inline-block;--boosted-rocket-nofluff: inline-block;
    --help-block-nofluff: inline-block;--dead-bottom-margin-nofluff: 15px;
}
*/

/* Removes the footer that usually has links and such */
footer#footer.main-footer {
    display: var(--footer-nofluff, none);
}

/* Removes "Boosted" text and boosted rocket */
strong.text-maroon,
strong.text-maroon ~ p.help-block,
strong.text-maroon ~ br{
    display: var(--boosted-text-nofluff, none);
}
.fas.fa-rocket,
.label.label-default.bg-maroon.pull-right {
    display: var(--boosted-rocket-nofluff, none);
}


/* Removes help blocks */
.help-block {
    display: var(--help-block-nofluff, none);
}

/** plugin: Waldue&#039;s Font Overhaul #1.3 code **/
/*This is a simple overhaul to the general fonts used for the headers*/
/*as well as the general text and the campaign name in the sidebar.*/

@import url('https://fonts.googleapis.com/css2?family=Hind+Guntur&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+Great+Primer+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&display=swap');

/*if this does not work*/
/*import the fonts manually and put them on top of your CSS*/

/* Entity-Name with shadow */
.entity-name {
    display: inline-block;
    font-size: 36px;    
    color: #fff !important;
    text-shadow: 4px 4px 3px black !important;
}
/*end section*/

/*Font-size Entities */
.box-body {
    padding: 10px;
    font-size: 16px;
}
/*end section*/

/*Entity-Icon*/
.entity-header .entity-name-header i.entity-icons {
    margin-left: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
}
/*end section*/

/*Entity-Icon below*/
.entity-header .entity-header-col .entity-header-sub {
    padding-top: 12px;
    color: #fff;
}
/*end section*/

/*ENTITY PAGE NAMES*/
.entity-actions h1 {
margin: 0;
padding: 1px 0px 4px 4px;
font-size: 28px;
letter-spacing: 0.40px;
display: inline-block;
text-align: center;
font-weight: 400;
font-family: 'Cinzel Decorative', cursive, 'Palatino Linotype', fantasy, 'Book Antiqua', Palatino, serif; }
/*END SECTION*/

/*THE FONT EVERYWHERE ELSE*/
body {
letter-spacing: .5px;
font-size: 16px;
font-family: 'Hind Guntur';
line-height: 1.45; }

body a, a, h4, h5, h6 { font-family: 'Hind Guntur'; }
/*END SECTION*/

/*Font size h6 after 1.41*/

h6 {
    font-size: small;
}

/*end section*/

/*new Sidebar Tweak mostly because I am just wildly trying out stuff*/
.main-sidebar .sidebar li .fa, .main-sidebar .sidebar li .fa-brands, .main-sidebar .sidebar li .fa-duotone, .main-sidebar .sidebar li .fa-light, .main-sidebar .sidebar li .fa-regular, .main-sidebar .sidebar li .fa-solid, .main-sidebar .sidebar li .fa-thin, .main-sidebar .sidebar li .fab, .main-sidebar .sidebar li .far, .main-sidebar .sidebar li .fas, .main-sidebar .sidebar li .ra {
  font-size: 16px;
  vertical-align: baseline;
}

.main-sidebar .sidebar-menu li a, .main-sidebar .sidebar-menu li span {
  font-size: 14px;
}

/*End of section*/

/*HEADERS IN ENTITY ARTICLES*/
h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a, #campaign-dashboard body a, #campaign-dashboard a { font-family: 'Cinzel Decorative'; }
/*END SECTION*/

/*Small dashboard widget fix*/

#campaign-dashboard .panel-body a, #campaign-dashboard .more a { 
font-family: 'Hind Guntur'; 
}
/*end section*/

/*SIDEBAR CAMPAIGN NAME */
section.sidebar-campaign .campaign-block .campaign-head .campaign-name {
font-family: 'IM Fell Great Primer SC';
font-size: 20px;
font-weight: inherit;
margin-bottom: 4px;
line-height: normal;
max-height: 35px; }
/*END SECTION*/

/** plugin: Round Entity Images #1.1 code **/
.entity-header-image :is(.entity-image, picture > img) {
    border-radius: 100%;
}

/** plugin: Sidebar Category Capitalization #1.0 code **/
/* sidebar font tweaks */
.main-sidebar .sidebar li.subsection a {text-transform: capitalize;}
.main-sidebar .sidebar li.subsection {padding-left: 28px;}
.main-sidebar .sidebar li .sidebar-text, .main-sidebar .sidebar li a {font-size: 0.9em;}

