/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, tt, var, u, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* END RESET */

/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    width: 100%;
    height: 100%;
    font-size:100%;
    line-height:1.125em;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

/* FONTS */
h1, h2, h3, p, .btn, nav li, .footer-row li  {
font-family: "calluna",serif;
}

h1 {
    font-size: 2.5em;
    line-height: 1.4em;
    margin-bottom: 1em;
    color: #bf6a3b;
}

h2 {
    font-size: 2.5em;
    line-height: 1.4em;
    margin-bottom: 1em;
    color: #fff;
}

h3 {
    font-size: 1.8em;
    line-height: 1em;
    color: #bf6a3b;
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: normal;
}

p {
    font-size: 1.375em;
    line-height: 1.4em;
    margin-bottom: 1em;
    color: #274561;
    font-weight: 300;
}

nav li {
    font-size: 1em;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-row li {
    font-size: .85em;
    line-height: 1em;
    margin-bottom: 0;
    color: #274561;
    font-weight: 300;
    text-transform: uppercase;
    display: inline;
}

.btn {
    font-size: 1em;
    color: #274561;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 25px 8px 25px; 
}

.contact-section p {
    color: #fff;
}

/* SECTIONS */

.intro-section {
    height: 100%;
    padding-top: 20%;
    text-align: center;
    background: #274561;
    background:url(../images/bg-01.jpg) no-repeat fixed;
    background-size:cover;
    background-position: center;
    background-attachment: ;
    position: relative;
}

.intro-section a {
    color: #fff;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

.intro-section a:hover {
    color: #bf6a3b;
    text-decoration: none;
}

.about-section {
    height: auto;
    padding-top: 14%;
    padding-bottom: 10em;
    text-align: center;
    background: #eee;
    position: relative;
}

.about-section a {
    color: #274561;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

.about-section a:hover {
    color: #bf6a3b;
    text-decoration: none;
}

.container {
    min-height: 100%;
    max-width: 1100px;
}

.column {
  margin: 0 3% 0 0;
  width: 48.5%;
  float: left;
}

.column:nth-child(2n) {
  margin: 0 0 10em 0;
  width: 48.5%;
  float: left;
}

.circle-image {
  border-radius: 50%;
  width: 90%;
  height: auto;
  padding-top: 90%;
  background:url(../images/IMG_7314.jpg) no-repeat;
  background-size:cover;
  background-position: center;
}

.column-single {
  margin: 10em 0;
  width: 100%;
  text-align: center;
}

.btn-row {
    position: absolute;
    bottom:10%;
    left:0;
    right:0;
    margin:0 auto;
}

.footer-row {
    position: absolute;
    bottom:5%;
    left:0;
    right:0;
    margin:0 auto;
}

.midnightHeader.nav-light {
  color: #fff;
  overflow: hidden;
}

.midnightHeader.nav-light .logo {
    background-image: url('../images/logo-rev.svg');
}

.midnightHeader.nav-light .logo:hover {
    background-image: url('../images/logo-active.svg');
    transition: all .5s ease-in-out;
}

.midnightHeader.nav-light .monogram {
    background-image: url('../images/monogram-rev.svg');
}

.midnightHeader.nav-light a {
  color: #fff;
}

.midnightHeader.nav-dark {
  color: #274561;
}

.midnightHeader.nav-dark a {
  color: #274561;
}

.fixed .midnightHeader.nav-dark {
    background: #eee;
}

.fixed {
    position: fixed;
    z-index: 100;
}

.nav-wrap {
    width: 33%;
    display: inline-block;
    margin: 0;
}

.nav-wrap a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

.nav-wrap a:hover {
    text-decoration: none;
    color: #bf6a3b;
}

.fixed ul {
    float: right;
    margin: 50px;
}

.fixed li {
    float: right;
    margin-left: 30px;
}

.logo-wrap {
    width: 33%;
    min-width: 300px;
    display: inline-block;
    margin: 0;
}

.logo {
    float: left;
    background-image: url('../images/logo.svg');
    background-repeat: no-repeat;
    background-size: 300px;
    width: 300px;
    margin: 50px;
}

.logo:hover{
    background-image: url('../images/logo-active.svg');
    transition: all .5s ease-in-out;
}

.monogram-wrap {
    width: 33%;
    display: inline-block;
    margin: 0;
    height: 76px;
    vertical-align: top;
}

.monogram {
    background-image: url('../images/monogram.svg');
    background-repeat: no-repeat;
    background-size: 100px 75px;
    background-position: center;
    height: 80px;
    margin: 25px;
    vertical-align: top;
}

.page-down {
    position: absolute;
    left: 0;
    right: 0;
    margin:0 auto;
    bottom: 60px;
}

.contact {
    margin:0 auto;
    text-align: center;
}

/***** PAGE LOAD *****/

.logo-wrap, .monogram-wrap, .nav-wrap, .intro-section, .about-section, .contact-section {
  opacity: 1;    
  transition: transform .8s ease-in-out, opacity .8s ease-in-out;
  -webkit-transition: -webkit-transform .8s ease-in-out, opacity .8s ease-in-out;
}

.wf-loading .logo-wrap, .wf-loading .monogram-wrap, .wf-loading .nav-wrap, .wf-loading .intro-section, .wf-loading .about-section, .wf-loading .contact-section {
  opacity: 0;
}

a {
    color: #fff;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #bf6a3b;
}

/***************************** 1000px *****************************/

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

.logo-wrap {
    display: none;
}

.monogram-wrap {
    width: 100%;
    min-height: 125px;
    margin: 0 auto;
}

.nav-wrap {
    width: 33%;
    position: fixed;
    margin: 0;
    right: 0;
}

.fixed li {
    margin-bottom: .6em;
}

.intro-section {
    padding-top: 14em;
}

.about-section, .contact-section {
    padding-top: 10em;
}

h1 {
    font-size: 2.3em;
    line-height: 1.4em;
}

h2 {
    font-size: 2.3em;
    line-height: 1.4em;
}

p {
    font-size: 1.375em;
    line-height: 1.4em;
    margin-bottom: 1em;
}

/***************************** 750px *****************************/

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

.container {
    text-align: center;
}

.column {
  margin: 0 auto 3em auto;
  width: 75%;
  float: none;
}

.column:nth-child(2n) {
  margin: 0 auto 10em auto;
  width: 90%;
  float: none;
}

.circle-image {
  width: 100%;
  padding-top: 100%;
}

.column-single {
  width: 90%;
  margin: 10em auto;
}

}


/* ----------- iPhone 5 and 5S ----------- */

@media only screen 
 and (min-device-width: 320px) 
 and (max-device-width: 568px)
 and (-webkit-min-device-pixel-ratio: 2)
 and (orientation: portrait) {

h1 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: .5em;
}

h2 {
    font-size: 1.2em;
    line-height: 1.4em;
}

h3 {
    font-size: 1.5em;
}

p {
    font-size: .75em;
    line-height: 1.3em;
    margin-bottom: .75em;
}

nav li {
    font-size: .9em;
}

.footer-row li {
    font-size: .6em;
    line-height: 1em;
}

.monogram {
    background-size: 60px 46px;
    height: 80px;
    margin: 5px
}

.intro-section {
    padding-top: 8em;
    background:url(../images/bg-01-small.jpg) no-repeat;
    -webkit-background-size:cover;
    -webkit-background-position: center;
}

.about-section, .contact-section {
    padding-top: 6em;
}

.page-down {
    bottom: 20px;
}

.fixed ul {
    margin: 25px 25px;
}

.col-lg-12 {
    padding-left: 20px;
    padding-right: 20px;
}

.container {
    text-align: center;
}

.column {
  margin: 0 auto 2em auto;
  width: 75%;
  float: none;
}

.column:nth-child(2n) {
  margin: 0 auto 10em auto;
  width: 90%;
  float: none;
}

.circle-image {
  width: 100%;
  padding-top: 100%;
}

.column-single {
  width: 90%;
  margin: 4em auto;
}

.fixed .midnightHeader.nav-dark {
    background: transparent;
}

}

/* ----------- iPhone 6 ----------- */

@media only screen 
 and (min-device-width: 375px) 
 and (max-device-width: 667px) 
 and (-webkit-min-device-pixel-ratio: 2)
 and (orientation: portrait) { 

h1 {
    font-size: 1.5em;
    line-height: 1.4em;
    margin-bottom: .5em;
}

h2 {
    font-size: 1.65em;
    line-height: 1.4em;
}

p {
    font-size: .9em;
    line-height: 1.3em;
    margin-bottom: .8em;
}

.monogram {
    background-size: 70px 54px;
    height: 80px;
    margin: 15px
}

.intro-section {
    padding-top: 9em;
    background:url(../images/bg-01-small.jpg) no-repeat;
    -webkit-background-size:cover;
    -webkit-background-position: center;
}

.about-section, .contact-section {
    padding-top: 7em;
}

.page-down {
    bottom: 20px;
}

.fixed ul {
    margin: 30px 30px;
}

.col-lg-12 {
    padding-left: 20px;
    padding-right: 20px;
}

.container {
    text-align: center;
}

.column {
  margin: 0 auto 2em auto;
  width: 75%;
  float: none;
}

.column:nth-child(2n) {
  margin: 0 auto 10em auto;
  width: 90%;
  float: none;
}

.circle-image {
  width: 100%;
  padding-top: 100%;
}

.column-single {
  width: 90%;
  margin: 4em auto;
}

.fixed .midnightHeader.nav-dark {
    background: transparent;
}

}

/* ----------- iPhone 6+ ----------- */

@media only screen 
  and (min-device-width: 414px) 
 and (max-device-width: 736px) 
 and (-webkit-min-device-pixel-ratio: 3)
 and (orientation: portrait) {

h1 {
    font-size: 1.5em;
    line-height: 1.4em;
    margin-bottom: .5em;
}

h2 {
    font-size: 1.65em;
    line-height: 1.4em;
}

p {
    font-size: .9em;
    line-height: 1.3em;
    margin-bottom: .8em;
}

.monogram {
    background-size: 70px 54px;
    height: 80px;
    margin: 15px
}

.intro-section {
    padding-top: 9em;
    background:url(../images/bg-01-small.jpg) no-repeat;
    -webkit-background-size:cover;
    -webkit-background-position: center;
}

.about-section, .contact-section {
    padding-top: 7em;
}

.page-down {
    bottom: 20px;
}

.fixed ul {
    margin: 30px 30px;
}

.col-lg-12 {
    padding-left: 20px;
    padding-right: 20px;
}

.container {
    text-align: center;
}

.column {
  margin: 0 auto 2em auto;
  width: 75%;
  float: none;
}

.column:nth-child(2n) {
  margin: 0 auto 10em auto;
  width: 90%;
  float: none;
}

.circle-image {
  width: 100%;
  padding-top: 100%;
}

.column-single {
  width: 90%;
  margin: 4em auto;
}

.fixed .midnightHeader.nav-dark {
    background: transparent;
}

}






