body.template-photolanding,
body.template-clientlogin {
  /* Title Font */
 header .website-title,
 header .website-title{font-size:3.2em;min(10vw, 3.2em);}

  /* Navigation Background */
  header nav ul{background:rgba(0,0,0,0.2);}

  /* Navigation Font */
  header nav ul li a{color:#fff;}
  header nav ul li a:hover{color:#cfcfcf;}
  
  /* Navigation Only First Two Links  */
  header nav ul > :nth-child(2) ~ * {display: none;}
  
  /* Header/Navigation Position */
  header{position:absolute;top:4rem;right:0;left:0;z-index:100;}
  header div.title-container{position:relative;top:0;}
  header nav{position:relative;margin-top:2em;top:0;}
}



