@font-face {
  font-family: 'Regular';
  src: url('../fonts/raleway/Raleway-Regular.eot');
  src: url('../fonts/raleway/Raleway-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/Raleway-Regular.woff') format('woff'), url('../fonts/raleway/Raleway-Regular.ttf') format('truetype'), url('../fonts/raleway/Raleway-Regular.svg#Raleway-Regular') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Medium';
  src: url('../fonts/raleway/Raleway-Medium.eot');
  src: url('../fonts/raleway/Raleway-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/Raleway-Medium.woff') format('woff'), url('../fonts/raleway/Raleway-Medium.ttf') format('truetype'), url('../fonts/raleway/Raleway-Medium.svg#Raleway-Medium') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Bold';
  src: url('../fonts/raleway/Raleway-Bold.eot');
  src: url('../fonts/raleway/Raleway-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/Raleway-Bold.woff') format('woff'), url('../fonts/raleway/Raleway-Bold.ttf') format('truetype'), url('../fonts/raleway/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
html {
  min-height: 100%;
  position: relative;
  font-size: 15px;
}
body {
  font-family: 'Regular';
  font-size: 1rem;
  color: #212529;
  background-color:#ffffff;
  letter-spacing: 0.025em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Medium';
}
.border.border-dark {
  border-color: #212529;
}
.color-1 {
  color: #09123b;
}
.color-2 {
  color: #000000;
}
.color-3 {
  color: #000000;
}
.color-text {
  color: #212529;
}
.color-w {
  color: #ffffff;
}
.color-g1 {
  color: #f8f9fa;
}
.color-g2 {
  color: #e9ecef;
}
.color-g3 {
  color: #dee2e6;
}
.color-g4 {
  color: #ced4da;
}
.color-g5 {
  color: #adb5bd;
}
.color-g6 {
  color: #6c757d;
}
.color-g7 {
  color: #495057;
}
.color-g8 {
  color: #343a40;
}
.color-g9 {
  color: #212529;
}
.color-b {
  color: #000000;
}
.bg-1 {
  background-color: #09123b;
}
.bg-2 {
  background-color: #000000;
}
.bg-3 {
  background-color: #000000;
}
.bg-4 {
  background-color: #000000;
}
.bg-w {
  background-color: #ffffff;
}
.bg-g1 {
  background-color: #f8f9fa;
}
.bg-g2 {
  background-color: #e9ecef;
}
.bg-g3 {
  background-color: #dee2e6;
}
.bg-g4 {
  background-color: #ced4da;
}
.bg-g5 {
  background-color: #adb5bd;
}
.bg-g6 {
  background-color: #6c757d;
}
.bg-g7 {
  background-color: #495057;
}
.bg-g8 {
  background-color: #343a40;
}
.bg-g9 {
  background-color: #212529;
}
.bg-b {
  background-color: #000000;
}
strong,
.strong {
  font-family: 'Bold';
  font-weight: normal;
}
.font-1 {
  font-family: 'Regular';
}
.font-2 {
  font-family: 'Medium';
}
.font-3 {
  font-family: 'Bold';
}
.txt-xlg {
  font-size: 2.571rem;
}
/* 36px */
.txt-lg {
  font-size: 1.714rem;
}
/* 24px */
.txt-md {
  font-size: 1.286rem;
}
/* 18px */
.txt-sm {
  font-size: 1em;
}
/* 14px */
.txt-xsm {
  font-size: 0.8571rem;
}
/* 12px */
.loose-v {
  line-height: 1.5em;
}
.looser-v {
  line-height: 2.5em;
}
.loose-h {
  letter-spacing: 0.125em;
}
.looser-h {
  letter-spacing: 0.25em;
}
.full-h {
  height: 100vh;
}
.mh-1 {
  min-height: 580px;
}
a,
i {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.btn.btn-primary {
  color:#ffffff !important;
  border-color:#556879;
  background-color:#556879;
}
.btn.btn-secondary {
  color:#ffffff !important;
  border-color:#666666;
  background-color:#666666;
}
.label-control {
  font-family: 'Bold';
}
.form-control {
  font-family: 'Regular';
  margin-top: 5px;
  margin-bottom: 5px;
}
.custom-select {
  background-image: url('../images/dropdown_arrow_dark.png');
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 14px 7px;
}
.custom-select option {
  color: #212529;
}
