@font-face {
  font-family: monarcha,serif;
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: monarcha,serif;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-style: italic;
}

@keyframes fader {
    from { opacity: 1; }
    to   { opacity: 0; }
  }



body {
  color: #fff;
  background-color: #ADC1D3;
  font-family: canada-type-gibson, sans-serif;
  letter-spacing: 0.15em;
  font-size: 16px;
  transition: background-color 1s;
}

a {
  text-decoration: none;
  color:#fff;
}

header {
  position: fixed;
  text-align: center;
  width: 100%;
  top: 30px;
  z-index: 50;
}

header img {
  width: 60px;
  
}

.compass a {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 7.5px;
  text-decoration: none;
  color: #fff;
}


.homepage {
  height: 100vh;
  display: flex;
  background-image: url("220819000082460005.jpg");
  background-size: cover;
  background-position: center;
}

.design {
  width: 50%;
}

.photography {
  width: 50%;
}

.compass a {
  transition: all 2s;
}

.compass a:hover {
  letter-spacing: 10px;
}

.homepage a {
  font-family: monarcha;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  position: absolute;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
  text-align: center;
  transition: color 2s;
}

.homepage a:hover {
  color: #e5fab3;
}

footer {
  position: fixed;
  bottom: 30px;
  width: 40px;
  left: 50%;
  margin-left: -61px;
  z-index: 50;
}

.projects {
  position: fixed;
  left: 30px;
  top: 50%;
  width: 40px;
  transform: rotate(-90deg);
  margin-top: 33px;
  z-index: 50;
}

.about {
  position: fixed;
  right: 30px;
  top: 50%;
  width: 40px;
  transform: rotate(90deg);
  margin-top: -30px;
  z-index: 50;
}

.menu {
  display: flex;
  height: 100%;
  background-color: #ADC1D3;
  position: fixed;
  top: 0;
  left: 0;
  width: 500px;
  z-index: 4;
/*  this will hide the menu off screen  */
  transform: translateX(-100%);
  transition: transform 1s ease;
}

.open {
  transform: translateX(0);
}

.menu nav a {
  display: block;
}

.pages a {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: all 1s ease;
}

.pages a:hover {
  color: #e5fab3;
}

.titles {
  padding-left: 15px;
}

h3 {
  font-family: monarcha;
  font-size: 24px;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.pages h3 {
  margin-bottom: 5px;
  margin-top: 40px;
  align-items: center;
}

.pages a:first-child {
  margin-top: 0;
}

.pages {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
}

.contact-me {
  display: flex;
  width: 100%;
  height: 200px;
  background-color: #ADC1D3;
  position: fixed;
  bottom: 0;
  z-index: 4;
  /*  this will hide the menu off screen  */
  transform: translateY(100%);
  transition: transform 1s ease;
}

.contact-open {
  transform: translateY(0);
}


.contact-pages {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact-pages div {
  margin-right: 50px;
  margin-left: 50px;
}

.contact-me h4 {
  font-family: monarcha;
  font-style: italic;
  margin-bottom: 10px;
}

.contact-me a {
  display: block;
  margin-bottom: 5px;
  transition: all 1s ease;
}

.contact-me a:hover {
  color: #e5fab3;
}

.about-me {
  height: 100vh;
  display: flex;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  /*  this will hide the menu off screen  */
  transform: translateX(100%);
  transition: transform 1s ease;
}

.about-me-open {
  transform: translateX(0);
}

.about-pages {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ADC1D3;
}

.aasha-photo {
  background-size: cover;
  background-image: url("aasha.jpg");
  background-position: center;
  height: 100vh;
  width: 50%;
}

.aasha-info {
	width: 50%;
}

.aasha-info h2 {
  font-family: monarcha;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.aasha-info em {
  font-family: monarcha;
  font-style: italic;
}

.aasha-info p {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  letter-spacing: 0.1em;
}

/* menu list */
.menu_list a img {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  pointer-events: none;

  transition: opacity 1s;
}

.menu_list {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: monarcha;
  text-align: center;
  font-weight: 300;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 54px;
  line-height: 1.2;
}

.menu_list a {
  transition: all 1s ease;
}

.menu_list a:hover {
  color: #e5fab3;
}

.menu_list a:after {
  content: '/';
}

.menu_list a:last-child:after {
  content: '';
}

.menu_list a:hover img {
  opacity: 0.95;
}

.photography_list h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  text-align: right;
}

.photography_list {
  position: fixed;
  bottom: 100px;
  right: 0;
  padding-right: 100px;
}

.list-p h3 {
  font-size: 28px;
}

.design_list h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.design_list {
  position: fixed;
  bottom: 100px;
  left: 0;
  padding-left: 100px;
}

.list {
  z-index: 1;
  display: flex;
  width: 100%;
  flex-direction: row;
}

.list h3 {
  font-size: 28px;
}

.circle {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  margin: 7px 12px 0 0;
  text-align: center;
}

/* Photography Pages */

.photography-pages {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 20px 30px 20px;
}

.photography-pages h2 {
  font-size: 32px;
}

.photography-pages img {
  padding: 20px;
}

.vertical {
  max-height: 650px;
} 

.horizontal {
  max-height: 470px;
}



/* Design pages */

 .hero {
   height: 100vh;
   background-size: cover;
   background-position: center;
 }


/* Beautiful Creature */

.beautiful-1 {
  background-color: #00000d;
}

.beautiful-1 img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
}

.beautiful-2 {
  background-image: url("no-background-mockup.jpg");
}

.beautiful-3 {
  background-image: url("logos-beautiful-creature2.jpg");
}

.beautiful-4 {
  background-color: #00000d;
  height: 100vh;
}

/* Destination Unknown */

.destination-1  img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
}

