.bg-light {
    background-color: rgba(255, 255, 255, 1)!important;
    border-bottom: 1px solid #f5f5f5;
}

.navbar {
  padding: 7px 60px;
}

.navbar-nav {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.rounded-circle {
  margin-top: 40px;
}
.accolades-text {
  padding-top: 30px;
  font-size: 0.98rem !important;
}

.display-4 {
      font-family: 'Roboto Slab', serif;
      line-height: 1em;
}

.display-4-black {
      font-family: 'Roboto Slab', serif;
      font-size: 3.5rem;
      line-height: 1em;
      color: #4a4a4a;
}

.blog-post-title {
  padding-top: 30px;
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
}

.blog-post-title2 {
  padding-top: 30px;
  color: #4a4a4a;
  font-size: 2rem;
  font-weight: bold;
    font-family: 'Roboto Slab', serif;
  line-height: 1.1em;
}

@media (min-width: 768px){
  .blog-post-title2 {
    line-height: 1.5em;
  }
}

.blog-post p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #727272;
}

@media (min-width: 768px){
  .blog-post p {
    font-size: 1rem;
  }
}

.lead {
    font-size: 16px;
    font-weight: 300;
}

@media (min-width: 768px){
  .lead {
    font-size: 1.25rem;
  }
}


.lead-name {
  font-family: 'Roboto Slab', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1em;
}

.lead-title {
  font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: normal;
    line-height: 1em;
    padding-top: 10px;
}

.lead-black {
    font-size: 16px;
    font-weight: 300;
    color: #4a4a4a;
}

@media (min-width: 768px){
  .lead-black {
    font-size: 1.25rem;
  }
}

.lead-name-black {
  font-family: 'Roboto Slab', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #4a4a4a;
    line-height: 1em;
}

.lead-title-black {
  font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    color: #4a4a4a;
    font-weight: normal;
    line-height: 1em;
    padding-top: 10px;
}

.card-text {
  font-family: 'Open Sans', sans-serif;
    font-size: 0.95rem;
    line-height: 1.1rem;
    font-weight: 700;
}

.photo-img {
  padding-top: 40px;
}

.blog-post {
  margin: 0 5%;
  padding-bottom: 60px;
}

@media (min-width: 768px){
  .blog-post {
    margin: 0 13%;
  }
}

.blog-pagination {
  margin: 30px 0;
}

.article-cover {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    min-height: 0;
    overflow: hidden;
    position: relative;
    background-image: url("../images/37332.jpeg");

}

.artist-main.-with-content-at-top>.artist-content {
    padding: 0;
}

.cover-image-gradient {
    height: 100vh;
    width: 100vw;
    position: absolute;
    z-index: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.55) 0%, transparent 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.55) 0%, transparent 100%);
}

.article-cover-title {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 15px;
}

.article-cover-title {
    color: #fff;
    text-align: center;
}

.continue-article-reading-link {
    bottom: 15px;
    color: #fff;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}

.continue-article-reading-link>i {
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 15px;
    padding: 13px;
}

.article-cover-title .title-wrapper {
    display: inline-block;
    position: relative;
}

 .article-cover-title .title-wrapper {
    max-width: 675px;
    min-width: 370px;
}

.article-cover-title .title-wrapper>.title {
    font-family: 'Open Sans', sans-serif;
    font-size: 52px;
    font-weight: bold;
    line-height: 56px;
    margin: 0 0 20px;
}

.article-cover-title .title-wrapper>.article-cover-summary {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 20px;
}

.browser-desktop .article-cover {
    background-attachment: fixed;
}

.cover-image-gradient {
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.55) 0%, transparent 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.55) 0%, transparent 100%);
}

.wrapper {
  width: 100%;
  height: 85vh;
  margin: 80px 0;
}

.content-wrapper {
  width: 100%;
  height: auto;
  margin: 80px 0;
}



.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #f5f5f5;
    border-radius: none !important;
    margin: 0 !important;
}

.card-img {
    width: 100%;
    border-radius: 0 !important;
}

.card-title {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 1.7em;
}

