* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 44%;
margin-right: 6%;
height:100%;
}

.column-3 {
  float: left;
  width: 30%;
margin-right: 3%;
height:100%;
}

.column-last {
  float: left;
  width: 44%;
margin-right: 3%;
margin-left: 3%;
height:100%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1300px) {
  .column {
    width: 100%;
height:100%;
padding: 10px 10px 25px 10px;
border-bottom: 1px solid #efefef;
margin-bottom:3%;

  }

  .column-3 {
    width: 100%;
height:100%;
padding: 10px 10px 25px 10px;
border-bottom: 1px solid #efefef;
margin-bottom:3%;

  }

  .column-last {
    width: 100%;
height:100%;
padding: 10px 10px 0px 10px;
margin-bottom: -20px;
  }
}

.wrapper{
width: 100%;
height: 100%;
padding: 15px;
}


@media only screen and (max-width: 1300px) {
    #post-divider {
display: none;
    }
}

.navbar-right {
  display: none;
}
