/* Tags --------------------------------------------- */

body { 
	color: #fff;
	background-color: #965E77;
}

h1, h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 700
}

h1 {
	/*padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;*/
}

h1.title {
	font-size: 4em;
	/*color: #ffeeaa;*/
}

h2.title {
	/*color: #ffeeaa;*/
	padding-bottom: 15px;
}

h2, h3, h4 {
	padding-top: 0px;
	margin-top: 0px;
	font-weight:400;
}		

p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.5em;
	font-size: 1.2em;
}

/* Bootstrap --------------------------------------------- */

.container {

}

.row {
	margin-top: 30px;
}

/* Tags (extended) --------------------------------------------- */

header {
	float:left;
}

main {
	padding-top: 12px;
	padding-bottom: 25px;
}

	main .description {

	}

	main .visual {

	}

aside {
	background-color: #FFFFCC;
	color: #999;
	padding-top:10px;
	padding-bottom:30px;
		
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}



/* --------------------------------------------- */

.mainImage {
	margin: 0px auto;
}

.description {
	padding-top: 5px;
}

#credits {
	background-color: #ffeeaa;
	color: #965E77;
	padding-bottom: 50px;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #fdfeef;
}

footer > .container {
	margin: 15px auto;
}

.navbar-default {
	background-image: none;
	background-color: #fdfeef;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
	background-image: none;
	color: #965E77;
	background-color: #fdfeef;
}

/* --------------------------------------------- */

/* unvisited link */
a:link {
color: #965E77;
}

/* visited link */
a:visited {
color: #AAA;
}

/* mouse over link */
a:hover {
color: 660000;
}

/* selected link */
a:active {
color: ff6666;
}