@charset "UTF-8";

body {
  padding-top: 70px;
  width: 100%;
}
/*

*/

.large-image {
	margin-top: -20px;
}

.atom-logo {
	float: left; 
	margin-right: 5px; 
	margin-top: 2px;
}

.navbar-brand {
	width: 230px;
}

/* Custom navbar 
----------------------------- */
/* logo */
.navbar-brand {
	padding-top: 5px;
}

.navbar-default {
	background-color: #2a2d2e;
	border-color: #6e9c40;
}
.navbar-default .navbar-brand {
	color: #dee3e5;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #f8fdff;
}
.navbar-default .navbar-text {
	color: #dee3e5;
}
.navbar-default .navbar-nav > li > a {
	color: #dee3e5;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #f8fdff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #f8fdff;
	background-color: #6e9c40;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #f8fdff;
	background-color: #6e9c40;
}
.navbar-default .navbar-toggle {
	border-color: #6e9c40;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #6e9c40;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #dee3e5;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #dee3e5;
}
.navbar-default .navbar-link {
	color: #dee3e5;
}
.navbar-default .navbar-link:hover {
	color: #f8fdff;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #dee3e5;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #f8fdff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #f8fdff;
		background-color: #6e9c40;
	}
}

/* Narrow bootstrap template 
-------------------------------------------------*/

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 300px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 300px;
  background-color: #a3a28e;
  color: #ffffff;
  padding-top: 13px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration:underline;
	color: #fff;
}

.body-link {
	color: #060;
}
.body-link:hover {
	text-decoration:none;
	color:#6e9c40;
	
}

@media (min-width: 768px) {
  #footer {
    height: 160px;
  }
  
  body {
	  margin-bottom: 160px;
  }
}