﻿body,h1,h2,h3,h4,h5 {font-family:sans-serif}

body {font-size:16px}

body, html {
  height: 100%;
  line-height: 1.8;
}

/* Dropdown Menu Large */

/* Navbar container */
.navbar {
    overflow: visible;
    background-color: white;
    font-family: Arial;
}

/* Main navbar links */
.navbar > a {
    float: left;
    font-size: 18px;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;

    transition: transform 0.4s ease, color 0.4s ease;
}

.navbar > a:hover {
    color: #cb262b;
    font-weight: bold;
    transform: scale(1.125);
}

/* Dropdown container */
.dropdown {
    float: left;
    overflow: visible;
    position: relative;
}

/* Dropdown button */
.dropdown .dropbtn {
    font-size: 18px;
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;

    transition: transform 0.4s ease, color 0.4s ease;
}

/* Whiteout-style hover for dropdown button */
.dropdown:hover .dropbtn {
    color: #cb262b;
    font-weight: bold;
    transform: scale(1.125);
}

/* Dropdown content */
.dropdown-content {
	top: calc(100% + 10px);
    left: 0;
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.80);
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.20);
    z-index: 10;
}

/* Dropdown links */
.dropdown-content a {
    float: none;
    font-size: 16px;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;

    transition: color 0.4s ease, background-color 0.4s ease;
}

/* Dropdown link hover */
.dropdown-content a:hover {
    color: #cb262b;
    font-weight: bold;
    background-color: #f2f2f2;
}

/* Show dropdown */
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}

/* Large Full height image header */
.bgimg-lg {
    position: relative;
    min-height: 100%;
    margin-top: 100px;
    overflow: hidden;
}

.bg-layer {
    position: absolute;
    inset: 0;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    animation: backgroundCycle 24s infinite;
}

.bg1 {
    background-image: url("background1-lg.jpg");
    animation-delay: 0s;
}

.bg2 {
    background-image: url("background2-lg.jpg");
    animation-delay: 8s;
}

.bg3 {
    background-image: url("background3-lg.jpg");
    animation-delay: 16s;
}

@keyframes backgroundCycle {
    0%   { opacity: 0; }
    8%   { opacity: 1; }
    33%  { opacity: 1; }
    41%  { opacity: 0; }
    100% { opacity: 0; }
}

a {text-decoration: none}

h1 {font-size: 48px}
    
h2 {font-size: 40px}

h3 {font-size: 32px}

h4 {font-size: 24px}

.w3-bar .w3-button {padding: 10px}

table {
    width: 100%;
    border-collapse: collapse;
  }

.imgHalf{
    padding-top:10px;
	padding-bottom:10px;
	display: block;
	margin: 0 auto;
	border: 0px solid #ccc; /* Optional: for visualization */
}

.txtHalf{
    font-size: 18px;
	padding-top:10px;
	padding-bottom:10px;
	margin: 0 auto; /* Centers the row horizontally */
	text-align: left; /* Centers the text within the row */
	border: 0px solid #ccc; /* Optional: for visualization */
}

.imgHalf-Small{
    width:100%;
	padding-top:10px;
	padding-bottom:10px;
	display: block;
	margin: 0 auto;	
	border: 0px solid #ccc; /* Optional: for visualization */
}

.txtHalf-Small{
    width:100%;
	font-size: 18px;
	padding-top:10px;
	padding-bottom:10px;
	margin: 0 auto; /* Centers the row horizontally */
	text-align: left; /* Centers the text within the row */
	border: 0px solid #ccc; /* Optional: for visualization */
}

.sds-btn{font-size: 18px}	

#about{background-color: #E8E8E8}

#products {background-color: #F5F5F5}

#sds {background-color: #E8E8E8}
	
#locations {background-color: #F5F5F5}

#contact {background-color: #E8E8E8}

#sds-list{
	width: 40%;
	display: block;
	margin: 0 auto;	
}  

#sds-list-small{
	width: 100%;
	display: block;
	margin: 0 auto;	
}

.corners {
  border-radius: 25px;
}

.HeroText {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);

    width: 600px;
    padding: 30px 30px;

    text-align: center;
    color: white;

    /* glass panel*/
    /*background: rgba(15, 55, 35, 0.30);*/
    
    background: rgba(20, 70, 120, 0.30);
        
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 12px;

    box-shadow: 0 8px 30px rgba(0,0,0,0.30);
}

.HeroText h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.05;

    -webkit-text-stroke: 0.1px rgba(0,0,0,0.8);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.HeroText h2 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 4px;

    color: white;
    -webkit-text-stroke: 0.1px rgba(0,0,0,0.8);
}

.HeroText h4 {
    margin: 18px 0 8px 0;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.1px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.HeroText h2,
.HeroText h3,
.HeroText p {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.HeroButton {
    display: inline-block;
    margin-top: 18px;
    padding: 10px 26px;

    background-color: #007C31;
    color: white;

    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;

    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 4px;
    text-decoration: none;
    
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.HeroButton:hover {
    background-color: white;
    color: #007C31;
}

/* ==========================================
   NAVBAR / SMALL DROPDOWN STYLES 
   ========================================== */
/* Small Full height image header */
.bgimg-sm {
  background-position: top;
  background-size: cover;
  background-image: url("background-sm.jpg");
  min-height: 100%;
  margin-top:130px;
}

.topBar {
    color: #ffffff;
	background-color: #FF0000;
}

#mySidebar {
  /* mobile sidebar on every page */
  top: 130px;
  margin-top: 0;
}

.navbar-sm { 
  background-color: inherit; 
  font-family: inherit; 
}

.navbar-sm a { 
  font-size: 16px; 
  color: white; 
}

.dropdown-container { 
  display: none; 
  background-color: inherit; 
}

.dropdown-container a { 
  margin-left: 10px
}

.arrow { 
  margin-left: auto !important; 
  transition: transform 0.2s ease; 
}

.rotate { 
  transform: rotate(-180deg); 
}