
html {
  height: 100%;
}

body {
  min-height: 100%;
  background-color: #000000;
}

.preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.simpleslide100 {
  display: block;
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
}

.simpleslide100-item {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.mklTitle {
  font-family: PlayfairDisplay-BlackItalic;
  font-size: 24px;
  color: #fff;
  line-height: 1.1;
}

.mklText {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #fff;
  line-height: 1.1;
}

.mklUpperLeft {
  position: absolute;
  top: 25px;
  left: 25px;
}

.mklCenter {
    position: relative;
    left: unset;
    top: unset;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.mklBox {
	/* margin: 25px; */
  width: 275px;
	padding: 25px;
	background-color: rgba(0, 0, 0, 0.50);
}

.mklBio {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
  margin: 0 0 25px 0;
}

.footerBanner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.50);
  color: white;
  text-align: center;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #fff;
  line-height: 1.0;
}

@font-face {
  font-family: Poppins-Regular;
  src: url('welcome/vendor/fonts/Poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('welcome/vendor/fonts/Poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-Thin;
  src: url('welcome/vendor/fonts/Poppins/Poppins-Thin.ttf'); 
}

@font-face {
  font-family: Poppins-Black;
  src: url('welcome/vendor/fonts/Poppins/Poppins-Black.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('welcome/vendor/fonts/Poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: PlayfairDisplay-Italic;
  src: url('welcome/vendor/fonts/PlayfairDisplay/PlayfairDisplay-Italic.ttf'); 
}

@font-face {
  font-family: PlayfairDisplay-BlackItalic;
  src: url('welcome/vendor/fonts/PlayfairDisplay/PlayfairDisplay-BlackItalic.ttf'); 
}

@font-face {
  font-family: PlayfairDisplay-Bold;
  src: url('welcome/vendor/fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf'); 
}
