@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rancho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+DW+Pica&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Eczar:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varta:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&display=swap');

 :root {
     /*--dndskills-orange: #b75502;*/
     --dndskills-orange: #bf6315;
     /*--dndskills-orange: #ff7e13;*/
 }

html,
body {
    width: 100%;
    height: 100%;
    font-size: 17px;
    background-color: var(--dndskills-orange);
    scrollbar-width: thin;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #321703;
}
img {
    width: 100%;
}
body, button, input, optgroup, select, textarea {
    font-family: 'Varta', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.title, .heading-light, .heading-medium, .heading-semi-bold,
.heading-bold, .heading-semi-black, .heading-black{
    font-family: 'IM Fell DW Pica', serif;
    /*font-family: 'Lora', serif;*/
    /*font-family: 'Alice', serif;*/

}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.5rem;
    font-weight: 500;
}
a {
    color: white;
}
a:focus, a:hover {
    text-decoration: none;
}
.title {
    margin-bottom: 35px;
    min-height: 32px;
    font-weight: 700;
}
.heading-light{
    font-weight: 300 !important;
}
.heading-medium{
    font-weight: 500 !important;
}
.heading-semi-bold{
    font-weight: 600 !important;
}
.heading-bold{
    font-weight: 700 !important;
}
.heading-semi-black{
    font-weight: 800 !important;
}
.heading-black{
    font-weight: 900 !important;
}

/*----------------------------------------------
* Sections
----------------------------------------------*/
.footerbg {
    background-image: linear-gradient(40deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 85%), url(../img/dragonscale-bg.png) !important;
   background-repeat: repeat;
    position: relative;
    display: flex;
}
/*.footerbg .container{*/
/*    align-self: center;*/
/*}*/
/*.hero-header .container{*/
/*    z-index: 2;*/
/*    position: relative;*/
/*}*/
.brand {
    color: #fff;
    text-align: center;
}
.brand h1 {
    font-size: 3.8em;
    font-weight: 800;
}
.mb-5 {
    margin-bottom: 2rem !important;
}
/*.raised-section {*/
/*    margin: -60px 30px 0px;*/
/*    border-radius: 6px;*/
/*    background: #FFFFFF;*/
/*    position: relative;*/
/*    z-index: 3;*/
/*}*/
/*----------------------------------------------
* Navigation
----------------------------------------------*/
.navbar{
    min-height: 70px;
}
.navbar {
    background: var(--dndskills-orange) !important;
}
.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}
.nav-brand-logo{
    width: 75px;
}
.icon-togger{
    width: 24px;
    color: #fff;
}
.navbar-nav .nav-item .nav-link {
    padding: .5rem 1rem !important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 38px;
}
.navbar-nav .nav-link em, .navbar-nav .nav-link i{
    font-size: 18px;
}
/*.navbar.navbar-transparent {*/
/*    background-color: transparent;*/
/*    box-shadow: none;*/
/*    color: #fff;*/
/*    padding-bottom: 0;*/
/*    padding-top: 25px;*/
/*}*/
.dropdown-menu .dropdown-item{
    padding: 6px 1.5rem;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
}
.navbar-toggler {
    font-size: 2rem;
    line-height: 2;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
}
.navbar-toggler:focus{
    outline: none;
}
.dropdown-toggle::after {
    vertical-align: top;
    content: "\f078";
    border-top: none;
    border-right: none;
    border-left: none;
    font-family: "fontawesome";
    font-size: 11px;
    margin-top: -4px;
}
.navbar-nav .dropdown .dropdown-toggle:after {
    margin-top: 0px;
}
.btn-group .dropdown-toggle:after{
    font-size: 17px;
}
.btn+.dropdown-toggle-split {
    padding-right: 1.5rem;
}
/*----------------------------------------------
* Form Elements
----------------------------------------------*/
.form-control{
    font-size: 15px;
    padding: .65rem .75rem;
    transition: background 0s ease-out;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
    transition-duration: 0.3s;
}
.form-control-lg{
    padding: .85rem 0.85rem;
    font-size: 16px;
    margin-bottom: 20px;
}
.form-control-sm{
    padding: .45rem 0.55rem;
    font-size: 12px;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 6px);
    margin-bottom: 20px;
    color: grey;
}
.input-group .input-group-addon {
    background: transparent;
}
.input-group .input-group-addon em{
    font-size: 14px;
}
/*----------------------------------------------
* Progress bars / Badges / Pagination
----------------------------------------------*/
.progress{
    margin-bottom: 20px;
}
.progress-bar {
    height: 4px;
}
.progress-bar-md{
    height: 8px;
}
.progress-bar-lg{
    height: 16px;
}
.badge{
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    padding: 6px 12px;
}
/*----------------------------------------------
* Utilities
----------------------------------------------*/
.icon-xl {
    font-size: 80px;
}
.icon-lg {
    font-size: 60px;
}
.icon-md {
    font-size: 45px;
}
.icon-sm {
    font-size: 30px;
}
.border-none{
    border: none !important;
    border-color: transparent !important;
}
.border-all{
    border: 1px solid #DEE5E5 !important;
}
.border-left{
    border-left: 1px solid #DEE5E5 !important;
}
.border-right{
    border-right: 1px solid #DEE5E5 !important;
}
.border-top{
    border-top: 1px solid #DEE5E5 !important;
}
.border-bottom{
    border-bottom: 1px solid #DEE5E5 !important;
}
/*----------------------------------------------
* CUSTOM
----------------------------------------------*/
/*.bg-inverse.footerbg {*/
/*    background-image: url("/img/bhc.jpg");*/
/*}*/
.flex-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.flex-item {
    padding: 15px;
    border: solid 1px var(--dndskills-orange);
    width: 32%;
    text-align: center;
    margin-bottom: 20px;
}
.flex-item:hover {
    background: #575652;
}
.flex-item h2 {
    font-size: 32px;
}
.flex-wrapper .flex-item {
    display: flex;
    flex-direction: column;
}
.flex-wrapper .flex-item a {
    margin-top: auto;
    /*width: 50%;*/
}
.flex-wrapper .flex-item {
    align-items: center;
}

