body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
	background-color: #f2f2f2;
	padding-top: 150px;
}

.link-noUnderline {
	text-decoration: none;
    color: #000000;
}


.multBoxcontainer {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin: 20px
}

.singleBoxcontainer {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 20px;

}


.boxes {
	background-color: white;
	flex: 1;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.boxGraphic
{
	height: 200px;
	background-color: #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #666;
}

.boxGraphic img{
	max-width: 50%;
	height: auto;
	display: block;
}

.boxTitle {
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.boxDescription {
	padding: 0 15px 15px;
	flex-grow: 1;
	overflow-y: auto;
	text-align:center
}



header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 1000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 35px 65px 10px 15px;
}

.top-nav-container, .main-nav-container {
    flex-basis: 100%;
}

.logo-container {
    order: -1;
    flex-basis: 100%;
    text-align: left;
    margin: 10px 0;
}
.logo {
    max-width: 65%;
    height: auto;
    object-fit: contain;
}

.top-nav, .main-nav {
    display: flex;
    justify-content: flex-end;
}
.nav-links, .main-nav-links, .enlyteContact {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.nav-links li, .main-nav-links > li {
    text-decoration: none;
    color: #7F7F7F;
    font-weight: normal;
    padding: 5px 10px;
    transition: background-color 0.3s;
}
.nav-links li:first-child, .main-nav-links > li:first-child {
    margin-left: 0;
}
.nav-links li a {
    text-decoration: none;
    color: #7F7F7F;
    font-weight: bold;
    padding: 5px 10px;
    transition: background-color 0.3s;
}
.nav-links li a:hover {
    background-color: none;
    color: #5A1BF9
}
.main-nav-links > li > a {
    text-decoration: none;
    color: #29005A;
    font-weight: bold;
    font-size: 1.1em;
    padding: 10px 15px;
    display: block;
}
.main-nav-links > li > a:hover {
	color: #5A1BF9;
}
.main-nav-links > li:hover .submenu {
    display: block;
}

.submenu {
    display: none;
    position: absolute;
    background-color: #f7f7f7;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	list-style-type: none;
}
.submenu li a {
    color: #4B0082;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.submenu li a:hover {
    background-color: #f7f7f7;
	color: #5A1BF9;
}

.large-box {
 padding: 10px 40px; flex-direction:column; align-items:flex-end
}
.large-box a {
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
}
.large-box a:hover {
    background-color: none;
    color: #5A1BF9
}
.enlyteContact li {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    padding: 20px 10px 50px 0px;
    transition: background-color 0.3s;
}
.enlyteContact li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    transition: background-color 0.3s;
}
.enlyteContact li a:hover {
    background-color: none;
    color: #5A1BF9
}

.hamburger {
    display: none;
    cursor: pointer;
	position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1001;
}
.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 2px 0;
    transition: 0.4s;
}


.hero {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;

}
.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
	filter: brightness(50%);
}
.hero-text {
    position: absolute;
    top: 50px;
    left: 50px;
    color: white;
    text-align: left;
    max-width: 60%;
}

