@font-face {
  font-family: TwCenMT;
  src: url("twcenmt.woff");
}
@font-face {
  font-family: "tw-cen-mt-bold";
  src: url("tw-cen-mt-bold.ttf") format("woff"), url("tw-cen-mt-bold.ttf") format("opentype"), url("tw-cen-mt-bold.ttf") format("truetype");
}
html,
body {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 45px;
  font-size: 16px;
  font-size: 2.5vw;
  background: #F2F0EF;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

header {
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  line-height: 45px;
  padding: 0 20px;
  background-color: #1a1c10;
}
header .logo,
header .email,
header .menuButton {
  opacity: 1;
  position: static;
}

.imagefit {
  width: 100vw;
  height: auto;
  object-fit: contain;
}

.menuNav {
  display: none;
  position: fixed;
  top: 45px;
  right: 0;
  left: 0;
  background-color: #1a1c10;
  overflow-y: scroll;
  z-index: 2;
}

.menu-open .menuNav {
  display: block;
}

#wrapper-disabled {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}
#wrapper-disabled .Section {
  scroll-snap-align: start;
}

.Section {
  min-height: calc(100vh - 45px);
}

.splash {
  height: calc(100vh - 45px);
  background: url("../images/backgroundb.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}

.splash-logo {
  height: 100%;
  width: 100%;
  background: url("../images/TheBoho2.png") center center no-repeat;
}

.navSpacer {
  display: block;
  height: 8%;
  width: 100%;
}

.centerText {
  text-align: center;
}

/* MENU */
.menuContainer {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menuNav {
  padding: 10px 0 20px;
}
.menuNav a {
  font-family: "Minion Pro", serif;
  font-size: 17px;
  line-height: 2;
  text-decoration: none;
  padding: 0 20px;
  color: #D9C9B8;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menuNav a:hover {
  color: #ff0000;
}

/* SECTIONS */
#Home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F2F0EF;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homeTitle {
  font-weight: 400;
  font-size: 10em;
  line-height: 100%;
  margin: 10%;
  color: #9c634e;
}

.Section {
  font-family: "Minion Pro", serif;
  font-style: normal;
  font-size: 1vw;
}

.Section h1 {
  font-weight: 400;
  font-size: 10em;
  line-height: 140%;
  margin: 10%;
  color: #9c634e;
}

.Section p {
  margin: 6% 10%;
  font-size: 4.5em;
  line-height: 160%;
  color: #9c634e;
}

.SectionHeader {
  font-family: "Minion Pro", serif;
  font-weight: 400;
  font-size: 6em;
  color: #9C634E;
  text-align: left;
  margin: 0;
}

.SectionHeader h1 {
  font-weight: 400;
  text-align: center;
  font-size: 1em;
}

.SectionHeader p {
  font-size: 0.3em;
  line-height: 1.5em;
  margin: 8% 14%;
}

.SectionHeader h2 {
  font-weight: 600;
  font-size: 0.3em;
  margin: 0% 14%;
}

.SectionHeader h3 {
  font-size: 0.3em;
  margin: 0% 14%;
  font-weight: 400;
}

h4 {
  font-family: "Minion Pro", serif;
  font-weight: 400;
  text-align: left;
  font-size: 10em;
  margin: 4% 12%;
  color: #9C634E;
}

#Kitchen {
  background-color: #f3f1f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
}

#Bedrooms {
  background-color: #f3f1f0;
  display: block;
}

#Floorplans {
  background-color: #181818;
  background-image: url("../images/floorplan-mobile.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 85px 45px 125px;
}

#Locale {
  background: #F2F0EF;
}

#Locale .card-buttons {
  padding: 0%;
}

.background {
  /*	position: absolute;*/
  height: 200vh;
  width: 100vw;
  position: inherit;
  z-index: -1;
  /*	background: url("../images/background.jpg") no-repeat;*/
  background: #F3F1F0;
  background-size: cover;
  background-position: center;
}

/* CARDS */
.container {
  display: block;
  vertical-align: top;
  margin: 4% 4% 4% 4%;
  cursor: default;
}

.card-large .container:first-child {
  position: relative;
  display: inline-block;
  width: 80%;
  padding: 5%;
  margin: 4.2%;
  text-align: left;
}

