@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

* { -webkit-box-sizing: border-box; box-sizing: border-box; }

html, body { height: 100%; }

body {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Open Sans', arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading {
  font-weight: 400;
  font-family: 'adobe-garamond-pro', times, serif;
}
h2 { font-style: italic; }


.container {
  width: 1024px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
}


.page {
  min-height: 100%;
  position: relative;
  text-align: center;
  padding: 50px 0 70px;
  background: transparent url(/img/kois-background.jpg) center center no-repeat;
  background-size: cover;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
       align-content: center;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
}

.page:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, .65);
}

.page > .container {
  z-index: 100;
  position: relative;
}

.copy {
  left: 0;
  right: 0;
  bottom: 20px;
  font-size: 12px;
  position: absolute;
}


h1.logo {
  width: 400px;
  height: 64px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto 20px;
  background: url(/img/logo.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.cf-error-details li {
  list-style-type: none;
}