body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0
}

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../img/bg.jpg) no-repeat center center fixed;
	background-size: cover
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 1px
}

p {
	font-size: 1.25em;
	line-height: 1.6;
	color: #000
}

hr {
	max-width: 400px;
	border-color: #999
}

.brand,
.address-bar {
	display: none
}

.navbar-brand {
	font-weight: 900;
	letter-spacing: 2px
}

.navbar-nav,
.navbar-nav>li>a {
	font-weight: 400;
	letter-spacing: 3px
}

.img-full {
	min-width: 100%
}

.brand-before {
	margin: 15px 0
}

.brand-name {
	margin: 0;
	font-size: 4em
}

.tagline-divider {
	margin: 15px auto 3px;
	max-width: 250px;
	border-color: #999
}

.box {
	margin-bottom: 20px;
	padding: 30px 15px;
	background: rgba(255, 255, 255, .9)
}

.intro-text {
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: 1px
}

.img-border,
.img-left {
	float: none;
	margin: 0 auto 0
}

footer {
	font-size: 10px;
	background: rgba(255, 255, 255, .9)
}

footer .copyright {
	margin: 0;
	padding: 20px 0
}

ul.icons {
	padding: 20px 0;
	list-style: none
}

ul.icons li {
	display: inline-block;
	padding: 0 1.25em 0 0;
	font-size: 1.75em
}

ul.icons li a {
	text-decoration: none
}

@media screen and (min-width:768px) {
	.brand {
		display: inherit;
		margin: 0;
		padding: 30px 0 10px;
		text-align: center;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
		font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 5em;
		font-weight: 700;
		line-height: normal;
		color: #fff
	}

	.top-divider {
		margin-top: 0
	}

	.img-left {
		float: left;
		margin-right: 25px
	}

	.address-bar {
		display: inherit;
		margin: 0;
		padding: 0 0 40px;
		text-align: center;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
		font-size: 1.25em;
		font-weight: 400;
		letter-spacing: 3px;
		color: #fff
	}

	.navbar {
		border-radius: 0;
		min-height: 0
	}

	.navbar-default {
		border: none;
		background: rgba(255, 255, 255, .9)
	}

	.nav>li>a,
	.navbar-nav>li>a {
		padding: 35px;
		line-height: normal
	}

	.navbar-nav {
		display: table;
		float: none;
		margin: 0 auto;
		table-layout: fixed;
		font-size: 1.25em
	}
}

@media screen and (min-width:1200px) {
	.box:after {
		content: '';
		display: table;
		clear: both
	}
}

html {
	scroll-behavior: smooth
}

.navbar {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	color: #000;
	z-index: 1000
}

.brand-title {
	font-family: 'Damion', cursive;
	font-size: 32px;
	margin: .5rem;
	height: 100%;
	list-style: none;
	white-space: nowrap
}

.brand-title a {
	display: block;
	text-decoration: none;
	transition: color 0.3s;
	color: #000;
	padding: 1rem
}

.brand-title a:hover {
	color: #337ab7
}

.navbar-links {
	height: 100%;
	white-space: nowrap
}

.navbar-links ul {
	display: flex;
	margin: 0;
	padding: 0
}

.navbar-links li {
	list-style: none;
	transition: background-color 0.3s
}

.navbar-links li a {
	display: block;
	text-decoration: none;
	transition: color 0.3s;
	color: #000;
	padding: 1rem
}

.navbar-links li:hover {
	background-color: #f0f0f0
}

.navbar a:hover {
	color: #337ab7
}

.toggle-button {
	position: absolute;
	top: .75rem;
	right: 1rem;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 21px
}

.toggle-button .bar {
	height: 3px;
	width: 100%;
	background-color: #000;
	border-radius: 10px
}

@media (max-width:800px) {
	.navbar {
		flex-direction: column;
		align-items: flex-start
	}

	.toggle-button {
		display: flex
	}

	.navbar-links {
		display: none;
		width: 100%
	}

	.navbar-links ul {
		width: 100%;
		flex-direction: column
	}

	.navbar-links ul li {
		text-align: center
	}

	.navbar-links ul li a {
		padding: .5rem 1rem
	}

	.navbar-links.active {
		display: flex
	}

	.brand-name {
		font-size: 3.25em !important
	}

	#welcome .box {
		margin-top: 62px
	}

    .lead {
        float: none !important; /* Reset float for the image */
        margin: 0 auto 20px !important; /* Center image and add some spacing below */
        display: block !important; /* Ensure the image takes up full width */
        text-align: center !important; /* Center the text */
    }

    .leadesc {
        margin-left: 0 !important; /* Reset margin-left for the text */
    }
}

.spacer-div {
	height: 6px
}