/* Required for full background image */


.intro-2 {
  background: url("../img/cover.jpg")no-repeat center center;
  background-size: cover;
}

h6 {
  line-height: 1.7;
}



/*Original*/
html,
body,
header,
.view {
  height: 95%;
  margin-top: 61px;
}

@media (max-width: 740px) {
  html,
  body,
  header,
  .view {
    height: 700px;
    margin-top: 60px;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  header,
  .view {
    height: 650px;
  }
}

.video {
  z-index: 1;
}

body > header > div > div > div > div > div.col-md-6.col-lg-6.mb-5.mt-md-0.mt-lg-2.mt-sm-0.white-text.text-center.text-md-left.wow.fadeInLeft > a:hover {
  color: #DC117A !important;
}

a:hover {
    color:#e9ed00 !important;
}

a.nav-link.waves-effect.waves-light.social-fb:hover {
  color: #3B5998 !important;
}

a.nav-link.waves-effect.waves-light.social-ig:hover{
  color: #2E5E86 !important;
}


button:hover {
    color:#e9ed00 !important;
}

.top-nav-collapse {
  background-color: #3f51b5 !important;
}

.navbar {
    box-shadow: none;
    background-color:#262F36 !important;
}

.navbar:not(.top-nav-collapse) {
  /*background: transparent !important;*/
}

@media (max-width: 991px) {
  .navbar:not(.top-nav-collapse) {
    background: #3f51b5 !important;
  }
}

.rgba-gradient {
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%);
  background: -webkit-gradient(linear, 45deg, from(rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%));
  background: linear-gradient(to 45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%);
}

.round {
    border-radius: 50%;
}

.card {
  background-color: rgba(126, 123, 215, 0.2);
}

.md-form label {
  color: #ffffff;
}

.title-size {
  font-size: 4.5rem;
}

h6 {
  line-height: 1.7;
}

/* Date Picker */
.md-form input.form-control[type="datetime-local"] ~ label {
    transform: translateY(-140%);
    font-size: .8rem;
}

.pricing-card .price .number:after {
    content: ".00";
}

ul > li> a.nav-link:hover {
    color:#DC117A !important;
}

ul > li> a.nav-link:active {
    color:#DC117A !important;
}

.btn-pink {
    background-color:#DC117A !important;
}

.license {
    opacity: 0.2;
}

.pills-primary .nav-link.active, .pills-primary .show>.nav-link, .tabs-primary{
    background-color: #DC117A !important;
}

.pills-primary .nav-link.active, .pills-primary .show>.nav-link, .tabs-primary:hover{
    color: #fff !important;
}

.pink {
    background-color: #DC117A !important;
    color: #fff !important;
}
.pink-text {
    color: #DC117A !important;
}


.yellow-text {
    color: #e9ed00 !important;
}

.form-check-input[type="radio"]:checked + label:after,
.form-check-input[type="radio"].with-gap:checked + label:before,
.form-check-input[type="radio"].with-gap:checked + label:after,
label.btn input[type="radio"]:checked + label:after,
label.btn input[type="radio"].with-gap:checked + label:before,
label.btn input[type="radio"].with-gap:checked + label:after {
border: 2px solid #DC117A; }

.form-check-input[type="radio"]:checked + label:after,
.form-check-input[type="radio"].with-gap:checked + label:after,
label.btn input[type="radio"]:checked + label:after,
label.btn input[type="radio"].with-gap:checked + label:after {
background-color: #DC117A; }
