@import url("https://fonts.googleapis.com/css?family=Raleway:800|Merriweather+Sans|Share+Tech+Mono");


@font-face {
  font-family: "Sharp Sans No1 Book";
  src: 
    url('fonts/Sharp Sans No1 - Book.otf') format("opentype");
}

@font-face {
  font-family: "Sharp Sans No1 Bold";
  src: 
    url('fonts/Sharp Sans No1 - Bold.otf') format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Regular Founders Grotesk";
  src: 
    url('fonts/Founders Grotesk - Regular.otf') format("opentype");
    font-style: normal;
}

@font-face {
  font-family: "Bold Founders Grotesk";
  src: 
    url('fonts/Founders Grotesk - Bold.otf') format("opentype");
    font-weight: bold;
}

@font-face {
  font-family: "Bold Condensed Founders Grotesk";
  src: 
    url('fonts/Founders Grotesk - Condensed Bold.otf') format("opentype");
    font-style: bold;
}

@font-face {
  font-family: "Regular Condensed Founders Grotesk";
  src: 
    url('fonts/Founders Grotesk - Condensed Reg.otf') format("opentype");
    font-style: bold;
}

@font-face {
  font-family: "Regular Founders Grotesk";
  src: 
    url('fonts/Founders Grotesk - Condensed Reg.otf') format("opentype");
}


:root {
  --ui-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06),
    0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  fill: rgba(0, 0, 0, 0.54);
  --ui-shadow-border: 1px solid rgba(0, 0, 0, 0.14);
}

* {
  box-sizing: border-box;
}

html,
body,
#root {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-family: "Founders Grotesk", "Bold Founders Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
  "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
  sans-serif;
}

h1 {
  font-size: 40px;
  font-family: "Sharp Sans No1 Bold";
  font-weight: "bold";
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  color: #DB4A49;

}

h2,
h3,

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}

#root {
  display: flex;
  flex-direction: column;
}

.View {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;

  height: 100%;
  width: 100%;

  padding: 10px;

  background-size: cover;
}

.Banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 100%;

  border-radius: 5px;

  overflow: hidden;
  background: white;

  padding: 15px;

  border-bottom: var(--ui-shadow-border);
  box-shadow: var(--ui-shadow);
}

.Message {
  background: white;
  padding: 30px;
  border-bottom: var(--ui-shadow-border);
  box-shadow: var(--ui-shadow);
}

.Message > .Title {
  padding-bottom: 20px;
}

.Message > .Details {
  display: flex;
  flex-direction: column;
  line-height: 1.5em;
}

.NavButtons {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  padding: 0 20px;
}

.NavButton {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 55px;
  width: 150px;

  background: #fa4141;

  border-radius: 30px;

  font-size: 16px;
  font-weight: bold;
  color: white;

  text-transform: capitalize;

  border-bottom: var(--ui-shadow-border);
  box-shadow: var(--ui-shadow);
}

.categories {
  position:absolute;
  border-radius: 30px;
  border-width: 20px;
  border-color: grey;
  color: green;
  background-color:#fa4141;
  width:20%;
  height: 100%
}


#cy {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100px;
    left: 0px;
    padding-top: 80px;
}

#placekeeper {
  position: 'absolute';
  width : 0;
  height : 0
}

.Container{
  position: 'absolute'
}

.opentip-container .opentip {
  font-family: "Regular Founders Grotesk";
}

.opentip-container.style-glass .opentip {
  padding: 15px 25px;
  font-family: "Regular Founders Grotesk";
  color: #504f4f;
  text-shadow: 1px 1px 8px rgba(153, 23, 0, 0.3);
}



.legendcontainer{
  
  max-width: 300px;
  min-width: 150px;
  position: fixed;
  float:right;
  right: 50px;
  top: 165px;
  padding: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: var(--ui-shadow-border);
  box-shadow: var(--ui-shadow);
}

.legendtitle{
  font-family: 'Sharp Sans No1 Bold';
}

.legendsubtitle{
  font-family: 'Bold Condensed Founders Grotesk';
  max-width:250px;
  padding-bottom: 10px;

} 

.legendinstruct{
  font-family: 'Regular Founders Grotesk';
  max-width:150px;
  min-width:150px;
  padding-top: 5px;
  text-wrap: wrap;
  font-size: 16px;
  position: relative;
}

.litem{
  background: #DB4A49;
  padding-bottom:3px;
  padding-left: 10px;
  padding-left: 10px;
  margin: 5px;
  max-width:250px;
  font-family: 'Regular Founders Grotesk';
  font-size: 16px;

}

.explainatory{
  position: relative;
  float:right;
  padding-top:5px;
  font-family: 'Regular Founders Grotesk';
  font-size: 18px;
  text-transform: none;
  color:black

}

.explainatorybold{
  float:left;
  position: relative;
  font-family: "Bold Founders Grotesk";
  font-size: 18px;
  text-transform: none;
  color:black;
  padding-top:10px

}

.legendlines{
  float:left;
  position: relative;
  font-family: 'Regular Founders Grotesk';
  font-size: 16px;
  text-transform: none;
  color:black;
  padding-top:10px;
  padding-bottom:10px;
  min-width:100px;
}

.legendincoming{
  background-color:#65c47d;
  min-height: 5px;
  max-height: 5px;
  min-width:30px;
  max-width:30px;
  padding-top:5px;
  float:left;
  position: relative;
  max-width:250px;
  float:below;

}

.legendoutgoing{
  background-color:#DB4A49;
  min-height: 5px;
  max-height: 5px;
  min-width:30px;
  max-width:30px;
  padding-top:5px;
  float:left;
  position: relative;
  max-width:250px;
  float:below;
}

.linebox{
  float:below;

}