@font-face {
  font-family: 'Lato';
  src: url('/static/fonts/Lato/Lato-Regular.ttf');
}
@font-face {
  font-family: 'Lato Black';
  src: url('/static/fonts/Lato/Lato-Black.ttf');
}
@font-face {
  font-family: 'Lato Bold';
  src: url('/static/fonts/Lato/Lato-Bold.ttf');
}

html, body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #FFF;
}

a, a:hover, a:active {
  background: transparent !important;
  text-decoration: none;
}

.relative {
  background: #3A68B2;
  position: relative;
}

.navbar-container {
  position: absolute;
  width: 100%;
  z-index: 1000;
  opacity: 0.98;
}

.uk-background {
  background: url('/static/img/Graphic-0.png') no-repeat;
  background-position: right -440px top -130px;
  padding-top: 120px;
}

.lb-logo a {
  font-family: 'Lato Bold', sans-serif;
  letter-spacing: 4px;
  font-size: 1.3rem;
}

.uk-navbar-normal a,
.uk-navbar-normal a:hover,
.uk-navbar-normal {
  text-decoration: none;
  color: #FFF;
}

.navbar-menu-products:hover,
.navbar-menu-careers:hover,
.navbar-menu-products,
.navbar-menu-careers {
  font-weight: 500;
}

.navbar-menu-products.on,
.navbar-menu-careers.on {
  color: #FF8436;
}

.navbar-body-products,
.navbar-body-careers {
  font-family: 'Lato', sans-serif;
  display: none;
}

.navbar-body-products > div,
.navbar-body-careers > div {
  margin-bottom: 70px !important;
}

.uk-navbar-normal.on a,
.uk-navbar-normal.on a:hover,
.uk-navbar-normal.on {
  text-decoration: none;
  background: #FFF;
  color: #1E87F0;
}

.uk-navbar-item {
  min-height: 120px;
  color: #FFF;
}

.uk-navbar-nav>li>button {
  background: transparent;
  text-transform: none;
  font-size: 16px;
  color: #FFF;
  cursor: pointer;
}