.card-btn{
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.btn-primary:hover {
  color: #fff;
  background-color: #C36878;
  border-color: #C36878;
  border-radius: none;
}

.btn-primary {
  color: #fff;
  background-color: #d50f67;
  border-color: #d50f67;
  border-radius: none;
}


.intro {
  padding: 0 13%;
  margin-bottom: 40px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5em;
  color: #4a4a4a;
}

.person-intro {
  padding: 0 15%;
  margin-bottom: 40px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  color: #4a4a4a;
}

.person-intro h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding-top: 20px;
}

.profile_tn img {
  width: 100px;
  height: 100px;
}

.answer {
  padding: 0 13%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  color: #4a4a4a;
}

h2 {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
}

.answer h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5em;
  color: #d50f67;
}

.answer p {
  font-style: italic;
}

.answering {
  padding: 50px 0;
}

.answer span img {
  padding-bottom: 10px;
}

.caption {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px !important;
  padding-bottom: 50px;
  line-height: 1.05em !important;
  color: #727272;
}

.card-img-overlay {
    position: absolute;
    top: 30vh;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    z-index: 2;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
.right-text {
  left: 0;
    }
    .lead {
        font-size: 1rem;
        font-weight: 300;
    }


    .lead-name {
      font-family: 'Roboto Slab', serif;
        font-size: 1.5rem;
        font-weight: 700;
        color: #ffffff;
        line-height: 1em;
    }

    .lead-title {
      font-family: 'Open Sans', sans-serif;
        font-size: 0.8rem;
        color: #ffffff;
        font-weight: normal;
        line-height: 1em;
        padding-top: 10px;
    }

    .lead-black {
        font-size: 1rem;
        font-weight: 300;
        color: #4a4a4a;
    }

    .lead-name-black {
      font-family: 'Roboto Slab', serif;
        font-size: 2rem;
        font-weight: 700;
        color: #4a4a4a;
        line-height: 1em;
    }

    .lead-title-black {
      font-family: 'Open Sans', sans-serif;
        font-size: 0.8rem;
        color: #4a4a4a;
        font-weight: normal;
        line-height: 1em;
        padding-top: 10px;
    }

}
@media (max-width: 768px) {
.col-sm-15 {
        width: 100%;
        float: left;
    }

    .web-title p {
      font-family: 'Roboto Slab', serif;
      font-weight: bold;
      font-size: 1rem !important;
      line-height: 1em !important;
      color: #4a4a4a;
    }

    .card-text {
      font-family: 'Open Sans', sans-serif;
        font-size: 1rem;
    }

    .display-4 {
      font-family: 'Roboto Slab', serif;
        font-size: 2rem !important;
        font-weight: 700;
        color: #ffffff;
        font-size: 4rem;
    }
    .display-4-black {
      font-family: 'Roboto Slab', serif;
        font-size: 2rem !important;
        font-weight: 700;
        color: #4a4a4a;
    }

    .lead-name {
      font-family: 'Roboto Slab', serif;
        font-size: 1.5rem;
        font-weight: 700;
        color: #ffffff;
        line-height: 1em;
    }
    .lead-name-black {
      font-family: 'Roboto Slab', serif;
        font-size: 1.5rem;
        font-weight: 700;
        color: #4a4a4a;
        line-height: 1em;
    }
    .card-title {
      font-family: 'Roboto Slab', serif;
        font-size: 3.5rem;
    }

}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



.footer {
  margin: 0;
  border-top: 1px solid #f0f0f0;
  height: 63vh;
}

.footer-wrapper {
  padding: 80px 0;
}

.footer-wrapper h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #d50f67;
}

@media (min-width: 480px){
  .footer-wrapper h2 {
    font-size: 32px;
    font-weight: 700;
  }
}

.footer-wrapper p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #4a4a4a;
}

.footer-wrapper .social {
  padding-top: 20px;
}

.social-icons span {
  padding: 0 20px !important;
  font-size: 16px;
}

.appstore span {
  padding: 0 !important;
  margin: 10px 0;
  font-size: 16px;
  display: block;
}

@media (min-width: 480px){
  .appstore span {
    display: inline;
    padding: 0 20px !important;
    margin: 0;
  }
}

