@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');

html {
	background-color: #000;
}

body {
    /*
	min-width: 900px;
	max-width: 900px;
    */
	margin: auto;
	background-color: #000;
	color: #e5e5e5;
}

a {
	color: #e5e5e5;
    text-decoration: underline;
}

img {
	/* For older browsers that display a blue border around image links */
	border: 0px;
    padding:3px;
}

a:hover {
	text-decoration: none;
}

#header {
	padding-top: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #fff;
	margin-bottom: 1px;
	position: relative;
}

#header img {
}

#headerinfo {
	font-family: "Cambria", serif;
	font-size: 20px;
	text-align: right;
    /*
	position: absolute;
	right: 0px;
	bottom: 0px;

	margin-bottom: 32px;
    */
}



/*
 * Navbar
 * Maybe move this to another file
 *
 * */



#navbuttons ul li a {
	float: left;
	display: block;
	width: 100%;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	letter-spacing: 3px;
	font-family: "Georgia", serif;
	font-size: 18px;

	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;	
}

#navbuttons ul li a:hover, 
#navbuttons ul li a:active, 
#navbuttons ul li a:focus {
	background: #191919;
	/*color: #e18a07;*/
    /*color: #c09841;*/
    color: #E3A827;
}
    
/* End navbar */

/*Bootstrap navbar override*/
.navbar {
    border-radius: 0;
    border:0;
}

@media (min-width: 768px){
    .navbar-nav{
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
    }
}

/*Force a max width for the navbar to make it look nice */
.navbar .container {
    max-width: 750px;
}

/*Bootstrap container overrides*/
.container-fluid {
    max-width: 900px;
}
.container {
    max-width: 900px;
}

/*Bootstrap row extension */
.row {
    position: relative;
}
.pull-down {
    position: absolute;
    right:0;
    bottom:0;
}
.quick-padding {
    padding:10px;
}

.highlight-text {
    color: #E3A827;
}


#banner {
	margin-bottom: 25px;
}

#content {
	font-family: "Lora", "Georgia", serif;
    line-height: 150%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #191919;
    /*
	overflow: auto; /* Hack to make the container expand to contained elements*/
}

#content h1 {
	font-family: "Lora", "Georgia", serif;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: normal;
	
	/*color: #e18a07;*/
    /*color: #DAA532*/
    color: #E3A827;
	line-height: 48px;
}

#content h2 {
	font-family: "Lora", "Georgia", serif;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	
	/*color: #e18a07;*/
    /*color: #DAA532*/
    color: #E3A827;
	line-height: 36px;
}

#content .column {
	font-size: 14px;
	letter-spacing: 0.5px;
	width: 38%;
	padding-left: 45px;
	padding-right: 60px;
	padding-bottom: 50px;
	line-height: 140%;
	float:left;
}

#footer {
	padding-top: 25px;
	border-top: 1px solid #fff;
	margin-top: 48px;
	margin-bottom: 48px;
	text-align: center;
	font-family: "Lora", "Georgia", serif;
	font-size: 12px;
}
