/*
	Typography mixin
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Make sizing uniform */
* {
  box-sizing: border-box;
}

/* Text colours */
.text-white {
  color: #FFF;
}

.text-black {
  color: #1c1c1c;
}

.text-violet {
  color: #7868ac;
}

.text-violet-light {
  color: #9d9ccd;
}

.text-violet-dark {
  color: #653c8f;
}

.text-violet-strong {
  color: #653c8f;
}

.text-violet-strong-light {
  color: #7868ac;
}

.text-violet-strong-dark {
  color: #4a3582;
}

.text-purple {
  color: #a873af;
}

.text-purple-light {
  color: #cfb6d9;
}

.text-purple-dark {
  color: #8c368c;
}

.text-purple-strong {
  color: #8c368c;
}

.text-purple-strong-light {
  color: #a873af;
}

.text-purple-strong-dark {
  color: #65186a;
}

.text-orchid {
  color: #d47db2;
}

.text-orchid-light {
  color: #eebcd8;
}

.text-orchid-dark {
  color: #cb4793;
}

.text-orchid-strong {
  color: #cb4793;
}

.text-orchid-strong-light {
  color: #d47db2;
}

.text-orchid-strong-dark {
  color: #ca075b;
}

.text-pink {
  color: #f067ab;
}

.text-pink-light {
  color: #eebcd8;
}

.text-pink-dark {
  color: #e6007e;
}

.text-magenta {
  color: #ea516b;
}

.text-magenta-light {
  color: #f9cbca;
}

.text-magenta-dark {
  color: #e50050;
}

.text-rose-red {
  color: #ed6c76;
}

.text-rose-red-light {
  color: #f39ca2;
}

.text-rose-red-dark {
  color: #d72233;
}

.text-rose-red-strong {
  color: #d72233;
}

.text-rose-red-strong-light {
  color: #ed6c76;
}

.text-rose-red-strong-dark {
  color: #bf0a2a;
}

.text-red {
  color: #f39b93;
}

.text-red-light {
  color: #f8c4bf;
}

.text-red-dark {
  color: #e52721;
}

.text-ferrari {
  color: #ec0000;
}

.text-ferrari-light {
  color: #ec0000;
}

.text-ferrari-dark {
  color: #ec0000;
}

.text-orange {
  color: #f1894c;
}

.text-orange-light {
  color: #f9bd95;
}

.text-orange-dark {
  color: #f0821a;
}

.text-orange-strong {
  color: #f0821a;
}

.text-orange-strong-light {
  color: #f1894c;
}

.text-orange-strong-dark {
  color: #e94e14;
}

.text-gold {
  color: #e8c500;
}

.text-gold-light {
  color: #fdd183;
}

.text-gold-dark {
  color: #f9b000;
}

.text-yellow {
  color: #ffe864;
}

.text-yellow-light {
  color: #ffedaa;
}

.text-yellow-dark {
  color: #e5c800;
}

.text-lime-green {
  color: #b9d36e;
}

.text-lime-green-light {
  color: #cfe09b;
}

.text-lime-green-dark {
  color: #699329;
}

.text-green {
  color: #6fbc85;
}

.text-green-light {
  color: #c1dfc4;
}

.text-green-dark {
  color: #009640;
}

.text-green-strong {
  color: #009640;
}

.text-green-strong-light {
  color: #6fbc85;
}

.text-green-strong-dark {
  color: #003f16;
}

.text-sea-green {
  color: #6c9d72;
}

.text-sea-green-light {
  color: #bbd1bf;
}

.text-sea-green-dark {
  color: #00743a;
}

.text-sea-green-strong {
  color: #00743a;
}

.text-sea-green-strong-light {
  color: #6c9d72;
}

.text-sea-green-strong-dark {
  color: #005722;
}

.text-teal {
  color: #31b7bc;
}

.text-teal-light {
  color: #8acbc1;
}

.text-teal-dark {
  color: #009386;
}

.text-blue {
  color: #4eb2e5;
}

.text-blue-light {
  color: #afdff9;
}

