html {
  scroll-behavior: smooth;
}

.mainlogo-subhead {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  margin: 0px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
}

@media (min-width: 576px) {
  .mainlogo-subhead {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .mainlogo-subhead {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .mainlogo-subhead {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .mainlogo-subhead {
    font-size: 34px;
  }
}

.mainlogo {
  font-weight: 600;
  margin-bottom: -6px;
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 576px) {
  .mainlogo {
    margin-bottom: -12px;
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .mainlogo {
    margin-bottom: -14px;
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .mainlogo {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .mainlogo {
    font-size: 80px;
  }
}

.mainpage-story-name {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.story-chapter-name {
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
}

.story-chapter-image {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
  height: 150px;
  background-size: cover;
}

@media (min-width: 576px) {
  .story-chapter-image {
    height: 200px;
  }
}

@media (min-width: 768px) {
  .story-chapter-image {
    height: 300px;
  }
}

@media (min-width: 992px) {
  .story-chapter-image {
    height: 400px;
  }
}

.mainpage-story-image {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
  height: 150px;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) {
  .mainpage-story-image {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 100%;
    height: 200px;
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .mainpage-story-image {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 100%;
    height: 300px;
    background-size: cover;
  }
}

#oslo-heading {
  background-image: url("../../assets/img/Oslo/DSC00705%20-%20Art%20Lasovsky.jpg?h=a14c7b7f57a3cf06c96b2270f370d1d7");
  background-position: 0% 67%;
}

a:hover {
  text-decoration: inherit !important;
  color: rgba(26,58,107,0.5);
}

.story-text {
  text-align: left;
  font-weight: 400;
  width: 100%;
  margin: 0px;
  margin-top: 10px;
  font-weight: 400;
}

.mainpage-story-text {
  text-align: center;
  padding: 30px;
}

.mainpage-content {
  width: 100%;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  background-color: #F5F5F5;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0px;
  align-items: center!important;
  justify-content: center!important;
  flex-direction: column!important;
  display: flex!important;
}

.mainpage-content {
  margin-bottom: 0px;
}

@media (min-width: 576px) {
  .mainpage-content {
    border-radius: 5px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .mainpage-content {
    border-radius: 5px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 40px;
  }
}

.mainpage-story-readmore {
  text-transform: uppercase;
  text-align: center;
  color: #1a3a6b;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.mainpage-story-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.story-block {
  background-color: #ffffff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 992px) {
  .story-block {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .mainpage-story-block {
    padding-bottom: 30px;
  }
}

.mainpage-menu-links {
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}

.mainpage-menu-links:hover {
  color: rgba(255,255,255,0.7);
}

#finland-heading {
  background-image: url("https://aroundbarents.com/Images/Finland_Hailuoto_Field_2.jpg");
  background-position: 0% 78%;
}

#northern-norway-heading {
  background-image: url("https://aroundbarents.com/Images/Norway_Tromso_Mountain_Panorama.jpg");
  background-position: 0% 94%;
}

#kola-heading {
  background-image: url("https://aroundbarents.com/Images/Kola_musta-tunturi_Open.jpg");
  background-position: 0% 59%;
}

.separator {
  width: 80%;
  height: 1px;
  background-color: rgba(26,58,107,0.2);
  margin-top: 40px;
  margin-bottom: 40px;
}

.base-styling {
  font-family: Intro;
  font-size: 14px;
  color: #1a3a6b;
}

@media (min-width: 992px) {
  a {
    font-size: 18px;
  }
}

.about-text {
  width: 80%;
  font-weight: 300;
  text-align: center;
}

.about-block {
  width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

@media (min-width: 992px) {
  .team {
    width: 100%;
    margin: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
    flex-direction: column!important;
    -ms-flex-direction: column!important;
  }
}

.team {
  width: 100%;
  margin: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-direction: row !important;
  -ms-flex-direction: row!important;
}

.team-name-sub {
  text-transform: uppercase;
  font-size: 8px;
  color: rgba(26,58,107,0.5);
  margin-top: -3px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

@media (min-width: 576px) {
  .team-name-sub {
    font-size: 10px;
    margin-top: -8px;
  }
}

@media (min-width: 768px) {
  .team-name-sub {
    font-size: 12px;
    margin-top: -8px;
  }
}

.team-name {
  font-size: 12px;
  font-weight: 300;
  margin: 0px;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .team-name {
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {
  .team-name {
    font-size: 24px;
    font-weight: 300;
    margin: 0px;
    text-transform: uppercase;
  }
}

.partner-logo:hover {
  opacity: 1;
  filter: none;
}

.partner-logo {
  opacity: 0.5;
  width: 100%;
  filter: grayscale(100%);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  align-items: center!important;
  justify-content: center!important;
  display: flex!important;
  flex-direction: column;
}

a {
  color: rgba(26,58,107,0.8);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.team-photo {
  border-radius: 5px;
  height: 400px;
}

.team-photo-col {
  padding: 0px;
  height: 200px;
  flex: 0 0 50%;
  max-width: none;
}

@media (min-width: 576px) {
  .team-photo-col {
    padding: 0px;
    height: 400px;
    flex: 0 0 50%;
    max-width: none;
  }
}

@media (min-width: 992px) {
  .team-photo-col {
    flex: 0 0 30%;
  }
}

.team-name-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .team-name-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.team-illustration {
  display: none;
}

@media (min-width: 992px) {
  .team-illustration {
    opacity: 0.7;
    display: initial;
    width: 100%;
    order: 2;
  }
}

.team-text-column {
  order: 4;
  padding-left: 0px;
  padding-right: 0px;
  justify-content: space-between!important;
  align-items: center;
  display: flex!important;
  flex-direction: row!important;
  -ms-flex-direction: row!important;
}

@media (min-width: 576px) {
  .team-text-column {
    order: 4;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-between!important;
    align-items: center;
    display: flex!important;
    flex-direction: row!important;
    -ms-flex-direction: row!important;
  }
}

@media (min-width: 768px) {
  .team-text-column {
    order: 4;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between!important;
    align-items: center;
    display: flex!important;
    flex-direction: row!important;
    -ms-flex-direction: row!important;
  }
}

@media (min-width: 992px) {
  .team-text-column {
    flex: 0 0 40%;
    order: 2;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: space-between!important;
    display: flex!important;
    align-items: initial;
    flex-direction: column!important;
    -ms-flex-direction: column!important;
  }
}

.footer {
  width: 100vw;
  height: 420px;
  background-image: url("../../assets/img/General/Footer_Trosmø_Mountains%20-%20Art%20Lasovsky.jpg?h=94f664a6b2c8c4bb988043660b5cbfa0");
  background-position: 0% 101%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 30px;
  padding-left: 30px;
  justify-content: center!important;
  display: flex!important;
}

@media (min-width: 576px) {
  .footer {
    width: 540px;
    height: 350px;
    border-radius: 5px;
  }
}

@media (min-width: 768px) {
  .footer {
    width: 720px;
    height: 380px;
    background-position: 0% 121%;
  }
}

@media (min-width: 992px) {
  .footer {
    width: 960px;
    height: 350px;
    background-position: 0% 161%;
  }
}

@media (min-width: 1200px) {
  .footer {
    width: 1140px;
    height: 400px;
    background-position: 0% 161%;
  }
}

.affiliate-text {
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: center;
}

@media (min-width: 768px) {
  .affiliate-text {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}

.header-menu-block {
  margin-top: -40px;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  height: 35px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

@media (min-width: 576px) {
  .header-menu-block {
    margin-top: -80px;
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    height: 35px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
  }
}

@media (min-width: 768px) {
  .header-menu-block {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    height: 35px;
    font-size: 12px;
    font-weight: 500;
  }
}

@media (min-width: 992px) {
  .header-menu-block {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    height: 35px;
    font-weight: 500;
    font-size: 14px;
  }
}

.header-menu-list:not(:last-child) {
  margin-right: 30px;
}

.mainpage-hero-image {
  background-image: url("Norway/Tromsdalstinden - Art Lasovsky.jpg");
  height: 100%;
  width: 100%;
  background-position: 50% 40%;
}

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  align-content: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

@media (min-width: 576px) {
  .hero {
    height: 400px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .hero {
    height: 600px;
  }
}

.logo-block {
  margin-top: 0px;
}

.list-inline-item:not(:last-child) {
  margin-right: 15px;
}

@media (min-width: 576px) {
  .list-inline-item:not(:last-child) {
    margin-right: 30px;
  }
}

.about-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.team-photo-art {
  order: 3;
  display: flex!important;
  justify-content: flex-end!important;
}

.team-photo-tanya {
  order: 1;
  display: flex!important;
  /*justify-content: flex-start!important;*/
}

.team-photo-img {
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.team-photo-tanya-img {
  background-image: url("http://aroundbarents.com/images/art_016984.jpg?crc=3818372490");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

#tanya {
  background-image: url("https://aroundbarents.com/Images/Norway_Glidetun_Tanya_Close_2.jpg");
  margin-right: 10px;
  background-position: 17% 50%;
}

@media (min-width: 768px) {
  #tanya {
    background-position: 50% 50%;
  }
}

@media (min-width: 992px) {
  #tanya {
    margin-right: 0px;
  }
}

#art {
  background-image: url("https://aroundbarents.com/Images/Norway_Sor-Varanger_Art.jpg");
  margin-left: 10px;
  background-position: 92% 50%;
}

@media (min-width: 992px) {
  #art {
    margin-left: 0px;
  }
}

#team-art {
  text-align: right;
}

#team-art-description {
  text-align: right;
}

#team-tanya {
  text-align: left;
}

#team-tanya-description {
  text-align: left;
}

#about-team-art {
  order: 2;
  flex: 0 0 50%;
}

@media (min-width: 992px) {
  #about-team-art {
    order: 1;
    flex: initial;
  }
}

#about-team-tanya {
  order: 1;
  flex: 0 0 50%;
}

@media (min-width: 992px) {
  #about-team-tanya {
    flex: initial;
    order: 3;
  }
}

.partner-col {
  height: 150px;
  flex: 0 0 50%;
  display: flex;
  align-content: center!important;
  padding: 20px;
}

@media (min-width: 768px) {
  .partner-col {
    flex: 0 0 33%;
    display: flex;
    align-content: center!important;
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .partner-col {
    height: 200px;
    flex: 0 0 25%;
    display: flex;
    align-content: center!important;
    padding: 20px;
  }
}

.partner-logos {
  width: 100%;
  display: flex!important;
  justify-content: center!important;
}

#body {
  align-items: center!important;
  flex-direction: column!important;
  display: flex!important;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  width: 100%;
}

.footer-text-header {
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #1a3a6b;
}

#norway-logo {
  background-image: url("../../assets/img/Partners/Norway_Pay-off_RGB.svg?h=1f245c82547da958398f59e422b64547");
}

#finland-logo {
  background-image: url("../../assets/img/Partners/SuomiFinland100-blue.svg?h=f8b0e3178e9aaffd41866c7611705090");
}

#font-fabric-logo {
  background-image: url("../../assets/img/Partners/FONT_FABRIC_PNG.png?h=28338d018cfe170fc18e82ff83397ee0");
}

