/* CSS Document */
body {
	font-family: 'Roboto', sans-serif; 
	height:100%;
	margin: 0;
}
.canvas {
	background-image: url("../layout_images/canvas.png");
}
#banner {
	font-family: 'Merriweather', serif;
	font-size: ;
	color: white;
	font-weight: 900;
	text-align: center;
	padding: 4px;
	background-color: white;
}

 .navbar {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
	 margin-bottom: 0 !important;
}
nav #my-nav .navbar-inverse {
     background-color: #FFFFFF !important;
     border-color: teal !important;
	 color: teal !important;
}
	#my-nav .navbar-inverse a {
     color: white !important;
     
}
	#my-nav .icon-bar {
		background-color: white !important;
	}
	/*#my-nav .active a{
		background-color: #533223 !important;
	}*/
	 #my-nav  .navbar-inverse .navbar-nav > li > .dropdown-menu > li > a:hover,
	 #my-nav .navbar-inverse .navbar-nav > li > .dropdown-menu > li > a:focus {
	  color: white !important;
	  background-color: #533223 !important;
	}
	#my-nav .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	  color: #e5dbdb !important;
	  background-color: #533223 !important;
	}
	#my-nav .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	  color: #e5dbdb!important;
	  background-color: #533223 !important;
	}
	#my-nav .navbar-inverse .navbar-toggle {
	  border-color: white !important;
	}
	#my-nav .dropdown-menu li a {
		color: #543529 !important;
	}
.future {
	display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #banner h1{
	font-size: 30px;
	}
	#banner h2{
	margin-top: -8px;
	font-size: 20px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  #banner h1{
	font-size: 60px;
	}
  #banner h2{
	margin-top: -10px;
	font-size: 35px;
	}
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
 #banner h1{
	font-size: 80px;
	}
 #banner h2{
	margin-top: -10px;
	font-size: 40px;
	}
}
@media only screen and (min-width: 1201px)  {
 #banner h1{
	font-size: 100px;
	}
 #banner h2{
	margin-top: -10px;
	font-size: 50px;
	}
}
#image-display{
	/*background-color: white;*/
	padding-top: 8px;
	padding-bottom: 8px !important;
	height: 100%;
}
.photo-thumb {
	margin-bottom: 2px;
	margin-top: 2px;
	display: inline-block;
	float: none;
    
}
#myModal .close {
	color: #C02629;
	opacity: 1;
}
#notice {
	width: 80%;
  /*border-radius: 25px;*/
  border: 1px solid Black;
/*  padding: 5px 5px 5px 5px;*/
  padding-left: 5px;
	padding-right: 4px;
  background: #FCFACC;
  overflow: visible;
  box-shadow: 5px 5px 2px #888888;
  position: fixed;
	bottom: 10px;
	left: 10%;
	display: none;
	min-height: 40px;
	opacity: .9;
}

/*#x {
    position: absolute;
    background: red;
    color: white;
    top: 2px;
    right: 2px;
	opacity: 1;
	z-index: 2000;
}*/
#x
{
  display:block;
  box-sizing:border-box;
  width:30px;
  height:30px;
  border-width:3px;
  border-style: solid;
  border-color:red;
  border-radius:100%;
  background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%);
  background-color:red;
  box-shadow:0px 0px 5px 2px rgba(0,0,0,0.5);
  transition: all 0.3s ease;
	opacity: .8;
	z-index: 2000;
	position: absolute;
	top: -15px;
    right: -15px;
	margin-left: 4px;
}
.spacer {
	min-height: 4px;
	height: 100%;
}
#footer{
	padding: 6px;
	padding-left: 8px !important;
	padding-right: 8px !important;
	background-color: white;
	color: saddlebrown;
	 width:100%;
	 display:block;
	
	
  position: relative;
  bottom: 0;
	
}
.indent {
	text-indent: 10px;
}
#processes {
	padding-left: 5%;
	padding-right: 5%;
}
.expand {
	height: 80%;
}

 p {
	margin-bottom: 20px;
}
.force_bottom {
	position: relative !important;
	bottom: 0 !important;
}
#photogs {
	margin-top: 30px;
}
#contact_form{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.redtext{
	color:crimson;
}
.banner_bkgd {
	background-color: #86744D !important;
}