@font-face{
                        font-family: 'Pyriform Tones NF Regular';
                        src: url('../fonts/pyriformtonesnf.eot');
                        src: url('../fonts/pyriformtonesnf.eot?#iefix') format('embedded-opentype'),
                        url('../fonts/pyriformtonesnf.woff') format('woff'),
                        url('../fonts/PyriformTonesNf.ttf') format('truetype'),
                        url('../fonts/pyriformtonesnf.svg#webfont') format('svg');
                        }
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');

body {
    font-family: "Sen", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-size: 1.6em;
    /*background: linear-gradient(-45deg, #FF4B81, #ff7ea5, #FFB1C9, #FFE4EC);*/
    /*background-size: 100% 100%;*/
    /*animation: gradient 15s ease infinite;*/
    /*border: 10px #506197 solid;*/
    /*min-height: 100%;*/
    margin: 0px;
    margin-bottom:50px;
    box-sizing: border-box;
    background: url('../images/background-min.png') no-repeat;
  background-size: cover;
    animation: slide 120s infinite;
    /*box-shadow: inset 0 0 0 1000px rgba(255,195,54,.5);*/
}
.hvit{
    color: #fff;
}
.svart{
    color: #000;
}
.oransje{
    color: #ff7e3a;
}
.gul{
  color: #ffd662;
}
.oragul{
  background: #FF7E3A;
background: linear-gradient(to right, #FF7E3A 0%, #FFD662 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.shadow{
    text-shadow: #000 10px 0 10px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Pyriform Tones NF Regular';
  filter: blur(0.7px);
  line-height: 90%;
}
p, blockquote{
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  filter: blur(0.5px);
}
a {
  color:#ff7e3a; /*orange*/
  text-decoration: none;
}
a:hover{
  color: #ffd662; /*yellow*/
  filter:blur(5px);
}
.roundtable{
  border-radius: 100px;
  background-color: #fff;
  padding: 20px 10px 20px 10px;
  margin:50px;
  box-shadow: 0 0 5px 10px #fff;
}
.responsive {
  max-width: 100%;
  height: auto;
}
i {
  font-size:2.2em;
  filter:blur(0.5px);
}

@keyframes slide {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.subtt {
    font-size: 1.5em;
}

@-webkit-keyframes changeColor {
    0% {
        color: #5e76be;
    }

    50% {
        color: #9eb1e3;
    }

    100% {
        color: #5e76be;
    }
}

ul {
    color: #ff6106;
    list-style-type: square;
    padding: 20px;
}

a.btn {
    font-family: 'Pyriform Tones NF Regular';
    flex: 1 1 auto;
    margin: 20px;
    padding: 20px 50px 20px 50px;
    text-align: center;
    font-size: 2em;
    cursor: pointer;
    /*text-transform: uppercase;*/
    transition: 0.5s;
    background-size: 200% auto;
    color: #000;
    filter:blur(0.5px);
    /*text-shadow: 0px 0px 5px #fff;*/
    box-shadow: 0 0 5px 7px #ffd662;
    border-radius: 300px;
    text-shadow:0 0 3px #ffd662;
    /*-webkit-text-stroke: 1px #fff;*/
    /*border: 5px #2a2a2a solid;*/
}

    a.btn:hover {
        background-position: right center; /* change the direction of the change here */
        color: #ff7e3a;
        filter:blur(7px);
    }

a.btn-1 {
    background-image: linear-gradient(to right, #ff7e3a 0%, #ffd662 51%, #ff7e3a 100%);
}


/* button 28 */
.button-28 {
  appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  filter:blur(0.5px);
  cursor: pointer;
  display: inline-block;
  font-family: "Sen", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: normal;
  margin:5px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
}

.button-28:disabled {
  pointer-events: none;
}

.button-28:hover {
  color: #000;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  /*transform: translateY(-2px);*/
}

.button-28:active {
  box-shadow: none;
  transform: translateY(0);
}

/* Single keyword values */
white-space: normal;
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;

/* white-space-collapse and text-wrap-mode shorthand values */
white-space: nowrap;
white-space: wrap;
white-space: break-spaces;
white-space: collapse;
white-space: preserve nowrap;

/* Global values */
white-space: inherit;
white-space: initial;
white-space: revert;
white-space: revert-layer;
white-space: unset;
