body {
  font-family: 'Roboto', sans-serif;
  color: #444444;
  font-weight: 300;
}

.navbar {
  background-color: #243040;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 3;
}

html {
  scroll-behavior: smooth;
}

#title {
  background-image: url("business-woomen-amazon.jpg");
  background-color: #869389;
  background-size: cover;
}

h1 {
  font-family: 'Nanum Gothic', sans-serif;
  color: #FFFFFF;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10%;
  margin-top: 7%;
  text-align: center;
}

.container-fluid {
  padding: 0;
}

.title-content {
  padding: 8% 15%;
}

h2 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 8%;
  text-align: center;
}

h4 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 8%;
  text-align: center;
}

#pricing {
  text-align: center;
  padding: 5% 15%;
}

#trusted {
  background-color: #EAEDED;
  text-align: center;
  padding: 5% 15%;
}

#easy-to-sell {
  padding: 5% 15%;
}

#key-figures {
  background-color: #EAEDED;
  text-align: center;
  padding: 5% 15%;
}

#contact-us {
  text-align: center;
  padding: 5% 15%;
}

.trusted-logo {
  height: 15%;
}

.deal-step {
  padding: 0% 3%;
  text-align: center;
}

p {
  font-size: 1.1rem;
  line-height: 1.8;
}

.fas {
  color: #FEBD69;
  display: inline-block;
  text-align: center;
  margin-bottom: 10%;
}

.brand {
  width: auto;
  height: 100px;
}

.form-group-contact-us {
  padding: 0% 15%;
}

h3 {
  color: white;
  text-align: left;
  line-height: 1.6;
  padding: 0% 5%;
  font-size: 1.5rem;
  font-weight: 300;
}

h5 {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
}

.form-group-title {
  padding: 0% 5%;
}

.main-form-button {
  background-color: #FEBD69;
  color: #FFFFFF;
  transition-duration: 0.2s;
  border: 0px;
}

.main-form-button:hover {
  background-color: #F7A439;
  color: #FFFFFF;
  border: 0px;
}

.figures-header {
  color: #FEBD69;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 8%;
  text-align: center;
}

/* Applied to the medals emoji Bronze and Silver plans */
.pricing-header {
  color: #FEBD69;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0%;
}

/* Applied to the medal emoji Gold plan */
/* .pricing-header-gold {
  color: #FEBD69;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 5rem;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0%;
} */
.pricing-list {
  list-style-position: inside;
  list-style: none;
  padding-left: 0%;
  padding-top: 10%;
}

.copyright {
  color: #FFFFFF;
  margin-bottom: 0%;
  font-size: 0.9rem;
  font-weight: 200;
  text-align: center;
}

#footer {
  background-color: #243040;
  padding: 1% 15%;
}

.contact-us-button {
  background-color: #FEBD69;
  color: #FFFFFF;
  transition-duration: 0.2s;
  border: 0px;
  margin-bottom: 14%;
}

.contact-us-button:hover {
  background-color: #F7A439;
  color: #FFFFFF;
  border: 0px;
  margin-bottom: 14%;
}

.navbar-brand {
  padding: 0;
}

.logo {
  width: 200px;
}

.form-control {
  font-weight: 300;
}

.price {
  color: #444444;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0%;
}

.card {
  margin-bottom: 3%;
}

#thankyou {
  background-color: #EAEDED;
  text-align: center;
  height: 100vh;
}

#footer-thankyou {
  position: fixed;
  background-color: #243040;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1% 15%;
}

.thankyou-card {
  display: inline-block;
  padding: 5% 5%;
  position: relative;
  top: 40%
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.medal {
  width: 20%;
}

@media (max-width:507px) {
h1 {
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10%;
  margin-top: 12%;
}

.title-content {
  padding: 8% 6%;
}

#trusted {
  background-color: #EAEDED;
  text-align: center;
  padding: 5% 6%;
}

#easy-to-sell {
  padding: 5% 6%;
}

#key-figures {
  background-color: #EAEDED;
  text-align: center;
  padding: 5% 6%;
}

#contact-us {
  text-align: center;
  padding: 5% 6%;
}

#title {
  background-image: url("business-woomen-amazon-m.jpg");
  background-position: center;
}
}
