@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

* {
  font-family: 'Open Sans', sans-serif;
  color: #777;
  font-size: 18px;
  line-height: 1.6em;
}

.parisienne-regular {
  font-family: "Parisienne", serif;
  font-weight: 400;
  font-style: normal;
}

body {
  position: relative;
}

h1 {
  padding-top: 60px;
  font-family: "Parisienne", serif;
  font-optical-sizing: auto;
  font-size: 60px;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  color: #55cbcd;
}

h1 #logo {
  margin-bottom: 25px;
}

h2 {
  font-weight: 600;
}

a:link, a:visited {
  color: #55cbcd;
}

a:hover, a:active {
  color: #988884;
}

nav.navbar {
  background-color: #eceae4; color: #000; border-color: #d9d5d4;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: #55cbcd;
  color: #fff;
}

#hello {
  background: linear-gradient(0deg, rgba(236,234,228,1) 0%, rgba(236,234,228,0) 32%);  text-align: center;
  line-height: 1.5em;
}

#hello h1 {
  font-size: 112px;
  line-height: 1em;
  margin-bottom: -.1em;
}

#hello h1.logo {
  margin: .5em 0 .2em 0;
}

#hello h2 {
  margin-top: 0;
}

#hello .photo {
  margin: 0 10px 10px 10px;
}

#hello .photo img {
  border-radius: 15px;
}

#hello ul.checklist {
  list-style: none;
  margin-left: 10px;
  text-align: left;
}

#hello ul.checklist li {
  display: flex;
}

#hello ul.checklist li::before {
  content: "\f26a";
  display: inline-block;
  font-family: bootstrap-icons!important;
  font-style: normal;
  font-weight: 400!important;
  font-variant: normal;
  text-transform: none;
  vertical-align: text-top;
  margin-right: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #55cbcd;
}

#hello ul.checklist i {
  color: #55cbcd;
}

#testimonials {
  background: #efefe9;
}

.quote p {
  display: flex;
  padding: 5px;

}
.quote p::before {
  content: open-quote;
  display: flex;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 50px;
  vertical-align: middle;
  margin: 0 5px;
}

.quote::after {
  content: close-quote;
  font-family: Georgia, 'Times New Roman', Times, serif;
  vertical-align:bottom;
  font-size: 50px;
}

.quote {
  display:flex;
  align-items:flex-end;
  border: 1px solid #efefe9;
  margin: 5px;
}

.author {
  font-style: italic;
  text-align: right;
  margin: 0 15px 35px 0;
}

#contact {
  text-align: center;
  margin: 0 auto;
}

#contact a, #contact a:visited {
  color: #55cbcd;
}

.align-right {
  display: inline;
  float: right;
  text-align: right;
}

#footer {
  background: #0097b2;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

#footer p, #footer p span.year {
  color: #fff;
}

.section {
  margin: 0; padding: 0 20px 60px 20px;
}

.description img {
  width: 100%; border-radius: 10px;
}

.description a {
  display: block;
  color: #6acad0;
  position: relative;
}

.description a.btn {
  display: block; position: relative; color: #fff;
}

.description a .glyphicon {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}

.description .btn-primary {
  background-color: #6acad0;
  border-color: #5fb4ba;
}

.center {
  text-align: center;
}

#photos {
  padding: 10px;
  background-color:#d9d5d4;
  color: #fff;
  overflow-x: scroll;
  white-space: nowrap;
}

#photos h1 {
  color:#44A6D9;
}

#photos p, #photos p strong {
  color: #fff;
}

#photos img {
  height: 400px;
}

#contact {
  background-color: #ffdbcc;
}

#contact h1 {
  color: #0097b2;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.featherlight-next span, .featherlight-previous span {
  /*color: #6acad0;*/
  text-shadow: 1px 1px 2px rgba(0,0,0,.4);
}