.uk-navbar-nav>li {
  font-size: 0.9rem;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.uk-navbar-nav>li+li {
  margin-left: 80px;
}
.uk-navbar-nav>li>span {
  padding-right: 10px;
}

.uk-navbar-nav>li:hover {
  color: #FF8436;
  cursor: pointer;
}

.main-header {
  height: 600px;
  padding: 50px 0;
}

.main-footer {
  height: 300px;
  padding: 50px 0;
}

.main-header-body > p {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700; 
  line-height: 3rem;
  font-size: 3rem;
  letter-spacing: 0.2rem;
}

.main-footer-body > p {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700; 
  line-height: 3rem;
  font-size: 3.3rem;
  letter-spacing: 2px;
}

/* BUTTON STYLES */

.bitindo-logo {
  width: 25%;
  margin-left: 0.45rem;
}

/* BUTTON STYLES */
button {
  background-color: #FFF;
  font-family: 'Lato Black', sans-serif;
  font-size: 1.2rem;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.219s ease-in-out;
  -moz-transition: all 0.219s ease-in-out;
  transition: all 0.219s ease-in-out;
}

button.uk-button-product a,
button.uk-button-join a {
  text-decoration: none;
  padding: 0.8rem 3rem;
  line-height: 3rem;
  text-align: center;
  font-family: 'Muli';
  font-weight: 600;
  color: #3A68B2;
  -webkit-transition: all 0.219s ease-in-out;
  -moz-transition: all 0.219s ease-in-out;
  transition: all 0.219s ease-in-out;
}

button.uk-button-product:active a,
button.uk-button-join:active a,
button.uk-button-product:hover a,
button.uk-button-join:hover a {
  color: #FFF;
}

button, p, a, .unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.uk-button-product:hover {
  background: #FF6A29;
  color: #FFF;
}

.uk-button-join:hover {
  background: #0040D1;
  color: #FFF;
}

.pointer:hover {
  cursor: pointer !important;
}

.pointer-block:hover {
  cursor: not-allowed !important;
}

.main-body {
  padding: 50px;
}

.main-body-header {
  height: 35px;
  width: 100%;
  margin-bottom: 100px;
  font-family: 'PT Sans', sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.main-body-header.navbar {
  margin: 30px 10px;
}

.main-body-header-bar {
  background: #FF6A29;
  margin-right: 20px;
  height: 35px;
  width: 4px;
}

.main-body-header-text {
  line-height: 35px;
}

.main-body-container {
  margin-left: 25px;
}

.main-body-item {
  margin-bottom: 70px;
}

.main-body-item-col {
  padding: 15px 0;
  font-family: 'Muli';
  font-size: 1.05rem;
}

.main-body-item-col.navbar {
  margin: 10px 0;
}

.main-body-item-col.body.navbar {
  color: #777777;
}

.main-body-item-col.body.navbar div {
  padding: 0;
  color: #4A5A69;
}

.main-body-item-col.body.navbar .main-body-img {
  text-align: right;
  padding: 0;
}

.zoomx2 {
  width: 200%;
}

.zoom-out {
  width: 85%;
}

.navbar-body-products .main-body-item-col.body.navbar {
  margin-left: 0.65rem;
}

.navbar-body-careers .main-body-item-col.body.navbar {
  margin: 0 10px;
}

.navbar-body-careers .main-body-item-col.body.navbar h1 {
  font-family: 'Lato bold', sans-serif;
  font-size: 1.4rem;
  color: #4A5A69;
}
.navbar-body-careers .main-body-item-col.body.navbar p {
  margin: 0;
}

.main-body-item-col > p {
  font-family: 'Muli';
  font-size: 1.05rem;
  color: #4e4e4e;
}

.main-body-item-col.header {
  font-family: 'Mina';
  font-size: 1.7rem;
  font-weight: 700;
  color: #FFF;
}

.main-body-item-col.sub-header {
  text-shadow: #28416D 3px 1px 6px;
  font-family: 'PT Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 2.8rem;
  color: #FFF;
  margin: 25px 70px;
}

.navbar-body-careers .main-body-item-col.body.navbar h1,
.main-body-item-col.sub-header.navbar {
  text-shadow: #809EBA 1px 1px 5px;
}

.main-body-item-col.sub-header br + span {
  padding-left: 4rem;
}

.main-body-item-col.sub-header.navbar {
  margin-left: 0.65rem;
  letter-spacing: 0.07rem;
  font-size: 1.4rem;
  color: #4A5A69;
}

/* STYLES SPECIFIC TO FOOTER  */
.uk-footer {
  margin-top: 150px;
  padding: 100px 0;
  background: #FFF;
  color: #3A68B2;
}
.uk-footer .lb-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.uk-footer .lb-logo:hover a {
  text-decoration: none !important;
}

.uk-footer-body-container {
  margin-right: 80px;
}

.uk-footer-body .col {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 20px 20px 20px;
}
.uk-footer-body .col h1 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: #3A68B2;
  text-transform: uppercase;
  letter-spacing: 0.250em;
}
.uk-footer-body .col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.219s;
  -moz-transition: all 0.219s;
  transition: all 0.219s;
}
.uk-footer-body .col ul li,
.uk-footer-body .col ul li > a {
  color: #8E8E8E;
  font-size: 0.8rem;
  font-family: inherit;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  -webkit-transition: all 0.219s;
  -moz-transition: all 0.219s;
  transition: all 0.219s;
}
.uk-footer-body .col ul li > a:hover,
.uk-footer-body .col ul li:hover {
  text-decoration: none;
  color: #FF8436;
}

.social ul li {
  display: inline-block;
  padding-right: 5px !important;
}