#lexus-logo {
  background-image: url("../../assets/img/Partners/Lexus%20Logo.svg?h=2ab38e887af3bdfc8e16e866b58df3b4");
}

#tatiana-lasovsky-logo {
  background-image: url("../../assets/img/Partners/Personal%20Projects/Logo%20-%20Tatiana%20Lasovsky.svg?h=0d6645a1ab57950206b163caf9ac819c");
}

#artlasovsky-logo {
  background-image: url("../../assets/img/Partners/Personal%20Projects/Art_Lasovsky_Logo.svg?h=539cf29145d594aea6b6ed351a87b3fb");
}

#carotto-logo {
  background-image: url("../../assets/img/Partners/Personal%20Projects/Carotto.svg?h=f0c0e18fb1e608aff9d6ab135d1211ad");
}

.mainlogo.storylogo {
  line-height: 32px;
}

@media (min-width: 576px) {
  .mainlogo.storylogo {
    line-height: 50px;
  }
}

@media (min-width: 768px) {
  .mainlogo.storylogo {
    line-height: 60px;
  }
}

@media (min-width: 992px) {
  .mainlogo.storylogo {
    line-height: 70px;
  }
}

@media (min-width: 1200px) {
  .mainlogo.storylogo {
    line-height: 80px;
  }
}

