/*!
 * Start Bootstrap - One Page Wonder v5.0.2 (https://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

body {
  font-family: 'Lato';
  background:#fff3f6;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran';
  font-weight: 800 !important;
}

.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #000 !important;
}

.rounded-pill {
  border-radius: 5rem;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: white;
  background: linear-gradient(180deg, white 0%, white 2%, #fff 100%);
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 14%);
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(12rem + 72px);
  padding-bottom: 7rem;
  /* background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fafffc));
  background: linear-gradient(0deg, #fff 0%, #fafffc 100%); */
  background-attachment: scroll;
  background-size: cover;
  height:90vh;
}


header.masthead .masthead-content {
  z-index: 1;
  position: relative;
  background-image:url('../img/dots.svg'), url('../img/dots.svg');
  background-repeat: no-repeat;
  background-position-x: 30%, center;
  background-position-y: 90%, top;
}


header.masthead .masthead-content .masthead-heading {
  font-size: 4rem;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
  padding: 8px 20px;
  color: white;
  background:#a73e58 ;
  display:inline-block;
}

header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#ee93a9), to(#750722));
  background: linear-gradient(0deg, #ee93a9 0%, #750722 100%);
}

header.masthead .bg-circle-1 {
  height: 4rem;
  width: 4rem;
  bottom: 3rem;
  left: 30rem;
}

header.masthead .bg-circle-2 {
  height: 45rem;
  width: 45rem;
  top: -25rem;
  right: -25rem;
}

header.masthead .bg-circle-3 {
  height: 12rem;
  width: 12rem;
  bottom: -7rem;
  right: 25%;
  transform: rotate(104deg);
}

header.masthead .bg-circle-4 {
  height: 18rem;
  width: 20rem;
  top: -8rem;
  right: 69%;
}
header.masthead .bg-circle-5 {
  height: 1rem;
  width: 1rem;
  top: 30rem;
  right: 60%;
}
header.masthead .bg-circle-6 {
  height: 3rem;
  width: 3rem;
  top: 20rem;
  right: 24%;
}
header.masthead .bg-circle-7 {
  height: 2rem;
  width: 2rem;
  top: 10rem;
  right: 56%;
}
.navbar-dark .navbar-toggler{
  color: rgb(207 111 135)  !important;
    border-color: rgb(207 111 135)  !important;
    outline: none;
}
.navbar-toggler{
  background-color: rgb(207 111 135) !important;
  border: 1px solid rgb(207 111 135) !important;
}
.footer p, .footer a{
  font-family: 'Catamaran' !important;
  font-size:20px;
}
.footer{
  padding-top:2rem;
  padding-bottom:2rem;
  background:#fff;
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 14%);
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
}
::-webkit-scrollbar-thumb {
  background: #b16b7c ; 
}
::-webkit-scrollbar-thumb:hover {
  background: #975968; 
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(12rem + 55px);
    padding-bottom: 10rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 7rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;

  }
}
.btn-custom{
  color: #fff;
  background-color: #71cc8d !important;
  border: 1px solid #71cc8d !important;
  font-family: 'Catamaran' !important;
  font-weight: 400;
  padding: 0.5rem 2rem;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 255 126 / 25%);
}
.btn-custom:hover{
  color:#fff;
}
.bg-primary {
  background-color: #4286f4 !important;
}

.btn-primary {
  background-color: #4286f4;
  border-color: #4286f4;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #bd0760 !important;
  border-color: #bd0760 !important;
}

.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.btn-secondary {
  background-color: #00c7ff;
  border-color: #00c7ff;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}

.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}
