/* -------------------------------- 

Primary style

Darker Blue #0a71b2
Lighter Blue #009cde


-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #3d3536;
  background-color: white;
}

a {
  color: #b4d7a8;
  text-decoration: none;
}

h1,
.row h1 {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
}

h2,
.row h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight:400;
}

p {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

.small-p {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}

.small-p a {
  color:#ffffff;    
}

.small-p a:hover {
  color:#009cde;  
  text-decoration: none;    
}

/* -------------------------------- 

Layout

-------------------------------- */
.smv-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;  
background: rgb(21,41,61);
background: linear-gradient(0deg, rgba(21,41,61,0) 0%, rgba(21,41,61,0.7987570028011204) 70%, rgba(21,41,61,1) 100%); 
  z-index: 3;
}

.smv-main-header:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.smv-main-header__logo {
  float: left;
  margin: 5px 0 0 5%;
  width:80px;
  position:relative;
  z-index:999;
}

.smv-main-header__logo img {
  display: block;
}

@media only screen and (min-width: 768px) {
  .smv-main-header {
    height: 150px;
  }
  .smv-main-header__logo {
    margin: 10px 0 0 5%;
    width:100px;  
  }
}

.smv-main-nav {
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 40%;
  background: url("../img/smv-icon-menu.svg") no-repeat center center;
  background-size: 44px 44px;
  cursor: pointer;
}

.smv-main-nav__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin:0;  
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.smv-main-nav__list.smv-main-nav__list--is-visible {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  width: 80%;
  margin:0 10%;    
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
}

.smv-main-nav__list a {
  display: block;
  height: 70px;
  line-height: 70px;
  padding-left: 0;
  background: #15293d;
  color: #ffffff;
  text-align: center; 
  font-weight:400;
  font-size:16px;  
  font-family: 'Montserrat', sans-serif;    
}

.smv-main-nav__list a:hover {
    color: #009cde;
    text-decoration: none;       
}

