*{
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

/*header*/
#header{
    padding-top:130px;
   margin: auto;
    width: 100%;
    height:auto;
    background-image: url(images/logos/1x/home_header.png);
    background-repeat: no-repeat;
    background-size: fit;
    background-position:top;
}


#header h3{
    color:#FF69B4;
    text-align: center;
}

.content_header{
    margin: auto;
    margin-top: 20px;
    padding: 30px;
    width: auto;
    height: auto;
}

.L_header ,.r_header{
    width:100%;
    height: auto;
    margin:auto;
}
.text_l_header{
    width:80%;
    height: auto;
    margin:auto;
}

.img_l_header, .img_r_header{
    width:80%;
    height: auto;
    margin:auto;
}

.img_l_header img, .img_r_header img{
    width:70%;
    height: auto;
    
}

.open_logo{
    width:50%;
    height: auto;
    margin:auto;
}

.open_logo img{
    width:100%;
    height: auto;
    margin:auto;
    padding:10px;
}
/*about me section*/

#aboutMe{
    margin:auto;
    padding:25px 10px;
}

.me_photo_strips{
    width:70%;
    height: auto;
    margin:auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.me_photo_strips img{
    width:100%;
    height: auto;
    margin:auto;
}

/*highlights*/
#highlights{
    background-color: #fff;
    display: flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
    width:100%;
    height:auto;
    margin: auto;
    color:#FF69B4;
    padding:5px;
}


#hieghts a{
   
    color:#fff;
    list-style: none;
    width:100%;
    padding:10px; 
}


.shadow-blur{
    color: transparent;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    transition: color 0.3s ease, text-shadow 0.3s ease;
    filter:blur(1.5px);
    width:auto;
    height:75px;
    background-color: #333;
    margin:auto;
    align-content: center;
    text-align: center;

}
  
.shadow-blur a{
    text-decoration: none;
    border-radius: 10px;
    color: #fff;

}

#highlights h2:hover .shadow-blur{
    color:#ff69b4;
}

.h_Container{
    width:100%;
    height: auto;
    background-color: #ffffff9f;
    margin:auto;
    align-items: center;
    padding:30px;
    position:fixed;
}

.HL1{
    width:100%;
    height: auto;
    background-color: #ff8fc7b8;
    text-align: center;
    padding: 5px;
    align-content: center;
    margin: 0px;  
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 10px 10px #FF69B4;
}
.HL1 a{
    text-decoration: none;
    color:#fff;
}
.HL1 a:hover{
    color:#D9D1D1;
}

.h1_img{
    width: 100%;
    height:100%;
    margin:auto;
}

.h1_img img{
    width: 100%;
    height:auto;
}

.h3_img img{
    width: 80%;
    height:auto;
}

.h4_img img{
    width: 80%;
    height:auto;
}



.picOfMe{
    width:60%;
    height: auto;
    margin:auto;
    align-content: center;
    background-image: url(images/logos/1x/my_logo_cut\ [Recovered]_Artboard\ 2.png);
}
.picOfMe img{
    width:100%;
    height:auto;
}

#services{
    width:70%;
    align-content: center;
    margin:auto;

}

#highlights ul{
    list-style-type: none; 
    margin: auto;
    align-content: center;
    padding: 10px;
    justify-content: center;
    width:80%;
}

h1{
   text-align: center;
    color:#ffffff;
}



.socials{
    display: flex;
    flex-direction: row;
}
.social-1{
    display: flex;
    flex-direction: row;
    align-content: baseline;
}
.skills{
    display: flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
}


h2{
    color: #f0e6f9;
}

h1 {
    text-align: center;
}


#testimonials{
    padding: 30px;
    margin-bottom: 20px;
    margin: auto;
    align-content: center;  

}

.services_container{
    width: 100%;
    background-color: #fff;
    padding: 1px;
    margin:auto;
    align-content: center;
}

.services_container h1{
    color: #FF69B4;
}

.packages{
    margin:auto;
    padding: 1px;
    width: 100%;

}

.p1{
    width: 100%;
    height:250px;
    background-color: #ffc3e1c8;
    border-radius: 10px;
    padding: 10px;
    margin: auto;
    box-shadow: 0px 10px 10px #ff69b4;
    font-size: .89rem;
    margin-bottom:20px;
}

.p1 h3{
    color: #fff;
   text-align: center;
}

.content {
    width:80%;
    margin:auto;
    align-content: center;
    padding: 40px 20px;
    background: #fff;
    background-color:#ffa6d275;
    box-shadow: 0px 10px 10px #ff69b4;
    border-radius: 10px;
}


@media(min-width:700px){

    #header{
        padding: 5px;
       
    }
    .content_header{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; 
        justify-content: space-around;
        padding: 130px;
    }
    .L_header, .r_header{
        width:50%;
        height: auto;
        margin:auto;
    }
    /* end of header*/

    /* highlights*/
    .hLContainer{
        width:95%;
        padding:5px;
        height: auto;
    }
    #highlights ul{
        width:75%;
        padding: 10px;
       min-height: 500px;
       height:auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; 
        justify-content: space-around;
        margin:auto;
    }
    #highlights li{
        width:25%;
        height:200px;
        padding:5px;
        margin:auto;
        text-align: center;
    }
    .h_container{
        height:115px;
        width:100px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6); /* Black with 60% opacity */
        color: white;
        display: flex; /* Centers text inside the overlay */
        justify-content: center;
        align-items: center;
    }


    .HL1{
        width:100%;
        height:200px;
        padding:5px;
        margin:auto;
    }

    .HL1 h2{
        font-size: 1rem;
    }

    .shadow-blur{
        width:80%;
    }
    /* about me section*/
    .content{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; 
        justify-content: space-around;
    }

    .picOfMe{
        width:15%;
        height:50%;
        margin:auto;
    }

    .textBox_container{
        width:65%;
        height:auto;
        margin:auto;
    }
    /*end of about me section*/

    /*services*/
    .services_container{
        width:100%;
        height:auto;
        margin:auto;
        padding:10px;
    }
    
    .p1{
        width:30%;
        height: 200px;
    }

    .packages{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; 
        justify-content: space-around;
    }

};
