
/* http://meyerweb.com/eric/tools/css/reset/ 
				v2.0 | 20110126
				License: none (public domain)
			*/

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

/* HTML5 display-role reset for older browsers */
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:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-weight: normal;
  font-family: 'Comfortaa';
  src: local('Comfortaa'), url('/fonts/Comfortaa-Regular.ttf') format('truetype');
}

@font-face {
  font-weight: 700;
  font-family: 'Comfortaa';
  src: local('Comfortaa'), url('/fonts/Comfortaa-Bold.ttf') format('truetype');
}

:root {
  --green-amb1: #BDD747;
  --gray-amb1: #58585A;
  --light-gray-amb1: #F3F3F3;
}

html {
  height: 100%;
}

b {
  font-weight: bold;
}

body {
  font-family: 'Comfortaa', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color: var(--light-gray-amb1);
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100%25' height='100%25'%3E%3Cdefs%3E%3Cpattern id='p' width='100' height='100' patternUnits='userSpaceOnUse' patternTransform='rotate(166) scale(2.1)'%3E%3Cpath id='a' data-color='fill' fill='none' stroke='%23B4B4B4' stroke-width='2' d='M50 50H0V0h50v50zM35 35V15H15v20h20zM100 100H50V50h50v50zM85 85V65H65v20h20zM35 64.9571v20H15v-20zM85 14.9571v20H65v-20z'%3E%3C/path%3E%3Cuse xlink:href='%23a' x='-100'%3E%3C/use%3E%3Cuse xlink:href='%23a' x='100'%3E%3C/use%3E%3Cuse xlink:href='%23a' y='-100'%3E%3C/use%3E%3Cuse xlink:href='%23a' y='100'%3E%3C/use%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23p)' width='100%25' height='100%25'%3E%3C/rect%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
}

.bg-green {
  background-color: var(--green-amb1);
}

.fold {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92vh;
  width: 100vw;
}

.hidden {
  display: none;
}

.logo {
  /* margin-top: 5rem; */
  text-align: center;
}

.subtitle {
  margin: .5rem 0;
  font-size: 2rem;
  color: var(--gray-amb1);
}

.subtitle b {
  min-width: 30px;
  display: inline-block;
  text-align: center;
}

.talk {
  width: 100vw;

  color: var(--gray-amb1);
  text-align: center;
}

.content-vertical {
  display: flex;
  flex-direction: column;
  height: 90%;
  justify-content: space-around;
}

.text-content {
  max-width: 90%;
  margin: 0 auto;
}