html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html {
  color: #000;
  font-size: 12pt;
  line-height: 1.4;
}

::-moz-selection {
  color: #fff;
  background: #f64f6a;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #f64f6a;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

.hidden,
[hidden] {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

body {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
}

.left {
  float: left;
  width: 50%;
  height: 100%;
}

.right {
  float: right;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.right img {
  opacity: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  height: 100%;
  max-width: 50%;
}

.row {
  position: relative;
  margin-left: 10%;
  margin-top: 5%;
}

.baseline {
  position: absolute;
  bottom: 5%;
}

.top {
  height: 55%;
}

.bottom {
  height: 35%
}

h1 {
  margin: 0;
  padding: 0;
  color: #8b9997;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 42pt;
}

ul, li {
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

li:nth-child(n+2) {
  margin-left: 5px;
  padding-left: 10px;
  border-left: 1px solid #f64f6a;
}

p a,
p span {
  color: #000;
  text-decoration: none;
}

p span {
  font-size: 10pt;
}

@media only screen
and (max-width: 640px) {

  .left, .right {
    float: none !important;
    width: 100%;
    height: auto;
  }

  .left {
    padding-bottom: 10%;
  }

  .right img {
    max-width: 100%;
    height: auto;
  }

  .row {
    height: auto !important;
  }

  .baseline {
    position: unset;
  }


}
