* {
    color: #ffffff;
    font-family: "Trebuchet MS", Verdana, sans-serif;
}

body {
    background-color: #393a3a;
    text-align: center;
    margin: 0;
}

/*--- general styles ---*/
.y-color{
    color: #f1ba5a;
}

.ta-left{
    text-align: left;
}

.hl-font {
    font-weight: bold;
    font-size: 1.125em;
}

.sm-font {
    font-size: 0.75em;
    font-style: italic;
}

/*-- Main menu styles --*/
.main-title {
    background-color: #010101;
    width: 80%;
    margin: 0 auto;
    padding: 1em 0;
}

.menu-title {
    background-color: #aa5c28;
    width: 80%;
    margin: 0 auto;
    padding: 0.75em 0;
}

.menu-ul {
    padding: 0;
}

.menu-ul li{
    list-style-type: none
}

.menu-recipe-list {
    background-color: #1d1e21;
    width: 40%;
    margin: 12px auto;
    padding: 12px;
}

.menu-recipe-list a {
    text-decoration: none;
}

/*-- Recipe sheet styles --*/
.recipe-title {
    font-size: 2.125em;
}


