/*
Theme Name: Hello Portfolio Child
Theme URI: https://pickcelmedia.com/
Author: Khushal Rathod
Author URI: https://pickcelmedia.com/
Description: Modern Custom Portfolio WordPress Theme
Version: 1.0
Template: hello-elementor
License: GPL v2 or later
Text Domain: pickcel-portfolio
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
}
.website-popup-content a{
    font-weight: 600;
    font-size: 20px;
    color: #ff5e00;
    margin-top: 20px;
    display: block;
    text-decoration: underline;
}
.portfolio .portfolio-card .portfolio-image img{
    object-fit: contain !important;
}
.navmenu .current-menu-item a{
    color: #e87532 !important;
}
.single-portfolio .content{
    text-align: center;
}
.single-portfolio .section-title h2{
    font-size: 28px;
}
.website-img img{
    width: 60%;
    margin: 20px auto;
    display: block;
}
.gslide-media .ginlined-content img{
    height: 100% !important;
    object-fit: contain !important;
}
.custom-logo-link{
    max-width: 150px !important;
    text-align: left !important;
    margin: 0 auto 0 0 !important;
}
video.img-fluid{
    width: 100%;
    height: 100%;
}