.showMobile {
    text-align: left;
    display:none;
}

.showDesktop {
    
}

.cvstats {
    padding: 2em;
    width: 30%;
}

.cv {
    padding: 2em;
    width: 70%;
}

.cvDiv {
    padding: 1em;
    margin-bottom: 1.5em;
}

.cvWhat {
    font-size: 1.25em;
    padding-bottom: 0.5em;
    font-weight: bold;
}

.cvWhere {
    font-size: 1.125em;
    
}

.cvWhen {
    font-size: 1em;
    font-style: italic;
    color: var(--px-dark-blue);
}

.achievementsTasks {
    list-style-type: disc;
    list-style-position: outside;
    margin-top: 10px;;
    margin-left: 30px;
}

.achievementsTasks li:after {
    color: var(--px-dark-blue);
    content: ";";
}

.publication {
    list-style-type: none;
    list-style-position: outside;
    margin-top: 10px;;
    margin-left: 30px;
}

.paixsn {
    padding: 2em;
    width: 100%;
}

.profileimg {
    height: auto;
    width: 20vw;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    border: thick solid;
    color: var(--px-dark-blue);
}

.cvstatstable {
    padding-bottom: 1em;
}

.cvstatstable td {
    vertical-align: top;
}

.italicBlue {
    font-style: italic;
    color: var(--px-dark-blue);
}

.marginBottom {
    margin-bottom: 1em;
}

.designation {
    padding-bottom: 1em;
}

.designation h2 {
}

.designation h3 {
    font-style: italic;
    font-weight: normal;
}

.shortDescription{
    font-size: 1.25em;
}

hr {
    color: var(--px-dark-blue);
}

.btn {
  background-color: rgb(137, 43, 253);
  border: none;
  border-radius: 20px;
  color: white;
  font-size: 20px;
  margin-top: 50px;
  width: 90%;
  max-width: 300px;
  padding: 14px 28px;
  text-align: center;
  cursor: pointer;
}

.btn:hover {
  background-color: #8205B4;
}

@media screen and (max-width: 950px) {
    .cvstats {
        width: 100%;
    }

    .cv {
        width: 100%;
    }
    
    .showMobile {
        display:block;
    }
    
    .profileimg {
        width: 40vw;
        margin-left: 5em;
    }
    
    .showDesktop {
        display:none;
    }
    
    .flex-container {
      flex-flow: column;
    }
}
