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

/*
 * Globals
 */

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  font-weight: 400;
  font-family: "Lato", "Lucida Grande", "Tahoma", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  color: rgba(0,0,0,0.8);
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -91px;
}

.wrapper:after {
  content: "";
  display: block;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 40px;
  font-weight: 700;
  color: #000;
}

h3, .h3 {
  font-weight: 300;
  line-height: 1.22;
  font-size: 28px;
  color: rgba(0,0,0,0.44);
}

.blog-sidebar h2, .blog-sidebar  h3, .blog-sidebar  h4, .blog-sidebar  h5 {
    margin-top: 0;
}
/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.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;
}

/*
 * Main page
 */

.absolute-center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.main-header {
  text-align: center;
  height: 400px;
}
.main-title {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.main-description {
  margin-top: 20px;
  font-size: 20px;
  color: #999;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-wrap {
  margin-top: 30px;
}

.blog-main {
  font-size: 21px;
  line-height: 1.58;
}

.blog-main .content p {
  margin-bottom: 30px;
}

.blog-main .content p:last-child {
  margin-bottom: 0;
}

.blog-main .content {
  margin-bottom: 30px;
}

.blog-main blockquote p:last-child {
    margin-bottom: 0;
}

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


/* Pagination */
.pager-nav{
  margin: 0 160px;
}
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 300px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 30px;
}
.blog-post-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-title a {
  color: #000;
}
.blog-post-title a:hover {
  color: #23527c;
}
.blog-post-meta {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #999;
}

.blog-post img {
    max-width:100%;
    max-height:100%;
}


/*
 * Footer
 */

.blog-footer {
  padding: 20px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.blog-footer, .wrapper:after {
  height: 91px;
}

/*
 * Icons
 */

a .fa:hover {
  cursor: pointer;
}

.main-header .fa {
  margin: 10px;
}

.fa-github {
  color: black;
}

a .fa-github:hover {
  color: gray;
}

.fa-medium {
  color: black;
}

a .fa-medium:hover {
  color: gray;
}

.fa-linkedin-square {
  color: #0077B5;
}

a .fa-linkedin-square:hover {
  color: #4795BD;
}

a.icon-only:hover {
  text-decoration: none;
}

.fa-facebook-square {
  color: #3b5998;
}

.fa-google-plus-square {
  color: #dd4b39;
}

/*
 * Tags
 */
.blog-tags-list {
    padding: 0;
    list-style-type: none;
}

.blog-tag-item {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #5bc0de;
    border-radius: 2px;
}

.blog-tag-item a, .blog-tag-item a:hover{
    color: white;
}

/*
 * Others
 */

a.disabled {
  pointer-events: none;
  cursor: default;
}

.centered {
    text-align: center;
}

.pointer {
    cursor: pointer;
}

#license-logo {
    width: 30px;
    position: relative;
    bottom: 1px;
}