.hero-text h3 {
    margin: 20px;
	text-transform: uppercase;
	color:#32CD32;
    font-size: 1em;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.hero-text h1 {
    margin: 20px;
    font-size: 3em;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.hero-text h2 {
    margin: 20px;
    font-size: 1em;
	font-weight:normal;
    line-height: 1.2;
}

.contact-us {
    background-color: #4B0082;
    color: white;
    text-align: center;
    padding: 20px 20px;
}
.contact-us-content {
    max-width: 60%;
    margin: 0 auto;
}
.contact-us h1 {
    font-size: 2.3em;
    color: #ffffff;
}
.contact-us p {
	line-height: 1.2;
    font-size: 1.1em;
    color: #ffffff;
}
.contact-us a {
	line-height: 1.2;
    font-size: 1.1em;
    color: #00FFFF;
}


.text-box h1 {
    margin: 20px;
	line-height: 1.2;
    font-size: 2.3em;
    color: #29005A;
}
.text-box li {
    margin: 20px;
	line-height: 1.2;
    font-size: 1.1em;
    color: #000000;
}
.text-box p {
    margin: 20px;
	line-height: 2;
    font-size: 1.1em;
    color: #000000;
}

@media screen and (min-width: 769px) {
    .top-nav-container, .main-nav-container {
        flex-basis: calc(50% - 150px);
    }

    .logo-container {
        flex-basis: 300px;
        order: 0;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {

    body {
        padding-top: 100px;
    }

	.multBoxcontainer {
        flex-direction: column;
        gap: 20px;
        margin: 15px;	
	}
	
	.boxes {
        width: 100%;
        margin-bottom: 15px;	
	}
	
	.boxGraphic .graphic{
        max-height: 150px;
        object-fit: cover;
		display: block;
        margin: 0 auto;		
	}

    .logo-container {
        margin: 0px;
		text-align: left;
    }
    .logo {
        max-width: 200px;
        height: 51px;
    }

    .nav-links, .main-nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
    }
    .nav-links.active, .main-nav-links.active {
        display: flex;
    }
    .nav-links li, .main-nav-links > li {
        margin: 10px 0;
    }

    .hamburger {
        display: flex;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .hamburger.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .submenu {
        position: static;
        display: none;
    }
    .main-nav-links > li:hover .submenu {
        display: none;
    }
    .submenu.active {
        display: block;
    }

    .hero {
        height: 300px;

    }
    .hero-text {
		top: 20px;
        max-width: 80%;
		text-align:left;
    }
	.hero-text h1 {
		font-size: 2em;
		line-height: 1.2;
	}

    .split-section, .footer-section {
        flex-direction: column-reverse;
    }
    .graphic-box {
        display: flex;
		justify-content:center;
		align-items: center;
		width:100%;
    }
    .graphic-box .graphic {
        max-height: 300px;
        object-fit: cover;
        max-width: 80%;
		display: block;
        margin: 0 auto;
    }	

    .text-box {
		text-align:center;

		position: relative
    }

	.text-box .bulletLists li {
		font-size: .9em;
		padding: 0px 0px 0px 0px;
		text-align:center;
	}

    .footer-section .small-box {
        flex: none;
		margin: 20px 0px 0px 0px;
		text-align:center;
    }
	.small-box ul {
		display: flex;
		justify-content: center;
		list-style-type: none;
		padding: 0;
	}

	.contact-us {
		text-align:center
	}

    .text-box p {
        font-size: 0.9em;
    }
	.text-box h1 {
		margin: 20px;
		line-height: 1.2;
		font-size: 2em;
		color: #29005A;
	}
	.text-box ul{
		width: calc(100% - 100px);
		margin-left: 50px;
		text-align: left;
		padding-left: left;
        list-style-type: disc;	
		box-sizing: border-box;
		display: block;
	}
	.text-box li {
		text-align: left;
		list-style-type: disc;
		list-style-position: outside;
		margin-left: 0;
		padding-left: 5px;
		line-height: 1.2;
		font-size: .85em;
		color: #000000;
	}

	.contact-us p {
		font-size: .9em;
	}

	.enlyteContact li {
		font-size: .9em;
		padding: 0px 0px 0px 0px;
	}
	.enlyteContact li a {
		text-decoration: none;
		color: #ffffff;
		font-weight: bold;
		padding: 5px 10px;
		transition: background-color 0.3s;
	}
	.enlyteContact li a:hover {
		background-color: none;
		color: #5A1BF9
	}

	.footer-section .large-box {
		margin: 20px 0px 0px 0px;
	}
	.large-box .four-companyListings {
		text-align:center;
		font-size: 1.3em;
	}
	.large-box .companySocialMediaPics {
		text-align: center;
		padding: 30px 10px
	}
	.large-box .termsLine {
		text-align:center;
	}
	.large-box .footer-alignment30Last {
		margin-right: 30px
	}
}


.split-section {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.graphic-box, .text-box {
    flex: 1 1 50%;
    box-sizing: border-box;
}

.graphic {
    max-width: 100%;
    height: auto;
    display: block;
}


.four-companyListings {
	text-align:right;
	font-size: 1.3em;
}
.companySocialMediaPics {
	text-align: right;
	padding: 30px 10px
}
.termsLine {
	text-align:right;
	padding: 0px 10px;
	font-size: .8em;
}

.footer-section {
    display: flex;
    flex-wrap: nowrap;
	align-items: stretch; 
    background-color: #29005A;
    color: white;
}

.footer-alignment30 {
	margin-right: 30px
}
.footer-alignment30Last {
	margin-right: 0px
}

.footer-alignment20 {
	margin-right: 20px
}

.small-box, .large-box {
    flex: 1 1 50%;
	margin: 40px 0px 0px 0px;
    box-sizing: border-box;
}