.card-large .container:nth-child(2) {
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 35%;
  margin: 0%;
  /*display:none*/
}

.card-outer-large {
  position: relative;
  /*	background: #f2f0ef;*/
  border-radius: 2em;
  display: inline-block;
  height: auto;
  margin: 20% 0 0 0;
  width: 80vw;
  z-index: 1;
}

.introImg {
  position: absolute;
  background: #caa39a;
  top: 0%;
  margin: -12% 0 0 20%;
  padding: 0% 10% 0% 0%;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.introImgBG {
  position: absolute;
  top: 0%;
  margin: 5% 0% 0% 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.card-outer-large:before {
  content: " ";
  position: absolute;
  /*	border: 1px solid #D9C9B8;*/
  border-radius: 1.8em;
  top: 0.8em;
  left: 0.8em;
  right: 0.8em;
  bottom: 0.8em;
  z-index: -1;
}

.card-large {
  position: relative;
  font-family: "Minion Pro", serif;
  font-style: normal;
  font-size: 1vw;
  width: 100%;
  height: auto;
}

.verticalText .line {
  position: absolute;
  border-bottom: 1px solid #9c634e;
  margin-left: 104%;
  margin-top: -2%;
  width: 160%;
}

.watermark {
  position: absolute;
  /*	bottom: 2%;*/
  bottom: 0%;
  right: 6%;
  width: 12%;
  height: 14%;
  background: url("../images/smallLogo.png") center center no-repeat;
  background-size: contain;
  z-index: 11;
}

.card-outer {
  position: absolute;
  background: #f2f0ef;
  border-radius: 30px 0px 0px 0px;
  width: 35%;
  display: inline-block;
  margin: 10% auto;
  padding: 1%;
  height: auto;
}

.card-top {
  background-color: #caa39a;
  display: inline-block;
  position: absolute;
  margin: -8% 0% 0% 5%;
  /*	padding: 6% 0% 0% 3.7%;*/
  width: 80%;
  right: 0;
  height: 80%;
  /*	z-index: -4;*/
}

.card-outer:before {
  content: " ";
  position: absolute;
  /*	border: 1px solid #D9C9B8;*/
  background: #f2f0ef;
  border-radius: 1.8em;
  top: 0.8em;
  bottom: 0.8em;
  left: 0.8em;
  right: 0.8em;
  z-index: -1;
}

.card {
  font-family: "Minion Pro", serif;
  font-style: normal;
  /*	margin: 1%;*/
  padding: 8% 4% 8% 14%;
  margin-bottom: 4%;
  position: relative;
  z-index: 2;
}

.card h1 {
  font-size: 8vw;
  font-weight: 400;
  color: #9c634e;
  margin: 0;
}

.card p {
  font-size: 4vw;
  line-height: 180%;
  color: #181818;
}

.card-buttons {
  width: 100vw;
  padding: 5%;
}

.card-button {
  font-family: TwCenMT;
  font-weight: 100;
  font-size: 3.4vw;
  border: 1px solid #9C634E;
  background: #f2f0ef;
  color: #9C634E;
  height: 100%;
  padding: 5%;
  margin: 2% 5%;
  -webkit-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease;
}

.card-button:hover {
  color: #f2f0ef;
  background: #9C634E;
}

.card-button:hover > .arrow {
  background: url("../images/arrow-hover.svg") center center no-repeat;
}

.card-buttons a {
  text-decoration: none;
  color: #9C634E;
}

.verticalCardText {
  -webkit-backface-visibility: hidden;
  font-family: TwCenMT;
  color: #c9a39a;
  float: left;
  margin-left: -18%;
  margin-top: 6%;
  font-size: 0.9vw;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  letter-spacing: 2px;
}

.arrow {
  float: right;
  cursor: pointer;
  height: 1.3em;
  width: 1.3em;
  background: url("../images/arrow.svg") center center no-repeat;
  background: cover;
}

/* FLOORPLAN */
.floorplan h1 {
  font-family: "TwCenMT";
  line-height: 40px;
  border-bottom: 1px solid #685a4b;
  color: #F2F0EF;
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-align: left;
  margin: 0 0 20px 0;
}
.floorplan h2 {
  font-family: "Minion Pro", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  color: #9C634E;
}
.floorplan ul,
.floorplan ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.floorplan a {
  display: block;
}
.floorplan a:hover h2 {
  font-size: 30px;
  color: #F2F0EF;
}

.tabgroupfp {
  width: 100%;
  height: 100%;
}

.tabgroupfp img {
  object-fit: contain;
  float: left;
}

.fpImage {
  height: 90vh;
  width: 50vw;
  position: relative;
  overflow: hidden;
}

.fs {
  position: absolute;
  bottom: 2%;
  right: 3%;
  width: 3%;
  height: 5%;
  background: url("../images/fs.png") center center no-repeat;
  background-size: contain;
}

.fps {
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0% 5%;
}

.fps a {
  font-size: 0.3vh;
  line-height: 400%;
  text-decoration: none;
  color: #a99876;
  vertical-align: top;
}

.fpButton {
  width: 100%;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  margin: 0 auto;
}

/* LOCALE */
#Locale h1 {
  padding-top: 10%;
}

.locale-map {
  position: relative;
  margin-top: 4vh;
}

.locale-map img {
  width: 100%;
  object-fit: contain;
  transition: all 0.1s ease;
}

.download-map {
  font-family: TwCenMT;
  font-size: 0.3em;
  border: 1px solid #9c634e;
  color: #9c634e;
  width: 60%;
  margin: 8% 12%;
  padding: 6%;
  -webkit-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease;
}

.download-map:hover {
  color: #f2f0ef;
  background: #9c634e;
}

.download-map:hover > .arrow {
  background: url("../images/arrow_hover.png") center center no-repeat;
}

.bordered-outer {
  position: absolute;
  background: #f2f0ef;
  display: block;
  width: 50vw;
  height: 92vh;
  margin: 8vh 0 0 0;
}

.bordered {
  font-family: "Minion Pro", serif;
  font-style: normal;
  font-size: 1.2vw;
  margin: 1vh;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
}

.bordered h1 {
  font-weight: 400;
  line-height: 80%;
  font-size: 3.1vw;
  color: #9c634e;
  margin: 6% 0;
}

.bordered h2 {
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 0%;
  color: #9c634e;
  margin-top: 10%;
}

.bordered h3 {
  font-weight: 400;
  line-height: 80%;
  font-size: 3.5vw;
  color: #9c634e;
  margin: 6% 0;
}

.bordered p {
  font-size: 22px;
  line-height: 28px;
  margin: 0% 0% 6% 0%;
  color: #9c634e;
}

.bordered .container {
  display: inline-block;
  padding: 15%;
  cursor: default;
}

.bordered .container .card-buttons {
  margin: 8% 0;
}

#Team {
  padding: 25px 20px 100px;
}
#Team .team-section {
  border-radius: 25px;
}
#Team .section-title {
  text-align: center;
  margin: 0;
  line-height: 125px;
  font-size: 50px;
  color: #cc9999;
}
#Team .team-logo {
  text-align: center;
  background-color: #eeeeee;
  min-height: 200px;
  line-height: 200px;
}
#Team .team-section + .team-section {
  margin-top: 20px;
}

