@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900');

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
	background: #fefefe;
	padding: 20px 0;
}

::selection { background: #08824d; color: #fefefe; text-shadow: none; }
::-moz-selection { background: #08824d; color: #fefefe; text-shadow: none; }

button:focus { outline: 0 !important; }
textarea { resize: vertical; }

a {
	outline: 0;
	color: #08824d;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
		 	 -o-transition: all 0.2s ease-in-out;
		    	transition: all 0.2s ease-in-out;
}
a:hover, a:focus {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #08824d;
}


/*.navbar {
  min-height: 80px;
}*/

.navbar-brand {
  padding: 0px;
}
.navbar-brand > img {
  height: 100%;
  padding: 4px;
  width: auto;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    border-color: transparent;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #777;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #08824d !important;
	border-radius: 4px;
}

.thumbnail:hover {
	background: #f8f8f8;
}

.carousel {
	margin-bottom: 20px;
}

/*.bg-header {
  height: 500px;
  display: block;
  max-width: 100%;
  margin-bottom: 40px;
  background-attachment: fixed;
  	background-position: center;
  		background-repeat: no-repeat;
  			background-size: cover;
}*/
