html{
	overflow-x: hidden;
}
.wrap-1{
	background-image: url('../png/homepage-1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	scroll-snap-align: start;
}
.wrap-1-2{
	background-image: url('../jpg/lo-homepage.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	scroll-snap-align: start;
}
.homebutton{
	border-color: #FAA90E !important;
}
.homebutton:hover{
	border-color: #3a3a3a !important;
}
#Wrap1Inner h1{
	text-transform: uppercase;
	font-family: 'Gotham-Medium';
	font-size: 40px;
	color: white;
	line-height: 1.7;
	text-shadow: 2px 2px 5px black;
}
#Wrap1Inner{
	padding-top: 15vh;
	text-align: center;
	color: white;
	position: relative;
	width: 100%;
	height: 100%;
}
#Wrap12Inner h2{
	text-transform: uppercase;
	font-family: 'Gotham-Medium';
	font-size: 40px;
	color: white;
	line-height: 1.7;
	text-shadow: 2px 2px 5px black;
}
#Wrap12Inner{
	padding-top: 15vh;
	text-align: center;
	color: white;
	position: relative;
	width: 100%;
	height: 100%;
}
.WrapHead{
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1070px;
	margin-left: auto;
	margin-right: auto;
}
.WrapDisc{
	max-width: 630px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
}
.BottomBox{
	padding: 30px;
	padding-bottom: 30px;
	margin-bottom: 15px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	max-width: 900px;
	background-color: rgba(0,0,0,.65);
}
.BottomBox p{
	font-size: 17px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.BottomBox button{
	margin-bottom: 15px;
}
.slantBanner{
	background: #FAA90E;
	color:black;
	font-size: 17px;
	width: 200px;
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
	position: absolute;
	bottom:0;
	right: 0;
}
.slantBanner span{
	font-weight: bolder;
	font-size: 17x;
	margin-right: -30px;
	font-family: 'Oswald Bold
}
.MobVer{
	display: none;
	padding-left: 30px;
	padding-right: 30px;
}
.MobVer p{
	font-size: 17px;
}
#more, #more2, #more3, #more4, #more5, #more6{
	display: none;
}
#ReadMore, #ReadMore2, #ReadMore3, #ReadMore4, #ReadMore5, #ReadMore6{
	text-decoration: underline;
}

#HomeSideNav{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	text-align: left !important;
}
#HomeSideNav ul li h4 a{
	color: white;
	text-align: left !important;
	padding-top: 5px;
	padding-bottom: 5px;
}
.HomeAchorAlt a{
	color: white;
	font-size: 14px;
	text-align: left !important;
}
.HomeAnchor{
	display:none;
	color: white;
	font-size: 14px;
	text-align: left !important;
}
.HoverLink{
	opacity: .5;
	text-align: left !important;
}
.HoverLink:hover{
	opacity: 1;
	text-align: left !important;
}
.HoverLink:hover .HomeAnchor{
	display: block;
	text-align: left !important;
}
@media screen and (max-width: 1490px){
	#HomeSideNav{
		display:none;
	}
}
@media screen and (max-width: 1183px){
	.MobVer{
		display: block;
	}
	.DeskVer{
		display: none;
	}
	
	
}
@media screen and (max-width: 1183px){
	.wrap-1{
		height: auto;
		scroll-snap-align: none;
		background-image:
    	linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),
    	url('/wp-content/uploads/2023/04/Homepage-1.png');
	}
	.wrap-1-2{
		height: auto;
		scroll-snap-align: none;
		background-image:
    	linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),
    	url('/wp-content/uploads/2023/08/LO-Homepage.jpg');
	}
  #Wrap1Inner{
		padding-top: 50px;
		text-align: center;
		color: white;
		position: relative;
		width: 100%;
		height: 100%;
	}
	#Wrap12Inner{
		padding-top: 50px;
		text-align: center;
		color: white;
		position: relative;
		width: 100%;
		height: 100%;
	}
	.BottomBox{
		margin-bottom: 0px;
		padding: 30px;
		padding-bottom: 50px;
		position: relative;
		left: 0%;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		max-height: none;
		max-width: none;
		text-align: center;
		background-color: rgba(0,0,0,0);
	}
	.slantBanner{
		background: #FAA90E;
		color:black;
		font-size: 17px;
		width: 100%;
		clip-path: none;
		position: fixed;
		z-index: 999;
		bottom:0;
		right: 0;
	}
	.slantBanner span{
		font-weight: bold;
		font-size: 17x;
		margin-right: 0px;
		font-family: 'Oswald Bold
	}
}
@media screen and (max-width: 520px){
	#Wrap1Inner h1{
		font-size: 30px !important;
		line-height: 1.5;
	}
	#Wrap12Inner h2{
		font-size: 30px !important;
		line-height: 1.5;
	}
}