.team-info {
  background: #D9C9B8;
  border-radius: 0 0 30px 30px;
  text-align: left;
  padding: 25px;
}

.team-info h1 {
  font-weight: 800;
  font-size: 4.8em;
  padding: 0;
  margin: 0;
}

.team-info h2 {
  font-weight: 400;
  font-size: 4.8em;
  margin: 0 0 25px 0;
  color: #9c634e;
}

.team-info h3 {
  font-weight: 400;
  font-size: 1.4vw;
  margin: 0%;
}

.team-info p {
  font-weight: 400;
  font-size: 4em;
  margin: 0 0 25px 0;
}
.team-info p:last-child {
  margin-bottom: 0;
}

.team-container {
  width: 100%;
  height: 80%;
}

.team-image {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background: #ffffff;
  width: 50%;
  height: 100%;
  float: left;
  overflow: hidden;
}

.team-description {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background: #d9c9b8;
  width: 50%;
  height: 100%;
  float: right;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.textBox {
  margin: 10%;
  width: 80%;
  height: 80%;
  overflow-y: auto;
  line-height: 200%;
}

.textBox h1 {
  margin: 0% 4%;
}

.textBox h2 {
  margin: 0% 4%;
}

.textBox p {
  margin: 4%;
  font-size: 2vh;
  line-height: 180%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* SCROLLBAR */
.textBox::-webkit-scrollbar {
  width: 2%;
  height: 10px;
}

.textBox::-webkit-scrollbar-track {
  background: #716253;
  border-radius: 8px;
}

.textBox::-webkit-scrollbar-thumb {
  background: #c4b494;
  border-radius: 10px;
}

.textBox::-webkit-scrollbar-thumb:hover {
  background: #c4b494;
}

#Gallery-Terraces {
  display: block;
}

/* FOOTER */
.footer {
  background: #181818;
}

.footwrapper {
  margin: 0%;
  padding: 5%;
  text-decoration: none;
  line-height: 200%;
  font-family: TwCenMT;
  font-size: 0.3em;
  color: #9C634E;
}

.footerlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
}

