/* CSS Document */

html {
	overflow-x: hidden;
}

body {
font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

header {
	background-color: white;
	padding: 30px 0px;
	color: #158054;
}

header #Nav {
	text-align: right;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
}

header #Nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

header #Nav ul li {
	display: inline-block;
	margin-left: 15px;
}

header #Title {
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
}

footer {
	background-color: white;
	padding: 32px 0px;
}

a:link {
	color: #158054;
	text-decoration: none;
}

a:visited {
	color: #158054;
	text-decoration: none;
}

a:active {
	color: rgba(21,128,84,0.7);
	text-decoration: none;
}

a:hover {
	color: rgba(21,128,84,0.7);
	text-decoration: none;
}

#About-Intro {
	font-size: 25px;
	text-align: center;
}

#About-Intro div {
	padding: 0px 20px;
}

#About-Intro img {
	max-width: 375px;
}

#BackToTop {
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 5000;
    display: none;
}

#BackToTop a:link {
    font-size: 44px;
    color: rgba(0,0,0,0.50);
    text-decoration: none;
}

#BackToTop a:visited {
    font-size: 44px;
    color: rgba(0,0,0,0.50);
    text-decoration: none;
}

#BackToTop a:hover {
    font-size: 44px;
    color: rgba(0,0,0,0.65);
    text-decoration: none;
}

#BackToTop a:active {
    font-size: 44px;
    color: rgba(0,0,0,0.65);
    text-decoration: none;
}

#Contact-Form .Button {
	display: block;
	margin: auto;
	text-align: center;
	border: 0px none;
	border-radius: 14px;
	color: white;
	background-color: #158054;
	font-weight: bold;
	padding: 14px 26px;
	max-width: 400px;
}

#Contact-Ribbon {
	background-color: #158054;
	color: white;
	padding: 60px 0px;
}

#Contact-Ribbon h2 {
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}

#Contact-Ribbon a:link {
	display: block;
	margin: auto;
	text-align: center;
	border-radius: 14px;
	color: #158054;
	background-color: white;
	font-weight: bold;
	padding: 14px 26px;
	max-width: 400px;
}

#Contact-Ribbon a:visited {
	display: block;
	margin: auto;
	text-align: center;
	border-radius: 14px;
	color: #158054;
	background-color: white;
	font-weight: bold;
	padding: 14px 26px;
	max-width: 400px;
}

#Contact-Ribbon a:active {
	display: block;
	margin: auto;
	text-align: center;
	border-radius: 14px;
	color: #158054;
	background-color: rgba(255,255,255,0.7);
	font-weight: bold;
	padding: 14px 26px;
	max-width: 400px;
}

#Contact-Ribbon a:hover {
	display: block;
	margin: auto;
	text-align: center;
	border-radius: 14px;
	color: #158054;
	background-color: rgba(255,255,255,0.7);
	font-weight: bold;
	padding: 14px 26px;
	max-width: 400px;
}

#Content {
	background-color: white;
	padding: 70px 0px;
}

#Go-To-Mobile-Nav {
	display: none;
	visibility: hidden;
}

#Hero {
	background-color: #158054;
	background-attachment: scroll;
	background-position: center;
	background-size: cover;
	background-image: url("assets/hero-background.jpg");
	color: white;
	padding: 140px 0px;
	text-align: center;
}

#Hero h1 {
	font-size: 64px;
	text-transform: uppercase;
}

#Homepage-Hero {
	background-color: #158054;
	background-attachment: scroll;
	background-position: center;
	background-size: cover;
	background-image: url("assets/hero-background.jpg");
	height: 75vh;
	position: relative;
}

#Homepage-Hero h1 {
	color: white;
	font-size: 70px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	text-transform: uppercase;
	transform: translate(-50%,-50%);
}

#Homepage-Hero #Nav {
	margin: auto;
	display: block;
}

#Homepage-Hero #Nav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#Homepage-Hero #Nav ul li {
	display: inline-block;
	padding: 12px 15px;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 20%;
}

#Homepage-Hero #Nav ul li a:link {
	color: white;
	text-decoration: none;
}

#Homepage-Hero #Nav ul li a:visited {
	color: white;
	text-decoration: none;
}

#Homepage-Hero #Nav ul li a:active {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}
#Homepage-Hero #Nav ul li a:hover {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}

#Homepage-Quote {
	background-color: #158054;
	background-attachment: scroll;
	background-position: center;
	background-size: cover;
	background-image: url("assets/hero-background.jpg");
	color: white;
	padding: 80px 0px;
	text-align: center;
}

#Homepage-Quote h2 {
	font-size: 38px;
	font-style: italic;
}

