input, select, textarea {
  border-radius: 0;
  background: #030f1d; }

* {
  box-sizing: border-box; }
  *:focus {
    outline: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, content {
  display: block; }

html, body, form {
  margin: 0;
  padding: 0;
  height: 100%;
  font: normal normal normal 15px/24px "Playfair Display", serif;
  color: #030f1d; }

body {
  background: #030f1d; }
  
.bg {
  position: fixed;
  background-image: url(/media/36852/blowfieldbackground.jpg);
  }


/*
	.flare {
  display: block;
  position: fixed;
  width: 80vw;
  height: 80vh;
  background-image: url(/media/36852/blowfieldbackground.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  }
*/
.flare {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.flare-inner {
  width: 80vw;
  height: 80vh;
  background-image: url(/media/36847/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 10vh;
  left: 10vw;
}

.content {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%); }

.bottles {
  padding-left: 9%;
  flex: 2 1 50%;
  float: left; }
  @media all and (max-width: 800px) {
    .bottles {
      padding-left: 4.5%;
      padding-right: 4.5%;
      flex: 00 100%; } }
  .bottles::after {
    content: '';
    display: block;
    float: none;
    clear: both; }

.bottle {
  position: relative;
  padding: 0 0.7vw;
  width: 50%;
  max-width: 367px;
  float: left; }
  .bottle img {
    display: block;
    width: 100%; }

.title {
  flex: 1 2 50%;
  padding-left: 4%; }
  @media all and (max-width: 800px) {
    .title {
      padding-left: 4.5%;
      padding-right: 4.5%;
      flex: 0 0 100%; } }
  .title h1 {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;
    margin: 0;
    padding: 0; }
    @media all and (max-width: 800px) {
      .title h1 {
        text-align: center; } }

.content-text{
    padding: 100px 10px 200px 10px;
    max-width: 980px;
    margin: auto;
    width: 100%;
}













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
