.logohome {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.facebook {
    float: left;
    margin-left: 30%;
}

.yahoo {
    height: 110px;
    float: left;
    margin-left: 22%;
}

.verona{ 
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
}

.menu {
    height: 250px;
    vertical-align: middle;
    padding-right: 18px;
}

.inside {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
}

body {
    background-color: rgb(95, 19, 18);
}

footer {
    text-align: center;
	position: relative;
	top: 10px;
	bottom: 100px;
	background-color: rgb(11, 148, 70);
	padding:12px;
}

h1 {
    width:400px;
    margin: auto;
    border-left: 5px solid rgb(207, 28, 68) ;
    background-color: rgb(85, 50, 55);
    color: rgb(11, 148, 70);
    text-align: center;
}

h2 {
    width:400px;
    margin: auto;
    border-bottom: 3px solid rgb(85, 50, 55);
    color: rgb(11, 148, 70);
    text-align: center;
}

h3 {
    color: rgb(216, 198, 184);
    text-align: center;
    font-size: 30px
}

p {
    color: rgb(216, 198, 184);
    font-family: "Goudy Old Style Regular";
    font-size: 20px;
}

.mission {
    text-align: center;
    font-size: 25px;
    
}
/* Add a background color to the top navigation */
.topnav {
  background-color: rgb(207, 28, 68);
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: underline;
  font-size: 17px;
  width: 25%;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: rgb(85, 50, 55);
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.menu_section {
				margin-bottom: 30px;
				position: relative;
				
			}
			.menu_section h2 {
				font-style: italic;
				font-size: 16px;
				color: #0B9446;
			}
			.menu_item {
                font-style: italic;
				color: #543136;
				margin: 0 15px;
				position: relative;
				font-family: klinic slab;
				font-size: 12px;
			}
			.menu_item h4 {
				margin-bottom: 0px;
                font-size: 19px;
                color: rgb(11, 148, 70);
                text-decoration: underline;
			}
			.price {
				display: block;
				float: right;
				position: absolute;
				bottom: 0px;
				right: 0;
				font-family: klinic slab;
                font-size: 15px;
				color: #CF1C44;
				font-weight: bold;
			}
			.description {
				margin-top: 5px;
				display: inline-block;
				max-width: 50%;
			}
			hr {
				border: none;
    			border-top: 2px dotted rgb(11, 148, 70);;
    			margin-top: -10px;
			}
			@media (max-width: 575px) {
				.menu_title {
					text-align: center;
					font-size: 30px;
				}
				.menu_section h3 {
					text-align: center;
    				font-size: 30px;
				}
				.menu_item {
					text-align: center;
				}
				.price {
					float: none;
					position: static;
					margin-top: 15px;
				}
				hr {
					display: none;
				}