/*
Theme Name: INCASH-EMPTY
Author: Matrixonline.hu Kft.
Author URI: http://www.matrixonline.hu/
Description: Custom theme for INCASH
Version: 25.08.09
Requires PHP: 7.4
License: Commercial
*/

/* Fonts */

@font-face {
  font-family: 'Cloud Soft';
  src: url('./assets/font/CloudSoft-Light.eot');
  src: url('./assets/font/CloudSoft-Light.eot?#iefix') format('embedded-opentype'),
    url('./assets/font/CloudSoft-Light.woff2') format('woff2'),
    url('./assets/font/CloudSoft-Light.woff') format('woff'),
    url('./assets/font/CloudSoft-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Global */

html > body,
body {
  position: relative;
}

main ul,
main ol,
main p,
main table,
main iframe {
  margin-bottom: 20px;
}

/* Clearfix */

*.clearfix::before,
*.clearfix::after {
  content: "";
  display: table;
}

*.clearfix::after {
  clear: both;
}

*.clearfix {
  zoom: 1;
}

/* INCASH-EMPTY */

html, body {
  height: 100%;
  font-family: 'Cloud Soft', sans-serif;
  font-style: normal;
  font-weight: 300;
}

body {
  margin: 0;
}

div.flex-container {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.row {
  width: auto;
}

div.flex-item {
  padding: 5px;
  margin: 10px;
  line-height: 20px;
  color: white;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

div.flex-item img {
  max-width: 100%;
  height: auto;
}

@media all and (orientation:portrait) {
  div.flex-item h3 {
    font-size: 1.5rem;
  }
}