@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');

* { box-sizing: border-box;   background-color: #fff; }

body {
  font-size: 17px;
  margin: 0;
  font-family: 'Alice', serif;
  color: #351e0d;
  overflow-x: hidden;
}

a {
  color: #000;
  text-decoration: none;
}

h1 {
   margin-top: 5px;
}

h4 {
  margin-bottom: 0;
 
  color: #000;
}

hr {
  margin: 0px 0 25px;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(118, 118, 118  ), rgba(0, 0, 0, 0));
}

video {
  border-radius: 6px;
}

.block {
  background-color: #fff;
  border-radius: 10px;
  margin: 10px;
  padding: 5px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}

.container {
  padding-top: 8px;
  text-align: center;
  max-width: 600px;
  margin: 2px auto;
}

.container video {
  width: 100%;
}


.center {
  text-align: center;
}

.menu{ 
  white-space:nowrap
}
.menu a {
  width: 50%;
  display:inline-block;
  text-align: center;
}

.active {
  background-color: #005134;
  color: #fff;
}

.card{
  display: flex;
  
}
.card-block{
  width: 50%;
  height: 50px;
  border: 1px solid;
  padding: 5px;
  margin: 2px;
  border-radius: 6px;
}


/* Site Wrapper - Everything that isn't navigation */
.site-wrap {
  /* Critical position and size styles */
  min-height: 100%;
  min-width: 100%;
 
  position: relative;
  top: -15px;
  bottom: 100%;
  left: 0;
  z-index: 1;

}


/* Additional non-critical styles */

/*h1, h3, p {
  max-width: 600px;
  margin: 0 auto 1em;
}

code {
    padding: 2px;
    background: #ddd;
}*/
