/* Custom Misc CSS */

		body.custom-background#site-body {
			background-size: auto;
		}

		.gradient-background-cutoff {
			top: 633px;
		}

		.background-shadow-left, .background-shadow-right {
			height: 933px;
		}

		.gradient-background-cutoff {
			background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(17,40,40,0.01)), color-stop(100%, #112828));
			background-image: -moz-linear-gradient(rgba(17,40,40,0.01) 0%, #112828 100%);
			background-image: -webkit-linear-gradient(rgba(17,40,40,0.01) 0%, #112828 100%);
			background-image: linear-gradient(rgba(17,40,40,0.01) 0%, #112828 100%);
		}



	

		/* Custom Top Nav Border & Footer Background Color */

		.site-footer {
			background: #0d4721;
		}

		.navbar-default {
			border-color: #0d4721;
		}

		#masthead .site-branding {
			border-bottom-color: #0d4721;
		}

		.site-footer h3 {
			border-bottom: 1px solid #ffffff;
			box-shadow: 0 1px 0 #ffffff;
			color: #ffffff;
		}

		.site-footer a {
			color: #ffffff;
		}

		.site-footer a:hover {
			color: #ffffff;
		}
	

		/* Custom Search Box & U.S. Map Color */

		.search-form .input-group {
			border       : 4px solid #479362;
			background   : #479362;
		}

		.search-form .btn {
			background  : #479362;
			border-color: #479362;
			color: #ffffff;
		}

		.search-form .btn:focus {
			background  : #479362;
			border-color: #479362;
			color: #ffffff;
		}

		.search-form input.form-control  {
			border-color: #479362;
		}
	.site-title a {
			color: #666666;
		}

		#masthead .header-background {
			background-image: url(http://isb.webdev.idaho.gov/wp-content/themes/idaho-webmaster/img/header.jpg);
			background-repeat: no-repeat;
              background-position: right top;
      
		}
/* latin */
@font-face {
  font-family: 'Amethysta';
  font-style: normal;
  font-weight: 400;
  src: local('Amethysta'), local('Amethysta-Regular'), url(https://fonts.gstatic.com/s/amethysta/v4/uuO0VFu8kdKx34ju6adj-FtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}