@media only screen and (min-width: 1160px) {
  .smv-main-nav {
    /* reset style */
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .smv-main-nav__list {
    /* reset style */
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    line-height: 70px;
  }
  .smv-main-nav__list.smv-main-nav__list--is-visible {
    /* reset style */
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .smv-main-nav__list li {
    display: inline-block;
    margin-left: 1em;
  }
  .smv-main-nav__list a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .smv-main-nav__list a:hover {
    color: #009cde;
    text-decoration: none;       
  }
}

.smv-fixed-bg {
  position: relative;
  min-height: 90vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
}

.smv-fixed-bg2 {
  position: relative;
  min-height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.smv-fixed-bg__content, .smv-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 90%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: left;       
}

.smv-fixed-bg h1, .smv-fixed-bg h2 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
  font-family: 'Montserrat', sans-serif;      
  font-size: 3.8rem;
  font-weight: 600;    
}

.smv-fixed-bg.smv-fixed-bg--1 {
  background-image: url("../img/Hilli.jpg");    
}

.smv-fixed-bg.smv-fixed-bg--2 {
  background-image: url("../img/hero-img-2.jpg");
}

.smv-fixed-bg.smv-fixed-bg--3 {
  background-image: url("../img/hero-img-3.jpg");
}

.smv-fixed-bg.smv-fixed-bg--4 {
  background-image: url("../img/hero-img-4.jpg");
}

.smv-fixed-bg.smv-fixed-bg--5 {
  background-image: url("../img/innovation-hero.jpg");
}

.smv-fixed-bg.smv-fixed-bg--6 {
  background-image: url("../img/norway-contact.jpg");
}

.smv-fixed-bg.smv-fixed-bg--7 {
  background-image: url("../img/corporate-governance.jpg");
}

@media only screen and (min-width: 768px) {
  .smv-fixed-bg h1, .smv-fixed-bg h2 {
    font-size: 4.6rem;
      font-weight: 600;
      font-family: 'Montserrat', sans-serif; 
      text-transform: uppercase;
  }
}

@media only screen and (min-width: 1170px) {
  .smv-fixed-bg h1, .smv-fixed-bg h2 {
    font-family: 'Montserrat', sans-serif;      
    font-size: 4.8rem;
    font-weight: 600;
  }
  @supports (background-attachment: fixed) {
    /* fix bug on IE11 and below */
    .smv-fixed-bg {
      background-attachment: fixed;
    }
  }
}

.smv-fixed-bg.smv-fixed-bg--1:before,
.smv-fixed-bg.smv-fixed-bg--2:before,
.smv-fixed-bg.smv-fixed-bg--3:before,
.smv-fixed-bg.smv-fixed-bg--4:before,
.smv-fixed-bg.smv-fixed-bg--5:before,
.smv-fixed-bg.smv-fixed-bg--6:before,
.smv-fixed-bg.smv-fixed-bg--7:before {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
        height:30vh;
background: rgb(21,41,61);
background: -moz-linear-gradient(180deg, rgba(21,41,61,0) 0%, rgba(21,41,61,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(21,41,61,0) 0%, rgba(21,41,61,1) 100%);
background: linear-gradient(180deg, rgba(21,41,61,0) 0%, rgba(21,41,61,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15293d",endColorstr="#15293d",GradientType=1);
		opacity: 1;
}

.smv-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 4em 0;
  z-index: 2;
}

.smv-scrolling-bg.smv-scrolling-bg--color-1 {
  background-color: #15293d;
  color: #ffffff;
}

.smv-scrolling-bg.smv-scrolling-bg--color-2 {
background: rgb(11,21,41);
background: linear-gradient(90deg, rgba(11,21,41,1) 0%, rgba(21,41,61,1) 100%);
  color: #ffffff;
}

.smv-scrolling-bg.smv-scrolling-bg--color-3 {
  background-color: #0b1529;
  color: #ffffff;
}

.smv-scrolling-bg.smv-scrolling-bg--color-4 {
background: rgb(241,241,241);
background: -moz-linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1",endColorstr="#ffffff",GradientType=1);
  color: #15293d;
}

.smv-scrolling-bg__content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.smv-scrolling-bg__content_full {
  width: 100%;
  max-width: ;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .smv-scrolling-bg {
    padding: 4em 0;
    font-size: 2rem;
    font-weight: 300;
  }
}

.dash {
    width:180px;
    margin-bottom:30px;
    margin-top:30px;
    margin-left:-10px;
}

.service-icon {
    background-color: #ffffff;
    padding:20px;
}

.btn-link {
    font-size:16px;
    color:#ffffff!important;
    padding:14px 24px;
    border: 1px solid #2F86F1;
    margin-bottom:50px;
    font-weight: 400; 
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
background: rgb(0,156,222);
background: -moz-linear-gradient(90deg, rgba(0,156,222,1) 0%, rgba(10,113,178,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,156,222,1) 0%, rgba(10,113,178,1) 100%);
background: linear-gradient(90deg, rgba(0,156,222,1) 0%, rgba(10,113,178,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009cde",endColorstr="#0a71b2",GradientType=1);    
}

.btn-link:hover {
    color:#2F86F1!important;
    border: 1px solid #2F86F1;    
    text-decoration: none!important; 
background: rgb(241,241,241);
background: -moz-linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1",endColorstr="#ffffff",GradientType=1);    
}

li .menu-btn {
    font-size:16px;
    color:#ffffff!important;
    padding:14px 24px;
    border: 1px solid #2F86F1;
    font-weight: 400;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
background: rgb(0,156,222);
background: -moz-linear-gradient(90deg, rgba(0,156,222,1) 0%, rgba(10,113,178,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,156,222,1) 0%, rgba(10,113,178,1) 100%);
background: linear-gradient(90deg, rgba(0,156,222,1) 0%, rgba(10,113,178,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009cde",endColorstr="#0a71b2",GradientType=1);    
}

li .menu-btn:hover {
    color:#2F86F1!important;
    border: 1px solid #2F86F1;    
    text-decoration: none!important; 
background: rgb(241,241,241);
background: -moz-linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1",endColorstr="#ffffff",GradientType=1);    
}




.accordion-item {
    background-color: #15293d;
    
}
.accordion-item h2 {
    color:#fff;
    font-weight:300;
}
.accordion-body {
    background-color: #15293d;
}

.accordion-body p {
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background-color: #0b1529!important;
}

.accordion-button::after svg {
    fill:#ffffff;
}


    .icon-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin:10px 0;
      width:100%;}
      .icon-block img {
        -ms-flex-item-align: start;
            align-self: flex-start;
          max-width:20px;
        padding-top: 7px; }
      .icon-block p {
        font-size: 18px;
        font-weight: 300;
        width: 100%;
        margin-left: 7px;
        margin-top: 3px;
        margin-bottom: 0px;
        line-height: 150%; }
