/*! 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;
}


/* 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 */
}


/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}



/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*END OF NORMALIZE*/

/* GLOBAL
   ========================================================================== */

   @font-face {
    font-family: 'Caslon';
    src: url('Caslon.eot');
    src: url('Caslon.eot?#iefix') format('embedded-opentype'),
         url('Caslon.woff') format('woff'),
         url('Caslon.ttf') format('truetype'),
         url('Caslon.svg#Caslon') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Caslon';
    src: url('caslon_540_italic-webfont.woff2') format('woff2'),
         url('caslon_540_italic-webfont.woff') format('woff'),
         url('caslon_540_italic-webfont.ttf') format('truetype'),
         url('caslon_540_italic-webfont.svg#caslon_540italic') format('svg');
    font-weight: normal;
    font-style:italic;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  background-color:#d5cfc0;
  font-family:'Caslon',serif;

    height: 100%;

}

.container{
  display: flex;
  align-items: center;
   min-height: 100%;


}
.row{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}

.col{
  width: 33.3333%;
  float: left;
  font-size: 16px;
  box-sizing: border-box;
  min-height: 30px;
}

.col img{
  width: 100%;
}

.col-coming{
  padding-right:3%;
}

.col-coming img{
  display: none;
  padding-bottom: 12%;
  max-width: 550px;
}

.col-logo{
  padding: 0;
  text-align:center;
  cursor:pointer;
}

.col-logo img{
  display:inline-block;
  width: 100%;
  max-width:400px;
}

.col-logo .logo-p1{
    width: 25%;
    min-width: 128px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 0px;
    margin-top: 30px;
    visibility: hidden;
}
.col-logo .logo-p2{
    width: 25%;
    min-width: 128px;
    margin-left: auto;
    margin-right: auto;
    visibility: hidden;
}
.col-text{
  padding: 0 3% 40px 3%;
}

.col-text p{
  font-size: 1.15em;
  line-height: 1.250em;
  letter-spacing: 0.07em;
  margin-top: -12px;
  max-width: 450px;
  float: right;
  display: none;

}
em{
  font-style: italic;
  font-family: 'Caslon',serif;
}

.coming-xs{
  display: none;
}


@media screen and (max-width: 800px){

  div.col{
    width:100%;
    float: left;
  }
  .container{
    display: block;
  }
  .col-text{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
  }
  .col-text p{
  display: block;
  padding-left: 29%;
  margin-top: 50px;
  padding-right: 30px;
  font-size: 0.8em;
  float: left;
  padding-top: 0;
  }
  .col-text img{
    width: 63%;
    display: block;
  }
  .col{
    min-height: 0;
  }
  .row{
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }
  .col-logo{
    height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .col-logo  .logo-p1 , .col-logo  .logo-p2{
    visibility: visible;
  }


}


