html {
  height: 100%;
  width: 100%;
}

body {
  text-align: center;
  overflow-x: hidden;
}

h1,
h2,
.navbar li a {
  font-family: "Dancing Script", cursive;
}

h3,
h4,
h6,
p,
a,
.btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #292b2c;
}

p {
  text-align: left;
  color: #000;
  font-weight: 300;
}

label {
  font-size: 14px;
}

a {
  cursor: pointer;
}

a:hover,
a:focus {
  color: #ffa787;
}
.flex {
  display: flex;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}

/*Navbar*/

navbar strong,
.navbar.navbar-dark .navbar-nav .nav-item a {
  font-family: "Dancing Script", cursive;
}
.navbar-light {
  background-color: #ffffe0;
}
.navbar img {
  height: 50px;
}
.navbar-toggleable-md .navbar-collapse {
  justify-content: space-evenly !important;
}
.navbar-toggleable-md .navbar-collapse {
  margin: 0 auto;
}
.navbar .container .navbar-toggler-right {
  margin-top: 10px;
  cursor: pointer;
}
.mr-auto {
  text-align: center;
  margin-right: 0 !important;
}
.navbar.navbar-light .nav-item a {
  font-size: 20px;
}
.navbar-toggler {
  padding: 0;
}

@media (min-width: 375px) {
  .navbar.navbar-light .nav-item a {
    font-size: 24px;
  }
}

/*Header*/
#header {
  height: 300px;
  margin-top: 50px;
}
.header-text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.header-text h1 {
  line-height: 1.6;
  text-shadow: 2px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 25px;
  font-size: 40px;
}

@media (min-width: 412px) {
  .header-text h1 {
    padding: 50px;
  }
}

.header-text h2 {
  font-size: 24px;
  margin: 15px;
}

.header-text .headings2 {
  font-size: 24px;
}

/*Buttons*/

.btn {
  border-radius: 50px;
  background-color: #f6865f;
  color: #454545 !important;
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
}

.peach-sec .btn {
  background-color: transparent;
  color: #59262d !important;
}

.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #fff !important;
  color: #ffa787 !important;
  border: 1px solid;
}

/*Header*/

/*Anchor Position */
a.anchor {
  display: block;
  position: relative;
  top: -25px;
  visibility: hidden;
}

/*Sections*/
.peach-sec,
.light-sec,
.white-sec {
  padding: 10%;
}

#birth-professional {
  padding: 15px;
}

.peach-sec {
  background-color: #f6865f;
}

.light-sec {
  background-color: #ffffe0;
}

.white-sec {
  background-color: #fff;
}
.sec-heading {
  font-weight: bold;
  margin: 50px auto;
}

.sec-heading h2 {
  color: #f6865f;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 3px;
}

.sec-heading h3 {
  color: #f6865f;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin: 30px auto 0;
}

.sec-heading a {
  color: #98342b;
}

.sec-text p {
  text-align: justify;
  line-height: 28px;
  letter-spacing: 1px;
}

.sec-text,
.sec-heading,
.sub-heading {
  max-width: 95%;
  margin: 15px auto;
}

.card-block p {
  text-align: justify;
}

/*Footer*/
#footer img {
  width: 100px;
  margin-bottom: 15px;
}
#footer p {
  font-size: 10px;
  text-align: center;
}
#footer .site-map {
  justify-content: center;
  margin: 3% auto;
}
#footer .site-map p {
  font-size: 14px;
  cursor: pointer;
}
#footer .site-map a {
  color: #000 !important;
}
#footer .site-map span {
  margin: -1px 5px 0;
}
#footer .hidden-sm-down.site-map {
  margin-top: -15px;
}
#footer .col-3 {
  padding: 0;
}

#social {
  margin: 0 50px 25px;
}

#social .link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-clip: content-box;
  padding: 3px;
  transition: 0.5s;
  color: #d7d0be;
  font-size: 22px;
}

#social .link.instagram {
  background-color: #cd486b;
  color: white;
}

#social .link.twitter {
  background-color: #00acee;
  color: white;
}

#social .link.facebook {
  background-color: #3b5998;
  color: white;
}

#social .link.mail {
  background-color: #dd4b39;
  color: white;
}

@media (min-width: 500px) {
  .peach-sec,
  .light-sec,
  .white-sec {
    padding: 10% 18% 5%;
  }
  #events {
    padding: 5% 30%;
  }
}

@media (min-width: 768px) {
  #header {
    height: 450px;
  }
  .header-text h1 {
    font-size: 48px;
  }
  .header-text .headings2 {
    font-size: 36px;
    margin: 50px;
  }
  .sec-heading,
  .sub-heading {
    max-width: 600px;
  }
  .sec-heading h2 {
    font-size: 48px !important;
  }
  .sec-heading h3 {
    text-align: center;
  }
  .sec-text {
    max-width: 500px;
    margin: 15px auto;
  }
  .sec-text p {
    font-size: 18px;
    line-height: 35px;
  }
  #events {
    margin-top: -25px;
    padding: 5%;
  }
  #footer {
    padding: 50px 100px 25px;
  }
  #footer img {
    margin-top: -10px;
    margin-bottom: 25px;
  }
  p.copyright {
    padding: 0 100px;
    margin: 0;
  }
  #footer #smb-btns {
    padding: 0 150px;
  }
  #footer p {
    font-size: 12px;
  }
  #footer .hidden-sm-down.site-map {
    margin: -15px 0 20px;
  }
}

@media (min-width: 992px) {
  .navbar {
    height: 75px;
  }
  nav .container {
    padding: 0;
    width: 100%;
  }
  .navbar img {
    position: relative;
    left: 0;
    height: 60px;
  }
  .navbar-collapse ul li {
    margin: 0 50px;
  }
  #header {
    margin-top: 75px;
  }
  .header-text .headings2 {
    max-width: 700px;
    margin: 0 auto;
  }
  .sec-heading {
    max-width: 700px;
    margin: 0 auto 30px;
  }
  #services .sec-heading,
  #birth-professional .sec-heading {
    margin: 0 auto 100px !important;
  }
  #events .sec-heading {
    margin: 25px auto !important;
  }
  #footer {
    padding: 50px 200px 25px;
  }
  #footer img {
    margin-bottom: 0;
  }
  #footer p {
    margin-top: 30px;
  }
  #footer .site-map span {
    margin: 30px 5px 0;
  }
  #footer .copyright {
    margin-top: 15px;
  }
  #social {
    max-width: 485px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #social .link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-clip: content-box;
    padding: 3px;
    transition: 0.5s;
    color: #d7d0be;
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .navbar-collapse ul li {
    margin: 0 55px;
  }
  #header {
    height: 700px;
  }
  .header-text h1 {
    font-size: 72px;
  }
  .header-text h2 {
    font-size: 36px;
  }
  form {
    margin: -25px 300px;
  }
  #footer {
    padding: 50px 250px 25px;
  }
}

@media (min-width: 1200px) {
  .navbar-collapse ul li {
    margin: 0 50px;
  }
}

@media (min-width: 1400px) {
  .navbar-collapse ul li {
    margin: 0 75px;
  }
}

@media (min-width: 1800px) {
  .navbar-collapse ul li {
    margin: 0 125px;
  }
}