.footerLogo {
  position: relative;
  width: 50vw;
  height: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../images/TheBoho2.png") left center no-repeat;
}

.column {
  flex: 1 100%;
  font-size: 2.4em;
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin: 5% 0%;
}

.column li {
  text-align: left;
  font-weight: 400;
  padding: 4%;
}

.footwrapper ul {
  padding-left: 2%;
  padding-right: 2%;
  width: 20vw;
}

.column h1 {
  font-weight: 400;
  font-family: tw-cen-mt-bold;
}

.column a, li {
  font-size: 1.4em;
  text-decoration: none;
  color: #9C634E;
}

.inquire {
  list-style-type: none;
  vertical-align: top;
  width: 18%;
  bottom: 0;
  float: right;
  border-left: 1px solid #4e5649;
  padding: 0% 5%;
  margin: 2.4%;
  color: #9C634E;
}

.inquire h1 {
  cursor: default;
  font-weight: 400;
  font-family: tw-cen-mt-bold;
  margin-top: 0;
}

.inquire p {
  text-dorections: none;
  cursor: default;
}

.inquire-button {
  font-size: 1vw;
  border: 1px solid #9c634e;
  width: 100%;
  padding: 4%;
  text-align: center;
}

.instagram {
  margin-top: 4%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  padding: 4% 0 0 0;
}

a .instagram {
  width: 26%;
  height: 14%;
  text-decoration: none;
  color: #9c634e;
  cursor: pointer;
}

.instagram p {
  margin-left: 30%;
  font-size: 1vw;
  font-weight: 200;
  cursor: pointer;
}

/* POSITIONING */
.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.left-half {
  position: absolute;
  left: 0%;
  width: 50%;
  height: 100%;
}

.right-half {
  position: absolute;
  right: 0%;
  width: 50%;
  height: 100%;
}

.bottom-half {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 50%;
}

.center {
  display: block;
  width: 100%;
  height: auto;
}

.right {
  float: right;
  right: 10%;
}

.left {
  float: left;
  left: 10%;
}

.c-scroll-icon {
  width: 32px;
  height: 100px;
  transform: translate3d(-50%, 0%, 0);
  position: absolute;
  left: 50%;
  bottom: 100px;
  backface-visibility: hidden;
}

.c-scroll-icon-line-mask {
  position: relative;
  overflow: hidden;
  width: 21px;
  height: 100px;
  margin: 0 auto;
}

.c-scroll-icon-line {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 150px;
  border-left: 1px solid #9c634e;
  top: -150px;
  left: 10px;
  /*	animation: scroll-line 3s infinite;*/
  /*	transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
}

.c-scroll-icon-triangle {
  position: relative;
  width: 21px;
  height: 30px;
  margin: -10px auto 0;
  animation: triangle-bounce 3s infinite;
}

.c-scroll-icon-triangle-mask {
  position: absolute;
}

.c-scroll-icon-triangle-line {
  position: absolute;
}

.c-scroll-icon-triangle-mask.right {
  width: 32px;
  height: 30px;
  overflow: hidden;
  right: -9px;
}

.c-scroll-icon-triangle-line.right {
  border-left: 3px solid #9c634e;
  height: 44px;
  transform: rotate(45deg);
  right: 5px;
  top: -6px;
  /*
      animation: triangle-right 3s infinite;
      transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
  */
}

