@charset "UTF-8";
/* CSS Document */

.navbar {
	position: sticky;
	top: 0;
	left: 0;
    width: 100%;
}


body:has(#nav-checkbox:checked) {
	overflow: hidden;
}

.nav-container {
    height: 80px;
    position: absolute;
    justify-content: space-between;
    align-items: center;
	margin-left:auto;margin-right:auto;max-width:1200px;content:" ";display:table;
}

.navbar .menu-options {
    display: flex;
    height: 100vh;
    width: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    transform: translate(-150%);
    transition: transform 0.4s ease-in-out;
    background-color: #ffffff;
    z-index : 10000;
	overflow: hidden;
}



.navbar .menu-options li {
    list-style: none;
    margin-bottom: 24px;
}

.navbar .menu-options li a {
    text-decoration: none;
    color: #000000;
    font-size: 24px;
    padding: 16px;
}

.navbar .menu-options li a:hover {
    color: #cccccc;
}

.nav-container {
    position: relative;
    display: block;
    background-color: #ffffff;
	z-index: 5;
}

.nav-container .checkbox {
    display: block;
    position: absolute;
    top: 32px;
    right: 0px;
    height: 32px;
    width: 32px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.nav-container .ham-lines {
    position: absolute;
    height: 32px;
    width: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 26px;
    right: 0px;
    z-index: 2;
}

.site-logo {
    height: 32px;
	width: inherit;
    position: absolute;
    left: 0px;
    top: 32px;
    
}

.nav-container input[type='checkbox']:checked~.menu-options {
    transform: translateX(0);
}


.nav-container input[type='checkbox']:checked~.site-logo {
    display: none;
}


.top-menu{display: none;
	position: absolute;
	left: 50%;
    top: 32px;
}


.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.hero {
	background-image: none;
	background-size: cover;
	padding: 32px 0px 32px 0px;
	color: #FFFFFF;
	text-align: left;
	height: 500px;
}

ul.horizontal-list {
  list-style: none;
}
ul.horizontal-list li {
  display: inline-block;
  padding: 0 0.5rem 0 0;
}

h1 {
	font-family: "CustomFont";
	font-size: 24px;
	color: #000000;
	font-weight: normal;
}

h1 a {
    text-decoration: underline;
	color: #000000;
}

h1 a:visited {
    text-decoration: underline;
	color: #000000;
}
h1 a:hover {
    color: #cccccc;
}
h1 a:active {
    text-decoration: none;
	color: #000000;
}





h2 {
	font-family: "CustomFont";
	font-size: 24px;
	color: #000000;
	line-height:0px
}


p {
	font-family: "CustomFont";
	font-size: 24px;
	color: #000000;
	line-height:28px
}

p a {
    text-decoration: underline;
	color: #000000;
}

p a:visited {
    text-decoration: underline;
	color: #000000;
}
p a:hover {
    color: #cccccc;
}

.info{
	background-color: #000000;
	color: #FFFFFF;
	padding: 16px 0px 32px;

}

.text-cell {
	color: #FFFFFF;
	padding: 0px 0px 48px 0px;
	text-align: left;
}

.text-cell2 {
	color: #FFFFFF;
	padding: 24px 0px 48px 0px;
	text-align: left;
}


.w-container{margin-left:auto;margin-right:auto;max-width:1200px}
.w-container:after,
.w-container:before{content:" ";display:table}
.w-container:after{clear:both}

.w-container2{margin-left:auto;margin-right:0;max-width:940px}
.w-container2:after,
.w-container2:before{content:" ";display:table}
.w-container2:after{clear:both}



.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.col {
	float: left;
	width: 100%;
}




/*Tablet View*/

@media (min-width: 732px){

	
	.text-cell {
		color: #FFFFFF;
		padding: 0px 0px 48px 0px;
		text-align: left;
	}

	.text-cell2 {
		color: #FFFFFF;
		padding: 24px 0px 48px 0px;
		text-align: left;
	}
		
		
		.hero {
		padding: 32px 0px 32px 0px;
		text-align: left;
		height: 500px;
	}
		
		section{
		background-image: url(images/sectiontest.jpg);
		background-size: cover;
		padding: 32px 0px 32px 0px;
		color: #FFFFFF;
		text-align: left;
		height: 500px;
	}
		
	.info {
		background-color: #000000;
		color: #FFFFFF;
		padding: 16px 0px 16px;
    }
	.col-md-one-half {
		width: 50%;
	}

}
/*Desktop View*/
@media (min-width: 1048px){
	.nav-container .checkbox {
		display: none;
		position: absolute;
		top: 32px;
		right: 0px;
		height: 32px;
		width: 32px;
		z-index: 5;
		opacity: 0;
		cursor: pointer;
	}

	.nav-container .ham-lines {
		position: absolute;
		height: 32px;
		width: 32px;
		display: none;
		flex-direction: column;
		justify-content: space-between;
		top: 32px;
		right: 0px;
		z-index: 2;
	}
	.top-menu{display: inline-block;
		position: absolute;
		left: 25%;
		top: 32px;
	}	
		
	.text-cell {
		color: #FFFFFF;
		padding: 0px 0px 48px 0px;
		text-align: left;
	}

	.text-cell2 {
		color: #FFFFFF;
		padding: 24px 0px 120px 0px;
		text-align: left;
	}
	.text-cell3 {
		color: #FFFFFF;
		padding: 0px 0px 10px 0px;
		text-align: left;
	}	
		
		
	.hero {
		padding: 32px 0px 32px 0px;
		text-align: left;
		height: inherit;
	}
		
	section {
		background-image: url(images/sectiontest.jpg);
		background-size: cover;
		padding: 32px 0px 32px 0px;
		color: #FFFFFF;
		text-align: left;
		height: 500px;
	}
	
	.info {
		background-color: #000000;
		color: #FFFFFF;
		padding: 32px 0px 32px;

    }
	.col-lg-one-fourth {
		width: 25%;
	}
	.col-xlg-three-fourth {
		width: 75%;
	}
}



@media (min-width: 1090px){
	.nav-container .checkbox {
		display: none;
		position: absolute;
		top: 32px;
		right: 0px;
		height: 32px;
		width: 32px;
		z-index: 5;
		opacity: 0;
		cursor: pointer;
	}

	.nav-container .ham-lines {
		position: absolute;
		height: 32px;
		width: 32px;
		display: none;
		flex-direction: column;
		justify-content: space-between;
		top: 32px;
		right: 0px;
		z-index: 2;
	}
	.top-menu{display: inline-block;
		position: absolute;
		left: 50%;
		top: 32px;
	}	
		
	.text-cell {
		color: #FFFFFF;
		padding: 0px 0px 48px 0px;
		text-align: left;
	}

	.text-cell2 {
		color: #FFFFFF;
		padding: 24px 0px 120px 0px;
		text-align: left;
	}
	.text-cell3 {
		color: #FFFFFF;
		padding: 0px 0px 10px 0px;
		text-align: left;
	}	
		
		
	.hero {
		padding: 32px 0px 32px 0px;
		text-align: left;
		height: inherit;
	}
		
	section {
		background-image: url(images/sectiontest.jpg);
		background-size: cover;
		padding: 32px 0px 32px 0px;
		color: #FFFFFF;
		text-align: left;
		height: 500px;
	}
	
	.info {
		background-color: #000000;
		color: #FFFFFF;
		padding: 32px 0px 32px;

    }
	.col-lg-one-fourth {
		width: 25%;
	}
	.col-xlg-three-fourth {
		width: 75%;
	}
}

