@import url('https://fonts.googleapis.com/css?family=Gudea:700|Roboto:400,700&display=swap');
@font-face {
  font-family: 'ostrich-sans';
  font-weight: bold;
  font-display: swap;
  src: url(/fonts/ostrich-sans/webfonts/ostrich-sans-bold.eot),url(/fonts/ostrich-sans/webfonts/ostrich-sans-bold.woff) format('woff'),url(/fonts/ostrich-sans/webfonts/ostrich-sans-bold.ttf) format('truetype');
}
@font-face {
  font-family: 'ostrich-sans';
  font-weight: normal;
  font-display: swap;
  src: url(/fonts/ostrich-sans/webfonts/ostrich-sans-regular.eot),url(/fonts/ostrich-sans/webfonts/ostrich-sans-regular.woff) format('woff'),url(/fonts/ostrich-sans/webfonts/ostrich-sans-regular.ttf) format('truetype');
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  background-size: cover;
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
}

body > nav {
  display: flex;
  padding: 5px;
}

@@keyframes fadeInUp {
  from {
    transform: translate3d(0,40px,0);
  }
  to {
    transform: translateY(0,0,0);
    opacity: 1;
  }
}

body > main {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: center;
  flex: 1 0 auto;
}

body#mainpage {
  background: url("/images/inst1-1.jpg") no-repeat 40% 50%;
  background-size: cover;
  align-items: center;
  background-color: rgb(20,15,0);
  background-blend-mode: screen;
}

body#mainpage > main > h1 {
  font-family: 'ostrich-sans';
  font-weight: bold;
  display: flex;
  flex-flow: column nowrap;
  color: #ffffff;
  justify-content: flex-end;
  flex: 3 0 auto;
  margin: 0;
  padding: 0;
  font-size: 140px;
  letter-spacing: 2px;
  text-shadow: 0 0 50px #000000;
  animation-duration: 4s;
  animation-fill-mode: both;
}

body#mainpage > main > div#banner {
  font-family: Verdana;
  color: #ffffff;
  flex: 2 0 auto;
  padding: 3px 0 30px 0;
  justify-content: flex-start;
  text-shadow: 0 0 10px #000000;
}

body#mainpage > main > nav {
  display: flex;
  flex-flow: column nowrap;
  flex: 2 0 auto;
  padding: 0;
  margin: 0;
  align-self: center;
  align-items: center;
}

body#faq {
  background: url("/images/insts2.jpg") no-repeat 20% 10%;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgb(20,13,13);
  background-blend-mode: screen;
}

body#faq > main {
  justify-content: flex-start;
}

body#faq > main > h1 {
  font-family: 'Gudea';
  color: #ffffff;
  text-shadow: 0 0 10px #000000;
  font-size: 48px;
  padding: 10px 20px;
}

body#faq > main > details {
  background-color: rgba(30,30,30,0.4);
  border-radius: 3px;
  margin: 5px 30px;
  padding: 5px 20px;
  text-align: left;
  box-shadow: 2px 2px 4px 0 #383838;
}

body#faq > main > details > summary {
  font-family: 'Roboto';
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 5px #000000;
  font-size: 19px;
}

body#faq > main > details > p {
  font-family: Verdana, 'Times New Roman';
  color: #ffffff;
  text-shadow: 0 0 5px #000000;
}

body#contact {
  background: url("/images/alex.jpg") no-repeat 20% 10%;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgb(20,13,13);
  background-blend-mode: screen;
}

body#contact > main {
  font-size: 24px;
}

body#contact > main > form {
  background-color: rgba(30,30,30,0.4);
  border-radius: 3px;
  margin: 5px 30px;
  padding: 100px 100px;
  text-align: center;
  align-self: center;
  max-height: 500px;
  max-width: 500px;
  box-shadow: 2px 2px 4px 0 #383838;
  color: #ffffff;
}

body#contact > main > form > a {
  color: #ffffff;
}

a.buttonlink {
  font-family: 'ostrich-sans';
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  margin: 10px;
  text-align: center;
  background-color: rgba(0,0,0,0.6);
  border-radius: 3px;
}

body > nav > a.buttonlink {
  font-family: 'Gudea';
  display: inline;
  width: 100px;
  font-size: 18px;
  letter-spacing: 1.5px;
}

body > main > nav > a.buttonlink {
  width: 250px;
  font-size: 36px;
}

a.buttonlink:active {
  background-color: rgba(0,0,0,0.75)
}

a.buttonlink > img {
  height: 0.8em;
  margin: 0 15px 0 0;
}

footer {
  font-family: 'Lato';
  color: #ffffff;
  display: flex;
  flex-flow: row wrap;
  padding: 5px 0;
  width: 100vw;
  font-size: 13px;
  text-shadow: 0 0 5px #000000;
  justify-content: flex-start;
}

footer > span {
  padding: 0 10px 2px 10px;
}

footer > span > a {
  color: #ffffff;
}
