/*
 * ------------------------------------------------------------------
 *  Reset
 *  Eric Meyer's Reset CSS v2.0 - http://cssreset.com
 * ------------------------------------------------------------------
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

/*
 * ------------------------------------------------------------------
 *  Generic
 * ------------------------------------------------------------------
 */
html,
body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  color: #000;
  background-color: #fff;
  font-family: 'Bebas Neue', sans-serif;
}

img {
  display: block;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  -webkit-font-smoothing: antialiased;
}

main.mp>.container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

main.mp .mp-logo-holder img {
  max-width: 450px;
}

main.mp .mp-btns-holder {
  display: flex;
  justify-content: center;
}

main.mp .mp-btns-holder img {
  max-width: 238px;
}


.cats-container a {
  display: block;
}

.cats-container figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.cats-container figcaption {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 15px 20px;
  width: 100%;
  height: 100%;
  font-family: 'Cabin', sans-serif;
  font-size: 32px;
  text-align: left;
  color: white;
  text-transform: none;
  /* background: rgb(0,0,0);
    background: linear-gradient(360deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 50%); */
}

.cats-container .seperator {
  margin-top: 13px;
}

.cats-container .seperator.seperator-top {
  display: block;
  margin-top: 0px;
  margin-bottom: 13px;
}

.cats-container .seperator.seperator-second-row {
  display: block;
}

header {
  background-color: #405765;
}

.header--logo-col {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header--back-btn-holder {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.header--back-btn-holder img {
  width: 30px;
  height: 30px;
}

h1 {
  color: #22515d;
  font-size: 48px;
  letter-spacing: 10px;
}

.first-image {
  padding-top: 45%;
}

.venobox {
  cursor: pointer;
}


/* Extra small devices (576px and down) */
@media (max-width: 575px) {
  main.mp .mp-logo-holder img {
    max-width: 310px;
  }

  main.mp .mp-btns-holder img {
    max-width: 120px;
  }

  .first-image {
    padding-top: 45%;
  }

  .cats-container .seperator.seperator-second-row {
    display: none;
  }

  h1 {
    font-size: 40px;
    letter-spacing: 10px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  h1 {
    font-size: 43px;
    letter-spacing: 10px;
  }

  .first-image {
    padding-top: 30%;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  h1 {
    font-size: 90px;
    letter-spacing: 18px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}