/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */

body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-color:#14120e;
  color:#FFF;
  margin:1em;
}


h1{
	font-size: 80px;	
font-family: 'Vollkorn SC', serif;
line-height:100%;	
margin-top:1em;

}

h2{
font-family: 'Questrial', sans-serif;	font-size: 35px;
			color:#77b428;
			font-weight:bold;

}


h3{
font-family: 'Questrial', sans-serif;
	font-size: 25px;
			color:#fff;
			font-weight:100;

}

p {
font-family: 'Questrial', sans-serif;}


/* unvisited link */
a:link {
    color: #77b428;
}

/* visited link */
a:visited {
    color: #77b428;
}

/* mouse over link */
a:hover {
    color: #77b428;
}

/* selected link */
a:active {
    color: #77b428;
}

#main

 {
}

p span{
	color:#77b428;
}

.wide { 
float: left;
width:100%;
    height: 100%;

}

img {
  max-width: 100%;
  height: auto;
  max-height:200%;
}