.global-container {
    width: 100vw;
    background: rgb(35,35,35);
}

:root {
    --bar-bg: #f3f3f3;
}

body {
    background: white;
    margin: 0;
}

.global-nav-container {
    display: grid;
    grid-template-columns: 1fr 108px 580px 108px 1fr;
    background: rgb(35,35,35);
}

ul.main-navigation {
    text-align: center;
    color: white;
    margin: 0;
}

ul.main-navigation > li {
    display: inline-block;
    padding: 16px 40px;
}

ul.main-navigation > li > a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

ul.main-navigation > li > a:hover {
    color: rgb(167, 167, 167) !important;
}

.global-nav-container {
    position: fixed;
}

.dropdown-container {
    display: inline-block;
    padding: 10px 40px;
    left: 0;

}

/* Dropdown content (hidden by default) */
.dropdown-content {
/* display: none; */
    position: absolute;
    background-color: #f9f9f9;
    margin-top: 16px;
    width: 100vw;
    left: 0;

}

/* Links inside the dropdown */
.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown-container:hover .dropdown-content {
    display: block;
}

.nav-start {
    justify-self: end;
    align-self: center;
    text-align: end;
    width: 100%;
}

.logo-container {
    color: white;
}

.nav-end {
    justify-self: start;
    align-self: center;
    text-align: start;
    width: 100%;
}


.nav-header-container {
    font-family: Roboto;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    color: #afafaf;
    -webkit-tap-highlight-color: rgba(0,0,0,.01)!important;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    border-radius: 0;
    width: 100%;
    z-index: 9;
    opacity: 1;
    top: 0px;
}

.nav-header-container-height {
font-family: Roboto;
text-shadow: 1px 1px 1px rgba(0,0,0,.004);
text-rendering: optimizeLegibility!important;
-webkit-font-smoothing: antialiased!important;
color: #afafaf;
-webkit-tap-highlight-color: rgba(0,0,0,.01)!important;
margin: 0;
padding: 0;
border: 0;
outline: none;
border-radius: 0;
height: 59px;
}

.nav-header-container-fixed {
font-family: Roboto;
text-shadow: 1px 1px 1px rgba(0,0,0,.004);
text-rendering: optimizeLegibility!important;
-webkit-font-smoothing: antialiased!important;
color: #afafaf;
-webkit-tap-highlight-color: rgba(0,0,0,.01)!important;
margin: 0;
padding: 0;
border: 0;
outline: none;
border-radius: 0;
/* position: fixed; */
left: 0;
right: 0;
z-index: 1;
top: 0px;
height: 59px !important;
}

.nav-header-container-relative {
    font-family: Roboto;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    color: #afafaf;
    -webkit-tap-highlight-color: rgba(0,0,0,.01)!important;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    border-radius: 0;
    z-index: 2;
    position: relative;
    background-color: #134587;
}

.nav-header-space-between {
    font-family: Roboto;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    color: #afafaf;
    -webkit-tap-highlight-color: rgba(0,0,0,.01)!important;
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 0px 20px 0px;
    margin: 0 auto;
    max-width: 1400px;
    /* overflow: hidden; */
    display: flex;
    justify-content: space-between;
}

.logo-container {
    font-family: Roboto;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    -webkit-tap-highlight-color: rgba(0,0,0,.01)!important;
    margin: 0;
    padding: 17px 0 18px;
    border: 0;
    outline: none;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    fill: #fff;
    transition: .2s;
}

