/*
Theme Name: Rome
Theme URI: http://www.osberget.no/
Author: Maxim Kukulinsky & Andrejs Fokins at RASAMAX SIA
Author URI: http://www.osberget.no/
Description: Rome Wordpress theme
Version: 0.0.3
Tags: rome osberget rasamax
Text Domain: rome
*/
/**
 * Reset CSS instead of Normalize inside of Bootstrap
*/
/* Page commons */
:root {
  --wp-edit-button-primary: var(--bs-primary);
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  font-size: 20px;
}
ul li {
  font-size: 20px;
}

html {
  height: 100%;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin: auto;
  display: block;
}

.position-cover {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.font-colfax {
  font-family: "colfax-web", sans-serif;
}

.h-100vh {
  height: 100vh;
}

.text-404 {
  font-size: 300px;
  letter-spacing: 10px;
  line-height: 0.57;
}

#a404-2 {
  transform-origin: bottom;
  animation-name: rotate2;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
  animation-iteration-count: 1;
  z-index: -1;
}

@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.77, 0.24, 0.26, 1);
  }
  60% {
    transform: rotate(220deg);
    animation-timing-function: cubic-bezier(0.77, 0.24, 0.26, 1.81);
  }
  100% {
    transform: rotate(180deg);
  }
}
@media (max-width: 991px) {
  .text-404 {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .text-404 {
    font-size: 100px;
  }
}
.bg-white-82 {
  background-color: rgba(255, 255, 255, 0.82);
}

.content h2 {
  margin: 20px 0px;
  font-weight: 700;
}