@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,300;0,500;0,700;1,700&display=swap');


/*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}

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

#logo {
  width: 400px;
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: #EDF5E1;    
    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;

}

.intro h2 {
    margin: 1rem 1rem 3rem 1rem;
    font-size: 10pt;
}

#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: calc(13px + 1.3vw);
  text-transform: capitalize;
  font-family: 'Epilogue', sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 35%;
  position: relative;
  z-index: 1;
  font-feature-settings: "ss01";
  line-height: 1;
    padding-right: 2%;
}

span.location {
  width: 45%;
    padding-right: 2%;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Epilogue', sans-serif;
    font-size: 9pt;
    
}

li p {
  font-size: 16px;
  width: 63%;
  letter-spacing: .5px;
}



li a {display: block; padding: 2vw 1vw;}

li a:hover {
  background: #EDF5E1;
/*transform: scale(1.02);*/
  color: #05386B;
}


li a:hover p {
}

h1 {
  font-size: 1.5vw;

  font-family: 'Epilogue', sans-serif;
font-weight: 300;
}

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

#footer p a {
  font-weight: bold;
  color: #EDF5E1;
}
#footer p a:hover {
  color: #00ff95;
}


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: #EDF5E1;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid black;
}

div h3 {
  font-size: 18px;
  background: #EDF5E1;
  color: #05386b;
  padding: 1vw;
  position: sticky;
  top: 0px;
  z-index: 2;
  margin-bottom: 4vw;
  line-height: 1;
  font-family: 'Epilogue', sans-serif;
  text-transform: lowercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-variant: small-caps;
}




nav a:active, nav a:hover, nav a:focus {
  color: #EDF5E1;
}

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

::selection {
  color: #EDF5E1;
}
/*responsive styles below ---------------------------------------------*/
/*responsive styles below ---------------------------------------------*/
/*responsive styles below ---------------------------------------------*/

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

nav {
  top: 50px;
}

nav a {
  background-color: black;
}

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

div h3 {
}

li h2 {font-size: 22px;}

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

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

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

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

li {
  margin-bottom: 20px;
}

div h3 {
  width: 100vw;
margin: 0 -5vw 2em;
text-indent: 5vw;
padding: 2vw 0;
}

#logo {
  width: 150px;
margin: 50px 5vw;
}

}