.title {
    text-align: center;
}
.footerbg h2 {
    margin-bottom: 5px;
}
.underline {
    border-bottom: solid 2px;
    padding-bottom: 3px;
}
.qq {
    margin-bottom: 10px;
}
.custom-control-indicator {
    right: 0 !important;
    left: unset !important;
}
.custom-control.custom-checkbox.d-block {
    text-align: left;
}
.selections {
    background: white;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.custom-control-description {
    color: grey;
}
.colored-section.bg-inverse.services {
    padding-top: 40px;
    padding-bottom: 40px;
}
.template h5 {
    margin-bottom: 8px;
}
.template.col-md-6 {
    float: left;
}
.left-align {
    text-align: left !important;
}
.right-align {
    text-align: right !important;
}

/* DivTable.com */
.divTable{
    display: table;
    width: 100%;
    margin-bottom: 10px;
    table-layout: fixed;
}
.divTableRow {
    display: table-row;
    word-wrap: break-word;
}
.divTableHeading {
    background-color: var(--dndskills-orange);
    display: table-header-group;
}
.divTableCell, .divTableHead {
    border: 1px solid var(--dndskills-orange);
    display: table-cell;
    padding: 3px 10px;
}
.divTableHeading {
    background-color: var(--dndskills-orange);
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}

.spacer {
    margin-bottom: 10px;
    margin-top: 10px;
}
.template i {
    text-align: right;
    margin-right: 5px;
}
.template table {
    margin-right: auto;
    margin-left: auto;
}
.template left-align {
    text-align: left;
}
.orange-box {
    margin-bottom: 10px;
}
.orange-box p {
    background-color: var(--dndskills-orange);
    padding: 5px;
    margin-bottom: 2px;
}

.bold {
    font-weight: bold;
    color: var(--dndskills-orange);
}
.abilities h5 {
    margin-bottom: 2px;
    margin-top: 10px;
}
.abilities p {
    margin-bottom: 2px;
}
.review-wrapper {
    display: flex;
    justify-content: space-between;
}
.review {
    padding: 5px;
    font-size: 20px;
    width: 33%;
}
.review p {
    margin-bottom: 5px;
    min-height: 60px;
}




/*.colored-section.bg-inverse.services:nth-child(2n+1) {*/
/*    background-color: #000000ba !important;*/
/*}*/
.navbar {
    padding: .2rem 1.5rem;
}
/*#comparison-row-2 {*/
/*    background-color: #000000b8 !important;*/
/*}*/
.topics-row {
    display: flex;
    justify-content: space-between;
}
.topics-col {
    margin: 5px;
    border-right: solid 1px;
    width: 14%;
}
.topics-col:last-child {
    border: none;
}
.topics-col h1 {
    font-size: 20px;
    color: var(--dndskills-orange) !important;
    /* text-decoration: underline; */
    font-family: inherit;
    margin-bottom: 3px;
    font-weight: bold;
    min-height: 50px;
    border-bottom: solid 1px var(--dndskills-orange) !important;
}
.topics-col h2 {
    font-size: 19px;
    font-family: inherit;
    margin-bottom: 3px;
    color: var(--dndskills-orange) !important;
}
.topics-col h3 {
    margin-bottom: 3px;
    font-family: inherit;
    font-size: 17px;
}
.topics-col h4 {
    font-family: inherit;
    font-size: 15px;
    margin-bottom: 3px;
    font-style: italic;
    color: #d7d7d7 !important;
}
.topics-col h5 {
    font-family: inherit;
    font-size: 14px;
    margin-bottom: 3px;
    color: #d7d7d7 !important;
}
.topics-col h1,.topics-col h2,.topics-col h3,.topics-col h4,.topics-col h5 {
    border-bottom: solid 1px #8080804a;
    padding: 2px;
}

.container-big {
    width:1600px;
}


.review-block-wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
}
.review-block {
    padding: 15px;
    background-color: #0000001a;
    border: solid 1px;
    flex-grow: 1;
}
.review-title-wrap {
    display: flex;
    gap: 10px;
    align-items: baseline;
}
.review-block h4 {
    font-size: large;
    color: var(--dndskills-orange) !important;
}
.review-block h3 {
    margin-bottom: 4px;
}
.review-block h3::after {
    content: ' -';
}
.review-header.hero-header a {
    color: white;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--dndskills-orange);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    color: white;
    height: 100%;
    /*aspect-ratio: 4 / 2;*/
}

