

/*reset*/a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
 font-family: 'Anybody';
 src: url('AnybodyVariable.woff2') format('woff2-variations');
 font-weight: 100 900;
 font-style: normal;
}

@font-face {
 font-family: 'Sono';
 src: url('SonoVariable.woff2') format('woff2-variations');
 font-weight: 200 800;
 font-style: normal;
}

body {
  font-family: 'Sono', "Courier New", Courier, Monaco, "Lucida Console", monospace;
  line-height: 1.5;
  background-color: #F5F3EF;
  background-repeat:repeat-x;
  background-position: top center;
  background-size: 70px auto;
  background-attachment: fixed;
  color: #222;
}

svg#logo {
  width: 200px;
height: 200px;
margin: 50px auto 0;
display: block;
}

a {
  text-decoration: none;

}

p#timecheck {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
transform: rotate(-90deg);
position: fixed;
right: -45px;
bottom: 95px;
}

li a {color: #000000;    text-decoration: none;
transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

h1 {
  margin: 4vw auto;
  text-align: center;

}

#page, h1 {
  max-width: 90%;
}

#page {margin: 0 auto 5vw;}

ul {
  padding: 0 0 100px;
}

li h2, li p {display: inline-block; vertical-align: middle;}

li h2 {
  font-size: 90px;
  text-transform: capitalize;
  font-family: 'Anybody', sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 44%;
  position: relative;
  z-index: 1;
  line-height: .8;
  font-variation-settings: "wdth" 50, "wght" 520;
  text-transform: uppercase;
-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}



span.location {
  width: 35%;
  display: inline-block;
  text-transform: uppercase;
}

li p {
  font-size: 16px;
  width: 55%;
  font-weight: 350;
}



li a {display: block; padding: 2vw 2vw 1.7vw;   border-radius: 5em;
}

li a:hover {
  background: #fff;
/*transform: scale(1.02);*/
  color: #222;
}


li a:hover p {
  font-weight: 550;
}

h1 {
  font-size: 1.1vw;
  font-family: 'Anybody', sans-serif;
  font-weight: 300;
  font-variation-settings: "wght" 700, "wdth" 150;
}

#footer p {
  max-width: 90%;
  margin: 0 auto 5em;
  font-size: 13px;
}

#footer p a {
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
#footer p a:hover {
  background: white;

}


nav {
  position: fixed;
  top: 5vw;
  right: 5vw;
  text-align: center;
  padding: 0;
  z-index: 3;
}

nav a {
  padding: 5px 0;
  margin: 0 10px 0 0;
  display: inline-block;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #222;
}

div h3 {
  font-size: 16px;
  background: rgba(245,243,239,.5);
  color: #222;
  padding: 1vw 2vw;
  position: sticky;
  top: 20px;
  z-index: 2;
  margin-bottom: 4vw;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-variant: small-caps;
  font-family: 'Anybody';
  font-weight: 600;
  font-variation-settings: "wdth" 150;
  border: 2px solid #222;
  border-radius: 3em;
  backdrop-filter: blur(19px);
}




nav a:active, nav a:hover, nav a:focus {
  background: white;
}

div h4 {
  font-size: 20px;
  padding: 30px 0;
}

::selection {
  background: white;
}
/*responsive styles below ---------------------------------------------*/
/*responsive styles below ---------------------------------------------*/
/*responsive styles below ---------------------------------------------*/

@media screen and (max-width: 1023px) {
body {
}

nav {
  top: 50px;
}

li a {
  text-align: center;
}

nav a {
  background-color: #222;
}

div#studios, div#people {
  padding-top: 100px;
}

div h3 {
}

li h2 {font-size: 80px;}

li h2, li p, span.location {display: block; width: 100%;}

h1 {
  font-size: 14px;
  text-align: left;
  margin: 20px auto;
}

div#studios, div#people {
  padding-top: 20px;
}

#timecheck {
  display: none;
}
li p {
  font-size: 15px;
  letter-spacing: 1px;
}

li {
  margin-bottom: 35px;
}

h1 {
  text-align: center;
  font-variation-settings: "wght" 700, "wdth" 130;
}

div h3 {
width: calc(100% - 4vw);
    text-indent: 0;
    text-align: center;
    padding: 3vw 2vw;
}

svg#logo {
width: 250px;
    height: 250px;
    margin: 50px auto;
}

}