.copyright span {
  font-size: 12px;
  padding-top: 30px !important;
}



.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    border-radius: 0;
    margin-top: 20px;
}

.cover {
    max-width: 100%;
    height: 680px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.home-img {
  background-image: url("../images/home-img.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cover01 {
  background-image: url("../images/Athena_cover.jpg");
  background-position: center 9%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cover02 {
  background-image: url("../images/Amrita_cover.jpg");
  background-position: center 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cover03 {
  background-image: url("../images/Sawitree_cover.jpg");
  background-position: center 9%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cover04 {
  background-image: url("../images/Silva_cover.jpg");
  background-position: center 9%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cover05 {
  background-image: url("../images/Carol_cover.jpg");
  background-position: center 9%;
  background-size: cover;
  background-repeat: no-repeat;
}

.display-3 {
  position: absolute;
  top: 33%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 72px;
}

.web-title p {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 18px;
  color: #4a4a4a;
}

.imglist {
  margin-top: 60px;
}

.btn-sm {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px !important;
  color: #ffffff;
  border: 1px solid #d50f67;
  border-radius: 0;
}

.btn-sm:hover {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px !important;
  background-color: #d50f67;
  color: #ffffff;
  border: 1px solid #d50f67;
}

.btn-log {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px !important;
  color: #b6b6b6;
  border: none;
}

.btn-log:hover {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px !important;
  color: #ffffff;
  border: none;
  border-radius: 0;
}

.right-text {
  left: 50%;
}

@media (min-width: 768px){
  .switch-screen-right-text{
    left: 50%;
  }
}

.header-wrapper{
  margin: 16px auto 0;
}

@media (min-width: 768px){
  .header-wrapper{
    margin: 16px auto 30px;
  }
}

.pixerf-logo{
  display: inline-block;
}

.welcome-womendate{
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 16px;
  color: #4a4a4a;

  display: inline-block;
  float: right;
  line-height: 18px;
  max-width: 120px;
}

.candidate-item{
  position: relative;
  font-size: 16px;
  width: 100%;
  border: 1px solid white;
  height: 100vh;
}

.candidate-item img{
  width: 100%;
}

.candidate-info{
  font-family: 'Roboto Slab', serif;
  position: absolute;
  bottom: 80px;
  color: white;
  padding: 20px 13px;
}

@media (min-width: 768px){
  .candidate-info{
    bottom: 30px;
  }
}

.candidate-name{
  font-family: 'Roboto Slab', serif;
  font-size: 56px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 12px;
}

.cadidate-type{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 17.6px;
  font-weight: bold;
  margin-bottom: 16px;
}

.cadidate-role{
  font-size: 12px;
}

.candicate-read-btn{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  line-height: 18px;
  color: #ffffff;
  border: 1px solid #d50f67;
  background-color: #d50f67;
  border-radius: 0;
  padding: 0 20px;
  height: 36px;
}

.women-to-watch{
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 56px;
  line-height: 1.1em;
  color: #4a4a4a;
}

@media (min-width: 768px){
  .women-to-watch{
    line-height: 1.5em;
  }
}

.blog-post-content-women {
  padding-top: 0;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  margin-top: 40px;
}

@media (min-width: 768px){
  .blog-post-content-women {
    margin-top: 20px;
  }
}

.women-wrapper{
  overflow: hidden;
}

@media (min-width: 768px){
  .candidate-info{
    padding: 20px;
  }
  .candidate-name{
    font-size: 1.7em;
    line-height: 1.2;
  }
  .cadidate-type{
    font-size: 15px;
  }
  .candidate-item{
    float: left;
    width: 20%;
    height: auto;
  }

  .welcome-womendate{
    font-size: 18px;
    line-height: 44px;
    max-width: none;
  }

  .header-wrapper{
    height: 44px;
    line-height: 44px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .candidate-name{
    font-size: 1.4em;
  }
  .candidate-info{
    padding: 20px 10px;
  }
}

.btn-outline-secondary {
  border-radius: 0;
}


.btn-secondary {
    color: #fff;
    background-color: #d50f67;
    border-color: #d50f67;
    border-radius: 0;
}
