/* RESET */
/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Mixins Etc */
@font-face {
  font-family: "gt_super_displayregular";
  src: url("../fonts/gt-super-display-regular-webfont.woff2") format("woff2"), url("../fonts/gt-super-display-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */

/* Opera < 12.1 */

body {
  background: #91A89E url("https://thebridge.sting.com/wp-content/themes/thebridge/assets/images/sea.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "gt_super_displayregular", "Playfair Display", serif;
  line-height: 1;
  position: relative;
}

a {
  color: #fff;
}

h1, h2 {
  text-transform: uppercase;
  font-weight: normal;
}

h1 {
  font-size: 30px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-size: 72px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 45px;
  }
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  position: relative;
}

.main-text {
  max-width: 540px;
  padding: 20px;
  text-align: center;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
}

.main-text p {
  line-height: 1.7;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .main-text p {
    font-size: 14px;
  }
}

.enter-site {
  position: absolute;
  top: 0;
  right: 0;
  margin: 30px;
  text-decoration: none;
  font-size: 15px;
}

.enter-site i {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.enter-site:hover i {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button {
  text-decoration: none;
}

.button i {
  margin-right: 10px;
  opacity: 0.8;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.button span {
  display: inline-block;
  position: relative;
}

.button span::before {
  background: rgba(255, 255, 255, 0.71);
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 0%;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.button:hover i {
  opacity: 1;
}

.button:hover span::before {
  width: 100%;
}

.legals {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  background: #c9da2a;
  background: -webkit-gradient(linear, left top, right top, from(#c9da2a), color-stop(50%, #e59f26), to(#f15b42));
  background: linear-gradient(90deg, #c9da2a 0%, #e59f26 50%, #f15b42 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c9da2a",endColorstr="#f15b42",GradientType=1);
  padding: 20px;
}

.legals ul, .legals li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.legals a {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  padding: 0 5px;
}

.legals a:hover {
  opacity: 1;
}

.legals .socials {
  padding-bottom: 15px;
}

.legals .socials a {
  font-size: 18px;
  margin: 5px;
}

.footerPanel__item {
  display: block;
  margin-top: 10px;
}

.footerPanel__item .poweredBy {
  display: inline-block;
}
/*# sourceMappingURL=styles.css.map */