.text-blue-dark {
  color: #00a7e7;
}

.text-blue-strong {
  color: #00a7e7;
}

.text-blue-strong-light {
  color: #4eb2e5;
}

.text-blue-strong-dark {
  color: #0076b0;
}

.text-logo-blue {
  color: #00b3f0;
}

.text-logo-blue-light {
  color: rgb(10.5, 192.85625, 255);
}

.text-logo-blue-dark {
  color: #4eb2e5;
}

.text-steel-blue {
  color: #007ac3;
}

.text-steel-blue-light {
  color: #91c8e5;
}

.text-steel-blue-dark {
  color: #00649c;
}

.text-steel-blue-dark {
  color: #00649c;
}

.text-steel-blue-dark-light {
  color: #007ac3;
}

.text-steel-blue-dark-dark {
  color: #003f7d;
}

.text-gray-darkest {
  color: #494949;
}

.text-gray-dark {
  color: #898989;
}

.text-gray {
  color: #b9b9b9;
}

.text-gray-light {
  color: #c9c9c9;
}

.text-gray-lighter {
  color: #e5e5e5;
}

.text-gray-lightest {
  color: #f3f1f1;
}

/* Title underline colours */
/* Background colours */
.bg-white {
  background-color: #FFF;
}

.bg-black {
  background-color: #1c1c1c;
}

.bg-green-strong {
  background-color: #003f16;
}

.bg-violet {
  background-color: #7868ac;
  border-color: #7868ac;
}

.bg-violet-light {
  background-color: #9d9ccd;
  border-color: #9d9ccd;
}

.bg-violet-dark {
  background-color: #653c8f;
  border-color: #653c8f;
}

.bg-violet-strong {
  background-color: #653c8f;
  border-color: #653c8f;
}

.bg-violet-strong-light {
  background-color: #7868ac;
  border-color: #7868ac;
}

.bg-violet-strong-dark {
  background-color: #4a3582;
  border-color: #4a3582;
}

.bg-purple {
  background-color: #a873af;
  border-color: #a873af;
}

.bg-purple-light {
  background-color: #cfb6d9;
  border-color: #cfb6d9;
}

.bg-purple-dark {
  background-color: #8c368c;
  border-color: #8c368c;
}

.bg-purple-strong {
  background-color: #8c368c;
  border-color: #8c368c;
}

.bg-purple-strong-light {
  background-color: #a873af;
  border-color: #a873af;
}

.bg-purple-strong-dark {
  background-color: #65186a;
  border-color: #65186a;
}

.bg-orchid {
  background-color: #d47db2;
  border-color: #d47db2;
}

.bg-orchid-light {
  background-color: #eebcd8;
  border-color: #eebcd8;
}

.bg-orchid-dark {
  background-color: #cb4793;
  border-color: #cb4793;
}

.bg-orchid-strong {
  background-color: #cb4793;
  border-color: #cb4793;
}

.bg-orchid-strong-light {
  background-color: #d47db2;
  border-color: #d47db2;
}

.bg-orchid-strong-dark {
  background-color: #ca075b;
  border-color: #ca075b;
}

.bg-pink {
  background-color: #f067ab;
  border-color: #f067ab;
}

.bg-pink-light {
  background-color: #eebcd8;
  border-color: #eebcd8;
}

.bg-pink-dark {
  background-color: #e6007e;
  border-color: #e6007e;
}

.bg-magenta {
  background-color: #ea516b;
  border-color: #ea516b;
}

.bg-magenta-light {
  background-color: #f9cbca;
  border-color: #f9cbca;
}

.bg-magenta-dark {
  background-color: #e50050;
  border-color: #e50050;
}

.bg-rose-red {
  background-color: #ed6c76;
  border-color: #ed6c76;
}

.bg-rose-red-light {
  background-color: #f39ca2;
  border-color: #f39ca2;
}

.bg-rose-red-dark {
  background-color: #d72233;
  border-color: #d72233;
}

.bg-rose-red-strong {
  background-color: #d72233;
  border-color: #d72233;
}