.spacer-top {
    margin-top:20px;
}
.flex-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.flex-buttons a {
    margin: 5px;
}
.bg-lighter {
    background-color: #2d2c2c !important;
}
.bg-lighter-2 {
    background-color: #353535 !important;
}
.landing-flex-lines-wrapper {
    display: flex;
}
.landing-flex-lines-item {
    border-right: solid;
}
.landing-flex-lines-item:last-child {
    border-right: none;
}
.landing-flex-lines-item h3{
    text-align: center;
    color: var(--dndskills-orange) !important;
}
.landing-flex-lines-item p{
    text-align: center;
}

.blog-cards .col-sm-4 {
    margin-bottom: 25px;
}
.nav-wrap {
    display: flex;
}

.modal-body select {
    background: #332e27;
    color: white;
    border: solid grey 1px;
    padding: 4px;
}
.brand.custom-button {
    margin-top: 30px;
    margin-bottom: -20px;
}
.brand.custom-button a {
    background: #383838;
    border-color: #d9d9d9;
}
.brand.custom-button a:hover {
    background: var(--dndskills-orange) !important;
    color: white !important;
}
.btn.btn-outline-white:hover {
    color: white !important;
}
#campaignModal {
    background: #0000009e;
}
.orange-text {
    color: var(--dndskills-orange) !important;
}
.padding-bottom-zero {
    margin-bottom: 0px;
}
.blog-text {
    font-size: 18px;
    text-align: left;
}
.align-left {
    text-align: left;
}
.blog-text hr {
    box-shadow: 1px 1px #353333;
    background: var(--dndskills-orange);
}
.orange-box {
    padding: 15px;
    margin: 10px;
    font-size: 20px;
    border-radius: 5px;
    background: var(--dndskills-orange);
}
.orange-box-content {
    color: black !important;
}
.blog-text img {
    width: 100%;
    margin-bottom: 10px;
}
.blog-cards .card img{
    width: 100%;
    height: 100%;
}
.blog-cards .card .card-block {
    padding: 0px;
}


