/*
Theme Name:   JAH Advisory
Description:  Minimalist theme based on Brimstone by Web Plant Media
Author:       JAH Advisory Co.
Author URL:   https://jah.guide
Template:     brimstone
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  jah-advisory
*/

/* Write here your own personal stylesheet */

@font-face {
	font-family: bahamas;
	src: url('Bahamas.ttf')
}

h1, h2, h3 {
	font-family: bahamas;
}


/*Header */
.landing-branding {
	/*margin-top: 20px;*/
	/*padding-top: 20px;*/
	padding-bottom: 0;
}

.landing-icon {
	height: auto;
	width: 150px;
	max-width: 150px;	
}

.lp-nav-container {
	position: relative;
	display: block;
	float: right;
	padding-right: 4em;
	max-width: 87.5rem;
	margin-left: auto;
	margin-right: auto;
}

.lp-nav {
	display: inline-block;
	float: right;
}

.lp-nav a {
	float: right;
}

.lp-site-logo {
	position: fixed;
	z-index: 0;
  	width: 5em;
}



/*Menu */

/*Body */

/* Footer Styles*/

.site-info-wrapper {
	background-color: #000;
	text-align: center;
	font-size: 0.9375rem;
	letter-spacing: .15em;
	margin-top: 0;
	padding-top: 0.9375rem;
	margin-bottom: 0;
	padding-bottom: 0.9375rem;
}

.site-info-wrapper .site-boundary {
	
}

.site-info, .site-info p {
	color: #ffffff;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}