@media (max-width: 768px) {
  h1 {
    font-size: 35px !important;
  }
}
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ubuntu', sans-serif !important;
}

h1 {
  font-size: 80px;
}

#app-name {
  font-family: 'Ubuntu', sans-serif;
  font-size: 25px;
  font-weight: bold;
  vertical-align: middle;
}

.border-blue {
  border-color: #1443c3 !important;
  border-width: 2px !important;
}

.w3-button:hover {
  color: #1443c3 !important;
  background-color: #f7f8ff !important;
}

.no-hover-bg:hover {
  background-color: transparent !important;
}

.blue {
  color: #1443c3;
}

.w3-button-no-hover:hover {
  background-color: transparent !important;
}

.bar-item {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

#root {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  margin: 0px;
}

.pointer {
  cursor: pointer;
}

.left-panel-bg {
  background-color: #f7f8ff;
}

.left-panel {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.right-panel {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  height: 100%;
}

.bg-blue {
  background-color: #1443c3;
}

.platform-heading {
  font-family: 'Ubuntu', sans-serif;
}