.bg-rose-red-strong-light {
  background-color: #ed6c76;
  border-color: #ed6c76;
}

.bg-rose-red-strong-dark {
  background-color: #bf0a2a;
  border-color: #bf0a2a;
}

.bg-red {
  background-color: #f39b93;
  border-color: #f39b93;
}

.bg-red-light {
  background-color: #f8c4bf;
  border-color: #f8c4bf;
}

.bg-red-dark {
  background-color: #e52721;
  border-color: #e52721;
}

.bg-ferrari {
  background-color: #ec0000;
  border-color: #ec0000;
}

.bg-ferrari-light {
  background-color: #ec0000;
  border-color: #ec0000;
}

.bg-ferrari-dark {
  background-color: #ec0000;
  border-color: #ec0000;
}

.bg-orange {
  background-color: #f1894c;
  border-color: #f1894c;
}

.bg-orange-light {
  background-color: #f9bd95;
  border-color: #f9bd95;
}

.bg-orange-dark {
  background-color: #f0821a;
  border-color: #f0821a;
}

.bg-orange-strong {
  background-color: #f0821a;
  border-color: #f0821a;
}

.bg-orange-strong-light {
  background-color: #f1894c;
  border-color: #f1894c;
}

.bg-orange-strong-dark {
  background-color: #e94e14;
  border-color: #e94e14;
}

.bg-gold {
  background-color: #e8c500;
  border-color: #e8c500;
}

.bg-gold-light {
  background-color: #fdd183;
  border-color: #fdd183;
}

.bg-gold-dark {
  background-color: #f9b000;
  border-color: #f9b000;
}

.bg-yellow {
  background-color: #ffe864;
  border-color: #ffe864;
}

.bg-yellow-light {
  background-color: #ffedaa;
  border-color: #ffedaa;
}

.bg-yellow-dark {
  background-color: #e5c800;
  border-color: #e5c800;
}

.bg-lime-green {
  background-color: #b9d36e;
  border-color: #b9d36e;
}

.bg-lime-green-light {
  background-color: #cfe09b;
  border-color: #cfe09b;
}

.bg-lime-green-dark {
  background-color: #699329;
  border-color: #699329;
}

.bg-green {
  background-color: #6fbc85;
  border-color: #6fbc85;
}

.bg-green-light {
  background-color: #c1dfc4;
  border-color: #c1dfc4;
}

.bg-green-dark {
  background-color: #009640;
  border-color: #009640;
}

.bg-green-strong {
  background-color: #009640;
  border-color: #009640;
}

.bg-green-strong-light {
  background-color: #6fbc85;
  border-color: #6fbc85;
}

.bg-green-strong-dark {
  background-color: #003f16;
  border-color: #003f16;
}

.bg-sea-green {
  background-color: #6c9d72;
  border-color: #6c9d72;
}

.bg-sea-green-light {
  background-color: #bbd1bf;
  border-color: #bbd1bf;
}

.bg-sea-green-dark {
  background-color: #00743a;
  border-color: #00743a;
}

.bg-sea-green-strong {
  background-color: #00743a;
  border-color: #00743a;
}

.bg-sea-green-strong-light {
  background-color: #6c9d72;
  border-color: #6c9d72;
}

.bg-sea-green-strong-dark {
  background-color: #005722;
  border-color: #005722;
}

.bg-teal {
  background-color: #31b7bc;
  border-color: #31b7bc;
}

.bg-teal-light {
  background-color: #8acbc1;
  border-color: #8acbc1;
}

.bg-teal-dark {
  background-color: #009386;
  border-color: #009386;
}

.bg-blue {
  background-color: #4eb2e5;
  border-color: #4eb2e5;
}

.bg-blue-light {
  background-color: #afdff9;
  border-color: #afdff9;
}

.bg-blue-dark {
  background-color: #00a7e7;
  border-color: #00a7e7;
}

.bg-blue-strong {
  background-color: #00a7e7;
  border-color: #00a7e7;
}

.bg-blue-strong-light {
  background-color: #4eb2e5;
  border-color: #4eb2e5;
}

