/* Roblox Icon, via Vorlias */
@charset "UTF-8";
@font-face {
  font-family: "roblox";
  src:url("/webfonts/roblox.eot");
  src:url("/webfonts/roblox.eot?#iefix") format("embedded-opentype"),
    url("/webfonts/roblox.woff") format("woff"),
    url("/webfonts/roblox.ttf") format("truetype"),
    url("/webfonts/roblox.svg#roblox") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "roblox" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "roblox" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-roblox-o:before {
  content: "\61";
}
.icon-roblox-o {
	vertical-align: bottom;
	margin-bottom: 0.1rem;
}

/* Sticky footer */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 70px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* bootstrap md and bootstrap large */
@media (min-width: 576px) and (max-width: 991.98px) {
  .card-columns {
    column-count: 2;
  }
}

.profile-picture {
  border-radius: 50%;
}