@import url(https://fonts.googleapis.com/css?family=Open+Sans|Montserrat:300,400,700);

body {
	font-family: 'Open Sans', Arial, Helvetica, Trebuchet MS, sans-serif;
	background-color: #ffffff;
	color: #222222;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
}
a {
	color: #c29100; 
	text-decoration: none; 
	font-weight: normal;
}
a:focus, a:hover {
	color: #eeb200; 
	text-decoration: none;
}
p {
    margin-bottom: 15px;
}
hr {
  	border-top-color: #bababa;
}
.btn-primary {
  	color: #222222;
  	background-color: #ffbd01;
  	border-color: #ffbd01;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  	color: #222222;
  	background-color: #ffe173;
  	border-color: #ffe173;
}
header {
    background-image: url(../images/kaivinkone.png), url(../images/header_bg.png);
    background-position: center bottom, left top;
    background-repeat: no-repeat, repeat;
	background-color: #ffe173;
	color: #222222;
	min-height: 180px;
} 
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', Arial, Helvetica, Trebuchet MS, sans-serif;
	font-weight: 400;
	color: #878787;
	line-height: normal;
}
.h1, h1 {
	text-transform: uppercase;
	font-weight: 300;
	color: #464646;
	margin-top: 0px;
}
.ingress {
	font-family: 'Montserrat', sans-serif;
	color: #707070; 
	font-weight: 300; 
	font-size: 19px; 
	line-height: 34px;
	margin-bottom: 27px;
}
.ingress2 {
	font-family: 'Montserrat', sans-serif;
	color: #464646; 
	font-weight: 400; 
	font-size: 20px; 
	line-height: 32px;
	margin-bottom: 20px;
}
.copyright {
	color: #494949;
}
footer { 
	color: #ffffff;
}
.footer {
	color: #ffffff; 
	background: url(../images/navbar_bg.png) repeat #1e1e1e;
}
.navbar {
	border: 0px;
}
.navbar-default {
	background: url(../images/navbar_bg.png) repeat #1e1e1e; 
	border-bottom: 1px solid #ffffff;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff; 
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out; 
	font-family: 'Open Sans',sans-serif; 
	font-size: 17px; 
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover {
	background-color: #5b5b5b; 
	color: #ffffff; -webkit-transition: .3s ease-in;
	transition: .3s ease-in;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #222222; 
	background-color: #ffbd01; 
	font-weight: 400;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-toggle {
	background-color: #ffbd01;
	border-radius: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #ffffff;
}
nav a {
	font-style: normal; 
	font-weight: normal;
}
.navbar-collapse {
	border-top: 0px solid transparent;
}
.navbar-default .navbar-brand {
	color: #ffffff;
}
.dropdown-menu {
    background-color: #ffffff;
    border: none;
    font-size: 16px;
	min-width: 150px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #1e1e1e;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #222222;
}
.content {
	padding-top: 35px; 
	padding-bottom: 35px; 
	padding-left: 0px; 
	padding-right: 0px;
}
.img-link {
    display: block;
    overflow: hidden;
    text-align: center;
}
.img-link .img-content {
    overflow: hidden;
}
.img-link .img-content::after {
    bottom: 0;
    content: "";
    left: 15px;
    right: 15px;
    top: 0;
}
.img-link .text-content {
    background-color: #ffbd01;
    color: #ffffff;
	text-transform: uppercase;
    padding: 25px 2px 15px 2px;
    transition: all 0.3s ease-in-out 0s;
}
.img-link .img-content img {
    max-width: 100%;
}
.white {
    color: #ffffff;
}
.black {
    color: #464646;
}

/* @MEDIA
------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
header {
    background-image: url(../images/header_bg.jpg);
    background-position: left top;
    background-repeat: repeat;
	background-color:#ffe173;
	min-height: 0px;
}
.content {
	padding-top: 35px !important; 
	padding-bottom: 30px !important; 
	padding-left: 5px !important; 
	padding-right: 5px !important;
}
.h1, h1 {
    font-size: 28px;
	padding-bottom: 10px;
}
}
/*
------------------------------------------------------------------------------------------*/

@media (min-width: 768px) {
.navbar-default .navbar-nav > li > a {
	font-size: 15px; 
}
}
/*
------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
.navbar-default .navbar-nav > li > a {
	font-size: 17px; 
}
}
/*
------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
}




