@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
  }

  .lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
  }

  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  .lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
  }

  .lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
  }

  .lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
  }

  .lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
  }

  .lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
  }

  .lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
  }


  .dm-serif-text-regular {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
  }

  .dm-serif-text-regular-italic {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: italic;
  }


body {
    color: #515A60;
    background: #efefef;
}

body, body * {
    /* font-weight: 400 !important; */
}

/**
 * Header
 ********************************************/

header {
    background-color: #fff;
}

.header-social {
    border-bottom: 1px dashed #e7e7e7;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-title {
    padding-top:10px;
    padding-bottom:10px;
}

.header-title img {
    width: 140px;
}

.header-title a {
    color: #ba4c8a;
    font-size: 20px;
    text-decoration: none;
}

.header-title a:hover {
    text-decoration: none;
}

.header-title span {
    font-size: 30px;;
}

.header-title i {
    font-size: 24px;;
}

/**
 * Footer
 ********************************************/

footer {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

.footer-title {
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
    margin-bottom: 30px;
}

.footer-title span {
    font-size: 30px;;
}

.footer-title i {
    font-size: 24px;;
}

/**
 * body
 ********************************************/

.body {
    margin-top: 20px;
}

.body .card-primary {
    margin-bottom: 30px;
    padding-bottom: 30px;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px dashed #ccc !important;
}

.body .card-primary img {
    filter: brightness(0.5);
    border: none;
}


.body .card-primary a h4 {
    color: #fff;
}

.body .card-primary a:hover h4 {
    text-decoration:underline;
}

.body .card-primary p {
    color: #fff;
}

.body .card-more-articles {
    border-bottom: 1px dashed #ccc !important;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.body .card-more-articles:last-child {
    border-bottom: none !important;
}

.body .card-more-articles .card-more-articles-img {
    vertical-align: middle;
}

.body .card-more-articles .card-more-articles-img img {
    width: 120px;
    margin: auto auto;
}

.body .resume {
    /* padding: 10px; */
    /* background-color: #dddcdc; */
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}


.card-secondary {
    border: none;
    background-color: transparent;
}

/**
 * misc
 ********************************************/
.category {
    text-transform: uppercase;
    font-size: 12px;
    color: #f00
}

a {
    text-decoration: none;
    color: #515A60;
}

a:hover {
    text-decoration: underline;
}

.copyright {
    margin-top:10px;
    padding-top:10px;
    border-top: 1px dashed #ccc;
    font-size:14px;
}

/**
 * bootstrap
 ********************************************/


.badge {
    font-weight: 400 !important;
}



@media screen and (min-width: 600px) {
    .header-title img {
        width: 100px !important;
    }
}
