/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.navbar-brand img{
    height: 60px;
}

nav.navbar{
    background-color: #ffd1db;
}

.pink1 {
    color: #e15d7f;
}

.pink2 {
    color: #f08392;
}

.btn-pink1 {
    background-color: #e15d7f;
    color: white;
}

h1.pink1 {
    color: #e15d7f;
    font-size: 26px;
    margin-top: 16px;
}

.for-admin {
    background-color: #eee;    
}

footer {
    border-top: 1px solid #d3d3d3;
    padding: 20px 0;
    color: #696969;
}

footer p {
    border-top: 1px solid #d3d3d3;
}