@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: 15%;
  background: white;
  height: 250px;
  width: 90px;
  box-shadow: 2px 2px 15px #666666;
}
.navbar--icon {
  margin-top: 24px; 
  margin-left: 49px;
  font-size: 1em;
}

.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;
}

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

.nav--open-icon {
  text-align: right;
	padding: 20px;
}
  i {
    font-size: 1.8em;
    color: main;
}
    a:hover {
      color: #fbb03b;
      cursor: pointer;
    }
  
.nav--open-title {
  font-family: 'Montserrat',serif;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: .2em;
  text-align: center;
  margin-top: 35%;
}

.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: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section img{
	margin-left: 100px;
	position: relative;
	
}
.one {
	 background: #ffdb94;
}
.two {
  background: #61cecb;
}

.three {
  background: rgba(211,191,191,0.6);
}
.four{
	background: rgba(123,205,240,0.7);
}
.five{
	background: rgba(206,228,132,0.6);
}
.six{
	background: rgba(238,239,160,1.00);
}
h1 {
  font-family: 'Abril Fatface', cursive;
  float: left;
  margin: 0;
  line-height: 1em;
  font-weight: 100;
  color: white;
  font-size: 3em;
}
  span {
  font-style: normal;
    text-decoration: none;
  }
h1  span a{
  font-family: 'Abril Fatface', cursive;
  float: left;
  margin: 0;
  line-height: 1em;
  font-weight: 100;
  color: white;
  font-size: 1.3em;
text-decoration: none;
}
h1  span a:hover{
  font-family: 'Abril Fatface', cursive;
  float: left;
  margin: 0;
  line-height: 1em;
  font-weight: 100;
  color:#fbb03b;
  font-size: 1.3em;
text-decoration: none;
}

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

.underline {
  text-decoration: none;
}
section h1 a {
  font-family: 'Abril Fatface', cursive;
	color: #E6B37E;
}
section h1 a:hover{
	font-family: 'Abril Fatface', cursive;
	color:#fbb03b;
}