/*bellino_styles.css*/

h4 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
}

.btn-primary {
    background-color: #19ABFF;
    color: #FFFFFF !important;
}

.btn {
    color: #FFFFFF;
}

.enlarge-image {
    cursor: pointer;
}


/*Image Slider Styles*/

#page-title {
    padding: 0 0;
}

.spaced {
    padding: 75px 45px !important;
}

.portfolio-desc>h3>a:hover {
    color: #19ABFF;
}

img.resize {
    width: auto;
    /* you can use % */
    height: 300px;
}

a.resize {
    max-height: 300px;
    height: 300px;
    width: auto;
}

li>a {
    cursor: pointer;
}


/*Collection NavBar Collection Name*/

.menu-title>a {
    color: white;
}

.menu-title>a:hover {
    color: white;
}


/*Should move to use this class; remove other resize classes*/

.uniform-resize {
    /*Resize pics to 4 by 3 resolution */
    max-height: 300px;
    max-width: 400px;
}

.portfolio-overlay.portfolio-desc h4 a {
    cursor: pointer;
}


/* Audio Player Styles */

.rollover {
    position: relative;
}

.front_cover {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 1s ease;
}

.back-cover {
    /*white-space: nowrap;*/
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.rollover:hover .overlay {
    bottom: 0;
    height: 100%;
}

#toolbar {
    border-top: 1px;
    background-image: url(audio_player_resources/player_bg.png);
    position: fixed;
    height: 100px;
    bottom: 0px;
    width: 100%;
    left: 0px;
    color: #000000;
    margin: auto;
    z-index: 5;
}