/* new-version.css */

@font-face {
    font-family: ChollaUnicase;
    src: url("/fonts/ChollaUnicase-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'CircularStd-Light';
  src: url('/fonts/CircularStd-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.navbar-collapse {
  background-color: transparent;
}

.navbar-nav .flags .nav-link:hover,
.navbar-nav .flags .nav-link.active {
  border-bottom: 0 none;
}

.navbar-nav .flags ul.dropdown-menu {
  left: -16px;
}

#top-navigation .dropdown-menu {
  background-color: #212529;
  border-radius: 0;
  border: 0 none;
}

#top-navigation .dropdown-toggle::after {
  border: 0 none;
}

#top-navigation .nav-item {
  margin-inline: 2rem;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

footer {
  padding: 2.5rem 0;
  clear: both;
}
footer .motto {
  font-size: 1.1rem;
}

footer .row {
  border-top: .05rem solid #d0cbc142;
  border-bottom: .05rem solid #d0cbc142;
  padding-top: 2rem;
  padding-bottom: 2rem;
  clear: both;
}

footer a {
  text-decoration: none;
  color: #dbcba9;
}

footer h5 {
  font-size: 1.8rem;
}

footer .list-unstyled {
  line-height: 2.5;
}

html[lang="en"] img.if-no,
html[lang="no"] img.if-en,
html[lang="en"] a.lang-selector[data-lang="en"],
html[lang="no"] a.lang-selector[data-lang="no"] {
  display: none;
}

.link-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 28px;
  height: 28px;
  display: inline-block;
}
.icon-instagram { background-image: url(/images/icons/insta.svg); }
.icon-facebook { background-image: url(/images/icons/facebook.svg); }
.icon-linkedin { background-image: url(/images/icons/linkedin.svg); }

/* modal */
.modal-content {
  background-color: #2D271C;
  border: 1px solid #69573E;
}
h5.modal-title {
  color: #D3A34B;
  font-family: ChollaUnicase;
  font-size: 1.6rem;
}
.modal-body {
  font-size: 1rem;
}

body {
    background-color: #121A1C !important;
    color: #e3d0af !important;
    border-bottom-color: rgb(199, 139, 88);
    border-bottom-color: rgb(179, 125, 79);
}


.navbar-nav .nav-link {
    color: #F1EFE2;
    font-family: CircularStd-Light;
    font-size: 1.1em;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    border-bottom: 0 none;
    color: #e0a87a;
}

h3 {
    letter-spacing: .1rem;
}

.section-title {
  font-family: ChollaUnicase;
}

h3.section-title {
    font-size: 1.8em !important;
    align-content: normal !important;
    color: #c2936f !important;
    margin-bottom: 0.5rem !important;
}

.title-font {
  font-family: ChollaUnicase;
}


h5.title-font {
    color: #c2936f !important;
}

p {
    color: #dbcba9;
    font-family: CircularStd-Light;
}

a {
    font-family: CircularStd-Light !important;
}

li {
    font-family: CircularStd-Light !important;
}

div.line-1, div.line-2, div.line-3 {
  letter-spacing: 0.3rem;
}

button {
    font-family: CircularStd-Light !important;
}

a.nav-link {
    color: #DBBFA9;
}

div.text-bg-primary.p-3.my-5 {
    font-family: ChollaUnicase !important;
}

h2 {
    font-family: ChollaUnicase !important;
    color: #c2936f !important;
}

a.btn.btn-primary,
button.btn.btn-primary,
a#call-to-action-gv,
a#call-to-action-booking {
    background-color: #c2936f !important;
}

a.btn.btn-outline-primary,
button.btn.btn-outline-primary {
    color: #c2936f !important;
    border-color: #c2936f !important;
}

a.btn.btn-outline-primary:hover,
button.btn.btn-outline-primary:hover {
    background-color: #c2936f !important;
    color: #fff !important;
}

h4.section-title {
    font-size: 2em !important;
    color: #c2936f !important;
}

h4 {
    font-size: 1.2rem !important;
}

h4 img {
    margin-right: 2rem !important;
    border-radius: 50% !important;
}

h3.long-margin-bottom {
    margin-bottom: 1.5rem !important;
}

h3 a {
    text-decoration: none;
    color: #c2936f !important;
}

button#add-another-button.btn-outline-primary.float-end {
    color: #fff !important;
}

option, optgroup, select {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background-color: #333 !important;
    color: #fff !important;
}