/* need to find good webfonts */


/* set the image for jumbotrons uniquely */

/* this is the first jumbo by the header and Nav */

.jumbotron-index {
    /* background: url(../images/rainbowroad1.JPG); */
    background: linear-gradient(rgba(15, 15, 16, 0.919), rgba(224,26,79, 0.2));
    /* background-image: linear-gradient(rgba(15, 15, 16, 0.919), rgba(224,26,79, 0.2)),url("../images/black-felt.png"); */
}


.jumbotron-index h1{
    color: lightcyan;
}

.btn-index {
    color: rgb(63, 58, 58);
    background-color: lightcyan;
    border-color: #31474b;
}


.index-body {
    background: url(../images/rainbowroad1.JPG) center top no-repeat;
}

.jumbotron-portfolio1 {
    background-image: url(../images/black-felt.png);
    background-size: cover;
    height: 100%;
}

.jumbotron-design1 {
    background: url(../images/ptfranks.jpeg) center;
    background-size: cover;
    height: 100%;
}