.c-scroll-icon-triangle-mask.left {
  width: 32px;
  height: 30px;
  overflow: hidden;
  left: -9px;
}

.c-scroll-icon-triangle-line.left {
  border-left: 3px solid #9c634e;
  height: 40px;
  transform: rotate(135deg);
  left: 5px;
  top: -3px;
  /*
      animation: triangle-left 3s infinite;
      transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden
  */
}

@keyframes triangle-bounce {
  0% {
    transform: translate3d(0, -5px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: translate3d(0, -5px, 0);
  }
}
/*
.corner-right-top {
  border-radius: 0px 50px 0px 0px;
  background: #73AD21;
  padding: 20px; 
  width: 200px;
  height: 150px; 
}
*/
.corner-left-top {
  border-radius: 50px 0px 0px 0px;
  /*
    padding: 20px; 
    width: 200px;
    height: 150px; 
  */
}

.corner-right {
  border-radius: 0px 50px 50px 0px;
  /*
    padding: 20px; 
    width: 200px;
    height: 150px; 
  */
}

/*
.c-scroll-icon-triangle-line.gold{
	border-color: #D9C9B8;
}
*/
/*
.c-scroll-icon-triangle-line.white{
	border-color: #fff;
}
*/
/*
@keyframes triangle-right {
    0%,
    25% {
        transform: rotate(-163deg) translate3d(0, 40px, 0)
    }
    40%,
    84% {
        transform: rotate(-163deg) translate3d(0, 0, 0)
    }
    90%,
    100% {
        transform: rotate(-163deg) translate3d(0, -37px, 0)
    }
}
*/
/*
@keyframes triangle-left {
    0%,
    33% {
        transform: rotate(163deg) translate3d(0, -34px, 0)
    }
    50%,
    88% {
        transform: rotate(163deg) translate3d(0, 0, 0)
    }
    95%,
    100% {
        transform: rotate(163deg) translate3d(0, 38px, 0)
    }
}

/* ANIMATIONS */
@-webkit-keyframes moveright {
  0% {
    -webkit-transform: translate(1%);
    transform: translate(1%);
  }
  100% {
    -webkit-transform: translate(15%);
    transform: translate(15%);
  }
}
@keyframes moveright {
  0% {
    -webkit-transform: translate(1%);
    transform: translate(1%);
  }
  100% {
    -webkit-transform: translate(15%);
    transform: translate(15%);
  }
}
@-webkit-keyframes moveleft {
  0% {
    -webkit-transform: translate(15%);
    transform: translate(15%);
  }
  100% {
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
@keyframes moveleft {
  0% {
    -webkit-transform: translate(15%);
    transform: translate(15%);
  }
  100% {
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
#banner-cookies {
  z-index: 101;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  color: #FFF;
  padding: 1.5rem;
  background-color: rgba(78, 89, 106, 0.8);
  font-size: 1rem;
}
#banner-cookies,
#banner-cookies a,
#banner-cookies p,
#banner-cookies button {
  margin: 0;
  color: #FFF;
  font-size: 1rem;
}
#banner-cookies,
#banner-cookies button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#banner-cookies a {
  text-decoration: underline;
}
#banner-cookies a:hover {
  text-decoration: none;
}
#banner-cookies .cookies-content {
  max-width: 1200px;
  margin: 0 auto;
}
#banner-cookies .cookies-cta {
  text-align: center;
  flex-shrink: 0;
  margin-top: 20px;
}
#banner-cookies button {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #FFF;
  text-transform: uppercase;
  padding: 0 20px;
  display: inline-block;
  line-height: 35px;
  cursor: pointer;
}
#banner-cookies button:hover {
  background-color: #FFF;
  color: #000;
}
#banner-cookies.cookies-enabled {
  opacity: 0;
  display: none;
}

@media all and (min-width: 700px) {
  #banner-cookies .cookies-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #banner-cookies button {
    min-width: 150px;
  }
  #banner-cookies .cookies-cta {
    margin-left: 25px;
    margin-top: 0;
  }
}

/*# sourceMappingURL=mobile.css.map */
