/* Scss Document */
html, body {
  position: relative;
  height: 100%; }

.topnav {
  background-color: #000;
  overflow: hidden; }

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #fff;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 22px; }

.navspace {
  height: 75px;
  max-width: auto; }

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black; }

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #000;
  color: white; }

.topnav input[type=text] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px; }

@media screen and (max-width: 600px) {
  .topnav a, .topnav input[type=text] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px; }

  .topnav input[type=text] {
    border: 1px solid #ccc; } }
.banner {
  position: relative;
  text-align: center;
  color: #fff; }

.banner_text {
  position: absolute;
  top: 20%;
  left: 20%;
  transform: -50%, -50%;
  margin-left: 5%;
  margin-right: 25%; }

.r_box {
  margin-left: 40%;
  position: relative;
  margin-right: 10%; }

.box {
  margin-left: 10%;
  height: 333px; }

.signup {
  text-decoration: none;
  display: block;
  text-align: center;
  background: #269EF6;
  border-radius: 55px;
  margin-left: 35%;
  margin-right: 45%;
  font-size: 20px;
  text-decoration-color: #000; }

.l_box {
  margin-left: 2%;
  margin-right: 50%; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 24px; }

.gray_x {
  margin-left: 5%;
  margin-right: 5%;
  background: #707070;
  font-size: 7px; }

.gray_x_thin {
  margin-left: 0%;
  margin-right: 10%;
  background: #707070;
  font-size: 2px; }

.gray_x_thinner {
  margin-left: 0%;
  margin-right: 50%;
  background: #707070;
  font-size: 1px; }

body {
  background: #020202;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0; }
  body img {
    border-radius: 3%; }

.foot_col {
  float: left;
  padding-left: 25px;
  width: 75px;
  overflow-y: auto;
  display: block; }

.foot_col2 {
  float: left;
  padding-left: 25px;
  width: 100px;
  overflow-y: auto;
  display: block; }

.foot_col3 {
  float: left;
  padding-left: 25px;
  width: 100px;
  overflow-y: auto;
  display: block; }

.footer {
  height: 110px;
  bottom: 0;
  background: #269EF6;
  padding: 5px 5px;
  color: #000; }
  .footer img {
    height: 75px;
    max-width: auto; }
