
@font-face {
    font-family: 'Ortica';
    src: url('../fonts/Ortica-Light.otf');
}

body{
  margin: 0;
  padding: 0;
}

li {
  font-family: 'Ortica';
}

li:hover {
  font-family: 'Ortica';
  color: red;
}

h1{
  font-family: 'Ortica';
  padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
  font-size: 6vw;
  line-height: 110%;
  background: black;
  color: white;
  text-align: center;
}

h2 {
  font-family: 'Ortica';
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 3vw;
  line-height: 130%;
  background: black;
  color: white;
  text-align: justify;
}

.wrapper {
  grid-template-columns: 1fr;
  justify-items: stretch;
  align-items: stretch;
}

.wrapper > div {
  background: red;
  /* height: 700px; */
  padding: 0em;
}

.box {
  width: 100vw;
  height: 100vh;
}

.box1{
  /*align-self:start;*/
  grid-column:1;
  grid-row:1;
}

#mydiv {
  position: fixed;
  z-index: 9;
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px -3px #000000;
  box-shadow: 0px 0px 15px -3px #000000;
  border-radius: 1em;
  padding: 10px;
}

#menu-content {
  display: none;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

#mydivheader {
  font-family: 'Ortica';
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  cursor: move;
  z-index: 10;
  color: black;
}

#container {
  width: 400px;
  height: 400px;
  position: relative;
  background: white;
  border-radius: 50%;
}

#animate {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: blue;
}

#animate1 {
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: red;
}

iframe {
  width: 100%;
  height: 100%;
}
