:root {
    --body-background-color: White;
    --heading1-text-color: #19243b;
    --heading1_grid-text-color: white;
    --p-text-color: #595959;
    --button3-background-color: white;
    --button3-color:#19243b;
    --button3-hover-background: #e21219;
    --button3-hover-color: white;
    --button4-background-color: #19243b;
    --button4-color: white;
    --color1: #19243b;
    --color2: #f0f0f0;
    --color3: white;
    --color4: #e21219;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--button3-hover-background);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: var(--button3-color);
}

::-webkit-scrollbar-thumb:hover {
    background-color: #314672;
}

/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    background-color: var(--body-background-color);
}

.good {
    color: green;
}

.bad {
    color: red;
}

input, textarea {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
} 

strong {
    color: var(--heading1-text-color);
}

label {
    font-weight: 700;
    color: var(--heading1-text-color);
}

p {
    font-family: "Inter", sans-serif;
    color: var(--p-text-color);
    line-height: 24px;
    padding: 16px 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
}

.container2 {
    max-width: 1200px;
    margin: 0 auto;
}

.container4 {
    max-width: 600px;
    margin: auto;
    margin-bottom: 104px;
    padding: 0 30px;
}

.contact_container {
    padding: 30px;
    background: var(--color2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.contact_container .heading1 {
    margin-bottom: 16px;
}

.header-color {
    justify-content: center;
    align-items: center;
    z-index: 10000;
    position: fixed;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    border-radius: clamp(0.75rem, 2vw, 1.5rem);
    background-color: transparent;
    max-width: 90rem;
    width: 94%;
    box-sizing: border-box;
    transition: top 0.3s, border-radius 0.3s, width 0.3s, max-width 0.3s, background-color 0.3s;
}

.menu-links::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--body-background-color); 
    transform: skew(-15deg); 
    z-index: -1; 
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; 
}

.header {
    padding: 0px 5px;
    display: flex;
    align-items: center;
    border-radius: clamp(0.75rem, 2vw, 1.5rem);
    max-width: 1200px; 
    width: 100%;
    margin: 0 20px; 
    transition: top 0.3s, border-radius 0.3s, width 0.3s, max-width 0.3s, background-color 0.3s;
    justify-content: space-between;
}

.menu2 {
    display: flex;
    gap: 15px;
    justify-content: end;
}

.scrolled .menu-links::before {
    transform: skew(0);
}

.scrolled .header {
    width: 100%;
    max-width: none;
    border-radius: 0;
    max-width: 1200px;
    margin: 0 auto;
    background-color: transparent;
    padding: 0 30px;
}

.scrolled .header-color {
    top: 0;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
}

.scrolled body {
    padding-top: 0;
}

.header a {
    float: left;
    color: #595959;
    text-align: center;
    padding: 12px 8px;
    text-decoration: none;
    font-size: 18px; 
    font-weight: 500;
}

.header-right a:hover {
    border-bottom: 4px solid #E21219;
    border-radius: 0;
    color: #19243B;
}

.header a.active {
    border-bottom: 4px solid #E21219;
    border-radius: 0;
    color: #19243B;
}

.header-right {
    font-weight: bold;
}

.header-right a.get-in {
    color: var(--button4-color); 
    margin-bottom: 4px;
    margin-right: 12px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    border-bottom: none;
    border-radius: 3.75rem;
}

.header-right a.get-in:hover {
    background: var(--button3-hover-background);
    color: var(--button3-hover-color); 
    border-radius: 3.75rem;
}

.header-right a.log-in:hover {
    background: #E21219;
    color: white; 
    border-radius: 3.75rem;
}

.header a:not(:last-child) { 
    margin-right: 12px; 
    justify-content: center;
    display: flex;
}

.hamburger-menu {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}


.hamburger-menu .bar {
    width: 25px;
    height: 3px;
    background-color: #E21219; 
    transition: 0.3s;
}

.menu-links .get-in {
    background-color: var(--button4-background-color); 
    color: white; 
    border-radius: 4px; 
    text-decoration: none; 
    min-width: 11rem;
    border-radius: 3.75rem;
}

.get-in:hover {
    border-bottom: 0px !important;
}

.log-in:hover {
    border-bottom: 0px !important;
}

.logo img {
    width: 175px;
}

.header-right a.phone {
    text-decoration: none;
    color: #595959;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.header-right a.phone:hover {
    border-bottom: none;
    color: #E21219;
}

