@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Playfair+Display');
 
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: white;
}

body {
  margin: 0;
  background: lighten(main, 10%);
}

a {
  text-decoration: none;
  color: main;}
  a:hover {
  background: main;
   color: dark;
  }
.sticky {
  position: fixed;
  z-index: 40;
}
.navbar--container {
  top: 10%;
  background: white;
  height: 250px;
  width: 80px;
  box-shadow: 2px 2px 15px #666666;
}

.navbar--title {
  margin-left: 27px;
  margin-top: 35px;
	padding: inherit;
}
   h4 {
    writing-mode: vertical-rl;
    font-family: 'Montserrat', sans-serif;
	color: #686565;
    letter-spacing: .34em;
    text-transform: uppercase;
    font-size: 1em;
  }
.navbar--title h4 a{
	 writing-mode: vertical-rl;
    font-family: 'Montserrat', sans-serif;
	color: #686565;
    letter-spacing: .34em;
    text-transform: uppercase;
    font-size: 1em;
}
.navbar--title h4 a:hover{
	 writing-mode: vertical-rl;
    font-family: 'Montserrat', sans-serif;
	color: #fbb03b;
    letter-spacing: .34em;
    text-transform: uppercase;
    font-size: 1em;
}
/*navigation open*/


.nav--open {
  height: 100vh;
  width: 300px;
  background: white;
  transition: ease-slow;
  opacity: 1;
  box-shadow: 2px 2px 15px #999999;
}


.nav--open-title {
  font-family: 'Montserrat',serif;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: .2em;
  text-align: right;
  margin-top: 20%;
}

.nav--open-menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
	margin-top: 30px;}
  .nav--open-menu a {
    font-size: 2em;
    font-weight: 100;
    font-family: serif;
    padding: 15px 0;
  }


.close {
  transform: translateX(-300px);
  transition: ease-slow;
  opacity: 0;
}

section {
  height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section img{
	width: 100%;
	height: auto;
	position: relative;

	
}
.one {
	 background: #ffdb94;
}
.two {
  background:white;
}

.three {
  background: white;
}
.four{
	background: white;
}
.five{
	background: white;
}
.six {
	 background:rgba(168,211,212,0.6) ;
}
.seven {
  background: rgba(168,211,212,0.6);
}

.eight {
  background: white;
}
.nine{
	background: white; 
}
.ten{
	background: rgba(206,228,132,1.00);
}

.eleven{
	background: white;
}
.twelve{
	background:white;
}

.thirteen{
	background: rgba(206,228,132,1.00);
}
.fourteen{
	background: white;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  float: left;
  text-shadow: 0px 3px 2px #000;
  margin: 0;
  line-height: 1em;
  font-weight: 700;
  color: white;
  font-size: 3em;
}
  span {
  font-style: normal;
  text-decoration: none;
    color: darken;
  }
h1  span {
  font-family: 'Abril Fatface', cursive;
  float: right;
  text-shadow: 0px 3px 2px #000;
  margin: 0;
  line-height: 1em;
  font-weight: 100;
  color: #fbb03b;
  font-size: 1.3em;
text-decoration: none;
}


.light {
  color: lighten(main, 10%);
}

