

    .bootcamp{
        /*background: rgb(237,237,236);*/
        background: red;
        /*background: url('img/bootcamp/card_background1.png');*/
        padding:20px;
        padding-bottom: 50px;
    }

    .heading{
        margin-top: 50px;
    }

    .heading-content{
        text-align: center;
        color: black;
        font-size: 40px;
        /*font-weight: bold;*/
        color: white;
    }

    .padding-top{
        padding-top:5px;
    }

    .book-button{
        /*border:1px solid rgb(0,128,173);*/
        color:white;
        background: #FF4C61;
    }

    .book-button:hover{
        /*border:1px solid rgb(0,128,173);*/
        color:white;
        background: #e44759;
    }

    .book-button:focus{
        /*border:1px solid rgb(0,128,173);*/
        color:white;
        background: #FF4C61;
    }

    .bootcamp-body{
        background: url('img/bootcamp/card_background.png');
        color:white;
        /*padding:20px;*/
        /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    }

