/* kristi's grocery list */

/*

font-family: 'Nanum Gothic', sans-serif;
font-family: 'Sacramento', cursive;
font-family: 'Ms Madi', cursive;

*/


/* core */

body {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 1rem;
}

h1 {
    color: #ef5196;
    font-family: 'Ms Madi', cursive;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
}

h1 a {
    color: #ef5196 !important;
    font-family: 'Ms Madi', cursive;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none !important;
}

h1 a:hover {

}

.top_30 {
    margin-top: 30px;
}

hr {

    border-top: 3px solid #51efaa; 
    margin-top: 30px;
    margin-bottom: 30px;
}

form {
    margin-top: 35px;
}

/* bootstrap overrides */

.btn-primary {
    background-color: #51efaa;
    border: 1px solid #51efaa;
    color: #000;
}

.btn-primary:hover {
    background-color: #fff;
    border-color: #51efaa;
    color: #000;
}

.btn-primary:focus { 
    background-color: #51efaa;
    border-color: #51efaa;
    color: #000;
}

.btn-secondary {
    background-color: #ef5196 !important;
    border: 1px solid #ef5196 !important;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #fff;
    color: #000;
}

/* swal overrides */

.swal2-container {
    padding: 0px 14px 0px 5px !important;
}

/* header */

header {
    margin-top: 30px;
}

/* nav */

nav {
    margin-top: 30px;
}

.custom_nav {
    display: flex;
}

.custom_nav button {
    flex: 1;
    margin: 5px;
}

.custom_nav button ~ button {

    margin-left: 0px;
    margin-right: 5px;

}

/* body */
/* index */


/* add */

.add_ingredient {
    margin-top: 30px;
    width: 100% !important;
}

/* form */


/* footer */



/***********************/


/*********************************/