.orange-text a {
    color: #7e7afd !important;
    border: none !important;
}
.orange-text a:hover {
    color: #fff !important;
}
.blog-table {
    margin-bottom: 15px;
}
.blog-table th {
    background: var(--dndskills-orange);
    text-align: center;
    border: #bb8a8a solid 1px;
    padding: 5px;
}
.blog-table td {
    border: solid 1px #403d3d;
    padding: 5px;
}
.grey-trans {
    background: #0000003d;
    padding: 10px;
    margin-bottom: 10px;
}
.flex-wrap-evenly {
    display: flex;
    justify-content: space-evenly;
}

.colored-section.hero-header h5 {
    font-size: 22px !important;
}
.p25 {width: 25%;}
.p30 {width: 30%;}
.p35 {width: 35%;}
.p50 {width: 50%;}


.footer-bottom-text {
    text-align: center;
}
.footer-section {
    padding: 10px;
    background: #0d0b0b;
    color: #a69f9f;
}
.services img {
    max-width: 100%;
    border: solid white 1px;
}
.services p {
    font-size: 20px;
}
.services .row {
    align-items: center;
}
.bio-wrap {
    display: flex;
    justify-content: space-around;
    padding: 40px;
   gap: 10px;
}
.bio-item {
    max-width: 60%;
    font-size: 18px;
    align-self: center;
}
.bio-wrap .bio-item p:first-child {
    border-bottom: solid var(--dndskills-orange);
    font-size: 22px;
}
.bg-dark {
    background: #262829 !important;
}
.tab-pane img {
    width: 100%;
}
.tab-flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.tab-flex-wrap .col-sm-4 {
    margin-bottom: 20px;
}
.nav-tabs.nav-tabs-primary > .nav-item > .nav-link.active {
    border-color: #fff;
    background-color: var(--dndskills-orange) !important;
}
.nav-tabs > .nav-item > .nav-link {
    color: #292b2c;
    background-color: #9b7224 !important;
    border: 1px solid #c2c2c2 !important;
}
.nav-tabs > .nav-item > .nav-link:hover {
    color: #fff;
    background-color: #9b7224 !important;
    border: 1px solid #c2c2c2 !important;
}
.orange-paragraph {
    background: #a45b1d40;;
    padding: 25px;
    border-radius: 5px;
    line-height: 2;
}
.orange-paragraph span {
    padding: 0 3px;
    background-color: var(--dndskills-orange);
}
.payment-form-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.payment-form-wrapper form {
    margin: 5px;
}

.notify {
    background: #225495;
    padding: 10px !important;
    min-height: unset !important;
    height: unset;
}
.notify h5 {
    margin: 0;
}
.notify a {
    color: #fff;
    font-style: oblique;
    text-decoration: underline;
}
     /*------NEW CSS------*/
