/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #333333;
}


/*
 * Header
 */

.masthead {
  padding-top: 20px;
  padding-bottom: 100px;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(126,83,255,1) 25%, rgba(126,83,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(126,83,255,1) 25%,rgba(126,83,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(126,83,255,1) 25%,rgba(126,83,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7e53ff',GradientType=1 ); /* IE6-9 */
}

.masthead .logo {
  width: 20%;
}

.masthead .logo img {
  width: 150px;
  max-width: 100%;
}

.masthead .inner {
  display: flex;
  flex-wrap: wrap;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  background-color: transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.account-actions .btn {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 15px;
  margin: 0 6px;
  border: 1.5px solid #fff;
  border-radius: 18px;
  display: flex;
  align-items: center;
}

.account-actions .btn span {
  margin-left: 8px;
}

.account-actions .material-icons {
  font-size: 18px;
}

.account-actions .btn-bd-register {
  color: #fff;
}

.account-actions .btn-bd-login {
  color: #7E53FF;
  background-color: #fff;
  text-transform: uppercase;
}

.account-actions {
  margin-left: auto;
  display: flex;
}


/*
 * Cover
 */
.cover {
  padding: 50px 1.5rem;
  border-top: 5px solid #FF537E;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.cover h2 {
  color: #7E53FF;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 35px;
  margin-bottom: 22px;
}

.cover p {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 11px;
}

.text-cover {
  max-width: 710px;
  padding: 11px 22px;
  margin: 0 auto;
}

.mock-app {
  position: relative;
}

.mock-app img {
  position: absolute;
  top: -120px;
  left: 0;
}

/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}

.image-responsive {
  max-width: 100%;
}

@media(max-width: 760px) {
  .masthead {
    background: rgba(126,83,255,1);
    padding-bottom: 20px;
  }

  .masthead .logo {
    width: 100%;
    text-align: center;
  }

  .mock-app img {
    position: relative;
    top: 0;
    left: auto;
  }

  .cover {
    padding-top: 30px;
  }
}

.main-privacy {
  padding: 85px 0;
}

.main-privacy p {
  font-size: 14px;
}

.main-privacy h2 {
  color: #7e53ff;
  font-weight: 600;
}

.main-privacy h5 {
  font-size: 0.95rem;
  font-weight: 600;
}

.main-privacy h4 {
  color: #7e53ff;
  font-size: 1.06rem;
  font-weight: 600;
  margin-bottom: 12px;
}