﻿/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/*$white: #fff;
$blue-lighter:#80cff1;
$blue-light: #b2d3e1;
$blue: #009fe3;


$blue-light-search: #bfe7f8;
$blue-light-dark-font-menu:#80cff1;
$blue-dark: #0077aa;
$black:#000000;
$black-light: #333333;

$grey: #cccccc;
$grey-light: #dfe5e7;
$grey-main:#edf2f3;
$grey-dark: #999999;
$grey-tabs:#f4f6f3;
$grey-socials:#b4bebf;

$green:#339900;
$orange: #ff841d;*/
/* ==========================================================================
Base Mixins
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Mixins
   ========================================================================== */
/*when used ALLWAYS use in this order 
       @include phones {
                bottom: 117px;
            }

            @include tablets {
                bottom: 190px;
            }

            @include desktops {
                bottom: 300px;
            }
*/
/* ==========================================================================
Base utility
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for font-family 
 *  2. Other variables
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for font-family
   ========================================================================== */
/*$font-tertiery: '';*/
/* 1. Other variables
   ========================================================================== */
/*sizes*/
/*input, select*/
/*$input-select-height: 35px;
$input-height: $input-select-height;
$select-height: $input-select-height;*/
/*Buttons*/
/***************Transistions***************/
/*Buttons*/
/* ==========================================================================
Base Main
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Main
 *  2.  .bg-img
 *  3.
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. 
   ========================================================================== */
body {
  /*background-color:red;
  background:red;*/
  background-color: transparent;
}

.page-content-wrapper .content {
  z-index: 0;
  /*width: 80%;*/
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-content-wrapper .content {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .page-content-wrapper .content {
    width: 100%;
  }
}

/* 2. bg-img
   ========================================================================== */
html {
  /*background-image: url('/graphics/channels/nordisk/Temp/DSC02897.png');
      background-position: bottom center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%;
      position: fixed;
      left: 0;

      right: 0;*/
  /*background: url("/graphics/channels/nordisk/Temp/DSC02897.png") no-repeat bottom center fixed;*/
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

.bg-img {
  /*background-image: url('/graphics/channels/nordisk/Temp/DSC02897.png');
      background-position: bottom center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%;
      position: fixed;
      left: 0;
      right: 0;*/
}

.bg-img-mobile {
  /*background-image: url('/graphics/channels/nordisk/Temp/DSC02897.png');
      background-position: bottom center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%;
      position: fixed;
      left: 0;
      right: 0;*/
}

.animated {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}

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