
body { 
    font-family: Poppins, sans-serif;
    overscroll-behavior: none;
    background-color: #ececec;
}

.container-fluid {
    overflow:hidden;
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.menu{
    cursor: pointer;
}

#greetings{
    background-color: white;
    padding:2%;
}

.panel-footer {
    display: flex;
  }

#first-row{
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
}

.row-main{
    width:100vw;
}
.col-md-6{
    width: 100%;
}

img{
    width:100%;
}
a{
    color:black!important;
    text-decoration: underline;
}

a.int-nav{
    text-decoration: none!important;
}

#title-big{
    background-color: #440eda;
    background-image: linear-gradient(45deg, #355aff, #4300d2);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

#last-row{
    background-color: #5056fb;
    padding:2%;
    padding-top:15%;
    color:rgb(18, 18, 18);
}


/* clients */

#clients{
    padding-left: 2%;

}

.client{
    padding-bottom:15%;
    /* border-style: solid;
    border-width: 1px; */
}

#audiomodern{
    width:110%;
}

#abletunes{
    width:100%;
}
#matt-nash{
    width:40%;
}

#RPS{
    width:55%;
}

#melodology{
    width:34%;
}

#todd-ao{
    width: 66%;
}

#clark-audio{
    width:75%;
}

#soundghost{
    width:48%;
}

/* portfolio */

#dst{
    background-color: #232729;
}
#dst-img{
    width: 60%;
}

#riffer{
    background-color: #1552ee;
    background-image: linear-gradient(to right, #29303a, #29303a);
}

#riffer-img{
    width: 55%;
}

#chordjam{
    background-color: black;
    background-image: url("cj-bg.jpg");
}

#chordjam-img{
    width:50%;
    padding:0px !important;
}
#chordjam-title{
    color:#f5f5f5;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding-bottom: 8% !important;
    font-size: 175%;
    background: linear-gradient(to right, #622c98 0%, #cd5f8a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#pas{
    background-color: #deddde;
}

#pas-img{
    width: 48%;
    padding-top: 5%;
}

#textures{
    background-color: green;
    background-image: url("txt-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#textures-img{
    margin-top: 11%;
    margin-left: 3.5%;
    width:40%;

}

#thick{
    background-color: #deddde;
}

#thick-img{
    width: 65%;
    padding-top: 5%;

}

#texturize{
    background-color: pink;
    background-image: url("text-bg.webp");
}

#texturize-img{
    width: 45%;
}

/* selection */


div::selection{
    color:#ffd600;
    background-color:#440eda;
}
a::selection{
    color:#ffd600;
    background-color:#440eda;
}
br::selection{
    color:#ffd600;
    background-color:#440eda;
}
img::selection{
    color:#ffd600;
    background-color:#440eda;
}
h1::selection{
    color:#ffd600;
    background-color:#440eda;
}

   
/*______________________________________________________________________________________________________________________________________*/
/* LARGE DESKTOP VIEW */
 @media (min-width: 768px) {
    body{
        font-size: 1.7vw;
    }

    img.logo{
        width:7vw!important;
    }

    .menu{
        font-size: 1.8vw;
        padding-left: 1vw!important;
    }

    #title-big{
        margin-top: 15%;
        font-size: 8vw;
    }
    #title-small{
        font-size: 3vw;
        margin-bottom: 10%;
    }

    .introd{
        padding:1%;
    }

    .p-item{
        height:30vw;
        }

    #outro{
        margin-bottom:1%;
    }

    #copy{
        margin-top: 44%;
    }

    #error-page{
        padding:1%;
    }
    #error-message{
        margin-top:7%;
        margin-bottom: 1%;
    }
    #tape{
        margin-bottom: 20%;
    }


 }
/*______________________________________________________________________________________________________________________________________*/

/* MOBILE VIEW */
@media (max-width: 768px) {

    body{
        font-size: 4.5vw;
    }

    img.logo{
        width:16vw;
        margin-top: 2vw;
        margin-left: 2vw;
    }

    .menu{
        margin-top:9px;
        font-size: 4.6vw;
    }

    #title-big{
        margin-top: 50%;
        font-size: 11vw;
    
    }
    #title-small{
        font-size: 6vw;
        margin-bottom: 40%;
    }

    .intro{
        padding:6% 4% 2% 2%;
    }
    #outro{
        padding-bottom:20px;
    }

    .p-item{
        height:60vw;
        }
    
    #copy{
        margin-top: 20%;
    }
    #error-page{
        padding:6% 4% 2% 2%;
    }
    #error-message{
        margin-top:30%;
        margin-bottom: 5%;
    }
    #tape{
        margin-bottom: 20%;
    }

    #chordjam-title{
        font-size: 140%;
    }

    }