#Homepage-Quote p {
	font-size: 25px;
	text-transform: uppercase;
}

#Homepage-SubHero {
	background-color: black;
	padding: 32px;
}

#Homepage-SubHero .Block {
	background-color: #158054;
	color: white;
	padding: 20px 0px;
	text-transform: uppercase;
	text-align: center;
}

#Homepage-SubHero .Block i {
	font-size: 50px;
}

#Homepage-SubHero .Block p {
	font-size: 22px;
}

#Homepage-Welcome {
	padding: 90px 0px;
}

#Homepage-Welcome #Welcome-Head {
	border-bottom: solid #158054;
	margin-bottom: 40px;
	padding-bottom: 30px;
	text-align: center;
}

#Homepage-Welcome #Welcome-Head h2 {
	font-size: 40px;
	font-style: italic;
	text-transform: uppercase;
}

#Homepage-Welcome h3 {
	text-align: center;
	font-size: 34px;
	text-transform: uppercase;
}

#Homepage-Welcome p {
	font-size: 20px;
	text-align: center;
}

#Mobile-Nav {
	display: none;
	visibility: hidden;
}

#Work-Nav {
	margin: auto;
	padding: 0;
}

#Work-Nav li {
	display: inline-block;
	padding: 0px 20px;
}

.Big-Icon {
	color: #158054;
	font-size: 68px;
	text-align: center;
}

.Bold {
	font-weight: bold;
}

.Center {
	text-align: center;
}

.Circle-Icon {
	background-color: #158054;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 36px;
	height: 75px;
	margin: 0px auto 20px auto;
	padding: 12px;
	text-align: center;
	width: 75px;
}

.Green-Bullet li::marker {
	color: #158054;
}

.Heading {
	border-bottom: solid #158054;
	font-size: 38px;
	margin: 70px 0px 40px 0px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

.Paragraph-Text {
	font-size: 22px;
}

.Sub-Heading {
	font-size: 28px;
}

@media screen and (min-width: 992px) {
	#Mobile-Nav {
		display: none !important;
		visibility: hidden !important;
	}
}

@media screen and (max-width: 991px) {
	
    
	header .float-start {
		float: none !important;
	}
	
	footer .float-start {
		float: none !important;
		text-align: center !important;
	}
	
	footer .float-end {
		float: none !important;
		text-align: center !important;
	}
	
	#About-Intro img {
		max-width: 100%;
	}
	
	#About-Intro .flex-fill {
		padding-bottom: 22px;
	}
	
	#Go-To-Mobile-Nav {
		display: block;
		visibility: visible;
		text-align: center;
		text-transform: uppercase;
		font-size: 28px;
		font-weight: 600;
	}
	
	#Homepage-Hero #Go-To-Mobile-Nav {
		padding: 12px 0px;
		font-size: 30px;
		text-align: center;
		text-transform: uppercase;
	}
	
	#Homepage-Hero #Go-To-Mobile-Nav a:link {
		color: white;
		text-decoration: none;
	}

	#Homepage-Hero #Go-To-Mobile-Nav a:visited {
		color: white;
		text-decoration: none;
	}

	#Homepage-Hero #Go-To-Mobile-Nav a:active {
		color: rgba(255,255,255,0.7);
		text-decoration: none;
	}
	
	#Homepage-Hero #Go-To-Mobile-Nav a:hover {
		color: rgba(255,255,255,0.7);
		text-decoration: none;
	}
	
	#Homepage-Hero #Nav {
		display: none;
		visibility: hidden;
	}
	
	#Homepage-Hero h1 {
		font-size: 60px;
	}
	
	#Mobile-Nav {
		background-color: black;
		height: 100vh;
		overflow-x: hidden;
		position: fixed;
		width: 100%;
		z-index: 6000;
		top: 0;
	}
	
	#Mobile-Nav ul {
		list-style-type: none;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	#Mobile-Nav ul li {
		color: white;
		font-weight: 600;
		font-size: 36px;
		text-align: center;
		padding: 9px 0px;
		text-transform: uppercase;
	}
	
	#Mobile-Nav a:link {
		color: white;
		text-decoration: none;
	}
	
	#Mobile-Nav a:visited {
		color: white;
		text-decoration: none;
	}
	
	#Mobile-Nav a:active {
		color: rgba(255,255,255,0.7);
		text-decoration: none;
	}
	
	#Mobile-Nav a:hover {
		color: rgba(255,255,255,0.7);
		text-decoration: none;
	}
	
	#Nav {
		display: none;
		visibility: hidden;
	}
	
	#Title {
		text-align: center;
	}
	
	#Work-Nav li {
		display: block;
		padding: 4px 0px;
	}
    
}