@font-face {
  font-family: "Matterhon";
  src: url("../fonts/Matterhon.otf");
  src: url("../fonts/Matterhon.ttf");
}
.horizontal-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.horizontal-list li {
  margin-left: 10px;
  margin-right: 10px;
}

.content {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.primary-bg {
  background: #273e5f;
  color: #fff;
}

.secondary-bg {
  background: #dab3b8;
  color: #fff;
}

.grey-bg {
  background: #EEE;
}

.info-box {
  color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 3px 16px -5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 3px 16px -5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 16px -5px rgba(0, 0, 0, 0.35);
}

img {
  max-width: 100%;
  height: auto;
}

.center, .centre {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
}

.section__header {
  font-size: calc(1vw + 30px);
  margin-bottom: calc(0.7vw + 10px);
}

a {
  color: #273e5f;
}
a:hover, a:active, a:focus {
  color: #18263b;
  outline: #18263b;
}

.script {
  font-family: "Rouge Script", cursive;
}

h1.script {
  font-size: 4rem;
}

h2.script {
  font-size: 3rem;
}

h3.script {
  font-size: 3rem;
}

h4.script {
  font-size: 2.5rem;
}

h5.script {
  font-size: 2.2rem;
}

h6.script {
  font-size: 2rem;
}

header {
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 15px;
}
header img {
  max-width: 120px;
}
@media screen and (min-width: 992px) {
  header img {
    max-width: 300px;
  }
}

.return {
  background: #273e5f;
  padding: 15px;
  font-size: 15px;
  display: block;
  width: 100%;
  color: #fff;
  height: 52px;
  transition: 0.4s;
}
.return:hover, .return:active, .return:focus {
  color: #ddd;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  padding: 8px 30px;
  font-weight: bold;
}

.btn-primary {
  background-color: #273e5f;
  border-color: #273e5f;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:hover {
  background-color: #18263b;
  border-color: #18263b;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 62, 95, 0.5);
}

.btn-secondary {
  background-color: #dab3b8;
  border-color: #dab3b8;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:hover {
  background-color: #c99198;
  border-color: #c99198;
}
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 179, 184, 0.5);
}

.btn-ghost-primary {
  border: 2px solid #273e5f;
}
.btn-ghost-primary:not(:disabled):not(.disabled).active, .btn-ghost-primary:not(:disabled):not(.disabled):active, .btn-ghost-primary:hover {
  background-color: #273e5f !important;
  border-color: #273e5f !important;
  color: #fff !important;
}
.btn-ghost-primary.focus, .btn-ghost-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 62, 95, 0.5) !important;
}

.btn-group a, .btn-group .btn {
  margin-right: 20px;
}

.hero {
  padding-top: 200px;
  padding-bottom: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 992px) {
  .hero {
    padding-top: 400px;
    padding-bottom: 400px;
  }
}
.hero:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.55);
  z-index: 1;
}
.hero > .container {
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size: calc(4vw + 60px);
  margin-bottom: calc(1.2vw + 20px);
  font-family: "Matterhon", "Rouge Script", cursive;
  text-transform: lowercase;
}
.hero h3, .hero h4 {
  margin-bottom: 20px;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  overflow-x: hidden;
}

.sticky-menu {
  position: sticky;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 100;
  -webkit-box-shadow: 0px 3px 16px -5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 3px 16px -5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 16px -5px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 992px) {
  .sticky-menu .nav-item {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.sticky-menu .nav-link {
  color: #fff;
  text-transform: uppercase;
  transition: 0.2s ease;
  font-size: 16px;
}
.sticky-menu .nav-link:hover, .sticky-menu .nav-link:active, .sticky-menu .nav-link:focus {
  background: #fff;
  color: #273e5f;
}
.sticky-menu .nav {
  justify-content: center;
}

.speakers__container {
  margin-top: 50px;
}

.speakers__speaker {
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 60px;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  transition: 0.4s ease;
}
.speakers__speaker:hover, .speakers__speaker:active, .speakers__speaker:focus {
  -webkit-box-shadow: 0px 3px 16px -5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 3px 16px -5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 16px -5px rgba(0, 0, 0, 0.35);
}

.speaker__name {
  padding: 10px;
  width: 100%;
  color: #fff;
}

.modal-content {
  border-radius: 0;
  padding: 20px;
}

.nav-pills .nav-link {
  font-weight: bold;
  text-transform: uppercase;
  color: #dab3b8;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: transparent;
  color: #000;
}

.schedule__event {
  background: #273e5f;
  padding: 15px;
  color: #fff;
}
.schedule__event:nth-child(odd) {
  background: none;
  color: #000;
}
.schedule__event p {
  margin: 0;
}
.schedule__event .col-12 {
  font-size: 24px;
}

.pricing {
  margin-top: 50px;
}

.pricing__ticket p {
  padding: 10px;
  color: #fff;
  margin: 0;
}
.pricing__ticket .ticket__type {
  background: #dab3b8;
  font-size: 20px;
  text-transform: uppercase;
}
.pricing__ticket .ticket__price {
  background: #273e5f;
  font-size: 30px;
}
.pricing__ticket .ticket__date {
  background: #dab3b8;
}

.parallax-bg {
  background-attachment: fixed;
  padding-top: 30vh;
  padding-bottom: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.parallax-bg:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.parallax-bg > .container {
  position: relative;
  z-index: 2;
  color: #fff;
}
.parallax-bg > .container a {
  color: #fff;
}

footer {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px solid #273e5f;
  border-bottom: 15px solid #273e5f;
}
@media screen and (min-width: 992px) {
  footer .horizontal-list li {
    margin-left: 20px;
    margin-right: 20px;
  }
}
footer .horizontal-list a {
  font-size: 30px;
}
footer .credits {
  font-size: 16px;
  color: #444;
}
@media screen and (min-width: 992px) {
  footer .credits {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  footer .credits p {
    margin-bottom: 0;
    padding-right: 15px;
  }
}

.blog__post {
  margin-top: 40px;
  margin-bottom: 40px;
}
.blog__post img {
  margin-bottom: 30px;
  height: 300px;
  object-fit: cover;
}
.blog__post p {
  font-size: 16px;
  color: #666;
}
.blog__post a {
  text-decoration: none !important;
  color: #666;
}
.blog__post h4 {
  color: #000;
}
@media screen and (min-width: 992px) {
  .blog__post {
    margin-bottom: 0;
  }
}

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