body, html {
  font-size: 16px;
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  color: #feb903;
  line-height: normal;
  text-align: center;
  height: 100%; }

@media only screen and (max-width: 650px) {
  html {
    font-size: 10px; } }

@media only screen and (max-width: 410px) {
  html {
    font-size: 8px; } }

body {
  position: relative;
  background: #0e72e6;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: visible; }

.translate,
.rabbitsson,
.rune,
.narma {
  color: #feb903;
  font-weight: 400; }

a, a:hover {
  color: #feb903; }

a:hover:not(#logo, #logo *) {
  text-decoration: underline;
  text-shadow: 0 0 3px white; }

hr {
  margin-top: .5rem;
  margin-bottom: .5rem; }

p {
  margin-bottom: 2rem; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

level {
  display: block;
  border-left: 2px solid rgba(85, 51, 0, 0.133);
  padding: .2rem;
  margin: .5rem .5rem .5rem 2rem; }

key {
  font-weight: bold; }

.font-reg {
  font-family: "Volkhov", sans-serif; }

header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 100% !important;
  padding-top: .5rem; }

body:not(.home) header {
  border-bottom: 1px solid #073973;
  background: rgba(0, 0, 0, 0.066); }

.col-1, .col-11 {
  padding-right: 0;
  padding-left: 0; }

.material-icons {
  font-size: 3rem;
  line-height: inherit;
  vertical-align: bottom; }

#logo {
  z-index: 3;
  position: relative;
  font-size: 4rem;
  word-spacing: 1rem;
  cursor: pointer;
  top: .25rem; }
  #logo .rune {
    position: relative;
    top: -2.15rem;
    font-size: 5rem; }

a#logo:hover {
  text-decoration: none; }

.brown {
  color: #feb903; }

.green {
  color: #150; }

.translate > div {
  display: inline-block;
  position: relative; }

.translate > div > div {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%); }

#daytime {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 3.25rem; }

@keyframes GROW {
  from {
    width: 0;
    opacity: 0; }
  to {
    width: 36rem;
    opacity: 1; } }

#daytime.grow img {
  animation: GROW 1s;
  animation-fill-mode: both; }

#narma-mig {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 4;
  top: 38.5rem;
  font-size: 2rem; }

@keyframes NARMA {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

#narma-mig.show .narma {
  display: inline-block;
  animation: NARMA 1s;
  animation-fill-mode: both; }

#rabbit-left {
  right: 55%;
  text-align: right;
  transform-origin: top right; }

#rabbit-right {
  left: 55%;
  text-align: left;
  transform-origin: top left; }

#rabbit-left, #rabbit-right {
  z-index: 2;
  position: absolute;
  top: 3.25rem;
  padding-top: 10rem;
  display: none; }

#rabbit-left img, #rabbit-right img {
  width: 10rem; }

@keyframes rotate-easeOutBounce-left {
  0% {
    transform: rotate(calc(135deg*1)); }
  12% {
    transform: rotate(calc(135deg*0.890)); }
  24% {
    transform: rotate(calc(135deg*0.56)); }
  36% {
    transform: rotate(calc(135deg*0)); }
  54% {
    transform: rotate(calc(135deg*0.06)); }
  70% {
    transform: rotate(calc(135deg*0)); } }

@keyframes rotate-easeOutBounce-right {
  0% {
    transform: rotate(calc(-135deg*1)); }
  12% {
    transform: rotate(calc(-135deg*0.890)); }
  24% {
    transform: rotate(calc(-135deg*0.56)); }
  36% {
    transform: rotate(calc(-135deg*0)); }
  54% {
    transform: rotate(calc(-135deg*0.06)); }
  70% {
    transform: rotate(calc(-135deg*0)); } }

#rabbit-left.swing-left {
  animation: rotate-easeOutBounce-left 2s; }

#rabbit-right.swing-right {
  animation: rotate-easeOutBounce-right 2s; }

#poems {
  margin-top: 2rem;
  font-size: 2.75rem; }

.parent {
  display: flex;
  justify-content: center;
  align-items: center; }

.child {
  display: inline-block; }

main.home {
  height: 700px; }
  @media only screen and (max-width: 650px) {
    main.home {
      height: 437.5px; } }
  @media only screen and (max-width: 410px) {
    main.home {
      height: 350px; } }

