/* Personal CSS Styles */
* {
    box-sizing: border-box;
}
*:focus {
    box-shadow: none !important;
}
*:focus-visible {
    outline: none !important;
}
::selection {
	color: #ffffff;
	background-color: #842d40;
}
body {
    margin: 0;
    padding: 0;
    cursor: default;
    overflow-x: hidden;
}
h2 {
    font-family: "QwitcherGrypen-Bold";
}
/* ----- ScrollBar ----- */
body::-webkit-scrollbar {
    width: 7px;
}
body::-webkit-scrollbar-thumb {
	background-color: #842d40;
	border: 1px dashed #ffffff;
}
body::-webkit-scrollbar-track {
    background: #cccccc;
}
/* ----- Hero & Hero Members ----- */
#hero {
    background-image: url("../images/hero-image.jpg");
}
#hero-members {
    background-image: url("../images/bg-project-k.png");
}
#hero,
#hero-members {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* --- Nav --- */
#hero nav,
#hero-members nav {
    background-color: #eeeeee;
    opacity: 0.925;
    -webkit-box-shadow: 0px 0px 30px 3px #844c3f; 
    box-shadow: 0px 0px 30px 3px #844c3f;
    margin-bottom: 30px;
}
#hero nav a.navbar-brand,
#hero-members nav a.navbar-brand {
    font-family: "QwitcherGrypen-Bold";
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    padding-top: 0;
    padding-bottom: 0;
    text-shadow: 1px 1px 3px #844c3f;
    transition: color .4s ease;
}
#hero nav a.navbar-brand:hover,
#hero-members nav a.navbar-brand:hover {
    color: #844c3f;
}
#hero .navbar-toggler,
#hero .navbar-toggler:focus,
#hero-members .navbar-toggler,
#hero-members .navbar-toggler:focus {
    box-shadow: 1px 1px 5px #844c3f !important;
}
#hero #navbarYllanes .navbar-nav:first-child li a,
#hero-members #navbarYllanes .navbar-nav:first-child li a {
    font-family: "Montserrat-Medium";
    font-size: 16px;
    color: #333333;
    text-shadow: 1px 1px 3px #844c3f;
    transition: color .4s ease;
}
#hero #navbarYllanes .navbar-nav:first-child li a:hover,
#hero-members #navbarYllanes .navbar-nav:first-child li a:hover {
    color: #844c3f;
}
#hero #navbarYllanes .navbar-nav:last-child li a i,
#hero-members #navbarYllanes .navbar-nav:last-child li a i {
    color: #333333;
    transition: color .4s ease;
    text-shadow: 1px 1px 5px #844c3f;
}
#hero #navbarYllanes .navbar-nav:last-child li a i:hover,
#hero-members #navbarYllanes .navbar-nav:last-child li a i:hover {
    color: #844c3f;
}
/* --- Media Player --- */
#player {
    padding-bottom: 30px;
}
.player-card {
    border-radius: 5px !important;
    background-color: #eeeeee;
    opacity: 0.925;
    -webkit-box-shadow: 0px 0px 30px 3px #4c7891; 
    box-shadow: 0px 0px 30px 3px #4c7891;
}
.cover-img {
    width: 100%;
    object-fit: cover;
}
.card-body,
#currentTime,
#durationTime {
    font-family: "Montserrat-Bold";
    color: #333333;
}
input[type="range"]#progressBar::-webkit-slider-thumb,
input[type="range"]#volumeBar::-webkit-slider-thumb {
    background: #4c7891;
}
input[type="range"]#progressBar:focus::-webkit-slider-thumb,
input[type="range"]#volumeBar:focus::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px 4px rgba(109, 163, 185, .4)
}
input[type="range"]#progressBar::-moz-range-thumb,
input[type="range"]#volumeBar::-moz-range-thumb {
    background: #4c7891;
}
input[type="range"]#progressBar:focus::-moz-range-thumb,
input[type="range"]#volumeBar:focus::-moz-range-thumb {
    box-shadow: 0px 0px 0px 4px rgba(109, 163, 185, .4)
}
.bi-volume-down-fill,
.bi-volume-up-fill {
    color: #333333;
}
.btn-outline-secondary {
    width: 50px;
    height: 50px;
    border: 1px solid #6da3b9 !important;
    padding-top: 7px !important;
}
.btn-outline-secondary i {
    color: #6da3b9;
}
.btn-outline-secondary:hover {
    background-color: #6da3b9 !important;
}
.btn-outline-secondary:hover i {
    color: #ffffff !important;
}
.btn-primary {
    width: 70px;
    height: 70px;
    border: 1px solid #842d40 !important;
    background-color: #842d40 !important;
    padding-left: 12.5px !important;
}
.btn-primary:hover {
    background-color: transparent !important;
}
.btn-primary:hover i {
    color: #842d40 !important;
}
.shadow-sm {
    font-family: "Montserrat-Medium";
    border-radius: 5px !important;
    background-color: #eeeeee;
    opacity: 0.925;
    -webkit-box-shadow: 0px 0px 30px 3px #4c7891 !important; 
    box-shadow: 0px 0px 30px 3px #4c7891 !important;
}
.card-header {
    background-color: #842d40 !important;
    color: #ffffff !important;
    border-bottom: 2px solid #ffffff !important;
}
.playlist-item {
    cursor: pointer;
    transition: background-color 0.4s;
}
.playlist-item:hover {
    background-color: #4c7891;
    border-color: #ffffff !important;
    color: #ffffff;
}
.playlist-item.active {
    background-color: #4c7891 !important;
    border-color: #ffffff !important;
    color: #ffffff;
}
@media screen and (min-width: 576px) {
    #hero nav,
    #hero-members nav {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    #hero nav a.navbar-brand,
    #hero-members nav a.navbar-brand {
        margin-left: var(--bs-navbar-brand-margin-end);
    }
}
@media screen and (min-width: 576px) and (max-width: 991.99px) {
    #hero nav,
    #hero-members nav {
        margin-right: 20px;
        margin-left: 20px;
    }
}
@media screen and (max-width: 991.99px) {
    .player-card {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199.99px) {
    #hero nav,
    #hero-members nav {
        margin-right: 25px;
        margin-left: 25px;
    }
}
@media screen and (min-width: 1200px) {
    #hero nav,
    #hero-members nav {
        margin-right: 30px;
        margin-left: 30px;
    }
}
/* ----- Biography ----- */
#biography {
    font-family: "Montserrat-Regular";
    background-color: #ffffff;
    text-align: center;
    color: #333333;
}
#biography .row {
    justify-content: center;
    align-items: center;
}
#biography h2 {
    text-shadow: 2px 2px 3px #4c7891;
}
#biography img {
    filter: drop-shadow(5px 5px 4px #4c7891);
}
@media screen and (max-width: 575.99px) {
    #biography {
        padding: 30px 30px 50px;
        font-size: 16px;
    }
    #biography br:not(:first-child) {
        display: none;
    }
    #biography h2 {
        font-size: 48px;
    }
    #biography img {
        margin-top: 20px;
    }
}
@media screen and (min-width: 576px) and (max-width: 991.99px) {
    #biography {
        padding: 30px 30px 50px;
        font-size: 20px;
    }
    #biography h2 {
        font-size: 60px;
    }
    #biography img {
        margin-top: 20px;
        width: 300px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199.99px) {
    #biography {
        padding: 40px;
        font-size: 18px;
    }
    #biography h2 {
        font-size: 60px;
    }
    #biography img {
        width: 270px;
    }
}
@media screen and (min-width: 1200px) {
    #biography {
        padding: 50px;
        font-size: 20px;
    }
    #biography h2 {
        font-size: 64px;
    }
    #biography .row [class|="col"]:last-child {
        text-align: left;
    }
    #biography img {
        width: 300px;
    }
}
/* ----- Project K ----- */
#project-k {
    background-image: url("../images/bg-project-k.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Montserrat-Medium";
    color: #ffffff;
    text-align: justify;
}
#project-k h2 {
    text-align: center;
    text-shadow: 2px 2px 3px #842d40;
}
#project-k ul li {
    list-style-type: square;
}
/* --- PDF Button --- */
.btn-download-pdf {
    position: relative;
    overflow: hidden;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    background: linear-gradient(135deg, #dc3545 0%, #9b1c2e 100%);
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
    transition: all 0.3s ease-in-out;
}
.btn-download-pdf:hover {
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.6);
    color: #ffffff !important;
    background: linear-gradient(135deg, #e44d5c 0%, #b82537 100%);
}
.btn-download-pdf:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(220, 53, 69, 0.4);
}
.btn-download-pdf::after {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 20%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    transition: 0.75s;
}
.btn-download-pdf:hover::after {
    left: 120%;
}
.btn-download-pdf:hover .bi-arrow-down-curve {
    animation: bounce 1s infinite;
}
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(3px); }
}
@media screen and (max-width: 575.99px) {
    #project-k {
        padding: 30px 15px 50px;
        font-size: 16px;
    }
    #project-k h2 {
        font-size: 48px;
    }
    .btn-download-pdf {
        margin-top: 15px;
    }
}
@media screen and (min-width: 576px) and (max-width: 991.99px) {
    #project-k {
        padding: 30px 30px 50px;
        font-size: 20px;
    }
    #project-k h2 {
        font-size: 60px;
    }
    .btn-download-pdf {
        margin-top: 10px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199.99px) {
    #project-k {
        padding: 40px 100px 60px;
        font-size: 18px;
    }
    #project-k h2 {
        font-size: 60px;
    }
    .btn-download-pdf {
        margin-top: 15px;
    }
}
@media screen and (min-width: 1200px) {
    #project-k {
        padding: 50px 300px 70px;
        font-size: 18px;
    }
    #project-k h2 {
        font-size: 64px;
    }
    .btn-download-pdf {
        margin-top: 20px;
    }
}
/* ----- Members ----- */
#members {
    text-align: center;
}
#members img:hover {
    cursor: pointer;
}
@media screen and (max-width: 575.99px) {
    #members {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #members img {
        max-width: 300px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767.99px) {
    #members {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    #members img {
        max-width: 350px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991.99px) {
    #members {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #members img {
        max-width: 250px;
    }
}
@media screen and (min-width: 992px) {
    #members img {
        max-width: 300px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199.99px) {
    #members {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media screen and (min-width: 1200px) {
    #members {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
/* ----- Actions ----- */
#actions {
    width: 100%;
    background-color: #842d40;
    text-align: center;
}
#actions h2 {
    color: #ffffff;
    text-shadow: 2px 2px 3px #4c7891;
}
#actions iframe {
    width: 100%;
    height: 600px;
    border: none;
}
@media screen and (max-width: 575.99px) {
    #actions {
        padding: 30px 0px 50px;
    }
    #actions h2 {
        font-size: 48px;
    }
    #actions iframe {
        height: 400px;
    }
}
@media screen and (min-width: 576px) and (max-width: 991.99px) {
    #actions {
        padding: 30px 0px 50px;
    }
    #actions h2 {
        font-size: 60px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199.99px) {
    #actions {
        padding: 40px;
    }
    #actions h2 {
        font-size: 60px;
    }
}
@media screen and (min-width: 1200px) {
    #actions {
        padding: 50px 0px 70px;
    }
    #actions h2 {
        font-size: 64px;
    }
}
/* ----- Platforms ----- */
#platforms {
    width: 100%;
    background-image: url("../images/bg-platforms.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
#platforms h2 {
    color: #ffffff;
    text-shadow: 2px 2px 3px #842d40;
}
/* --- Cards --- */
.card-youtube,
.card-spotify,
.card-apple,
.card-deezer,
.card-distrokid,
.card-anghami {
    width: 100%;
    height: 100% ;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transform-style: preserve-3d;
}
.hover-youtube,
.hover-spotify,
.hover-apple,
.hover-deezer,
.hover-distrokid,
.hover-anghami {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.6s;
}
.card-youtube:hover .hover-youtube,
.card-spotify:hover .hover-spotify,
.card-apple:hover .hover-apple,
.card-deezer:hover .hover-deezer,
.card-distrokid:hover .hover-distrokid,
.card-anghami:hover .hover-anghami {
    opacity: 1;
}
.card-youtube:hover .hover-youtube,
.card-spotify:hover .hover-spotify,
.card-apple:hover .hover-apple,
.card-deezer:hover .hover-deezer,
.card-distrokid:hover .hover-distrokid,
.card-anghami:hover .hover-anghami {
    top: 40%;
}
@media screen and (max-width: 575.99px) {
    #platforms {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    #platforms h2 {
        font-size: 48px;
        margin-bottom: 30px;
    }
    #platforms .row:nth-child(2) > div:nth-child(-n+3){
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767.99px) {
    #platforms {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    #platforms h2 {
        margin-bottom: 40px;
    }
    #platforms .row:nth-child(2) > div:nth-child(-n+3) {
        margin-bottom: 25px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991.99px) {
    #platforms {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    #platforms h2 {
        margin-bottom: 30px;
    }
    #platforms .row:nth-child(2) > div:nth-child(-n+3) {
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 576px) and (max-width: 1199.99px) {
    #platforms h2 {
        font-size: 60px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199.99px) {
    #platforms {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    #platforms h2 {
        margin-bottom: 40px;
    }
    #platforms .row:nth-child(2) > div:nth-child(-n+3) {
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199.99px) {
    .card-youtube,
    .card-spotify,
    .card-apple {
        margin-bottom: 35px;
    }
}
@media screen and (min-width: 1200px) {
    #platforms {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #platforms h2 {
        font-size: 64px;
        margin-bottom: 40px;
    }
    #platforms .row:nth-child(2) {
        margin-bottom: 20px;
    }
}
/* --- Youtube Card --- */
.card-youtube {
    background-image: url("../images/platforms/bg-youtube.png");
    border: 3px solid #ff0000;
}
.hover-youtube {
    background-image: url('../images/platforms/hover-youtube.png');
}
.card-youtube:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url("../images/platforms/bg-youtube.png");
    border: 3px dashed #ff0000;
}
/* --- Spotify Card --- */
.card-spotify {
    background-image: url("../images/platforms/bg-spotify.png");
    border: 3px solid #1ed760;
}
.hover-spotify {
    background-image: url('../images/platforms/hover-spotify.png');
}
.card-spotify:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url("../images/platforms/bg-spotify.png");
    border: 3px dashed #1ed760;
}
/* --- Apple Card --- */
.card-apple {
    background-image: url("../images/platforms/bg-apple.png");
    border: 3px solid #fb5971;
}
.hover-apple {
    background-image: url('../images/platforms/hover-apple.png');
}
.card-apple:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url("../images/platforms/bg-apple.png");
    border: 3px dashed #fb5971;
}
/* --- Deezer Card --- */
.card-deezer {
    background-image: url("../images/platforms/bg-deezer.png");
    border: 3px solid #a238ff;
}
.hover-deezer {
    background-image: url('../images/platforms/hover-deezer.png');
}
.card-deezer:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url("../images/platforms/bg-deezer.png");
    border: 3px dashed #a238ff;
}
/* --- Distrokid Card --- */
.card-distrokid {
    background-image: url("../images/platforms/bg-distrokid.png");
    border: 3px solid #cfe317;
}
.hover-distrokid {
    background-image: url('../images/platforms/hover-distrokid.png');
}
.card-distrokid:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url("../images/platforms/bg-distrokid.png");
    border: 3px dashed #cfe317;
}
/* --- Anghami Card --- */
.card-anghami {
    background-image: url("../images/platforms/bg-anghami.png");
    border: 3px solid #04c5df;
}
.hover-anghami {
    background-image: url('../images/platforms/hover-anghami.png');
}
.card-anghami:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url("../images/platforms/bg-anghami.png");
    border: 3px dashed #04c5df;
}
/* ----- Notícies ----- */
#news {
    width: 100%;
    background-color: #4c7891;
    text-align: center;
}
#news h2 {
    color: #ffffff;
    text-shadow: 2px 2px 3px #842d40;
}
#news iframe {
    width: 100%;
    height: 600px;
    border: none;
}
/* --- News Button --- */
.btn-view-news {
    position: relative;
    overflow: hidden;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 30px !important;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    background: linear-gradient(135deg, #b6bd02 0%, #6f7301 100%);
    box-shadow: 0 4px 15px rgba(182, 189, 2, 0.4);
    transition: all 0.3s ease-in-out;
}
.btn-view-news:hover {
    box-shadow: 0 8px 25px rgba(182, 189, 2, 0.6);
    color: #ffffff !important;
    background: linear-gradient(135deg, #898e01 0%, #5d6001 100%);
}
.btn-view-news:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(182, 189, 2, 0.4);
}
.btn-view-news::after {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 20%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    transition: 0.75s;
}
.btn-view-news:hover::after {
    left: 120%;
}
.btn-view-news:hover .bi-arrow-down-curve {
    animation: bounce 1s infinite;
}
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(3px); }
}
@media screen and (max-width: 575.99px) {
    #news {
        padding: 30px 0px 50px;
    }
    #news h2 {
        font-size: 48px;
    }
    #news iframe {
        height: 400px;
    }
    .btn-view-news {
        margin-top: 15px;
    }
}
@media screen and (min-width: 576px) and (max-width: 991.99px) {
    #news {
        padding: 30px 0px 50px;
    }
    #news h2 {
        font-size: 60px;
    }
    .btn-view-news {
        margin-top: 10px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199.99px) {
    #news {
        padding: 40px;
    }
    #news h2 {
        font-size: 60px;
    }
    .btn-view-news {
        margin-top: 15px;
    }
}
@media screen and (min-width: 1200px) {
    #news {
        padding: 50px 0px 70px;
    }
    #news h2 {
        font-size: 64px;
    }
    .btn-view-news {
        margin-top: 20px;
    }
}
/* ----- Contact ----- */
#contact {
    background-color: #333333;
    color: #ffffff;
}
#contact i {
    color: #ffffff !important;
    text-shadow: 1px 1px 5px #844c3f;
}
#contact ul li a {
    text-shadow: 1px 1px 5px #844c3f;
    transition: color .4s ease;
}
#contact ul li a:hover {
    color: #844c3f !important;
}
#contact h2 {
    text-shadow: 1px 1px 5px #844c3f;
    transition: color .4s ease;
}
#contact h2:hover {
    color: #844c3f !important;
}
#contact .row:first-child div:last-child a {
    color: #ffffff !important;
    text-shadow: 1px 1px 5px #844c3f;
    text-decoration: none;
    transition: color .4s ease;
}
#contact .row:first-child div:last-child a:hover {
    color: #844c3f !important;
}
#contact hr {
    color: #ffffff;
}
#contact .row:last-child p {
    color: #ffffff !important;
}
@media screen and (max-width: 575.99px) {
    #contact h2 {
        font-size: 40px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767.99px) {
    #contact h2 {
        font-size: 40px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991.99px) {
    #contact h2 {
        font-size: 32px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199.99px) {
    #contact h2 {
        font-size: 40px;
    }
}
@media screen and (min-width: 1200px) {
    #contact h2 {
        font-size: 48px;
    }
}
/* ----- Biography Members ----- */
#biography-members {
    font-family: "Montserrat-Regular";
    text-align: center;
    color: #ffffff;
}
#biography-members .row {
    justify-content: center;
    align-items: center;
}
#biography-members h2 {
    text-shadow: 2px 2px 3px #842d40;
}
#biography-members img {
    filter: drop-shadow(5px 5px 4px #842d40);
}
@media screen and (max-width: 575.99px) {
    #biography-members {
        padding: 0px 30px 50px;
        font-size: 16px;
    }
    #biography-members br:not(:first-child) {
        display: none;
    }
    #biography-members h2 {
        font-size: 48px;
    }
    #biography-members img {
        margin-top: 20px;
    }
}
@media screen and (min-width: 576px) and (max-width: 991.99px) {
    #biography-members {
        padding: 0px 30px 50px;
        font-size: 20px;
    }
    #biography-members h2 {
        font-size: 60px;
    }
    #biography-members img {
        margin-top: 20px;
        width: 300px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199.99px) {
    #biography-members {
        padding: 0px 40px 40px;
        font-size: 18px;
    }
    #biography-members h2 {
        font-size: 60px;
    }
    #biography-members img {
        width: 270px;
    }
}
@media screen and (min-width: 1200px) {
    #biography-members {
        padding: 0px 50px 50px;
        font-size: 20px;
    }
    #biography-members h2 {
        font-size: 64px;
    }
    #biography-members .row [class|="col"]:last-child {
        text-align: left;
    }
    #biography-members img {
        width: 300px;
    }
}