html {
}

#mainpage-hero-image {
  background-image: url("https://aroundbarents.com/Images/Norway_Tromso_Tromsdalstinden.jpg");
  background-position: 50% 50%;
}

#oslo-hero-image {
  background-image: url("../../assets/img/Oslo/DSC01288-Pano%20-%20Art%20Lasovsky.jpg?h=c11b0fa5b037cc1b3413538b327aa1fa");
  background-position: 16% 50%;
}

.main-menu-list {
  margin: 0px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
}

.h2, h2 {
  font-size: 30px!important;
  margin: 0px;
}

@media (min-width: 576px) {
  .h2, h2 {
    font-size: 36px!important;
  }
}

@media (min-width: 768px) {
  .h2, h2 {
    font-size: 46px!important;
  }
}

@media (min-width: 992px) {
  .h2, h2 {
    font-size: 56px!important;
  }
}

.h3, h3 {
  font-size: 28px;
  margin: 0px;
}

@media (min-width: 992px) {
  .h3, h3 {
    font-size: 32px;
  }
}

.story-image-h {
  margin-top: 20px;
  width: 100%;
}

@media (min-width: 576px) {
  .story-image-h {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .story-image-h {
    margin-top: 30px;
    width: 100%;
  }
}

.story-image-v-div {
  margin-top: 20px;
  padding-bottom: 0px;
}

@media (min-width: 992px) {
  .story-image-v-div {
    margin-top: 30px;
  }
}

.story-image {
  width: 100%;
  padding: 30px;
}

#story-div {
  width: 100%;
  padding: 20px;
}

