/* reset */

* { -webkit-box-sizing: border-box; box-sizing: border-box; }

body { font-size: 16px; }

body,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
table,
tbody,
th, tr,
td,
tr.column,
.column,
.container-fluid,
.container,
#main-wrapper,
h1, h2, h3, h4, h5, h6 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
}
a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
a:visited,
a:hover,
a:focus {
  outline: none;
  outline-offset: 0;
  color: #f1f1f1;
  text-decoration: none;
}
.visibility-hidden { visibility: hidden;}
