html {
  scroll-behavior: smooth;
}

.ReactCollapse--collapse {
  transition: height 300ms;
}

body {
  overflow-x: hidden;
  color: #242424;
  font-family: 'Segoe UI', 'Open Sans', Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  min-width: 320px;
}

::selection {
  background: #27ae5f;
  color: #ffffff;
  text-shadow: none;
}

@media (min-width: 600px) {
  body {
    font-size: 15px;
  }
}

@media (min-width: 960px) {
  body {
    font-size: 16px;
  }
}

.col_last {
  margin-right: 0 !important;
  clear: right;
}

.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
  display: block;
  position: relative;
  margin-right: 4%;
  margin-bottom: 50px;
  float: left;
}

.col_one_third {
  width: 30.63%;
}
