/* Shared layout tokens for registration forms (DataScrapers brand) */

@font-face {
  font-family: "oswald_reg";
  src: url(../fonts/oswald-regular.ttf);
}
@font-face {
  font-family: "oswald_bold";
  src: url(../fonts/oswald-bold.ttf);
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  background: #fff;
  color: #000;
}

.columns {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.min_hide {}
.max_hide { display: none; }

#menu_bar {
  width: 100%;
  height: 100px;
  background: #fff;
  text-align: center;
}
#menu_bar img {
  height: 80%;
  margin-top: 10px;
}

.full_center {
  width: 75%;
  margin: auto;
}

.ds {
  font-family: oswald_reg, Oswald, Arial, Helvetica, sans-serif;
  color: #1a4176;
}

@media only screen and (max-width: 600px) {
  .max_hide { display: block; }
  .min_hide { display: none; }
  .full_center { width: 92%; }
}
