/*
 * Globals
 */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,300);

@media (min-width: 48em) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #333;
}

a {
  color: #3AAA64;
}

p {
  font-size: .9rem;
}

/*
 * Override Bootstrap's default container.
 */

.container {
  max-width: 60rem;
}



/*
 * Masthead for nav
 */

.blog-masthead {
  border-bottom: .05rem solid #eee;
}


/*
 * Navbar
 */

/*.navbar {
  border-bottom: .05rem solid #eee;
  font-size: 14px;
  background: #fff;
}*/

.navbar a{
  color: #9E9E9E;
}

.navbar-brand {
  margin-right: 3rem;
}

a.navbar-brand {
  color: #404040;
}

.brand-image {
  display: inline-block;
  padding-bottom: 0.125rem;
  height: 34px;
  width: auto;
}

.navbar-nav .nav-link {
  padding-top: 0.6rem;
  padding-bottom: 0.425rem;
}

a.nav-link {
  color: #9E9E9E;
}

.nav-item.active a.nav-link{
  color: #404040;
}

.nav-item.active {
  /*-webkit-animation-duration: s;*/
  -webkit-animation-delay: .2s;
}

/*
 * jumbotron
 */

.jumbotron {
background-color: #fff;
}

.jumbotron .container {
  max-width: 40rem;
}

.img-box {
  line-height: 80px;
  text-align: center!important;
}

img.company {
  width: 125px;
  height: auto;
  vertical-align: middle;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.company:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}


/*
 * Blog 
 */


.blog-header {
  padding-bottom: 1.25rem;
  margin-bottom: 2rem;
  border-bottom: .05rem solid #eee;
}
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: normal;
}
.blog-description {
  font-size: 1.1rem;
  color: #9E9E9E;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}


/*
 * Main column and sidebar layout
 */

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 1rem;
  /*margin: 0 -1rem 1rem;*/
}
.sidebar-module-inset {
  padding: 1rem;
  background-color: #f5f5f5;
  border-radius: .25rem;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 4rem;
  text-align: left;
}
.pager > li > a {
  width: 8rem;
  padding: .75rem 1.25rem;
  text-align: center;
  border-radius: 2rem;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  /*font-size: 2.5rem;*/
  font-weight: 500;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #9E9E9E;
  font-size: 0.8rem;
}


/*
 * Footer
 */

.blog-footer {
  margin-top: 4.5rem;
  bottom: 0;
  padding: 2rem 0;
  color: #9E9E9E;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  /*margin-bottom: 0;*/
}

/*
 * Colors & sizes
 */

.font_20 {
  font-size:20px;
}

.font_25 {
  font-size:25px;
}

.color_1 {
  color: #00C176;
}
.color_2 {
  color: #FF003C;
}
.color_3 {
  color: #FABE28;
}
.color_4 {
  color: #88C100;
}