.dnd-section-hero {
    position: relative;
}
.dnd-section-hero h5 a {
    text-decoration: underline;
}
.dnd-section-hero a:hover {
    color: var(--dndskills-orange);
}
.dnd-section-hero .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.dnd-section-hero .row {
    width: 100%;
}
.dnd-of-200 {
    object-fit: cover;
    height: 200px;
}
.dnd-of-250 {
    object-fit: cover;
    height: 250px;
}
.dnd-of-300 {
    object-fit: cover;
    height: 300px;
}
.dnd-of-350 {
    object-fit: cover;
    height: 350px;
}
.dnd-op-cb {
    object-position: center bottom;
}
.dnd-op-ct {
    object-position: center top;
}
.dnd-op-cc {
    object-position: center center;
}
#dnd-section-bio {
    background-image: linear-gradient(40deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 85%), url(../img/dragonscale-bg.png) !important;
}
/*These span rules are for different fonts on question marks - needs to be applied to any numbers*/
.qq span {
    margin-left: 0;
    font-family: 'Cormorant Unicase', serif;
}
.footerbg h2 span {
    margin-left: 0;
    font-family: 'Cormorant Unicase', serif;
}
#custom h2 span {
    margin-left: 0;
    font-family: 'Cormorant Unicase', serif;
}
.fontedit {
    font-family: 'EB Garamond', serif;
    font-feature-settings: 'lnum' 1;
    font-weight: 500;
}
.bio-wrap .bio-item:last-child {
    padding: 20px;
    background: #3e3e3e30;
}
.tbp .container {
    padding: 40px 0;
}
.bio-item span {
    display: flex;
    justify-content: end;
    font-style: italic;
    color: var(--dndskills-orange);
}
.review-header a {
    color: white;
}
.review-header a:hover {
    color: white;
}
.dnd-darken-image .container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .4);
}
.btn-outline-warning {
    border-color: var(--dndskills-orange) !important;
    color: var(--dndskills-orange) !important;
}
.text-warning {
    color: var(--dndskills-orange) !important;
}
.dnd-services .flex-item:hover {
    border: solid 1px white;
    transition: border 300ms ease-in-out;
}
.dnd-services .flex-item {
    background-size: cover;
    aspect-ratio: auto 4 / 2;
}
.dnd-services .flex-item:nth-child(1) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url('/img/mj-hills.webp');
}
.dnd-services .flex-item:nth-child(2) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url('/img/mj-waterfall.webp');
}
.dnd-services .flex-item:nth-child(3) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url('/img/mj-river.webp');
}
.dnd-services .flex-item:nth-child(4) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url('/img/mj-rain.webp');
}
.dnd-services .flex-item:nth-child(5) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url('/img/mj-nature.webp');
}
.dnd-services .flex-item:nth-child(6) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url('/img/mj-hills-2.webp');
}
.brand h5 {
    font-size: 22px;
}
.overview-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px 40px;
}
.og-wrap {
    position: relative;
    width: 30%;
    flex-grow: 1;
}
.og-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100.01%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .6);
    color: white;
    padding: 15px;
    text-align: center;
    border: solid 1px #000;
}
.og-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.og-buttons a {
    min-width: 180px;
}
.footerbg .lead {
    padding: 10px;
}

/*=== MEDIA QUERIES ===*/
@media (min-width: 1300px){
    .container {
        width: 80%;
        max-width: 100%;
    }
}
 @media (min-width: 2000px) {
     .flex-wrapper .flex-item a {
          margin-top: unset;
     }
     .flex-wrapper .flex-item {
         display: flex;
         flex-direction: column;
         justify-content: center;
     }
     .card {
         /*aspect-ratio: 4 / 2;*/
     }
     .card-block {
         display: flex;
         flex-direction: column;
     }
     .card-block p {
         margin-top: auto;
         font-size: 20px;
     }
 }
       /*-----*/
