body {
    font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.05em;
	font-stretch: expanded;
    margin: 0;
    padding: 0;
	background-color: #ffffff;
	padding-top: 150px;

}


.multBoxcontainer {
	display: flex;
	justify-content: space-between;
	gap: 0px;
	margin: 20px
}
.boxes {
	background-color: white;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.boxGraphic
{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	overflow: hidden;
	position:relative
}

.boxGraphic img{
	max-width: 355px;
	max-height: 90%;
	width:auto;
	height:auto;
	object-fit: contain;
	display: block;
}
.contactContainer {
	display:flex;
	align-items:center;
	gap:10px;
	margin:0 0 20px 20px
}
.contactContainerImg {
	flex: 0 0 100px;
	width:100px;
}
.contactContainerTxt {
	flex: 1
}
.contactContainerTxt a{
	text-decoration: none;
    background-color: none;
    color: #000000
}

.contactContainerTxt a:hover{
	text-decoration: none;
    background-color: none;
    color: #000000
}
.contactContainerTxt a:visited{
	text-decoration: none
    background-color: none;
    color: #000000
}


header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 1000;

    justify-content: space-between;
    align-items: right;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
}

.top-nav-container, {
    flex-basis: 100%;
}



.top-nav, .main-nav {
    display: flex;
    justify-content: flex-end;
}
.nav-links, .main-nav-links {
    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: normal;
    padding: 5px 10px;
    transition: background-color 0.3s;
}
.nav-links li a:hover {
    background-color: none;
    color: #4d4d4d
}
.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;
}


.hamburger {
    display: none;
    cursor: pointer;
	position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1001;
}
.hamburger span {
    width: 25px;
    height: 3px;

    margin: 2px 0;
    transition: 0.4s;
}


.hero {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;

}
.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
	filter: brightness(80%);
}
.hero-text {
    position: absolute;
    top: 300px;
    left: 500px;
    color: white;
    text-align: left;
    max-width: 60%;
    margin: 20px;

}
.hero-text h1 {
    font-size: 3.2em;
    line-height: 1.2;
	font-weight:400;
}
.text-box p {
    margin: 20px;
	line-height: 2;
    font-size: 1.1em;
    color: #000000;
}
.text-box h2 {
    margin: 0 0 0 20px;
	line-height: 1.2;
    font-size: 1.6em;
	font-weight:400;
}

@media screen and (min-width: 769px) {
    .top-nav-container, .main-nav-container {
        flex-basis: 10px);
    }

    .logo-container {
        flex-basis: 300px;
        order: 0;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {

    body {
        padding-top: 100px;
    }

	.contactContainer {
		flex-direction: column;
	}
	.contactContainerImg {
		display:none;
	}
	.contactContainerTxt {
		flex: 1;
	}

	.multBoxcontainer {
		flex-direction: column;
		gap: 20px;
		margin: 15px
	}
	.boxes {
		width: 100%;
		margin-bottom: 15px
	}

    .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: none;
        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-logo {
		max-width: 20%;
	}
    .hero-text {
		top: 20px;
        max-width: 100%;
		text-align:left;
		left:30px;
		
    }
	.hero-text h1 {
		font-size: 2em;
		line-height: 1.2;
	}

    .split-section, .footer-section {
        flex-direction: column;
    }
    .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;
		margin-bottom:20px
    }


    .text-box p {
        font-size: 0.9em;
    }
	.text-box h1 {
		margin: 20px;
		line-height: 1.2;
		font-size: 2em;
		color: #29005A;
	}
	.text-box li {
		list-style-type: none;
		margin: 20px;
		margin-left: 0;
		line-height: 1.2;
		font-size: .85em;
		color: #000000;
	}

}


.split-section {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.graphic-box {
    flex: 1;
    box-sizing: border-box;
	margin:20px
}

.text-box {
    flex: 2;
    box-sizing: border-box;
	margin:20px
}


.graphic {
    max-width: 100%;
    height: auto;
    display: block;
}

