/*
Theme Name: wp_EMU
Author: Jaanus
Description: EMU theme wordpress
Version: 0.0.1
Tags: bootstrap
*/
 /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 10px;
      border-radius: 0;
	  padding-bottom:10px;
	  padding-top:10px;
    }
	
	.nav>li>a {
		position: relative;
		display: block;
		padding: 5px 5px 20px 0px;
		margin:0px 3px;
		color: #066d18;
		
	}
	.nav>li:hover
{
		text-decoration: none;
		border-bottom:5px solid;
		color: #a90533;
}
	
	.nav2>li>a {
		position: relative;
		display: block;
		padding: 10px 15px;
		/*color: #066d18;*/
	}
	
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: auto}
    
    /* Set gray background color and 100% height */
    .sidenav {
     /* padding-top: 20px; */
      height: 100%;
      background-color:#FFF;
    }
	
    
    /* Set black background color, white text and some padding */
    footer {
       background-color: #016549;
		border-top: 1px solid #e5e5e5;
		color: white;
		padding: 15px;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
	@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
	}
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }
	
.emu-masthead {
  background-color: #A90533;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}	
.main{
	
	background: #f0f3ef;
    border-top: 1px solid #d4e5e0;
    border-bottom: 1px solid #d4e5e0;
    padding: 40px 10px;
    margin-top: 0;
}

h2 {
    font-size: 30px;
    color: #a90533;
    font-weight: 200;
    margin: 0px 30px 20px 0;

}
.content-header{
	font-size: 30px;
    color: #a90533;
    font-weight: 200;
    margin: 0px 0px 10px 0;
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 20px;
  font-weight: 500;
  color: #FFF;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}

.blog-nav li {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;	
}
.blog-nav li a {
    color: #fff;

}
.dropdown-menu{
	background: #a90533;
}	
.caption{
	height:50px;
}
.search-field{
    color: #066d18;
}

.search-form input[type="submit"] {
    display: none;
}
video {
            width: 1200px;
            height: auto;
        }
img {
    max-width: 100%;
    max-height: 100%;
}