html{
      background-color: white;
}
*{
    padding: 0%;
    margin: 0px;
}


body{
    min-height: 100vh;

}
::placeholder {
  color: red;}
.Luce-Pray{
      background-image:url("image/Luce-Pray2.png");
      background-attachment:fixed;
      background-repeat:no-repeat;
      background-size: contain;
      background-size: 19rem;
      background-position: center;


 }
 .Luce-image{

    content: url("image/luce-gif-2.gif");
    height:100%/*clamp(6rem,5vh,10vh)calc(10px,15px,60px)*/;
    float: left;
    opacity: 100%;
    width: auto;


    
 }


    

 
 /*.Luce-image:hover{
    content: url("./luce-vatican.gif");
    cursor: grab;


 }*/


 


table, tr{
      width: 100%;
      border: 2px dashed;
      height:100px;
     
      background-color: white ;
   
    }
.head-text{color: brown;}
table .table-header{
    width: 100%;
}
th{
      width:20px;
      
      color:wheat}

div{
      
      border: solid;
      border-width: 2px;
    }
.div-top-bar{
      width: 200px; 
      float: left;
      height: 10px;
      
    }
.red{
      color: red;
    }
.blue{
      background-color: blue;
    }
.green{
      background-color: green;
    }


.header-bar{
    width:100%;
    overflow:visible;
    height: clamp(99px,10vh,500px);
    background-color:yellow;

    
}

.header-logo{
    border: none; 
    width:min(160px,20%);
    height:inherit; 
    float:left ;
    display: block; 


    text-align:center;


}

nav{
    border: none;
    float: right;
    height: 100px;

    width: auto;
    overflow: visible;

    
    

}
nav ul{

    height: inherit;
    list-style-type: none;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: end;

    

} 
.header_sidebar{

    position: fixed;
    top:0;
    right:0;
    height: 100vh;
    width: 250px;
    z-index:999;
    background-color: #fff6c233;
    backdrop-filter: blur(10px);

    box-shadow: -10px 0px 10px rgba(0, 0, 1, 0.1);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;

}
.header_sidebar li{
    padding-top: 5px;
    padding-bottom: 3vh;

    margin-left: 1px;

    width: 100%;
    font-size: 2.4vh;
}
.header_sidebar a{

    text-decoration: none;
    list-style-type:none;
    text-align: center;
    color: #00293f;
}
.header_sidebar li:hover{
 

    background-color: #f8d40ac7;
}



nav a{
    font-size: larger;
    height: 100%;
    padding-left: 10px;
    padding-right:10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #00293f;

}
.header-text{
    display: flex;



}
nav .header-text:hover{
    background-color: hsl(55, 40%, 41%);



}
.header-title-YM{
    float: left;
 
     height: 90%;
     width: min(60vw,45%);
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: clamp(50px,5vw,150px);
      font-family: Arial, Helvetica, sans-serif;
}
.header-title-YM:hover{
    font-style: italic;
}


.header-bar .header-title-text p{
    text-align: center;
    vertical-align: bottom;
    margin-top: 0px;
    height: inherit;
    font-size:max(40px, 90%);
    position: relative;
    display:flex;
    border: dashed;


      

   }
table {
        width: 100%;
        background-color: #00293f;
        
      }
table, tr, th, td {
        border:solid 1px black;
      }
tr, td{color: #123ff1;font-weight:bold ;}

header{
    margin-top: 0px;
}




.home-screen-text{
      width: 100%;
      text-align: center;
      font-size:35px;
      
}
.main-left-body{

    border: none;
    width: 14%;
    height: inherit;
    background-color: inherit;
    float: left;
    opacity: 97%;
    overflow: hidden
    
}
.main-right-body{
    border: none;

    width: 15%;
    height: 100%;
    background-color:inherit;
    float: right;
    opacity: 97%;
    overflow: hidden;
    
}


.main-middle{
    border:none;
    height: 300vh;
    opacity: 97%;
    margin-top: 5px;

    text-align:center; 
    width:70%; 
    margin:0 auto; 
    background-color:white; 
    color:#00293f; 
    font-size:35px;
    
}
.about-me-title {
    text-align: center;
    text-decoration: underline;
    font-size: 5vh;
}

.about-me-text{
    font-size:clamp(30px,1vh,70px);
    border-color: white;
    margin: auto;
    margin-bottom: 10px;
    text-align: left;
    line-height: calc(3rem+3vh);
    font-family: "Menlo";
}


.openSidebarBtn{
    display: flex;
    background-color: #123ff1;
    float: right;

}
.openSidebarBtn:hover{
    background-color: #00293f;
}
@media (max-width:1000px) {
    .header-text{
        display: none;
       
    }
    .openSidebarBtn{
        
        background-color: rgb(0, 133, 185);
    }
    .about-me-text{
        font-size: 50px;
    }

}
@media (max-width:600px){

    .header-bar{
        height: 500px;
    }
    .header_sidebar{
        width: 20vw;
    }
    .Luce-image{
        height: 100px;
    
    }
    .about-me-text{
        font-size: 50px;
    }
    nav{
        height: 500px;
    }
    

}



    



.straw-box2{
    display:  flex;
    justify-content: center;
    align-content: center;
    height:170px; 
    width: 350px;
    flex-direction: column;
    border:5px
}
.straw-box2 textarea{
    width: 100%;
    height: 100px;
    background: white;
    border: 2px solid red;

    padding: 12px;
    font-size: 16px;
    color: #333;
    resize: none;
    box-sizing: border-box;
    transition: border-color 0.5s ease;

}
.straw-box2 textarea:focus{
    outline: none;
    background-color: #fff7f7;
}
.straw-box2 button{
    height: 48%;
    background-color:white; 
    width: 100%;
    float: left; 
    font-size: 1.5rem;
    color: red;
    border: 2px solid red;
    padding-top: 0px;
    outline: none;


    transition: background-color 0.2s ease;
    /*transition: color 0.1s ease;*/
}
.straw-box2 button:hover{
    background-color: red;
    color: white;
    cursor: pointer;
    
    
}


.Social_image{
    border:solid;
    
    width: 100px;
}
.Social_image a{
    target-new:"tab";
}
.Social_image img{
   
    height: 70px;
}
.Social_image:hover{
    background-color:rgba(254, 255, 175, 0.853);
}