.header-right a.log2:hover {
    border-bottom: none;
    color: #E21219;
}

/*#####################################*/
.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown-content a {
    margin: 0 !important;
    color: #595959 !important;
}

.dropdown .dropbtn {
    cursor: pointer;
    font-size: 18px;  
    border: none;
    color: #595959;
    padding: 12px 8px;
    background-color: inherit;
    font-family: inherit;
    margin-right: 12px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 1000;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:not(:last-child) {
    justify-content: left;
}

.dropdown-content a:hover {
    border-bottom: none;
    background-color: #ddd;
}

 /* Show dropdown when active class is present */
 .dropdown-content.active {
    display: block;
}

.dropdown-content a.active {
    border-bottom: none;
    background-color: var(--color2);
}

/*#####################################*/

.header-right .far:hover {
    border-bottom: none;
    color: #E21219;
}

.far {
    font-size: 18px;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.loginm {
    display: none;
}

.button3 {
    background-color: var(--button3-background-color);
    color: var(--button3-color);
    text-decoration: none;
    font-weight: bold;
    border-radius: 25px;
    padding: 12px 3rem;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    text-align: center;
}

.button3 i {
    color: var(--button3-hover-background); 
    transition: color 0.3s ease;
}

.button3:hover {
    background: var(--button3-hover-background);
    color: var(--button3-hover-color);
}

.button3:hover i {
    color: var(--button3-hover-color); 
}


.button4 {
    background-color: var(--button4-background-color);
    color: var(--button4-color);
    text-decoration: none;
    font-weight: bold;
    border-radius: 25px;
    padding: 12px 3rem;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    text-align: center;
}

.button4 i {
    color: var(--button3-hover-background); 
    transition: color 0.3s ease;
}

.button4:hover {
    background: var(--button3-hover-background);
    color: var(--button3-hover-color);
}

.button4:hover i {
    color: var(--button3-hover-color); 
}

.button-box1 {
    display: flex;
    justify-content: center;
    margin-top: 44px;
}

.button-box, .button-box2 {
    margin-top: 44px;
}

.two-columns-grid3 {
    background: linear-gradient(65deg, var(--color1) 55%, var(--color2) 45%);
    margin-bottom: 104px;
    padding: 208px 30px 104px 30px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.two-columns-grid3 h2, 
.two-columns-grid3 h3, 
.two-columns-grid3 p {
    color: var(--heading1_grid-text-color);
}

.footer {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #19243b;
    background-image: linear-gradient(to bottom right, #314672, #19243b);
}

.logo2 {
    margin-bottom: 20px;
    /*##################MAMA STUFF################*/
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.MAMA-H3 h3 {
    margin: 0;
    margin-bottom: 30px;
    color: white;
    font-size: 16px;
}

.MAMA-H3 a {
    color: white;
    text-decoration: none;
}
/*##################MAMA STUFF################*/

.social {
    margin-bottom: 30px;
}

.fab {
    padding: 5px;
    font-size: 20px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.fa-facebook {
    background: #ffffff;
    color: #19243b;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.fa-instagram {
    background: #ffffff;
    color: #19243b;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.fa-youtube {
    background: #ffffff;
    color: #19243b;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.fa-facebook:hover {
    background: #19243b;
    color: white;
}

.fa-instagram:hover {
    background: #19243b;
    color: white;
}

.fa-youtube:hover {
    background: #19243b;
    color: white;
}

.services2 {
    display: flex;
    justify-content: center;
}

.services2 a {
    color: white;
    text-decoration: none;
    display: inline-block;
    border-right: 3px solid #E21219;
    padding: 0 10px;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.services2 a:hover {
    color: #E21219;
}

.services2 a:last-child {
    border-right: 0;
} 

.copyRight {
    display: flex;
    justify-content: center;
    background-color: #19243b;
    font-size: 12px;
    align-items: center;
}

.copyRight p {
    margin: 0;
    color: white;
    padding-right: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}

.copyRight a {
    color: white;
    text-decoration: none;
    padding-right: 15px;
}

.copyRight a:last-child {
    padding-right: 0;
}

.two-columns-grid1 {
    margin-top: 104px;
    margin-bottom: 104px;
    padding: 30px;
    align-items: center;
}

.container1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    margin: 0 auto;
    gap: 60px;
    align-items: center;
}

.grid {
    flex: 1;
    align-content: center;
    height: auto;
    width: auto;
}

.grid2 {
    padding: 30px;
    flex: 1;
    align-content: center;
}

.grid3 {
    flex: 1;
    align-content: center;
    margin: 15px;
}

.heading1 {
    font-size: 46px;
    color: var(--heading1-text-color);
    line-height: 46px;
    margin: 0;
    text-align: left;
    letter-spacing: -1px;
}

.heading-CTA {
    font-size: 46px;
    color: var(--heading1-text-color);
    line-height: 46px;
    margin: 0;
    text-align: left;
    letter-spacing: 1px;
}

.heading2 {
    font-size: 30px;
    font-weight: 200;
    color: var(--heading1-text-color);
    margin: 0;
    padding-top: 16px;
    line-height: 30px;
    letter-spacing: -1px;
}

.image1 {
    width: 100%;
    max-width: 300px;
    height: auto;
    justify-self: center;
}

.why-us-image img {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

.section2 {
    align-content: center;
}

.darkgrid {
    margin-top: 104px;
    margin-bottom: 104px;
    display: flex;
    position: relative;
    width: 100%;
    height: 600px;
    background-color: #19243B;
    overflow: hidden;
    justify-content: center;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/jjstar.com/images/photo1.jpg');
    opacity: 0.05;
    z-index: 1;
    background-size: cover;
}
    
.container2 {
    text-align: center;
    color: white;
}


.darkgrid .heading1 {
    color: var(--heading1_grid-text-color);
}

.darkgrid .heading2 {
    color: var(--heading1_grid-text-color);
}

.darkgrid .container2 {
    text-align: center;
    margin: auto;
    z-index: 1;
    padding: 30px;
}

.darkgrid p {
    color: var(--heading1_grid-text-color);
}

.button2 {
    background-color: #ffffff;
    color: #19243B;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    margin-top: 25px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    border: none;
    text-transform: uppercase;
}

.button2:hover {
    background-color: #E21219;
    color: white;
    cursor: pointer;
}

.row {
    display: flex;
    justify-content: space-between; 
    margin-bottom: 104px;
    align-items: center;
    gap: 20px;
}

.column1, .column2, .column3, .column4 {
    flex: 1;
    padding: 20px;
    background: white;
    height: 250px;
    align-content: center;   
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5); 
}

.column1 img, .column2 img, .column3 img, .column4 img {
    width: 100%;        
    height: auto;       
}

.two-columns-grid2 {
    margin-top: 104px;
    margin-bottom: 104px;
    padding: 30px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: var(--color2);
}

.container3 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    grid-template-columns: 1fr 1fr;
}

.about-us-image {
    flex: 1; 
    align-content: center;
}

.labtop {
    width: 100%;
}

.section1 {
    margin: 100px 0;
    padding: 30px;
}

.custom-bullets {
    list-style: none; 
    padding-left: 20px;
}

.custom-bullets li {
    position: relative;
    padding-left: 25px; 
    margin-bottom: 5px;
    font-weight: 200;
    padding-top: 7.5px;
}

.custom-bullets li::before {
    content: "•"; 
    color: #19243b; 
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
}

.grid2 .heading1 {
    margin: 0;
}

.container2 .heading1 {
    margin: 0;
}

.section1 .heading1 {
    text-align: center;
}

.container2 .heading1 {
    text-align: center;
}

.background1 {
    background: #19243B;
    padding: 100px 30px;
}

.background1 .row {
    margin: 0;
}

.background1 .container2 .heading1 {
    color: var(--heading1_grid-text-color);
}

.background1 .container2 p {
    color: var(--heading1_grid-text-color);
}

.background1 .container2 {
    margin-bottom: 30px;
}

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=password], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    background-color: var(--color3);
}
  
input[type=submit] {
    background-color: var(--button4-background-color);
    color: var(--button4-color);
    text-decoration: none;
    line-height: clamp(2.875rem, 4.5vw, 2.5rem);
    border-radius: 25px;
    padding: 0 3rem;
    margin-top: 25px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

input[type=submit]:hover {
    background: var(--button3-hover-background);
    color: var(--button3-hover-color);
}

.underline-06 {
    background-image: linear-gradient(90deg, #e21219, #e21219);
    background-position: bottom;
    background-size: 100% 15%;
    background-repeat: no-repeat;
  }

.error-image {
    text-align: center;
    margin-top: 150px;
}

.error-image img {
    height: auto;
    max-width: 650px;
}

.sectionE1 {
    padding: 30px;
    max-width: 1200px;
    margin: auto;
    height: 75vh;
    margin-bottom: 104px;
}

.g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
}

.rc-anchor-normal .rc-anchor-checkbox-label {
    font-size: 16px;
}

.container2 .privacy {
    padding: 200px 30px 100px 30px;
}

.container2 .privacy a {
    color: var(--color4);
}

.container2 .privacy .heading1 {
    color: #19243B;
}

.link .container3 {
    display: block;
    text-align: center;
    padding: 30px;
    background-color: var(--color3);
}

.link .container3 .heading1 {
    margin: 16px 0 8px 0; 
    text-align: center;
}

.link .container3 .links_buttons .button3 {
    color: var(--color2);
    background-color: var(--color1);
    display: block;
    margin-bottom: 24px;
}

.link .container3 .links_buttons0-1 .button3 {
    color: var(--color2);
    background-color: var(--color1);
    display: block;
}

.link .container3 .links_buttons .button3:hover {
    background: var(--button3-hover-background);
    color: var(--button3-hover-color);
}

.link .container3 .links_buttons .button3:hover i {
    color: var(--button3-hover-color); 
}

.link .container3 .links_buttons0-1 .button3:hover {
    background: var(--button3-hover-background);
    color: var(--button3-hover-color);
}

.link .container3 .links_buttons0-1 .button3:hover i {
    color: var(--button3-hover-color); 
}

.container3 h4 {
    color: var(--color1);
    margin: 0 0 30px 0;
}

@media screen and (max-width: 1538px) {

    .sectionE1 {
        height: 75vh;
    }
 
 }

 @media screen and (max-width: 1440px) {

    .sectionE1 {
        height: auto;
    }
 
 }

 @media screen and (max-width: 1024px) {

    .column1 {
        display: none;
    }

    .column2, .column3, .column4 {
        height: 300px;
    }

    .why-us-image {
        display: flex;
        justify-content: center;
    }
 
 }

@media screen and (max-width: 1005px) {
     
    .header a {
        font-size: 15px;
    }

    .header a:not(:last-child) {
         margin-right: 3px;
    }
 
    .header-right a.phone {
        font-size: 15px;
    }

    .menu-links .get-in {
        min-width: 7rem;
    }

    .dropdown .dropbtn {
        font-size: 15px;
        margin-right: 3px;
    }
 }

 @media screen and (max-width: 800px) {

    .phone {
        display: none !important;
    }
 
 }

 @media screen and (max-width: 768px) {

    .column2 {
        display: none;
    }
 
 }

 @media screen and (max-width: 750px) { 
    
    .header-right.active .menu-links {
        display: flex; 
    }

    .header-right a.get-in {
        color: #595959;
        margin-bottom: 0;
        margin-right: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .header-right a:hover {
        border-bottom: none !important;
    }

    .header-right {
        flex-direction: column;
    }

    .header a:not(:last-child) {
        margin-right: 0;
    }   

    .hamburger-menu {
        display: flex;
        justify-content: center; 
    }

    .menu-links {
        display: none; 
        flex-direction: column;
    }

    .menu-links a.active {
        border-bottom: none !important;
        background-color: var(--color2);
    }

    .menu-links a:hover {
        background-color: #E21219;
        color: #ffffff !important;
    }

    .menu-links {
        display: none;
        flex-direction: column;
        background-color: white;
        position: absolute;
        right: 0px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 59;
        margin-top: 15px; 
        border-radius: 4PX;
        width: 100%;
    }

    .menu-links a {
        padding: 10px;
        text-align: left;
    }

    .menu-links a:last-child {
        border-bottom: none;
        text-align: center;
    }

    .menu-links.active {
        display: flex; 
        padding-bottom: 10px;
    }

    .menu-links .get-in {
        background-color: white;
    }

    .get-in:hover {
        background-color: #E21219 !important; 
        color: #ffffff !important; 
        text-decoration: none; 
    }  

    .two-columns-grid1, .two-columns-grid2 {
        background: var(--color2);
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .two-columns-grid3 {
        padding: 30px;
        padding-top: 125px;
        margin-bottom: 40px;
        background: #19243B;
    }

    .container1 {
        grid-template-columns: 1fr; 
        gap: 30px;
        display: contents;
    }

    .grid p {
        margin-top: 25px !important;
    }

    .grid {
        padding: 0;
    }

    .grid2 p {
        margin-top: 25px !important;
    }

    .grid2 {
        padding: 0;
    }

    .grid3 p {
        margin-top: 25px !important;
    }

    .grid3 {
        margin: 0;
    }

    .image1,
    .about-us-image {
        margin: 0 auto; 
        padding-bottom: 24px !important;
    }

    .section2 {
        margin: 0 auto; 
    }

    .heading1 {
        font-size: 38px;
        text-align: center;
    }

    .heading2 {
        text-align: center;
    }

    .darkgrid {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .darkgrid {
        height: auto;
    }

    .column1, .column2, .column3, .column4 {
        padding: 15px;
    }

    .row {
        padding: 10px;
        margin-bottom: 40px;
    }

    .container3 {
        flex-direction: column; 
        align-items: center; 
    }

    .about-us-image {
        order: -1; 
    }

    .two-columns-grid2 {
        padding: 30px;
    }

    p {
        text-align: center;
    }
    
    .heading1 {
        line-height: normal;
    }

    .header {
        background-color: white;
        border-radius: 0;
        margin: 0;
        padding: 0 30px;
        gap: 20px;
    }

    .header-color {
        width: 100%;
        top: 0;
    }

    .scrolled .header {
        background-color: white;
    }
    
    .section1 {
        margin: 40px 0;
    }

    .button-box {
        display: flex;
        justify-content: center;
    }

    .background1 {
        padding: 30px;
    }

    .container1 {
        gap: 0;
    }

    .why-us-image {
        margin-bottom: 40px;
    }

    .menu-links::before {
        transform: none;
        box-shadow: none;
    }

    .dropdown {
        text-align: center;
    }

    .dropdown .dropbtn {
        margin-right: 0;
        font-size: 15px;
    }

    .dropdown-content {
        position: relative;
        background-color: white;
        width: 100%;
        box-shadow: none;
        z-index: 1;
        text-align: center;
        justify-self: center;
    }

    .dropdown-content a:not(:last-child) {
        justify-content: center;
    }

    .far {
        display: flex !important;
        font-size: 25px !important;
        color: #19243B !important;
    }

    .loginm {
        display: block;
    }

    .menu-links .far {
        display: none !important;
    }

    .header-right a.get-in:hover {
        border-radius: 0;
    }

    .log2 {
        display: none;
    }

    .button3 i {
        display: none;
    }

    .button4 i {
        display: none;
    }

    .error-image {
        margin-top: 125px;
    }

    /*##################MAMA STUFF################*/
    .logo2 {
        display: grid;
        gap: 10px;
    }
    /*##################MAMA STUFF################*/

    .link .container3 {
    padding: 15px;
    }

 }

 @media screen and (max-width: 485px) {

    .column1 {
        display: none;
    }

    .column2 {
        display: none;
    }

    .row {
        margin-top: 15px;
    }
}

 @media screen and (max-width: 430px) {
    .header {
        display: flex;
        align-items: center;
    }

    .header-right {
        width: 100%;
        justify-content: center;
    }

    .grid {
        padding-left: 0;
        padding-right: 0;
    }

    .grid2 {
        padding-left: 0;
        padding-right: 0;
    }

    .grid3 {
        padding-left: 0;
        padding-right: 0;
    }

    .column3 {
        display: none;
    }

    .two-columns-grid1, .two-columns-grid2, .two-columns-grid3 {
        padding: 30px 15px;
    }

    .darkgrid .container2 {
        padding: 30px 15px;
    }

    .header {
        position: static;
        display: flex;
        align-items: center;
        background-color: #fff;
        max-width: 90rem;
        width: 100%;
        box-sizing: border-box;
        transition: top 0.3s, border-radius 0.3s, width 0.3s, max-width 0.3s, background-color 0.3s;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        margin: 0;
    }

    .header-color {
        all: unset; 
        position: static !important; 
        width: 100%; 
    }

    .section1 {
        padding: 30px 15px;
    }

    .header {
        padding: 0 15px;
    }

    .error-image {
        margin-top: 0;
    }
    
    .container2 .privacy {
        padding: 30px 15px;
    }
}

