﻿/*************************************************************
*           About Band
*************************************************************/

#about-band {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
}

.band-name h2 {
    color: darkgrey;
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    text-align: center;
}

.samurai-damashii-de {
    padding: 10px 0 10px 0;
    font-size: larger;
    font-weight: bolder;
}

/*PC*/
@media screen and (min-width: 835px) {
    .band-name h2 {
        font-size: 28px;
    }
}

/*Tablet*/
@media screen and (max-width: 834px) {
    .band-name h2 {
        font-size: 22px;
    }
}

/*iPhone Pro Max: 428(w) */
@media screen and (max-width: 600px) {
    .band-name h2 {
        font-size: 18px;
    }
}


/*************************************************************
*           Band Members
*************************************************************/

.member-description {
    margin-top: 5px;
    text-align: left;
}

.member-name {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
}

.modal__content h3 {
    font-size: 20px;
    font-weight: bold;
}

.modal__content h3 span {
    font-size: 16px;
    font-weight: normal
}

.mail-address {
    font-size: 10px;
}

.member-photo {
    margin: 10px 0 10px 0;
    border: 1px solid black;
    /*margin-left: 30px;*/
}

.member-long-description {
    padding-bottom: 5px;
    text-align: left;
}

.member-long-description p {
    padding-bottom: 5px;
}

.favorite-artists h4 {
    padding-top: 10px;
    font-weight: bolder;
}

.favorite-artists p {
    text-align: left;
    font-size: smaller;
}

.interests h4 {
    padding-top: 10px;
    font-weight: bolder;
}

.interests p {
    text-align: left;
    font-size: smaller;
}

/*PC*/
@media screen and (min-width: 835px) {
    #band-member {
        display: flex;
        width: 80%;
        max-width: 700px;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .member-image {
        /*background-color: cyan;*/
        display: flow;
        /*height: auto;*/ /*400px;*/
        /*margin: 30px;*/
        padding: 10px;
        text-align: center;
    }

    .member-image img {
        display: flow;
        /*        margin-right: 20px;
    margin-left: 20px;*/
        height: 400px;
    }
}

/*Tablet*/
@media screen and (max-width: 834px) {

    #band-member {
        display: flex;
        width: 90%;
        max-width: 780px;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .member-image {
        /*background-color: cyan;*/
        display: flow;
        /*height: auto;*/ /*400px;*/
        /*margin: 30px;*/
        padding: 10px;
        text-align: center;
    }

    .member-image img {
        display: flow;
        /*        margin-right: 20px;
margin-left: 20px;*/
        width: 400px;
        /*height: 400px;*/
    }
}

/*iPhone Pro Max: 428(w) */
@media screen and (max-width: 600px) {

    #band-member {
        display: flex;
        width: 95%;
        max-width: 550px;
        margin: 0 auto;
        padding-bottom: 0px;
    }

    .member-image {
        /*background-color: cyan;*/
        display: flow;
        /*height: auto;*/ /*400px;*/
        /*margin: 30px;*/
        padding: 10px;
        text-align: center;
    }

    .member-image img {
        display: flow;
        /*        margin-right: 20px;
    margin-left: 20px;*/
        /*width: 40%;*/
        /*width: auto;*/ /*300px;*/
        /*height: 265px;*/
    }
}
