@font-face {
  font-family: "Euclid Circular SemiBold";
  src: local("Euclid Circular Semi Bold"), local("Euclid-Circular-Semi-Bold"),
    url("../fonts/EuclidCircularA-SemiBold.woff2") format("woff2"),
    url("../fonts/EuclidCircularA-SemiBold.woff") format("woff"),
    url("../fonts/EuclidCircularA-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular Regular";
  src: local("Euclid Circular Regular"), local("Euclid-Circular-Regular"),
    url("../fonts/EuclidCircularA-Regular.woff2") format("woff2"),
    url("../fonts/EuclidCircularA-Regular.woff") format("woff"),
    url("../fonts/EuclidCircularA-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular Medium";
  src: local("Euclid Circular Medium"), local("Euclid-Circular-Medium"),
    url("../fonts/EuclidCircularA-Medium.woff2") format("woff2"),
    url("../fonts/EuclidCircularA-Medium.woff") format("woff"),
    url("../fonts/EuclidCircularA-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

::selection {
  background: white;
  color: gray;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
* {
  font-family: "Euclid Circular SemiBold", sans-serif;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 16px;

  color: #fff;
  background: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 80px;
  line-height: 80px;
}

h2 {
  font-size: 18px;
  line-height: 18px;
}

.center-container {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
}

.center-container:after,
.center-block {
  display: inline-block;
  vertical-align: middle;
}

.center-container:after {
  content: "";
  height: 100%;
  margin-left: -0.25em; /* To offset spacing. May vary by font */
}

.center-block {
  max-width: 98%; /* Prevents issues with long content causes the content block to be pushed to the top */
  /* max-width: calc(100% - 0.25em) /* Only for IE9+ */
}

.button {
  display: inline-block;
  width: 100px;
  height: 33px;

  font-size: 12px;
  font-weight: bold;
  line-height: 29px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}

.button:hover {
  background: #fff;
  color: #232323;
}

@media only screen and (max-height: 400px) {
  #noty_bottomRight_layout_container {
    display: none;
  }
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
  h1 {
    font-size: 150px;
    line-height: 150px;
  }

  h2 {
    font-size: 20px;
    line-height: 20px;
  }

  .button {
    width: 150px;
    height: 50px;

    font-size: 18px;
    line-height: 46px;
  }
}
