                    /* Title img */
#titleimg{
    background-image:url('titleimg.JPG');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: 0% 40%;
    filter:saturate(100%);  
              
}
                    /* TITLE */
.projectname{
    color: rgb(219, 218, 218);    
    font-size:65px;
    font-weight: 1;
    width: 100%;
    text-align: center;
    }

.ml3 {
    font-weight: 600;
    font-size: 65px;
}

                    /* card presets */
.m-custom{
    margin-left: 10%;
    margin-right: 10%;


}
.borderradius-custom{
    border-radius: 20px;
}

.container-img{
    background-image:url('bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 60% top;
    filter:saturate(100%);   
}

.endprod-img{
    background-image:url('endprod.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position:  top left;
    filter:saturate(100%); 
    margin: 0;
    padding: 0;
}

/* IPHONE SCREEN CSS */
@media screen and (max-width:376px) {
    body{
        font-size: 15px;
    }

    /* headers */
    h1{
        font-size: 30px;
    }

    h2{
        font-size: 20px;
    }

    /* Title img */
    #titleimg{
        background-repeat: no-repeat;
        background-size:cover;
        background-position: 60% 0%;
                    
    }
    .m-custom{
        margin-left: 0;
        margin-right: 0;
        /* 200px */
    }

    .borderradius-custom{
        border-radius: 0px;
    }

    /* bg imaegs */

    .container-img{
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: 60% 50%;
    }
    
    .endprod-img{
        background-position:  40% 50%;
        filter:saturate(100%); 
    }

    .m-4{
        margin: 1px;
    }

    .p-4{
        padding: 5px!important;
    }

    .p-5{
        padding: 10px!important;
    }

    .pb-5{
        padding-bottom: 0;
    }
}
