@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

@font-face {
    font-family: 'DidotBoldItalic';
    src: url("fonts/DidotBoldItalic.ttf");
}

body {
    background-color: #232222;
    font-family: 'Montserrat', sans-serif; 
    /* font-weight: 300; */
}


:root {
    --main_padding: 75px;
}

/* for down arrow on home page */
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 40
}

.button_pressed {
    filter: brightness(80%);
}
@media (max-width: 1200px) {
    :root {
        --main_padding: 20px;
    }
    /* don't show any of the top stuff on small screen */
    #top_menu, #top_menu3, #main_menu {
        display: none !important;
    }
    #top_logo {
        display: none !important;
    }
    #mobile_logo {
        width: 220px;
    }
    .topnav {
        display: block !important;
    }
    .topnav a:hover {
        filter: brightness(75%);
    
    } 
    #cover_img {
        margin-top: -110px;
    }
    .mdropdown {
        width: 100%;    
    }
    .mdropdown-content {
        background-color: #232222;
        padding-left: 50px;
    }
    #top_menu3_mobile, #top_menu3_mobile mdropdown {
        display: flex !important;
    }
    /* mobile footer */
    #footer {
        display: none;
    }
    #footer_links {
        display: none !important;
    }
    #social_links {
        display: none !important;
    }
    #tnmt_policy {
        display: none !important;
    }
    #footer_mobile {
        display: block !important;
    }
    #social_links_mobile {
        display: flex !important;
    }
    #footer_links_mobile {
        display: block !important;
    }
    #tnmt_policy {
        display: flex;
    }
    #contact a {
        color: white;
    }
    #contact a:hover {
        text-decoration: none;
        filter: brightness(80%);
    }
    .faq {
        padding: 10px 20px 10px 20px;
    }

}

@media (max-width: 450px) {
    .page_title {
        font-size: 25px !important;
    }
    #subscribe {
        color: white;
        font-weight: 400;
        font-size: 20px;
        padding: 20px;
        padding-left: var(--main_padding);
    }
    #subscribe label {
        margin-right: 20px;
    }
    #mce-EMAIL {
        width: 160px;
    }
    #subscribe input[type=button] {
        background: #D9BD92;
        border-radius: 0px;
        border: none;
    }
}
@media (max-width: 350px) {
    #mobile_logo {
        width: 200px;
    }
}

h1, h2, h3, h4, h5, h6, .footer_stuff {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: white;
}

.banner_text h2 {
    color: black;
    font-size: 35px;
    font-weight: 500;
}
.banner_text p {
    font-size: 26px;
    font-weight: 400;
}
.banner_text a {
    color: darkgray;
}
.banner_text a: hover {
    text-decoration: none;
    filter: brightness(70%);
}
.page_title {
    font-size: 45px;
    font-weight: 700;
}
.centered {
    text-align: center !important;
}
.list_title {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}
#inner_top_k {
    width: 100%;
    max-width: 930px;
    margin: auto;
    padding: 20px;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background: black;
}
.new_main {
    width: 100%;
    color: white;
    font-size: 18px;
    background-color: #232222;
    padding-top: 30px;
    padding-left: var(--main_padding);
    padding-right: var(--main_padding);
    clear: both;
}
.new_main a {
    color: lightgray;
    text-decoration: none;
}
.new_main a:hover {
    color: white;
    text-decoration: none;
}
.new_main_inner {
    padding-left: var(--main_padding);
}
.new_inner {
    width: 100%;
    max-width: 750px;
    margin: auto;
}

.new_inner1000 {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
.clean {
    background-color: none;
    border: none;
}

/* for base2.html mobile */
.topnav {
    display: none;
}
 /* Style the navigation menu */
.topnav {
  overflow: hidden;
  position: relative;
  background-color: transparent;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
  background-color: #232222;
}
/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
}

/* Style the active link (or home/logo) */
.active {
}

#top_menu3_mobile {
    display: none;
    justify-content: space-between;
    color: #D9BD92;
    font-weight: 600;
    margin-left: var(--main_padding);
    margin-right: var(--main_padding);
}
#top_menu3_mobile a {
    color: #D9BD92;
}

/* for base2.html top menu */
#top_logo {
    width: 380px;
    margin-top: 2%;
    display: block;
    float: left;
}
#top_header {
    display: block;
    width: 100%;
    margin: auto;
    padding-right: var(--main_padding);
    padding-left: var(--main_padding);
}
#top_menu {
    display: block;
    float: right;
    width: 650px;
    margin-top: 2%;
}
#top_menu3 {
    display: inline-flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    font-weight: 900;
    font-size: 1.2em;
}
#top_menu3 a {
    color: #D9BD92; 
    font-weight: 900;
    white-space: nowrap;
}
#main_menu {
    display: inline-flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: 0px;
    text-align: right;
    padding-top: 30px;
    font-size: 1.1em;
    white-space: nowrap; 
}
#main_menu a {
    color: white;
}
#main_menu a:hover {
    filter: brightness(80%);
}
.mdropdown {
    display: inline-block;
    position: relative;
}
.mdropdown a:hover {
    text-decoration: none;
    filter: brightness(120%);
}
.mdropdown-content {
    display: none;
    position: absolute;
    width: 100%; 
    overflow: auto;
    z-index: 1000;
    text-align: left;
    background-color: #232222; 
    transition: max-height 10s; 
} 
.mdropdown:hover .mdropdown-content {
    display: block;
}
.mdropdown-content a {
    display: block;
    padding: 5px;
    text-decoration: none;
}
.mdropdown-content a:hover {
    filter: brightness(120%);
}

