.mecut img {
    width: 83%;
}

.container-aboutme {
    margin: 0 15%;
}

/*.aboutme {
    margin: 3% 13% 10% 10%;
}*/

.aboutme-title p {
    font-family: playfair-display, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 64px;
    line-height: 1.2;
    margin: 0;
}

.aboutme-ph p {
    color: #666666;
    font-size: 18px;
}

/*.aboutme-bg {
    position: absolute;
    height: 9vw;
    top: 47.8vw;
    background-color: var(--color-main);
    z-index: -1;
}
*/

.maillink {
    color: var(--color-secondary);
    text-decoration: underline;
}

.maillink:hover {
    color: var(--color-main);
}

.title-margin {
    margin-top: 10em;
}

.resume-left {
    padding-right: 7%;
}

.resume-left img {
    width: 95%;
}

.resume-left h1 {
    color: var(--color-secondary);
    font-size: 64px;
}

.resume-bar img {
    width: 35%;
}

.resume-right h1 {
    color: var(--color-secondary);
    font-size: 64px;
}

/*.sec-experience {
    margin-top: 5em;
}
*/

.experience-title p:first-child {
    color: #A9A9A9;
    margin-bottom: 0;
    margin-top: 0;
}

.experience-title p:nth-child(2) {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.experience-title p:nth-child(3) {
    font-weight: 500;
    margin-top: 0;
}

.list ul{
    list-style-type: none;
    font-family: astoria-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    /*letter-spacing: 0.2%;*/
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.list li {
    margin-bottom: 0.3em;
}

.aboutme-margin {
    margin: 1% 0 15em 0;
} 

.education p:first-child {
    color: #A9A9A9;
    margin-bottom: 0;
    margin-top: 0;
}

.education p:nth-child(2) {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.education p:nth-child(3) {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

.education {
    margin-right: 1em;
}

.education-row {
    margin-bottom: 15em;
}

.resume-link {
    font-size: 18px;
    background: linear-gradient(transparent 50%, var(--color-secondary) 50%) no-repeat;
    width: max-content;
    padding: 0 1%;
    font-family: 'astoria-sans';
    font-weight: 400;
    margin-bottom: 96px;
}

.footer {
    margin-top: 0;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 1030px) {
 
p {
  font-family: astoria-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  /*letter-spacing: 0.2%;*/
  font-size: 16px;
}

.container-aboutme {
  margin: 0 8%;
}

.aboutme-ph p {
    font-size: 16px;
}

.aboutme {
    margin: 8% 8% 10% 8%;
}

.aboutme-title p {
    font-size: 48px;
}

.resume-link {
    margin-bottom: 48px;
}

.resume-left h1 {
    font-size: 48px;
}

.resume-right h1 {
    font-size: 48px;
}

.mecut img {
    width: 100%;
    margin-top: 25vh;
}

.aboutme-bg {
    display: none;
}

.sec-experience {
    margin-top: 3e*/m;
}

.margin-top{
   margin-top: 1em;
}

.education-row {
    margin-bottom: 8em;
}

.list ul{ 
    font-size: 16px;
}



}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

p {
  font-family: astoria-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  /*letter-spacing: 0.2%;*/
  font-size: 16px;
}

.container-casestudy {
  margin: 0 8%;
}

.mecut img {
    width: 50%;
    margin-top: 10vh;
    transform: translate(50%, 0%);
    margin-left: 0;
    margin-right: auto;
}

.aboutme-title p {
    font-size: 48px;
}

.aboutme {
    margin: 24px 0;
}

.resume-bar img {
    display: none;
}

.mobile-margin-top {
    margin-top: 24px;
}

.mobile-margin-top-large {
    margin-top: 72px;
}

.resume-left h1 {
    font-size: 48px;
}

.resume-left {
    padding-right: 0;
}

.resume-right h1 {
    font-size: 48px;
}

.education-row {
    margin-bottom: 5em;
}

.experience p:nth-child(2) {
    font-size: 20px;
}

.education p:nth-child(2) {
    font-size: 20px;
}

.resume-link {
    margin: 24px 0 120px 0;
}


}



/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}