@media screen and (max-width : 500px){

    body {
        
        /* font-family: 'Quintessential', sans-serif;
        font-style: normal;
        margin: auto;
                padding:0; */
                background:#685444; /* black; */
                /* background-image: url('../images/vorhang2.png'); */

                /* background-repeat: no-repeat;
                background-attachment: fixed; */
                /* background-size: 100%; */
                

                /* align-content: center; */
    }

    .header_text_head{
        
        font-size: 45px;
        font-weight: 600;
        text-shadow: 2px 1px 1px #000000;/*#fff1df; rgb(153, 115, 0); #ffffff;*/
      }

    .header_text_subhead{

        font-size: 25px;
        font-weight: 600;

    }

    .menu3item {
        font-size: 12px;
        font-weight: 700;
    }
    .menu3selected {
        font-size:  12px;
        font-weight: 700;
    }


    .section_main{
        width:90%;
    }

    .section_intro{
        line-height: 110%;
        font-size: 20px;
    }

    
    .portrait {
        justify-content: center;
    }
    
    .portrait_textbox {
        width: 100%;
        padding: 0px 5%;
        text-align: center;
    }


    .img_portrait{
        max-width: 100%;
        width: 100%;
        min-width: 50%;
        height: auto;
    }

    .portraitName{
        font-size: 30px;
        text-align: left;
    }
    .portraitTxt{
        font-size: 20px;
        text-align: left;
    }


    .section_musica{
    
        height: 600px;
        width: 95%;
        background-image: none;
    }

    
    .video_box{
        width: 80%;
        height: 250px
    }

    .iframe_section{
        
        padding-top: 20px;
    }

    .year_text{
        font-size: 22px;
    }
    
	.mobile_not_show{
		display: none;
	}
    /* ================================================ */

    .section_foot{
        /* float: left;
        width:100%; */
        /* margin-top: 20px;
        margin-bottom: 20px; */
    /* margin-left: 10px; */
        /* line-height:1.5;
        color:white;
        background-color:rgb(108,0,22);
        border-color:white; 
        border-radius:8px; */

        position: absolute; 
        left: 0;
    /*bottom: 0; */
    width: 100%;
    color: white;
    text-align: right;
    }
    .footTxt{
        text-align:right;
        padding-right:20px;
    }
}