/* footer stuff */
#footer {
    background-color: #030406;
}
#subscribe {
    color: white;
    font-weight: 400;
    font-size: 20px;
    padding: 50px;
    padding-left: var(--main_padding);
}
#subscribe label {
    margin-right: 40px;
}
#subscribe input[type=text] {
    color: black;
}
#subscribe input[type=button] {
    background: #D9BD92;
    border-radius: 0px;
    border: none;
}

#footer_links {
    background-color: #030406;
    color: white;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    white-space: nowrap; 
    padding-left: var(--main_padding);
    padding-right: var(--main_padding);
}

#footer_links a {
    color: white;
    text-decoration: none;
}
#footer_links a:hover {
    filter: brightness(80%);
}
#footer_links h2 {
    font-size: 18px;
}
.footer_col ul {
    list-style-type: none;        
    padding-left: 0;
}
.footer_col li {
    padding-top: 10px;
}
#visit a {
    color: white;
    text-decoration: none;
}
#visit a:hover {
    filter: brightness(80%);
}
#social_links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    background-color: #030406;
    gap: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}
#tnmt_policy {
    display: flex;
    justify-content: right;
    background-color: black;
    color: #D9BD92;
    margin-top: -60px;
    margin-right: var(--main_padding);
    height: 30px;
}
#tnmt_policy a {
    color: #D9BD92;
    text-decoration: none;
}
#tnmt_policy a:hover {
    filter: brightness(130%);
}
/* footer mobile stuff */
#footer_mobile {
    background-color: #030406;
    display: none;
}
#subscribe_mobile {
    color: white;
    font-weight: 400;
    font-size: 20px;
    padding: 50px;
    padding-left: var(--main_padding);
}
#subscribe_mobile label {
    margin-right: 40px;
}
#subscribe_mobile input[type=text] {
    color: black;
}
#subscribe_mobile input[type=button] {
    background: #D9BD92;
    border-radius: 0px;
    border: none;
}

#footer_links_mobile {
    background-color: #030406;
    color: white;
    display: none;
    white-space: nowrap; 
    padding-left: var(--main_padding);
    padding-right: var(--main_padding);
}

#footer_links_mobile a {
    color: white;
    text-decoration: none;
}
#footer_links_mobile a:hover {
    filter: brightness(80%);
}
#footer_links_mobile h2 {
    font-size: 18px;
}
.footer_col_mobile ul {
    list-style-type: none;        
    padding-left: 0;
}
.footer_col_mobile li {
    padding-top: 10px;
}
#social_links_mobile {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    background-color: #030406;
    gap: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
}
#tnmt_policy_mobile {
    display: flex;
    justify-content: right;
    background-color: black;
    color: #D9BD92;
    margin-top: -60px;
    margin-right: var(--main_padding);
    height: 30px;
}
#tnmt_policy_mobile a {
    color: #D9BD92;
    text-decoration: none;
}
#tnmt_policy_mobile a:hover {
    filter: brightness(130%);
}


/*  For forms */
.marshall_form {
    color: white
    background-color: #232222;
}

.marshall_form input[type=text] {
    color: white;
    background-color: #232222;
    border-radius: 0px;
    border: 1px solid white;
}
.marshall_form input[type=checkbox] ul {
    list-style: none !important;
}
.marshall_form input[type=submit] {
    text-align: center;
    margin: auto;
}

.marshall_form textarea {
    background-color: #232222;
    color: white;
    border: 1px solid white;
}
.marshall_form select {
    background-color: #232222;
}
.button_gold {
    background-color: #D9BD92;
    color: black;
    text-transform: uppercase;
    border: 1px solid #D9BD92;
    border-radius: 0px !important;
    font-weight: 600px !important;
    font-size: 15px;
    height: 52px;
    padding-left: 40px;
    padding-right: 40px;
}
.button_black {
    background-color: #232222;
    color: #D9BD92;
    border: 1px solid #D9BD92;
    border-radius: 0px !important;
    text-transform: uppercase;
    font-weight: 600px !important;
    font-size: 15px;
    height: 52px;
    padding-left: 40px;
    padding-right: 40px;
}
.center_button {
    width: fit-content;
    margin: auto;
}

/* expandable bars for faq, private etc... */
.faq {
    background-color: rgba(217, 217, 217, 0.1);
    padding: 10px 60px 10px 60px;
    font-size: 18px;
    font-weight: 400;
    color: white;
    margin-bottom: 10px;
}

.faq a:hover {
    font-weight: 600;
}
.faq:hover {
    background-color: rgba(217, 217, 217, 0.6);
}

