@charset "utf-8";
/* CSS Document */


body{
	font-family: actor;
	color: #313030;
	background-color: white;
	font-size-adjust: auto;
	margin: 0px;
	font-style: normal;
	font-weight: 300;	
}
.clearfix::after {
content: "";
clear: none;
display: table;	
}
.clearfix{
overflow: auto;	
}
.page-wrapper{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.page-wrapper_yum{
	max-width: 1200px;
	width: auto;
	max-height: 100;
}
.top-banner img{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}
.top-banner h1{
	
	text-align: center;
	color: white;
	font-family: "bowlby-one";
	font-style: normal;
	font-weight: 200;
	background-color: #ED1C24
}
.top-banner-Yum{
	width: 20%;
	color:#61A63A;
	margin: 10px;
}

nav ul{
	width: 100%;
	text-align: center;
	list-style-type: none;
	padding: 0px;
}
nav a{
	text-decoration: none;
	color: white;
	display: block;
	margin-bottom: 4px;
	background-color: #585858;
	padding-top: 5px;
	padding-bottom: 5px;
}
nav a:hover {
	background-color: #ED1C24;
}
h2 {
	color: #ED1C24;
}
.main{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.container-featured{
	margin: 2%;
}



#pic1{background-image:url(../images/little-italy-restaurant-pics1.jpg);	
}

#pic2{background-image:url(../images/little-italy-restaurant-pics2.jpg);	
}

#pic3{background-image:url(../images/little-italy-restaurant-pics3.jpg);	
}

#pic4{background-image:url(../images/little-italy-restaurant-pics4.jpg);	
}

#pic5{background-image:url(../images/little-italy-restaurant-pics5.jpg);	
}

#pic6{background-image:url(../images/little-italy-restaurant-pics6.jpg);
}



.featured-img{
	width: 150px;
	border-radius: 100%;	
	height: 150px;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: thick;
}
.featured-images{
	display: block;
	width: 100%;
	text-align: center;
}
.featured{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	box-sizing: border-box;
}


h3 {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	padding: 5px;
	
}
#main-img img{
	width: 100%;
	background-size: cover;
	}
.topic-one{
	padding: 10px;
	text-align: justify;
}
.section-slider {
    padding: 10px 0;
    background: #fff;
}
.slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-points-x: repeat(300px);
    scroll-snap-type: mandatory;
}
.slider .img-slider {
    flex-shrink: 0;
    width: 300px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
}
.slider::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.slider::-webkit-scrollbar-thumb {
    background: #808080;
    border-radius: 10px;
    visibility: hidden;
}
.slider::-webkit-scrollbar-track {
    background: transparent;
}
.section-slider:hover .slider::-webkit-scrollbar-thumb {
    visibility: visible;
}

.myvideo {
  text-decoration: none;
  color: #fff;
  background: red;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  z-index:100;
  position: absolute;
  bottom: 20px;
}
.myvideo:hover {
  color: #000;
}
.google-maps {
        position: relative;
        padding-bottom: 75%; 
        height: 0;
        
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
.footer {
	padding-top: 20px;
	width: 100%;
	background: #ED1C24;
	box-sizing: border-box;
	padding: 10px
		
		0px;
}
.footer h3{
	font-family: "bowlby-one";
	font-size: 30px;
	text-align: center;
	padding: 0
		px;
	color: white;
}
.fb-like{
        position: absolute;
        top: 0;
        left: 0;
}
.footer p{
	font-family: "bowlby-one";
	font-size: 12px;
	text-align: center;
	padding: 5px;
	color: white;
}
.fb-like{
	text-align: center;
	right: 10px;
	float: right;
}
@media screen and (min-width:768px){
	nav a{
		width: 25%;
		float: left;
	}
	#main-img img{
	width: 50%;
	background-size: cover;
	padding-left: 0%;
	padding-right: 0%;
	float:left;
	}
		.featured{
		width: 50%;
	}
	.container-featured{
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	
	.topic-one{
	padding-left: 10px;
	padding-top: 0px;
			
	text-align: justify;
}
}
@media screen and (min-width:960px){
	.featured{
		width: 30%;
	}
	.container-featured{
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}


.topic-one{
	margin-bottom: 10%;
	text-align: justify;
}
.google-maps {
	position: relative;
	padding-bottom: 60%;
	height: 0;
        
}
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 900px !important;
        height: 600px !important;
    }
}