.bg-blue-strong-dark {
  background-color: #0076b0;
  border-color: #0076b0;
}

.bg-logo-blue {
  background-color: #00b3f0;
  border-color: #00b3f0;
}

.bg-logo-blue-light {
  background-color: rgb(10.5, 192.85625, 255);
  border-color: rgb(10.5, 192.85625, 255);
}

.bg-logo-blue-dark {
  background-color: #4eb2e5;
  border-color: #4eb2e5;
}

.bg-steel-blue {
  background-color: #007ac3;
  border-color: #007ac3;
}

.bg-steel-blue-light {
  background-color: #91c8e5;
  border-color: #91c8e5;
}

.bg-steel-blue-dark {
  background-color: #00649c;
  border-color: #00649c;
}

.bg-steel-blue-dark {
  background-color: #00649c;
  border-color: #00649c;
}

.bg-steel-blue-dark-light {
  background-color: #007ac3;
  border-color: #007ac3;
}

.bg-steel-blue-dark-dark {
  background-color: #003f7d;
  border-color: #003f7d;
}

.bg-gray-darkest {
  background-color: #494949;
}

.bg-gray-dark {
  background-color: #898989;
}

.bg-gray {
  background-color: #b9b9b9;
}

.bg-gray-light {
  background-color: #c9c9c9;
}

.bg-gray-lighter {
  background-color: #e5e5e5;
}

.bg-gray-lightest {
  background-color: #f3f1f1;
}

[class*=interactive-theme-] * {
  z-index: 10;
}

.button-container {
  z-index: 15;
}

#titleHolder, .title-screen {
  z-index: 14 !important;
}

#titleScreen {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.introSubtext {
  text-shadow: none;
  top: 34%;
}

#gameHolder {
  z-index: 14;
}

#main-screen-close {
  position: absolute;
  top: 1%;
  right: 1%;
  z-index: 14;
}

.jodal .jodal-text {
  width: 90%;
  max-height: 25%;
}
.jodal .jodal-text b {
  display: flex;
  height: 100%;
  text-align: center;
}
.jodal .jodal-text .text-button {
  width: 21%;
  display: inline-block;
  margin: 0 0.5%;
}

.differentiation .jodal .jodal-text .text-button {
  width: 31%;
  margin: 0.5%;
}

