@charset "utf-8";
/* CSS Document */

/* Do all modifications to style, color, etc. on this file.*/

/* Logo settings here.*/
#logo {
	max-width: 300px;
	max-height: 60px;
	margin-top: -10px;
	/*margin-bottom: ;*/
	margin-left: 5px;

}
/*.form-control {
	max-width: 100%;
}*/

/* All button customizations here. */
.btn {
	border-color: #030303; /*BACKGROUND*/
	/*color: black; /*text color normal*/
	font-weight: bold;
	text-indent: 0px ;
	
}
.navbar-btn {
	background-color: #030303; /*BACKGROUND*/
	border-color: #030303; /*BACKGROUND*/
	color: white;
	padding-right: 5px;
	border-radius: 0px;
}
.navbar-btn:hover{
	background-color: #051F0F;
	border-color: #030303;
	color: white;
}
.dropdown-toggle:hover{
	background-color: #051F0F;
	color: white;
}

.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {
	background-color:  #030303;
	border-color:  #030303;
	color: white;
}

.nav .open {
	color: yellow;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	background-color: #030303;
	color: white;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	background-color: #020F07;
	color: white;  /*hover text color in open dropdown menu*/
	
}


/*Thumbnail buttons*/
.btn-primary {
	background-color: #08361A;
	border-color: #020F07;
	border-width: medium;
	color: white;
}
.btn-primary:focus {
	background-color: #051F0F;
	border-color: #020F07;
	border-width: medium;
	color: white;
}
.btn-primary:hover {
	background-color: #030303;
	border-color: #020F07;
	border-width: medium;
	color: white;
}
/* Right/Search Bar Thumbnail Buttons*/
.btn-default {
	background-color: #362752;
	border-color: #231935;
	color: white; /*Text Color Works*/
}
.btn-default:focus {
	background-color: #231935;
	
}
.btn-default:hover {
	background-color: #362752;
	color: black;
	border-color: #030303;
}

img {
/*	width: auto;*/
	max-width: 100%;
	max-height: 100%;
}

.side-by-side-picture .img {

}


.thumbnail { /*IMAGE THUMBNAILS*/
	background-color: #030303; /*Box Spacing!*/
	border-color: #030303; /*Box Spacing!*/
	/*border-bottom-color: black;
	border-bottom-style: ridge;*/
	color: white; /* This is for figcaption text color */
}

.thumbnail .caption {  /*All thumbnail text color*/
	color: white; /*Box Spacing!*/
}

/* Standard default navbar text color*/
.navbar-default .navbar-nav > li > a {
	color: white;
	font-weight: bold;
}


.navbar-default {
	background-color:  #030303; /*BACKGROUND*/
	border-color:  #030303; /*BACKGROUND*/
}
.navbar-default .navbar-nav .navbar-brand > li > a {
	color: white;
}
.navbar-default .navbar-nav > li > a:hover {
	background-color: #030303;
	color: white;
}
.navbar-default .navbar-nav > li > a:focus {
	background-color: hotpink;
	color: white;
}
.navbar-default .navbar-nav > li:hover,
.navbar-default .navbar-nav > li:focus {
	background-color: #030303;
}

.dropdown:hover,
.dropdown:focus{
	background-color: yellow;
}

.dropdown-menu,
.dropdown-menu:hover{
	background-color: #030303;
}



/* To keep the top carousel pictures under the navbar. Resize for different screen sizes? */ 

body {
	margin-top: 30px;
	padding-top: 10px;
	
	margin-left: 0px;
	margin-right: 0px;
	
	
	padding-left: 0px;
	padding-right: 0px;
	
	background-color: #030303;
	
}

p {
  line-height: 1.2em;
  margin-top: .5em ;
  margin-bottom: .5em ;
  text-indent: 30px ;
	
}

ol>li {
	color: inherit;
	font-weight: bolder;
	font-size: 1.1em;
}

.byline {
	text-align: left;
	font-style: oblique;
	margin-right: 25px;
/*	font-variant: small-caps;*/
	
}

.aside {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 2em;
/*	font-style: bold;*/
	color: white;
	text-align: center;
/*	text-align: wrap;*/
	word-wrap: break-word;
	hyphens: auto;
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-right: 50px;
/*	margin-left: 10px;*/

	border-width: thick;
	border:inset;
	border-bottom: none;
}
.aside-author {
	font-size: 1em;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-align: center;
/*	text-decoration-color: #362752;*/
/*	text-decoration: underline;*/
/*		padding-right: 15px;*/
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 50px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 25px;
	border-color: dimgrey;
	border-width: thick;
	border: inset;
	border-top: none;
}

@media screen and (min-width: 601px) {
	.aside {
		font-size: 2em;
	}
	.aside-author {
		font-size: 1em;
	}
}
@media screen and (max-width: 600px) {
	.aside {
		font-size: 1.2em;
	}
	.aside-author {
		font-size: 0.8em;
	}
}


.web-info {
	color: lightskyblue;
	font-size: .8em;

}
.web-links {
	color: #337ab7;
	font-size: .8em;
	text-decoration: underline;
	text-align: left;
}
.section {
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 25px;
}
.figcaption {
	color: white;
	text-align: center;
	font-size: 1em;
	
}

.navbar {
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: auto;
}

.container-fluid {

}

/*jumbotron*/
.jumbotron {
	background-color: #030303; /*BACKGROUND*/
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
/*	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";;*/
	font-size: 1.2em;
	color: white;
	margin-left: 10px;
	padding-left: 10px; /*Box Spacing!*/
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}


.row {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px; /*Box Spacing!*/
	padding-right: 0px; /*Box Spacing!*/
	
	font-size: 1.2em;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
}
.thumbnail {
	margin-left: 0px; /*Box Spacing!*/
	margin-right: 0px; /*Box Spacing!*/
	padding: 0px; /*Box Spacing!*/
	border: 0px; /*Box Spacing!*/
}
.col-md-6 {
	margin-left: auto;
	padding-left: 0px;
	margin-right: auto;
	padding-right: 0px;
}
.col-sm-6  {
	padding-right: 0px; /*Box Spacing!*/
	padding-left: 0px; /*Box Spacing!*/
	margin: 0px;
}

.col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 0px;
	padding-right: 0px;
}
/*.col-md-4 {
	padding: 10px;
}*/
/*.glyphicon {
	color: ;
}*/

.carousel-caption{
	color: #330066;
	margin-bottom: -15px;
	padding-bottom: 0px;
}

/* Footer and bottom half background rows formatting. */
.row {
	background-color:  #030303; /*BACKGROUND*/
	color: white;
}



.side-by-side-picture {

	margin: 1em;
	
/*
	padding-left: 5px;
	padding-right: 5px;
	border-left: 5px;
	border-right: 5px;
*/
}
