body{
	background-color: #c6e8ea;
}
.jumbotron{
	background: #F5DFB3;
	text-align: center;
	background-image: url("assets/backgrounds/landing.jpg");
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	font-size: 180%;
	font-family: Georgia;
	margin-bottom: 0px;
	border-radius: 0px;
}

.breakfast.jumbotron{
	background-image: url("assets/languages/language1.png");
	padding-top: 50px;
	padding-bottom: 50px;
	color: black;
	margin-bottom: 0px;
}
.Lunch.jumbotron{
	background-image: url("assets/languages/Python.png");
	padding-top: 50px;
	padding-bottom: 74px;
	color: black;
	margin-bottom: 0px;
}

.Dinner.jumbotron{
	background-image: url("assets/SQL/images.jpg");
	padding-top: 50px;
	padding-bottom: 74px;
	color: black;
	margin-bottom: 0px;
}
.Effect:hover{
  opacity: 0.3;
}

.Spacing{
	padding-right:0;
    padding-left:0;
}
.row.HappyHour{
	background: #E4E5E7;
	padding-left: 43%;
	padding-top: 13px;
	padding-bottom: 13px;
}
.row.PartyTime{
	background: #1f73b1;
	padding-left: 43%;
	padding-top: 13px;
	padding-bottom: 13px;
	color: white;
}
.boxshaddow .languages{
    margin-top: 15px;
    margin-left: 65px;
    width: 400px;
    height: 320px;
    box-shadow: 0px 1px 0px 6px #c6e8ea;
    background: #c6e8ea;
}

.boxshaddow1{
    margin-top: 15px;
    width: 460px;
    height: 390px;
    box-shadow: 0px 1px 0px 6px #f7f5f5;
    background: white;
    margin-bottom: 10px;
}
.FastFood1{
    margin-left: 1px;
    margin-right: 1px;
	margin-top: 15px;
}
.FastFood2{
    margin-left: 1px;
    margin-right: 1px;
	margin-bottom: 15px;
}
.FirstFoods{
	margin-top: 40px;
}
.Lorem{
	margin-top: 50px;
}

.Meals{
	background-image: url("assets/backgrounds/foodsBg.jpg");
	padding-top: 5px;
	padding-bottom: 20px;
	font-family: Georgia;
}

.MealsContent{
	margin: 25px 105px 25px;
    width: 6900px;
}

.nav-tabs .nav-item {
    width: 267px;
}

.FoodPhotos{
	background: white;
	width: 1110px;
}
.col-md-3{
	margin-top: 70px;
	margin-bottom: 70px;
}
.img-circle {
    border-radius: 50%;
}