.pairs-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.deck {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 67%;
  padding: 1rem;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.deck .pairs-card {
  height: 33%;
  width: 22%;
  margin: 1% 1%;
  padding: 1.5%;
  font-weight: bolder;
  border-radius: 14%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.deck .pairs-card:hover {
  transform: scale(1.05);
}
.deck .pairs-card.open {
  transform: rotateY(0);
  cursor: default;
  animation-name: flipInY;
  backface-visibility: visible !important;
  animation-duration: 0.75s;
}
.deck .pairs-card.show {
  font-size: 29px;
}
.deck .pairs-card.show .pairs-text-box {
  opacity: 1;
}
.deck .pairs-card.show img {
  display: block;
}
.deck .pairs-card.show .pairs-image-box {
  display: block;
}
.deck .pairs-card.pair-large-text.show {
  font-size: 29px;
}
.deck .pairs-card.pair-medium-text.show {
  font-size: 25px;
}
.deck .pairs-card.pair-small-text.show {
  font-size: 22px;
}
.deck .pairs-card.match {
  cursor: default;
  font-size: 29px;
  animation-name: rubberBand;
  backface-visibility: visible !important;
  animation-duration: 0.75s;
}
.deck .pairs-card.match .pairs-text-box {
  opacity: 1;
}
.deck .pairs-card.unmatched {
  animation-name: pulse;
  backface-visibility: visible !important;
  animation-duration: 0.75s;
}
.deck .pairs-card.disabled-card {
  pointer-events: none;
}
.deck .pairs-card.hard-card {
  height: 27%;
  width: 18%;
}
.deck .pairs-card.hard-card.pair-large-text.show {
  font-size: 30px !important;
}
.deck .pairs-card.hard-card.pair-medium-text.show {
  font-size: 26px !important;
}
.deck .pairs-card.hard-card.pair-medium-text.show {
  font-size: 22px !important;
}
.deck .pairs-card.showem img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 15%;
  height: 70%;
  width: auto;
}
.deck .pairs-card.showem .pairs-image-box {
  display: block;
}
.deck .pairs-card .pairs-image-box {
  width: 86%;
  height: 82%;
  display: none;
  flex: 2;
}
.deck .pairs-card .pairs-text-box {
  flex: 1;
  position: relative;
  top: 0;
  left: 0;
  width: 86%;
  height: 80%;
  opacity: 0;
}
.deck .pairs-card img {
  display: none;
  position: relative;
  top: 15%;
  height: 70%;
  width: auto;
  margin: 0 auto !important;
}

.jodal.value-popup {
  top: 13%;
  left: 10%;
  width: 80%;
  height: 74%;
  z-index: 100;
}
.jodal.value-popup .jodal-text {
  position: relative;
  left: 0;
  width: 90%;
  height: 90%;
}

.pairs-score-holder {
  position: absolute;
  width: 100%;
  height: 12%;
  background-color: white;
  z-index: 2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0.85;
}

.pairs-score-score {
  position: absolute;
  top: 25%;
  width: 92%;
  left: 6%;
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
}

.easy-deck {
  top: 21% !important;
  left: 12% !important;
  width: 76% !important;
  height: 62% !important;
}

.easy-card {
  height: 40% !important;
}

.pairs-pop {
  display: none;
  position: absolute;
  top: 100%;
  left: 16.5%;
  height: 65%;
  width: 67%;
  z-index: 90;
}

.pairs-pop-back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.9;
  border-radius: 10px;
}

.pairs-pop-title {
  font-weight: bold;
  position: absolute;
  top: 10%;
  width: 100%;
  font-size: 3.5vw;
  text-align: center;
}

.pairs-pop-text {
  color: #1c1c1c;
  position: absolute;
  top: 35%;
  width: 86%;
  left: 7%;
  font-size: 1.6vw;
  text-align: center;
}

.pairs-end-screen {
  display: none;
  position: absolute;
  top: 100%;
  left: 16.5%;
  height: 65%;
  width: 67%;
  z-index: 99;
}

.pairs-end-text {
  color: #1c1c1c;
  position: absolute;
  top: 35%;
  width: 80%;
  left: 10%;
  font-size: 2vw;
  text-align: center;
}

.pairs-end-score {
  top: 45%;
  font-size: 7vw;
}

.pairs-end-btn {
  position: absolute;
  height: 14%;
  width: 20%;
  top: 55%;
  left: 15%;
  border-radius: 5px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 2vw;
  padding-top: 2.25%;
  cursor: pointer;
}
.pairs-end-btn:hover {
  transform: scale(1.05);
}
.pairs-end-btn:active {
  transform: scale(0.98);
}

.btn-two {
  left: 40%;
}

.btn-three {
  left: auto;
  right: 15%;
}

.font-button.difficulty {
  position: absolute;
  top: 75%;
  font-size: 3vw;
  margin: 0 3%;
}

.pairs-help {
  display: none;
  position: absolute;
  top: 100%;
  left: 10.5%;
  height: 69%;
  width: 79%;
  z-index: 99;
}

.pairs-help-back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.91);
  border-radius: 10px;
}

.pairs-help-title {
  font-weight: bold;
  position: absolute;
  top: 20%;
  width: 100%;
  font-size: 4vw;
  text-align: center;
}

.pairs-help-text {
  color: #1c1c1c;
  position: absolute;
  top: 40%;
  width: 80%;
  left: 10%;
  font-size: 1.8vw;
  text-align: center;
}

.eyfs-bigger-branding #the-deck {
  width: 90% !important;
  height: 70% !important;
  top: 15% !important;
  left: 5% !important;
}

/* animations */
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.interactive-large .title-subtext {
  font-size: 50px !important;
}

/*# sourceMappingURL=pairs.css.map */
