img{
	width: 100%;
}
body{
	background-color: #ececec;
	font-family: 'Lato-Regular';
}

.navbar-nav{
	float: right;
	margin-top: 20px;
}
.navbar{
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #e2e1f3;;
	z-index: 9;
	min-height: 5vw;
	height: auto;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

.icon-bar{
	background-color: #ff0000;
}
.navbar-nav>li>a{
	font-family: 'Rubik-Regular';
	color: #5a5152;
}
.nav>li>a:hover{
	    background-color: #ffffff;
    color: #f00;
}

.carousel-text{
	width: 30%;
	z-index: 10;
	position: absolute;
	top: 15vw;
	right: 0px;
	float: right;
	background-color: #ffffff85;
	padding: 10px 20px;
}
#mycarousel.container{
	width: 100%;
	padding: 0px;
}
#mycarousel h3{
	color: #f9726f;
	font-family: 'Raleway-Bold'; 
}
.home_marquee {
	width: 100%;
	margin-top: 10px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;	
	padding: 15px 0px;
}

.home_inside_marquee {
	float: left;
	height: 100px;
	width: 150px;
	display: inline-block;
	margin-right: 100px;
}

#home-about,#cakes,#celebrations,#expert,#branches,#about,#specials-page,#celebration.container{
	margin-top: 20px;
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 20px;
}
hr{
	margin-top: 5px;
	width: 100%;
	height: 4px;
	background-color: #fff700;
}
h1{
	text-align: left;
	font-variant: small-caps;
	font-family: 'Raleway-Bold';
	color: #ff0000;
}
p{
	font-family: 'Lato-Regular';
	color: #5d5b5b;
	text-align: justify;
}
form{
	margin-top: -7vw;
}
.project-img{
	width: 100%;
	height: 260px;
	margin-bottom: 20px;
}
#marquee p{
	color: #ff0000;
	font-family: 'Raleway-Bold';
}
input,option,select,textarea{
	width: 100%;
	margin-bottom: 10px;
	padding: 5px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #ccc;
}
 h3{
	color: #ff0000;
	font-family: 'Raleway-Bold';
}
.btn-cater{
	float: right;
	padding: 10px 20px;
	background-color: #ff0000;
	color: #fff;
	border-radius: 5px;
	border: none;
}
#banner.container{
	margin-top: 50px;
	margin-bottom: 50px;
}
.bnr1{
	background-repeat: no-repeat;
	background-image: url('../img/bnr1.jpg');
	background-size: cover;
	min-height: 250px;
	border-radius: 10px;
	background-color: #333;
	color: #fff;	
}
.bnr2{
	background-repeat: no-repeat;
	background-image: url('../img/bnr2.jpg');
	background-size: cover;
	min-height: 250px;
	border-radius: 10px;
	color: #fff;	
}
.bnr3{
	margin-right:130px;
	background-repeat: no-repeat;
	background-image: url('../img/icecream1.jpg');
	background-size: cover;
	min-height: 250px;
	border-radius: 10px;
	background-color: #333;
	color: #7d1417;	
}
.bnr4{
	margin-right:130px;
	padding: 10px;
	background-repeat: no-repeat;
	background-image: url('../img/bread.jpg');
	background-size: cover;
	min-height: 250px;
	border-radius: 10px;
	color: #bf9932;
}
.bnr5{
	background-repeat: no-repeat;
	background-image: url('../img/wheat-bread.jpg');
	background-size: cover;
	min-height: 250px;
	border-radius: 10px;
	color: #ddaa71;
}
.bnr-text{
	width: auto;
	position: absolute;
	top: -4vw;
	right: 0px;
	text-align: center;
	padding: 70px 0px;
	font-family: 'Raleway-Bold';
	color: #7af7bd;
}
.cake-item{
	text-align: center;
	object-position: center;
	margin-bottom: 100px;
	cursor: pointer;
}

#cakes h4{
	font-family: 'Raleway-Bold';
	color: #ff0000;
}
#cakes p{
	text-align: center;
}
.dropdown{
	cursor: pointer;
}

#expert h3{
	font-family: 'GothamBook';
	color: #ff0000;
}
.catering{
	width: 4vw;
	content: url('../img/outdoor-catring.png');
	display: inline-block;
	float: left;
}
.tea-party{
	width: 3vw;
	content: url('../img/tea-cup.png');
	display: inline-block;
	float: left;	
}
.birthday{
	width: 3vw;
	content: url('../img/bday-cake.png');
	display: inline-block;
	float: left;
}
.drinks{
	width: 3vw;
	content: url('../img/welcome-drink.png');
	display: inline-block;
	float: left;
}
.dessert{
	width: 3vw;
	content: url('../img/dessert.png');
	display: inline-block;
	float: left;
}
.stater{
	width: 3vw;
	content: url('../img/stater.png');
	display: inline-block;
	float: left;
}
.gps{
	width: 2vw;
	content: url('../img/gps.png');
	display: inline-block;
	float: left;
}
#order.container{
	margin-top: 50px;
	width: 100%;
	padding: 0px;
	background-color: #ff0000;
}
#order h1{
	color: #fff;
	font-family: 'GothamBook';
}
#footer.container {
	margin-top: 50px;
    width: 100%;
    padding: 0px 100px;
    background-color: #333;
    }
#footer h3{
	color: #fff;
	font-family: 'GothamBook';
}
#footer ul{
	text-align: left;
	padding: 0px;
}
#footer ul>li>a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-family: 'Rubik-Regular';
	
}
.mrg-top-50{
	margin-top: 50px;
}
ul{
	list-style-type: none;
}
.fa{
	color: #fff;
	margin-right: 10px;
	cursor: pointer;
}
.cpy{
	width: 100%;
	padding: 10px 10px 30px;
	background-color: #ff0000;

}
.cpy p{
	color: #fff;
}
/*About page*/

#map {
	margin-bottom: 50px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.navbar-nav>li>a.active{
	background-color: #ff0000;
	color: #fff;
}




@media only screen and (max-width: 504px){
	#mycarousel h3{
		font-size: 12px;
	}
}
@media only screen and (max-width: 542px){
	
	#footer.container{
		padding: 0px;
	}
}
@media only screen and (max-width: 646px){
	#marquee{
		display: none;
	}

}

@media only screen and (max-width: 992px){
	form{
	margin-top: 1vw;
	}
}


@media only screen and (max-width: 768px){
	#mycarousel.container{
		margin-top: 145px;
	}
}