@media (max-width: 1400px){
    .og-buttons a {
         min-width: unset;
    }
}
@media (max-width: 1260px){
    .colored-section.hero-header {
        background-image: url(../img/dndskills-banner-medium-jpeg-high-100.jpg);
        background-position: inherit;
    }
}
@media (max-width: 1200px){
    .flex-item h2 {
        font-size: 24px;
    }
    .flex-item p {
        min-height: 68px;
    }
    .og-buttons a {
        min-width: 180px;
    }
    .og-wrap {
        width: 31%;
    }
}
@media (max-width: 1150px){
    .colored-section.hero-header {
        background-image: url(../img/dndskills-banner-medium-jpeg-high-100.jpg);
        background-position: center;
    }
}
@media (max-width: 1000px){
    .topics-row {
        flex-direction: column;
    }
    .topics-col {
        border: none;
        width: 100%;
    }
    .review-header img {
        height: 450px;
    }
}
@media (max-width: 991px){
    .flex-item h2 {
        font-size: 24px;
        margin-bottom: 5px;
        min-height: 54px;
    }
    .flex-item p {
        min-height: 90px;
    }
    .review p {
        min-height: 90px;
    }
}
@media (max-width: 850px){
   #custom .dnd-of-250 {
        height: 300px;
    }
}
@media (max-width: 800px) {
    .orange-cards-wrapper .mt-4 {
        margin-top: 0px !important;
    }
    .orange-cards-wrapper .col-sm-4 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    .og-wrap {
        width: 49%;
    }
}
@media (max-width: 795px){
    .brand h1 {
        font-size: 2.8em;
        font-weight: 800;
    }
}
@media (max-width: 768px){
    .flex-wrapper {
        flex-direction: column;
    }
    .flex-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .raised-section {
        margin-left: 10px;
        margin-right: 10px;
    }
    .brand h1{
        font-size: 2.5em;
    }
}
@media (max-width: 767px){
    .flex-item h2 {
        font-size: 30px;
        margin-bottom: 20px;
        min-height: unset;
    }
    .flex-item p {
        min-height: unset;
    }
    .review-block {
        width: 100% !important;
    }
    .review-block-wrapper {
        flex-direction: column;
    }
    .bio-wrap {
        flex-direction: column-reverse;
        gap: 20px;
    }
    #dnd-section-bio .container {
        width: 100%;
    }
    .bio-item {
        max-width: unset !important;
    }
    .landing-flex-lines-wrapper {
        flex-direction: column;
    }
    .landing-flex-lines-item {
        border-right: none;
        border-bottom: solid 1px;
        margin-bottom: 15px;
    }
    .landing-flex-lines-item:last-child {
   border-bottom: none;

    }
    .landing-flex-lines-item h3{
        margin-bottom: 5px;
    }
    .blog-cards .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 700px){
    #custom .dnd-of-250 {
        height: 400px;
    }
    .navbar-nav .nav-item .nav-link {
        padding: .5rem 0.6rem !important;
    }
    .navbar-nav .dropdown .dropdown-toggle::after {
        margin-left: 0;
        margin-right: 5px;
    }
    .review-wrapper {
        flex-direction: column;
    }
    .review-header img {
        height: 450px;
    }
    .review {padding:3px; font-size: 18px; width: 100%;}
    .review h3 {margin: 3px; margin-bottom: 20px;}
    .review p {
        margin-bottom: 5px;
        min-height: unset;
    }
}
@media (max-width: 830px){
    .colored-section.hero-header {
        background-image: url(../img/dndskills-banner-short-jpeg-high-100.jpg);
        background-position: inherit;
    }
}
@media (max-width: 600px){
    .colored-section.hero-header {
        background-position: center !important;
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/dndskills-banner-tiny-jpeg-high-100.jpg);
        background-size: cover;
    }
    .hero-header .container {
        width: 500px;
    }
}
@media (max-width: 575px){
    .tbp .container {
        padding: 40px 10px;
    }
    .dnd-section-hero .dnd-of-250 {
        object-fit: cover;
        height: 300px;
    }
    .og-wrap .dnd-of-350 {
        height: 400px;
    }
    .overview-grid {
        padding: 10px;
        gap: 20px;
    }
    #custom .dnd-of-250 {
        height: 450px;
    }
    .card {
        height: 95%;
    }
    .fb_dialog_content {
        display: none;
    }
}
@media (max-width: 500px) {
    .flex-wrap-evenly {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .bio-wrap {
        padding: 10px;
        flex-direction: column;
    }
    .bio-item {
        max-width: unset !important;
        text-align: center !important;
    }
    .blog-cards .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .blog-text img {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .review-header img {
        height: 500px;
    }
    .hero-header .container {
        width: 400px;
    }
    .dnd-contact .container {
        padding: 40px 20px;
    }
}
@media (max-width: 450px){
    .review-header img {
        height: 550px;
    }
}
@media (max-width: 420px) {
    .payment-form-wrapper form {
        margin: 5px;
        border-top: solid 1px;
        padding-top: 10px;
    }
}
@media (max-width: 400px){
    .hero-header .container {
        width: 350px;
    }
    .brand h1 {
        font-size: 2.2em !important;
        font-weight: 800;
    }
    .h5, h5 {
        font-size: 1.1rem;
    }
    .divTable{
        font-size: smaller;
    }
    .divTableCell, .divTableHead {
        border: 1px solid var(--dndskills-orange);
        display: table-cell;
        padding: 3px 5px;
    }
    .review {
        padding: 6px;
        font-size: 18px;
        width: 100%;
    }
    .review h3 {
        margin: 3px;
        margin-bottom: 10px;
    }
    .col-md-6 {
        margin-bottom: 15px;
    }
    .spacer-top.flex-buttons.col-md-12 a {
        margin-left: 0px !important;
    }
    .colored-section.hero-header.home-hero-spacing {
        min-height: 370px;
        padding-bottom: 30px;
    }
    .colored-section.hero-header.mobile-reduced-space {
        min-height: 185px !important;
        padding-bottom: 30px;
    }
    .flex-buttons {
        flex-direction: column;
    }
    .flex-buttons a {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media (max-width: 350px){
    .hero-header .container {
        width: 300px;
    }
}















