@charset "utf-8";
/* CSS Document */

@font-face {
 	font-family: 'Xolonium';
 	src: url('../fonts/Xolonium.otf');
	src: url('../fonts/Xolonium.otf') format('embedded-opentype');
  src:url("../fonts/Xolonium.ttf") format("opentype");
 	font-weight: normal;
 	font-style: normal
}

body { background-color: #282828 !important; color: #FFF !important; padding: 0px 0px 60px !important }

.mt-20 { margin-top: 20px; }
.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }
.mt-80 { margin-top: 80px; }

h1 {
  font-size: 80px;
  margin-bottom: 1.1em;
  font-weight: 500;
  color: #33eaff !important;
  font-family: 'xolonium',sans-serif !important; }

h2 {
  font-size: 36px;
  margin-bottom: 1.1em;
  font-weight: 500;
  color: #33eaff !important;
  font-family: 'xolonium',sans-serif !important; }