body {
//    background: url('/images/leaf-background.jpg');
}

button..custom-select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #6574cd;
  background-color: #ffffff;
}

.bg-pink {
    background-color: pink;
}

.card-profile-header {
//    background: url("/images/profile_bkgnd.jpg");
    background-color: silver;
    background-size: cover;
    height: 60px;
}

.card .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

@media screen and ( max-width: 400px ){

    ul.pagination > li {
        display: none;
    }

    ul.pagination > li:first-child,
    ul.pagination > li:nth-child( 2 ),
    ul.pagination > li:nth-last-child( 2 ),
    ul.pagination > li:last-child,
    ul.pagination > li.active,
    ul.pagination > li.disabled {
        display: block;
    }
}
