.card {
    border: none !important;
    /*text-align: center;*/
    font-size: 40px;
}
.document {
    width: 100%;
    height: 1010px;
}
.resume-download p {
    padding-top: 20px;
}
.doc-wrap {
    -moz-box-shadow:    -3px 5px 16px -2px #ccc;
  -webkit-box-shadow: -3px 5px 16px -2px #ccc;
      box-shadow: -3px 5px 16px -2px #ccc;
    padding: 60px;
    display: none;
}
.contact-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 100px;
}
.profile-img {   
    border-radius: 50%;
    max-width: 100vw;
    max-height: 74vw;
    width: 250px;
    margin: 20px 0 30px;
    object-fit: cover;
    object-position: top;
    height: 250px;
}
.profile-wrapper {
    display: flex;
    justify-content: center;
}
.resume-download {
    text-align: center;
    font-size: 25px;
    color: #1785ff;
    text-decoration: none !important;
}
.center-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #bce0ec;
}
#accordion {
    height: 100vh;
}
.card-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    border-radius: 0 !important;
}
.center-item p {
    margin: 0;
    padding: 0;
}
body,html {
    background: #bce0ec;
}
a:hover {
    text-decoration: none;
}
.card-body {
    padding: 2.25rem;
}
.text {
    text-align: left;
    font-size: 20px;
}
.card-link {
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.card-link:hover {
    color: white;
}
.about-me .card-header {
    background: #bce0ec;
}
.resume .card-header {
    background: #91C3EA;
}
.portfolio .card-header {
    background: #73a7d8;
}
.contact .card-header {
    background: #5b9ce6;
}
.refs .card-header {
    background: #4F8ACD;
}
.refs-container {
    padding: 0 10px;
}
.table-container td {
    padding: 5px 30px 15px 0;
    font-size: 18px;
}
#collapseFive {
    margin: 40px 0;
}
.heading {
    color: black !important;
    font-size: 20px;
    text-align: left;
    font-weight: 300 !important;
    margin-bottom: 15px;
}
p {
	margin-top: 0;
	margin-bottom: 0;
}

h3, .heading {
	color: #B8565F;
	font-weight: bold;
    letter-spacing: 1.1;
	/*-webkit-text-fill-color: #c9ffb5;*/
	/*text-transform: uppercase;*/
}

.entry {
	margin-bottom: 5px;
}

.highlight {
    font-weight: bold;
}

/* digital portfolio*/
.project {
  width: 30%;
  overflow: auto;
  float: left;
  margin-right: 5%;
  margin-bottom: 15px;
}

@media screen and (min-width: 868px) {
  .project {
    width: 30%;
    overflow: auto;
    float: left;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 25px;
  }

  .project:nth-child(3n+1) {
    clear: left;
  }

  .project:nth-child(3n+3) {
    clear: right;
    margin-right: 0;
  }
}

.projimg, .project img {
    width: 100%;
    height: 182px;
    object-fit: cover;
}

.projectinfo {
  width: 100%;
  margin-top: 5px;
  line-height: 1.4em;
  font-weight: 300;
}

.project-title {
  width: 100%;
}

.project-title h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.which-pub {
  color: #706EE1;
}

#digital {
  font-size: 1em;
}

@media screen and (max-width: 867px) {
  .project {
    width: calc(95%/2);
    margin-bottom: 20px;
  }
  .project:nth-child(2n+1) {
    clear: left;
    margin-right: calc(5%/1);
  }

  .project:nth-child(2n) {
    clear: right;
    margin-right: 0;
  }
}

@media screen and (max-width: 520px) {
  .project {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.doc-mobile {
    max-width: 50vw;
    -webkit-appearance: none;
    box-shadow: -4px 6px 17px 0px #0000002b;
    -moz-box-shadow: -4px 6px 17px 0px #0000002b;
    -webkit-box-shadow:-4px 6px 17px 0px #0000002b;
}
.doc-container {
    justify-content: center;
    display: flex;
}
@media(max-width: 1199px){
    .doc-wrap {
        display: none;
    }
    .doc-container {
        display: flex;
    }
}
.tbl-header {
    border-bottom: 1px solid black;
}
.tbl-header td {
    padding-bottom: 8px;
    font-size: 16px;
}