.destination {
  background-color: #ffcea2;
  height: 100vh;
}

iframe {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* Niko */

.niko iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.niko {
  background-color: #13311C;
  height: 100vh;
}


/* Celestine */

.celestine iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.celestine {
  background-color: #E2B6A6;
  height: 100vh;
}




/* MOBILE */

@media (max-width:1175px) {
  .vertical {
    max-height: 550px;
  }
  
  .horizontal {
    max-height: 370px;
  }

  .list {
    justify-content: center;

  }

.design_list h3 {
  font-size: 28px;
  text-align: center;
  padding-left: 0;
}

.design_list {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 0;
  bottom: 80px;
}

.photography_list h3 {
  font-size: 28px;
  text-align: center;
}

.photography_list {
  position: fixed;
  bottom: 80px;
  padding-right: 0;
  right: 50%;
  transform: translateX(50%);
}


.menu_list {
  font-size: 48px;
}



}


@media (max-width: 940px) {
  
  body {
    font-size: 14px;
  }
  
  header img {
    width: 50px;
  }
  
  .compass a {
    font-size: 14px;
  }
  
  .aasha-info h2 {
    font-size: 28px;
    margin-bottom: 30px;
    padding-left: 50px;
  }
  
  .aasha-info p {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 50px;
  }
  
  .menu {
    width: 100%;
  }
  
  .pages {
    margin-left: auto;
    padding: 15px;
    text-align: left;
  }
  
  .pages h3 {
    font-size: 21px;
  }
  
  .pages a {
    font-size: 14px;
  }
  
  .homepage a {
    font-size: 32px;
  }
  
  .contact-me h3 {
    font-size: 21px;
  }
  

}






@media (max-width:870px) {
    .homepage {
    height: 100vh;
    flex-direction: coloumn;
    flex-wrap: wrap-reverse;
  }
  
  .homepage a {
    width: 100%;
  }

  .photography {
    height:50vh;
    width:100vw;
  }

  .design {
    height:50vh;
    width: 100vw;
  }

  .homepage .photography a {
    top: 35%;
  }

  .homepage .design a {
    top: 65%;
  }
}



@media (max-width:750px) {
  
  .projects {
  margin-left: 20px;
  left: 0;
  top: 15px;
  transform: rotate(0deg);
  margin-top: 33px;
}
  
  .about {
  margin-right: 30px;
  right: 25px; 
  top: 15px;
  transform: rotate(0deg);
  margin-top: 33px;
}
  
  
  .about-pages {
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
  
  .aasha-photo {
    display: none;
  }
  
  .aasha-info {
    width: 100%;
  }
  
  .aasha-info h2 {
    font-size: 21px;
  }
  
  .aasha-info p,
  .aasha-info h2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .homepage a {
    font-size:24px;
    margin-left: auto;
    margin-right: auto;
  }
  
  #stage img {
    padding: 0;
  }

  .contact-me {
    height: 50%;
    text-align: center;
    background-color: #ADC1D3;
  }

  .contact-pages {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-me h3 {
    padding-bottom: 30px;
  }
  .contact-me h4 {
    margin-bottom: 5px;
  }

  .contact-me p {
    margin-bottom: 30px;
  }

  .contact-pages div {
  margin-right: 25px;
  margin-left: 25px;
}
  .vertical {
  max-height: 350px;
} 

.menu_list {
  font-size: 32px;
  text-align: left;
  line-height: 1.5;
}

.circle {
  width: 10px;
  height: 10px;
  margin: 6px 10px 0 0;
}

.design_list h3{
  font-size: 21px;
}

.photography_list h3 {
  font-size: 21px;
}

.menu_list a:after {
  content: '';
}

.photography-pages {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px 10px 10px 10px;
}

}
