body {
    background-color: #171617;
    background-image: url("../../../images/biophoto.jpg");
    background-size: cover;
    background-attachment: fixed;
}
.container {
    width: 100%;
    height: 100%;
}
.content {
    width: 100%;
    height: 100%;
    max-width: 318.4px;
    margin: 0 auto 70px auto;
}

h1 {
    color: white;
    font-family: nunito;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 50px 10px;
}
.about-section {
    width: 100%;
    height: 100%;
}

.about-section .section-text {
    border-radius: 8px;
    width: 100%;
    height: 80%;
}
.section-text #cv-text, .section-text #bio-text {
    padding: 15px;
    width: 100%;
    color: white;
    font-family: nunito;
    font-size: 15px;
}
.section-text b {
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    h1 {
        font-size: 33px;
        font-weight: 600;
        padding: 60px 10px;
    }
    .content {
        max-width: 530px;
    }
    .about-section .section-text {
        border-radius:10px;
    }
    .section-text #cv-text, .section-text #bio-text  {
        padding: 16px;
        font-size: 16px;
    }
    .section-text b {
        font-size: 17px;
    }
}
@media only screen and (min-width: 992px) {
    h1 {
        font-size: 36px;
        font-weight: 300;
        padding: 67px 10px;
    }
    .content {
        max-width: 720px;
    }
    .about-section .section-text {
        border-radius: 13px;
    }
    .section-text #cv-text, .section-text #bio-text  {
        padding: 17px;
        font-size: 17px;
    }
    .section-text b {
        font-size: 19px;
    }
}
@media only screen and (min-width: 1200px) {
    h1 {
        font-size: 38px;
        font-weight: 300;
        padding: 74px 10px;
    }
    .content {
        max-width: 865px;
    }
    .about-section .section-text {
        border-radius: 16px;
    }
    .section-text #cv-text, .section-text #bio-text  {
        padding: 18px;
        font-size: 18px;
    }
    .section-text b {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1440px) {
    h1 {
        font-size: 40px;
        font-weight: 100;
        padding: 78px 10px;
    }
    .content {
        max-width: 1050px;
    }
    .about-section .section-text {
        border-radius:18px;
    }
    .section-text #cv-text, .section-text #bio-text  {
        padding: 19px;
        font-size: 19px;
    }
    .section-text b {
        font-size: 21px;
    }
}
@media only screen and (min-width: 1700px) {

    h1 {
        font-size: 42.53px;
        padding: 82px 10px;
    }
    .content {
        max-width: 1200px;
    }
    .about-section .section-text {
        border-radius: 20px;
    }
    .section-text #cv-text, .section-text #bio-text  {
        padding: 20px;
        font-size: 20px;
    }
    .section-text b {
        font-size: 23px;
    }
}