main {
  position: relative;
  display: block;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: center;
  font-family: "narma-mig";
  font-size: 1.8rem;
  margin: 0 auto;
  line-height: 2.5rem;
  min-height: 100%;
  color: #ffdc81; }
  main h2 {
    text-align: center;
    font-size: 3.25rem;
    margin-top: 3rem; }

@media only screen and (max-width: 650px) {
  main.container {
    font-size: 2.5rem;
    line-height: 2.95rem; } }

section.narma {
  color: #ffdc81; }

breadcrumbs {
  display: block;
  font-family: "Volkhov", sans-serif;
  text-align: left;
  font-size: 1rem;
  padding: 1rem 0;
  color: #073973; }
  @media only screen and (max-width: 650px) {
    breadcrumbs {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 410px) {
    breadcrumbs {
      font-size: 1.8rem; } }

breadcrumbs a {
  color: #feb903; }

breadcrumbs + h1 {
  text-align: center;
  margin: 1rem 0 2rem 0;
  line-height: .6;
  color: #feb903; }

breadcrumbs + h1 line {
  background: linear-gradient(180deg, transparent calc(45% - 2px), #feb903 calc(45%), transparent calc(45% + 2px));
  display: block; }

breadcrumbs + h1 line span {
  background: #0e72e6;
  padding: 0 .5rem; }

breadcrumbs + h1 subtitle {
  font-size: 1rem; }

breadcrumbs + h1 + section {
  font-family: 'Volkhov', sans-serif; }

/*--contact--*/
.contact-forms input, .contact-forms textarea {
  font-size: 14px;
  color: #000;
  padding: .9em 0em;
  outline: none;
  border: none;
  border-bottom: 2px solid #28a745;
  border-radius: 0px;
  outline: none;
  background: transparent; }

.contact-forms textarea {
  resize: none;
  height: 11em; }

.sent-butnn {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  background: #c50e1f;
  padding: 7px 20px;
  border-radius: 0px;
  margin-top: 10px;
  color: #fff;
  transition: 0.25s all;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  -ms-transition: 0.25s all; }

input, textarea, button {
  border-radius: 5px !important;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

.contact-forms input, .contact-forms textarea {
  border-right: 1px solid #28a745;
  padding-left: 4px;
  background: #fff !important; }

.contact-forms input, .contact-forms textarea {
  background: rgba(0, 0, 0, 0.027); }

/*--//contact--*/
.open_menu {
  cursor: pointer;
  z-index: 99; }

.close_menu {
  cursor: pointer; }

#menu {
  position: absolute;
  right: -100%;
  top: 1rem;
  display: inline-block;
  background: #feb903;
  border: 3px solid #feb903;
  border-right: 1rem solid #feb903;
  border-radius: 1rem 0 0 1rem;
  z-index: 100;
  text-align: center;
  box-shadow: .25rem .25rem .5rem #000; }
  #menu .material-icons {
    line-height: 2.75rem; }

#menu, #menu a {
  color: #073973; }

#menu > a {
  padding: .5rem 1.5rem;
  display: block;
  font-size: 1.1rem;
  font-family: 'narma-mig'; }

#menu > div {
  text-align: right; }

@keyframes SHOWMENU {
  from {
    right: -250px; }
  to {
    right: 0; } }

#menu.active {
  right: 0;
  animation: SHOWMENU .2s;
  animation-timing-function: ease-out; }

@keyframes HIDEMENU {
  from {
    right: 0; }
  to {
    right: -250px; } }

#menu.unactive {
  right: -250px;
  animation: HIDEMENU .2s;
  animation-timing-function: ease-out; }

.blog-post {
  padding: 3rem 0;
  display: inline-block; }
  .blog-post .post-title {
    font-size: 2.5rem;
    margin: 0; }
  .blog-post .post-author-date {
    font-size: .9rem;
    line-height: 1.5rem; }
  .blog-post .post-body {
    white-space: pre-wrap;
    font-size: 1.3rem;
    line-height: 2.2rem;
    text-align: left; }

footer {
  font-family: "narma-mig";
  padding: 2rem 0;
  border-top: 1px solid #073973;
  line-height: 2rem;
  background: rgba(0, 0, 0, 0.066);
  color: #073973; }
  footer a {
    padding: 0 1rem;
    white-space: nowrap; }