@media (min-width: 768px) {
  #story-div {
    width: 100%;
    padding: 30px;
  }
}

p {
  font-size: 14px;
}

@media (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  p {
    font-size: 18px;
  }
}

.story-image-v {
  width: 100%;
}

.story-image-v-row {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .story-image-v-row {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .story-image-v-break {
    display: none;
  }
}

.story-image-v-break {
  margin: 10px;
}

@media (min-width: 992px) {
  .footer-break {
    display: none;
  }
}

#footer-menu a {
  font-size: 14px;
}

#footer-menu {
  display: flex;
  align-content: start;
  width: 80%;
  font-size: 14px;
  color: rgba(26,58,107,0.8);
}

#footer-about {
}

#footer-menu #f-journeys {
  text-align: center;
}

@media (min-width: 576px) {
  #footer-menu #f-journeys {
    text-align: left;
  }
}

#footer-menu #f-about {
  text-align: center;
}

@media (min-width: 576px) {
  #footer-menu #f-about {
    text-align: right;
  }
}

@media (min-width: 992px) {
  #footer-menu #f-about {
    text-align: center;
  }
}

#footer-menu #f-contacts {
  text-align: center;
}

@media (min-width: 992px) {
  #footer-menu #f-contacts {
    text-align: right;
  }
}

#northern-norway-hero-image {
  background-image: url("https://aroundbarents.com/Images/Norway_Sommaroy_Dark_Blue.jpg");
  background-position: 50% 97%;
}

#kola-hero-image {
  background-image: url("https://aroundbarents.com/Images/Kola_musta-tunturi_Open.jpg");
  background-position: 50% 79%;
}

#finland-hero-image {
  background-image: url("https://aroundbarents.com/Images/Finland_Oulu_Yellow_Door.jpg");
  background-position: 50% 43%;
}

.story-chapter-subtitle {
  font-size: 16px!important;
  text-transform: uppercase;
  opacity: 0.4;
  margin: 0px;
  margin-top: -12px;
  font-weight: 300;
}

@media (min-width: 576px) {
  .story-chapter-subtitle {
    font-size: 18px!important;
    margin-top: -12px;
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .story-chapter-subtitle {
    font-size: 18px!important;
    margin-top: -18px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .story-chapter-subtitle {
    margin-top: -18px;
    margin-bottom: 22px;
  }
}

@media (min-width: 768px) {
  .story-chapter-subtitle.substory {
    margin-top: 28px;
  }
}

.story-chapter-subtitle.substory {
  margin-top: 24px;
}

.block-wide-image {
  width: 100%;
  margin-top: -30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (min-width: 768px) {
  .block-wide-image {
    margin-top: -60px;
  }
}

@media (min-width: 992px) {
  .block-wide-image {
    margin-top: -90px;
  }
}

.story-text.after-image {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .about-heading.announcement {
    white-space: nowrap;
    margin-left: 30px;
    margin-right: 30px;
  }
}

.separator.announcement {
  display: none;
}

@media (min-width: 768px) {
  .separator.announcement {
    display: initial;
  }
}

.block.announcement {
  width: 100%;
  display: flex;
  justify-content: center;
}

