html {
    cursor: default;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: 200;
}

body { width: 80vw; max-width: 1000px; margin:0 auto; overflow-x:hidden;}
h3 {
margin-bottom: 0.6rem;
}
h4 {
    margin-bottom:0;
}

strong {
    font-style:normal;
    font-weight:400;
}

ul {
    display:flex;
    list-style: none;
    padding:0;
}
ul > li {
    display:block;
    margin-left: 4%;
}
ul :first-child {
    margin-left:0;
}
.ctr_find_music {
    width:90%;
}
a.find_music img{
    display:block;
    width:100%;
}
.find_music.hide {
    visibility: hidden;;
}

a {
    color: #000;
    text-decoration-style: dotted;
}
a:hover { color: #544454;}

p {line-height: 1.3; margin-top: 0.1rem;margin-bottom:0.7rem;}

img#site_banner { display:block;width:100%; padding-top:5vh; margin:0 auto;}

#ctrportrait { display:block;position:absolute;right:0;bottom:0;width:32%; z-index:-1}
#portrait {
    display:block;
    top:8vh;
    width:100%;
}


address { display:inline;font-style:normal; }

.wrap { position:relative;padding-right:0%;}

a.google_link {
    display:inline-block;
    height: 2em;
    vertical-align: middle;
}
a.google_link img{
    height:100%;
}
a.no-underline {
	text-decoration: none;
}

section > article {
display:flex;
margin-bottom:2vw;
margin-top:2vw;
}

section > article > div {
margin-right:4%;
}
div.col_img {
    width:24%;
    text-align:center;
    margin-top: 4vw;
}
div.col_img > div {
    margin-bottom:2vw;
    width:100%;
    border: solid 2px black;
    box-shadow: 1px 1px 5px #555;
}
div.col_img > div img {
    width:100%;
}
#singer_songwriter .col_text {
    width:72%;
}
#vocal_coach {
    width:70%;
}
#vocal_coach .col_text {
    width:100%;
}
#vocal_coach h3 {
    width:70%;
}
h3 {margin-top:0;}
h3 > img {
    width:100%;
}

footer {
    text-align:center;font-size:0.8rem; margin-bottom: 2vh; margin-top: 1vh;
}
@media (max-width: 846px) {
}


@media (max-width: 652px) {
    html {
        font-size:14px;
        text-align: center;
    }
    .wrap {padding:initial;}
    section > article {
        display:flex;
        margin-bottom:5vw;
        margin-top: 8vw;
    }
    #vocal_coach {
        width:100%;
    }
    #vocal_coach h3 {margin-left: auto; margin-right: auto;}
    div.col_img {
        margin-top: 8vw;
        width: 100%;
    }
    #singer_songwriter {
        flex-direction: column-reverse;
    }
    #singer_songwriter .col_text {
        width:100%;
    }
    #vocal_coach .col_text {
        width:100%;
    }
    .ctr_find_music{
        width:100%;
    }
    .find_music.hide {
        display: none;
    }
    #insta {
        margin:0 auto;
        width:40%;
    }
    
    #ctrportrait {position:relative; height: 380px; margin:-5vw 0 1vh; bottom:initial; width:initial;}
    img#portrait { position:absolute; right:0; width:initial;height:100%; top:0; bottom:0; }
}
