#notes{
    background-image: url('../img/a-crew.jpg');
    background-size : contain;
    background-position: center;
    background-repeat: no-repeat;
}

.magnet {
    background-color: rgb(214, 214, 214);
    padding: 15px;
}

.magnet-active{
    background-color: rgb(141, 141, 141);
}

.magnet-short{
    max-height: 200px;
}

.magnet-long{
    max-height: 335px;
}

.img-caption{
    position: relative;
    bottom: 70px;
    left: 20px;
}

.img-caption-long{
    position: relative;
    bottom: 145px;
    left: 20px;
}

.magnet-name{
    font-weight: bold;
    font-size: 14px;
}

.magnet-number{
    font-size: 14px;
}

.place{
    display: inline;
    padding: 3px;
    border-radius: 5px;
    background-color: #fff685;
}

#magnet_type{
    visibility: hidden;
}

.btn-outline-secondary{
    font-size: 14px;
}

.short{
    font-size: 10px;
}

.col-25{
    width: 25%;
}

.col-20{
    width: 20%;
}

.qr-design-container{
    background-color: grey;
    text-align: center;
}

.user-info{
    position: absolute;
    left: -13px;
    bottom: 18%;
    width: 100%;
}

.qr-holder{
    text-align: center !important;
}
.qr-code{
    width: 150px;
}

.info-text{
    margin-left: 5rem !important;
}
.info-container h4{
    font-size: 15px !important;
}
@media only screen and (max-width: 991px) {

    .magnet-short{
        max-height: 515px;
    }

    .magnet-long{
        max-height: 925px;
    }

    .magnet-name{
        font-weight: bold;
        font-size: 24px;
    }


    .magnet-number{
        font-size: 22px;
    }

    .img-caption{
        position: absolute !important;
        bottom: 30% !important;
        left: 12% !important;
    }

    .img-caption-long{
        position: absolute !important;
        bottom: 30% !important;
        left: 15% !important;
    }
}


@media only screen and (max-width: 560px) {
    .btn-outline-secondary{
        font-size: 10px;
    }
    .magnet-name{
        font-weight: bold;
        font-size: 16px;
    }


    .magnet-number{
        font-size: 10px !important;
        margin-left: 0px;
    }

    .img-caption{
        bottom: 21% !important;
        left: 15% !important;

    }

    .img-caption-long{
        bottom: 25% !important;
        left: 17% !important;
    }

    .qr-code{
        width: 85px;
    }

    .info-text{
        margin-left: 3.2rem !important;
    }

    .info-container h4 {
        font-size: 10px !important;
    }

    .info-container h3 {
        font-size: 12px !important;
    }

    .place{
        display: inline;
        padding: 3px 0px;
        border-radius: 5px;
        background-color: #fff685;
    }
}
