/* CSS Style Sheet for Tyger One landing page*/

* {
  border: 0px dashed grey;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: white;
  text-decoration: none;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /*border: 1px solid; */
  vertical-align: text-bottom;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.body {
  background-color: #f8f8f8;
  Font-family: "Roboto", Arial, sans-serif;
  font-encoding
}


/*----- Header Bar Section-----*/

#top-header {
  position: relative;
  padding: 100px 0 2px;
  background-color: #ffffff;
  text-align: center;
}

#body-text {
  position: relative;
  padding: 20px 0 2px;
  background-color: #ffffff;
  text-align: center;
}