@charset "UTF-8";

.nav-toggle {
    display: none;
}
.center-logo {
    display: none;
}
.navbar {
    display: flex;
    position: fixed;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, .95);
    width: 100%;
    padding: 1vw 2vw 1vw 0;
    box-sizing: border-box;
    top: 0;
    font-family: 'Lato', sans-serif;
    z-index: 999;
}
.navIcon {
    width: 15px;
    height: 15px;
    display: flex;
    vertical-align: middle;
    align-self: center;
    margin-left: 0.3vw; /* Optional margin for spacing */
}
h3 {
    text-align: center;
    padding: 0;
    margin: 0;
}
.logo {
    width: 25%;
    align-self: center;
    padding: 0 10px;
}
#logo {
    width: 68%;
}
#logo-link:hover {
    background-color: #FFF;
}
strong {
    font-weight: 800;
}
.main-links {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-top: 1vw;
}
.main-links a {
    display: flex;
    align-self: center;
    color: rgba(60, 85, 125, 1.00);
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px;
    line-height: 1;
    text-decoration: none;
    font-weight: 600;
}
.rowOne {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1vw;
}
.rowOne a {
    font-size: 14px;
}
.rowTwo {
    display: flex;
}
.rowTwo a {
    font-size: 15px;
    padding: 5px 11px;
}
.dropdown {
    position: relative;
    color: rgba(60, 85, 125, 1.00);
    text-align: left;
    border-radius: 4px;
    text-decoration: none;
    z-index: 998;
}
i {
    padding-left: 0.3vw;
    font-size: 15px;
    align-self: center;
    color: rgba(255, 104, 41, 1.00);
}
.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: rgba(241, 241, 241, 1.00);
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 400px;
    top: 100%;
    border-radius: 4px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}
#dropdown-content {
    right: 0%;
}
#dropdown-content-coatings {
    left: -50%;
}
#info-open {
    right: 0%;
    padding: 1vw;
    font-size: 14px;
    font-weight: 400;
}
.main-links .rowTwo .dropdown {
    position: relative;
}
.dropdown-content a {
    padding: 1vw;
}
.dropdown-content dropAllbtn {
    margin-left: -50px;
}
.learn-more {
    color: #FFF;
    background-color: rgba(60, 85, 125, 1.00);
    border-radius: 4px;
    padding: 5px;
    border: none;
    margin: 1vw 0 0 1vw;
}
.learn-more:hover {
    background-color: rgba(60, 85, 125, 0.5);
}
.buttonBox {
    display: flex;
    gap: 1em;
    
}
.dropdown:hover .dropdown-content {
    display: block;
    opacity: 1;
}
#dropdown-content h3 {
    font-weight: 800;
    color: rgba(60, 85, 125, 1.00);
}
#dropdown-content a {
    font-weight: 400;
    color: rgba(104, 104, 104, 1.00);
}
.link-row {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 1vw;
    box-sizing: border-box;
}
.column-nav {
    display: flex;
    border-right: 1px solid rgba(60, 85, 125, 1.00);
    text-align: left;
}
.column-nav i {
    margin-top: 2vw;
}
.column-link {
    width: 93%;
    padding: 0.5vw;
    background-color: white;
}
.column-link a {
    display: flex;
    font-size: 16px;
    color: rgba(60, 85, 125, 1.00);
    text-align: left;
    border-radius: 4px;
    padding: 0.5vw;
    text-decoration: none;
}
.column-link a:hover {
    background-color: rgba(60, 85, 125, 0.4);
}
.product-link {
    width: 100%;
}

@media (max-width: 850px) {
    .dropdown:hover .dropdown-content {
        display: none;
    }
    .dropdown .dropdown-content {
        display: none;
    }
    .dropdown.active .dropdown-content {
        display: block;
        opacity: 1;
    }
    #menu {
        background-color: rgba(0, 132, 201, 1.00);
        border: none;
        box-shadow: 2px 2px 3px rgba(100, 100, 100, .4);
        width: 5vw;
        height: 5vw;
        margin-top: 2vw;
        margin-left: 2vw;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 6px;
        overflow-y: scroll;
    }
    #menu span {
        width: 25px;
        height: 4px;
        background-color: rgba(36, 57, 89, 1.00);
        border-radius: 3px;
        transition: 0.3s ease;
        transform-origin: center;
    }
    .open .line1 {
        transform: rotate(45deg) translateY(3px) translateX(4px);
    }
    .open .line2 {
        transform: rotate(-45deg) translateY(-3px) translateX(4px);
    }
    .center-logo {
        display: flex;
        position: fixed;
        width: 100%;
        height: auto;
        background-color: rgba(255, 255, 255, 1.00);
        z-index: 99;
        padding: 10px;
    }
    .center-logo img {
        display: block;
        width: 25%;
        height: auto;
        margin: 0 auto;
        padding: 1vw;
    }
    .link-row {
        overflow-y: scroll;
    }
    .navbar {
        display: none;
        width: 100%;
        border-radius: 15px;
        background-color: #FFF;
        margin-top: 10vw;
        flex-direction: column;
    }
    .main-links {
        display: block;
        margin-top: 3.3vw;
        margin-left: 1vw;
        text-align: left;
    }
    .main-links a {
        display: flex;
        flex-direction: row;
        padding: none;
        line-height: 1.5;
        justify-content: flex-start;
        text-align: left;
    }
    .logo {
        width: 55%;
        height: auto;
        margin: 1.5vw 1vw;
    }
    .dropdown {
        overflow: scroll;
        max-height: 800px;
        background-color: white;
        max-width: 100vw;
    }
    .dropdown-content {
        display: none;
        position: relative;
        background-color: white;
        top: 100%;
        width: 100vw;
        border-radius: 4px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        margin-top: 1vw;
        height: auto;
        font-size: 18px;
        line-height: 1.6;
        overflow: scroll;
    }
    .main-links a {
        line-height: 1.4;
        font-size: 18px;
    }
	.dropdown-content a {
		display: block;
	}
    #dropdown-content {
        max-height: 300px;
        overflow-y: scroll;
        background-color: white;
    }
    .purchase-info {
        display: none;
        position: relative;
        background-color: #fff;
        border-radius: 4px;
        font-weight: 400;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        padding: 1vw 2vw;
        color: #3C557D;
        z-index: 999;
    }
    .rowOne {
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 0vw;
        align-self: flex-start;
        text-align: left;
        background-color: white;
    }
    .rowOne a {
        text-align: left;
        width: 100%;
        margin-left: 2vw;
    }
    .rowTwo {
        flex-direction: column;
        background-color: white;
    }
    .logo {
        display: none;
    }
    #dropdown-content-coatings {
        left: 0%;
    }
}
@media (max-width: 600px) {
    #menu {
        width: 8vw;
        height: 8vw;
    }
    .navbar {
        display: none;
        width: 100%;
        border-radius: 15px;
        background-color: #FFF;
        margin-top: 13.3vw;
        flex-direction: column;
    }
}
@media (max-width: 450px) {
    #menu {
        width: 10vw;
        height: 10vw;
    }
        .center-logo img {
            display: block;
            width: 35%;
            height: 100%;
            margin: 0 auto;
            padding: 1vw;
        }
    
}


