/*!
 * Simple Blog Template
 * Copyright 2016 Seunghun Lee (https://github.com/earlbread/simple-blog-template)
 * Licensed under MIT (https://github.com/earlbread/simple-blog-template/blob/master/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

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

/* navigation */
nav {
    text-transform: uppercase;
}

.navbar-inverse .navbar-brand {
    color: white;
    font-weight: bold;
    font-size: 25px;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
}

.responsive {
    width: 100%;
    height: auto;
  }

  .responsive_main {
    display: block;
    width: 50%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
  .inline-block {
    display: inline-block;
 }

 /* Create two unequal columns that floats next to each other */
/* Left column */
.image {
    float: left;
    width: 100%;
    padding-right: 10px;
    margin-top: 10px;
  }
  


  @media screen and (max-width: 800px) {
    .image, .rightcolumn {
      width: 100%;
      padding: 0;
    }
  }

  h1 {
    margin-top: 0;
    margin-bottom: 0;
}
  
  /* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
    float: left;
    width: 16.66%;
    padding: 5px;
  }
  
  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
    cursor: pointer;
  }

  @media screen and (max-width: 1200px) {
    .column {
      width: 25%;
      padding: 5px;
    }
  }

  @media screen and (max-width: 600px) {
    .column {
      width: 33.33%;
      padding: 5px;
    }
  }