@charset "UTF-8";
/*
Theme Name: Osberget Mini
Theme URI: http://www.osberget.no/
Author: Stine Mari Johnsen, Anette Stom Hovland, Synne Søllesvik at Fantastiske Osberget AS, Maxim Kukulinsky at RASAMAX SIA
Author URI: http://www.osberget.no/
Description: Osberget Mini Wordpress theme
Version: 0.0.1
Tags: mini osberget rasamax
Text Domain: osbergetmini
*/
/**
 * Reset CSS instead of Normalize inside of Bootstrap
 */
/* Page commons */
html {
  scroll-behavior: smooth;
}

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

:is(p, ul):last-child {
  margin-bottom: 0;
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.aligncenter {
  margin: 0 auto 10px auto;
  display: block;
}

:is(.alignleft, .alignright, .aligncenter):last-child {
  margin-bottom: 0;
}

#header-sticky {
  transition: transform 0.5s;
  transform: translateY(-100%);
}

#header-sticky.visible {
  transform: translateY(0);
}