.nav-middle-container {
    font-family: Roboto;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    color: #afafaf;
    -webkit-tap-highlight-color: rgba(0,0,0,.01)!important;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    border-radius: 0;
    overflow: visible;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.nav-middle-container-inline {
    font-family: Roboto;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    color: #afafaf;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0,0,0,.01)!important;
    margin: 0;
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 17px 0 18px;
}

.nav-link-products {
    font-family: Roboto;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    -webkit-tap-highlight-color: rgba(0,0,0,.01)!important;
    border: 0;
    outline: none;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    fill: #fff;
    transition: .2s;
    height: 100%;
    position: relative;
    overflow: visible;
    padding: 17px 0 21px;
    margin: 0px 30px !important;
    margin-left: 0 !important;
}

.nav-link-about {
    font-family: Roboto;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    -webkit-tap-highlight-color: rgba(0,0,0,.01)!important;
    padding: 0;
    border: 0;
    outline: none;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    fill: #fff;
    transition: .2s;
    position: relative;
    padding: 17px 0 21px;
    height: 100%;
    overflow: visible;
    margin: 0 30px !important;
}

.nav-link-news {
    font-family: Roboto;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    -webkit-tap-highlight-color: rgba(0,0,0,.01)!important;
    padding: 0;
    border: 0;
    outline: none;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    fill: #fff;
    transition: .2s;
    position: relative;
    overflow: visible;
    margin: 0 30px !important;
    padding: 17px 0 21px;
    height: 100%;
}

.nav-link-contact {
    font-family: Roboto;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    -webkit-tap-highlight-color: rgba(0,0,0,.01)!important;
    padding: 0;
    border: 0;
    outline: none;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    fill: #fff;
    transition: .2s;
    position: relative;
    overflow: visible;
    margin: 0 30px !important;
    margin-right: 50px !important;
    padding: 17px 0 21px;
    height: 100%;
}

.nav-end-container {
    font-family: Roboto;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    color: #afafaf;
    -webkit-tap-highlight-color: rgba(0,0,0,.01)!important;
    margin: 0;
    padding: 14px 0 13px;
    border: 0;
    outline: none;
    border-radius: 0;
    display: flex;
    justify-content: flex-end;
}

.nav-icon-one {
    font-family: Roboto;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    -webkit-tap-highlight-color: rgba(0,0,0,.01)!important;
    margin: 0;
    border: 0;
    outline: none;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    fill: #fff;
    transition: .2s;
    display: inline;
    padding: 4px 18px !important;
    padding-left: 0px !important;
    border-right: 1px solid rgba(190, 190, 190, 0.849);
}

.nav-icon-two {
    font-family: Roboto;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    -webkit-tap-highlight-color: rgba(0,0,0,.01)!important;
    margin: 0;
    border: 0;
    outline: none;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    fill: #fff;
    transition: .2s;
    display: inline;
    padding: 4px 18px !important;
    border-right: 1px solid rgba(190, 190, 190, 0.849);
}

.nav-icon-three {
    font-family: Roboto;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    -webkit-tap-highlight-color: rgba(0,0,0,.01)!important;
    margin: 0;
    border: 0;
    outline: none;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    fill: #fff;
    transition: .2s;
    display: inline;
    height: 16px !important;
    padding: 0 8px 0 18px !important;
    padding-right: 0;
}

.nav-icon-three::after {
    display: none;
}

.product-dropdown {
    position: absolute;
    display: none;
    top: 59px;
    left:0px;
    width:100%;
    background: rgb(250, 250, 250);
    z-index: 50;
}

.nav-link-products:hover .product-dropdown {
    display: block !important;
}


.product-dropdown:hover {
display: block !important;
}

.dropdown-container:hover .dropdown-content {
display: block !important;
}

.text-grey {
color: #797979;
}

.product-links {
    text-decoration: none;
    color: #797979;
    cursor: pointer;
    width: auto;
}

.amtecs-border-bottom {
border-bottom: 2px solid #134587;
}

.amtecs-bg {
background: #134587;
}

.cart-dropdown-menu-carat::before {
border-bottom: 9px solid rgba(0, 0, 0, 0.175);
border-left: 9px solid rgba(0, 0, 0, 0);
border-right: 9px solid rgba(0, 0, 0, 0);
content: "";
display: inline-block;
right: 3%; /* position */
position: absolute;
top: -8px;
}

.cart-dropdown-menu-carat::after {
    border-bottom: 8px solid #f7f7f7;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    right: 3%; /* position */
    position: absolute;
    top: -7px;
}

.product-dropdown-menu-carat::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.175);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    right: 48%; /* position */
    position: absolute;
    top: -8px;
}

.product-dropdown-menu-carat::after {
    border-bottom: 8px solid #f7f7f7;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    right: 48%; /* position */
    position: absolute;
    top: -7px;
}



.dropdown-menu-product-carat::after {
    border-bottom: 8px solid #f7f7f7;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 3%; /* position */
    position: absolute;
    top: -7px;
}

.dropdown-background-grey {
    background: #f7f7f7;
}



@media all and (max-width: 850px) {
    /* CSS rules here for screens lower than 750px */
    .mobile-nav-container {
        display: block !important;
    }
    .nav-header-container {
        display: none !important;
    }
}

@media all and (min-width: 850px) {
    /* CSS rules here for screens lower than 750px */
    .mobile-nav-container, .mobile-nav-dropdown {
        display: none !important;
    }
    .nav-header-container {
        display: block !important;
    }
}



.mobile-nav-container {
    height: 59px;
    width: 100%;
    background: #134587 !important;
}

.mobile-nav-dropdown {
    position: absolute;
    display: none;
    top: 59px;
    left:0px;
    width:100%;
    z-index: 50;
    height: calc(100vh - 59px);
}

.product-dropdown-mobile::after {
    display: none !important;
}

.mobile-product-sub-menu {
    background: rgb(234, 235, 236);
    display: none;
}

.product-dropdown-mobile::before {
    display: none !important;
}

.display-nones {
    display: none;
}

.menu-icon {
    transform: scale(1.4);
}

.menu-icon {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.menu-icon .menu-icon__cheeckbox {
display: block;
width: 100%;
height: 100%;
position: relative;
cursor: pointer;
z-index: 2;
-webkit-touch-callout: none;
position: absolute;
opacity: 0;
}

.menu-icon div {
margin: auto;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 22px;
height: 12px;
}

.menu-icon span {
position: absolute;
display: block;
width: 100%;
height: 2px;
background-color: var(--bar-bg, #000);
border-radius: 1px;
transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.menu-icon span:first-of-type {
top: 0;
}

.menu-icon span:last-of-type {
bottom: 0;
}

.menu-icon.active span:first-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
transform: rotate(45deg);
top: 5px;
}

.menu-icon.active span:last-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
transform: rotate(-45deg);
bottom: 5px;
}

.menu-icon.active:hover span:first-of-type, .menu-icon.active:hover span:last-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:first-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:last-of-type {
width: 22px;
}

@media (min-width: 1024px) {
.menu-icon:hover span:first-of-type {
    width: 26px;
}
.menu-icon:hover span:last-of-type {
    width: 12px;
}
}

.hero {
    /* Sizing */
    height: calc(100vh - 59px);

    /* Flexbox stuff */
    display: flex;
    justify-content: center;
    align-items: center;

    /* Text styles */
    text-align: center;
    color: white; /* ADD THIS LINE */

    /* Background styles */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url('https://codetheweb.blog/assets/img/posts/full-image-hero/image.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hero h1 {
    /* Text styles */
    font-size: 5em;

    /* Margins */
    margin-top: 0;
    margin-bottom: 0.5em;
}




