@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Felipa&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap');

body{
    font-family: 'Ubuntu', sans-serif;
    font-size:16px;
    line-height:1.6;

   @media screen and (min-width:$screen-sm){
        font-size:16px;
    }

    @media screen and (min-width:$screen-lg){
        font-size:18px;
    }

    @media screen and (min-width:$screen-xl){
        font-size:20px;
    }
}

h1, h2, h3, h4, h5, h6, p, li, a {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #005a2e;
}
h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 25px !important;
}
h1.hero {
  font-size: 52px;
  line-height: 68px
}
h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 15px !important;
}
h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px !important;
}
h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 25px !important;
}
h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px !important;
}
h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 25px !important;
}
p, q {
  display: block;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
}
a {
  color: #5D328B;
  text-decoration: none;
  font-weight: 400;
}
a:hover, a:focus {
  cursor: pointer;
  color: #BA88F3;
  text-decoration: none;
}
.masthead .navbar-nav.list-inline .nav-item.list-inline-item {
  padding: 15px
}
@media screen and (min-width: 992px) {
  .masthead .navbar-nav.list-inline .nav-item.list-inline-item {
    padding: 0
  }
}
.masthead .navbar-light .navbar-nav .nav-item .nav-link:not(.btn) {
  color: #5D328B;
  font-size: 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .masthead .navbar-light .navbar-nav .nav-item .nav-link:not(.btn) {
    color: #5D328B
  }
}

.header .navbar-nav .dropdown-menu .nav-link {
  color: #5D328B!important;
	}
.masthead .navbar-light .navbar-nav .nav-item .nav-link:not(.btn):hover, .masthead .navbar-light .navbar-nav .nav-item .nav-link:not(.btn):focus {
  background: #f5f5f5
}
@media screen and (min-width: 992px) {
  .masthead .navbar-light .navbar-nav .nav-item .nav-link:not(.btn):hover, .masthead .navbar-light .navbar-nav .nav-item .nav-link:not(.btn):focus {
    background: #fff
  }
}
.masthead .navbar-light .navbar-nav .nav-item .nav-link.dropdown-toggle i, .masthead .navbar-light .navbar-nav .nav-item .nav-link.dropdown-toggle svg {
  color: #5D328B!important;
}
.masthead .navbar-light .navbar-nav .nav-item .nav-link.btn-primary {
  color: #fff;
}
.masthead .navbar-light .navbar-nav .nav-item .nav-link.btn-secondary {
  color: #5D328B!important;
}
.masthead .navbar-nav .nav-item .sub-nav-item .nav-link:hover, .masthead .navbar-nav .nav-item .sub-nav-item .nav-link:focus {
  color: #BA88F3!important;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .masthead .navbar-nav > .nav-item .nav-link:not(.btn):hover, .masthead .navbar-nav > .nav-item .nav-link:not(.btn):focus {
    color: #BA88F3;
    text-decoration: none;
  }
  section.feature {
  padding: 50px 0
}
@media screen and (min-width: 992px) {
   section.feature, {
    padding: 95px 0
  }
}
  .footer.footer-11 ul li a {
    color: #5D328B;
    text-decoration: none;
  }
  .footer.footer-11 a {
    color: #5D328B;
    text-decoration: none;
  }
  .footer.footer-11 a:hover, .footer.footer-11 a:focus {
    color: #BA88F3;
    text-decoration: none;
  }
  /*BUTTON*/
  .btn.btn-primary {
    background-color: #5D328B;
    border-color: #5D328B;
    color: #fff
  }
  .btn.btn-primary:hover {
    background-color: #BA88F3;
    border-color: #BA88F3
  }
  .btn.btn-primary:focus, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #BA88F3;
    border-color: #BA88F3;
    color: #fff
  }

  /*=== BLOCKQUOTE ===*/
  blockquote {
    background: #f9f9f9;
    border-left: 3px solid #ccc;
  }
  blockquote.big {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    padding: 33px 15px 39px 15px;
    border-top: 1px solid #b8b8b8;
    border-right: none;
    border-bottom: 1px solid #b8b8b8;
    border-left: none;
    color: #5d328b;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: 23px;
    line-height: normal;
  }
.maintitle {
   font-family: 'Felipa', cursive;
}
.maintop {
  border-bottom: #005A2E thin solid;
}
  /* .maintitle h2
  {
		color: #005a2e;
		font-size: 1.8rem;
		font-family: 'Felipa', cursive;
		font-style: normal;
		font-weight: 400;
		line-height: 34px;
		margin-bottom: 10px;
    }*/
  
.maintop p
	{color: #005a2e;
	font-size: 1rem;
	}

.bpaymentform-price {
color: #5D328B;
font-size: 1.5rem}

.bpf  {
background-color: #f4fcf7;
border: #baddc7 solid 1px;
  border-radius: 30px;
  font-weight: 400!important;
}