/* Float pasta amore logo center */
.pasta_amore_logo {
    float: center;
    text-align: center;
    background-color: rgb(216, 198, 184, 0.85);
        padding: 14px 0px;
        width: 100%;
}

/* Float chicken parmesan left */
.chicken_paremsan {
    float: center;
    background-color: rgb(216, 198, 184);
}

/* Header 1*/
.h1 {
    color: rgb(85, 50, 55);
    text-shadow: 2px 2px white; 
    text-align: center;
    font-family: goudy old style; 
    font-size: 25px;
    padding: 14px 0px;
}

/* Add a espresso background color to the top navigation */
.topnav {
    background-color: rgb(85, 50, 55);
	overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: white;
    text-shadow: 1px 1px black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: goudy old style; 
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: rgb(216, 198, 184);
    color: rgb(85, 50, 55);
    text-shadow: 1px 1px white;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: rgb(11, 148, 70);
    color: white;
    text-shadow: 1px 1px black;

}

/* Float left content box */
.left_box {
    float: left;
    text-align: left;
    font-family: klinic slab; 
    color: rgb(85, 50, 55);
    background-color: rgb(216, 198, 184, 0.85);
    text-shadow: 0px 0px black;
    padding: 14px 16px;
    margin: 0px;
    width: 46%;
}

/* Float right content box */
.right_box {
    float: right;
    text-align: left;
    font-family: klinic slab; 
    color: rgb(85, 50, 55);
    background-color: rgb(216, 198, 184, 0.85);
    text-shadow: 0px 0px black;
    padding: 14px 16px;
    margin: 0px;
    width: 46%;
}

/* Float center content box */
.center_box {
    float: center;
    text-align: left;
    font-family: klinic slab; 
    color: rgb(85, 50, 55);
    background-color: rgb(216, 198, 184, 0.85);
    text-shadow: 0px 0px black;
    padding: 14px 16px;
    margin: 0px;
    width: 97.5%;
}

/* Float social media links right */
.social_media {
    float: right;
    text-align: right;
}

/* Header 2 */
.h2 {
    color: rgb(207, 28, 68);
    text-shadow: 0px 0px black; 
    font-family: goudy old style;
    font-size: 14px;
}

/* Header 3 */
.h3 {
    background-color: rgb(11, 148, 70);
    color: white;
    text-shadow: 1px 1px black; 
    text-align: left;
    font-family: goudy old style; 
    font-size: 14.5px;
    padding: 1px 16px;
} 

/* Float ul left */
.ul {
    background-color: rgb(95, 19, 18, 0.7);
    color: white;
    text-shadow: 0px 0px black; 
    text-align: left;
    font-family: klinic slab; 
    font-size: 12px;
    padding: 1px 16px;
} 

/* Float ul links left */
.ul a {
    color: white;
    text-shadow: 0px 0px black; 
    text-align: left;
    font-family: klinic slab; 
    font-size: 15px;
    padding: 1px 16px;
} 

/* Make menu text green */
.menu_text_green {
    color: rgb(11, 148, 70);
    text-shadow: 0px 0px black;
} 

/* Make menu text red */
.menu_text_red {
    color: rgb(207, 28, 68);
    text-shadow: 0x 0px black;
} 

