:root {
  --content-width: 1170px;
}

html, body {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.emoji {
  width: 1em;
  height: 1em;
}

a:hover {
  opacity: .75;
}

b {
  font-weight: 700 !important;
}

i {
  font-style: italic !important;
}

.bi {
  font-weight: 700 !important;
  font-style: italic !important;
}

.al {
  color: #f5593d;
  text-decoration: none;
  transition: all .3s ease;
}

.al:focus {
  color: #89229b;
}

.u {
  text-decoration: underline;
}

.wu {
  text-decoration: underline #fff;
}



.navbar {
  position: fixed;
  width: 100%;
  font-size: 12px;
  line-height: 19px;
  font-weight: 700;
  color: #555;
  background-color: #fff;
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.navbar a {
  color: inherit;
  text-decoration: none;
  transition: all .3s ease, visibility .15s linear;
}

.n-bar {
  width: calc(var(--content-width) - 30px);
  padding: 10px 15px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: padding .1s ease;
}

.n-header {
  font-size: 18px;
  line-height: 50px;
}

.n-links {
  width: calc(var(--content-width) - 250px);
  text-align: end;
}

.n-links > a, .n-dropdown {
  position: relative;
  display: inline-block;
}

.n-links > a, .n-dropdown > a {
  display: inline-block;
  padding: 15px;
}

.n-links > a:hover, .n-dropdown:hover, .nd-content > a:hover, .nd-dropdown:hover > a, .ndd-content > a:hover {
  color: #f5593d;
}

.nd-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: transparent;
  border-top-color: initial;
  margin: 0 0 0 .5em;
  vertical-align: middle;
}

.nd-content {
  position: absolute;
  top: 100%;
  min-width: 160px;
  padding: 5px 0;
  margin-top: -5px;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 0 0 4px 4px;
  font-size: 13px;
  line-height: 1.429;
  font-weight: 400;
  text-align: left;
  color: #333;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .15s linear;
}

.n-dropdown:hover > .nd-content {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.nd-content > a, .nd-dropdown > a, .ndd-content a {
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
}

.nd-dropdown {
  position: relative;
  display: block;
}

.nd-dropdown:hover .ndd-arrow {
  border-bottom-width: 4px;
  border-top-color: transparent;
  border-left-color: initial;
}

.ndd-content {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 160px;
  padding: 5px 0;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 4px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all .15s linear;
}

.nd-dropdown:hover > .ndd-content {
  opacity: 1;
  visibility: visible;
}



/* MAIN CONTENT STYLES */

.header {
  width: 100%;
  padding: 206px 0 0;
  background-color: rgba(0, 0, 0, .5);
}

.hheader {
  width: var(--content-width);
  padding: 125px 0;
  font-size: 42px;
  line-height: 1.4;
  font-weight: 300;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.content {
  width: 100%;
  background-color: #fff;
  padding: 70px 0 30px;
  min-height: calc(100vh - 972.03px);
}

.ccontent {
  width: 750px;
  margin: auto;
  color: #3c4858;
  font-size: 18px;
  line-height: 1.618;
  font-weight: 300;
}

.ccontent h1, .ccontent h2, .ccontent h3, .ccontent h4, .ccontent h5, .ccontent h6, .ccontent p {
  margin: 0 0 15px;
}

.ccontent h1 {
  font-family: "Philosopher";
  font-size: 42px;
  font-weight: 400;
}

.ccontent h4 {
  font-family: "Oregano";
  font-size: 27px;
  font-weight: 400;
}

.ccontent h2, .ccontent h3, .ccontent h5, .ccontent h6 {
  font-weight: 500;
}

.ccontent h2 {
  font-size: 37px;
}

.ccontent h3 {
  font-size: 32px;
}

.ccontent h5 {
  font-size: 23px;
}

.ccontent h6 {
  font-size: 18px;
}

.ccontent > ul {
  padding: 0 0 0 40px;
  margin: 0 0 30px;
}

.ccontent img:not(.emoji) {
  width: 100%;
}

.ccontent hr.light {
  border: none;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

figure {
  margin: 0;
}

figure figcaption {
  margin: 6.5px 0 13px;
  font-weight: 700;
  font-size: 13px;
}

.roundedbtn {
  display: inline-block;
  border-radius: 28px;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .3s ease;
}

/* MAIN CONTENT STYLES END */



.footer {
  background-color: #323437;
  padding: 30px 0 18px;
  color: #fff;
}

.footercontent {
  width: calc(var(--content-width) - 30px);
  margin: auto;
}

.f-search {
  margin: 0 0 50px;
}

.fs-wrapper {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  width: calc(34% - 125px);
}

.fs-header {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  margin: 10px 0 20px;
}

.fs-placeholder {
  position: absolute;
  top: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #aaa;
  padding: 7px 0;
  margin: 0;
  pointer-events: none;
  transform-origin: left;
  transition: all .3s ease;
}

.fs-search {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #555;
  width: 100%;
  height: 36px;
  padding: 7px 0;
  margin: 0 0 7px;
  border: none;
  outline: none;
  background: linear-gradient(#f5593d, #f5593d), linear-gradient(#d2d2d2, #d2d2d2);
  background-repeat: no-repeat, no-repeat;
  background-position-x: 50%, 50%;
  background-position-y: 120%, calc(100% - 1px);
  background-size: 0 2px, 100% 1px;
  transition: background-size .3s ease;
}

.fs-search:focus {
  background-size: 100% 2px, 100% 1px;
  background-position-y: 100%, calc(100% - 1px);
}

.fs-placeholder.filled, .fs-search:focus ~ .fs-placeholder {
  transform: scale(.78);
  top: -25px;
}

.fs-submit {
  display: inline-block;
  width: 45px;
  padding: 12px 0;
  border: none;
  background-color: #f5593d;
  border-radius: 50px;
}

.fs-submit::after {
  content: "\f002";
  display: block;
  font-family: "Fontawesome Free";
  font-weight: 900;
  font-size: 18px;
  line-height: 1.078;
  color: #fff;
}

.f-counter {
  font-size: 14px;
  line-height: 1.618;
  font-weight: 300;
  margin: 0 0 40px;
}

.f-counter p {
  margin: 0;
}

.fc-counter {
  color: #b0f
}

.f-foot hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 20px;
}

.f-button {
  display: inline-block;
  font-size: 12px;
  line-height: 1.618;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  opacity: .86;
  transition: all .3s ease;
}