body{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
overflow-x: hidden;
}
}
*{
  font-family: 'Merriweather', serif;
}
.cbox{
  text-align: center;
  width: 100%;
  height: auto;
  background-color: royalblue;
  padding-bottom: 5px;
}
#moto{
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  color: white;
  display: inline;
  margin-right: 40px;
}
ul.social-network li {
    display:inline;
    margin: 0 4px;
    border: 0px solid #2D2D2D;
    padding: 10px 0 0;
    width: 32px;
    display: inline-block;
    text-align: center;
    height: 32px;
    vertical-align: baseline;
    color: #000;
}
.top-icons{
  text-align: right;
  width: 15px;
  margin: 10px 10px 10px 10px;
}
.top-icons:hover{
  cursor: pointer;
  background-color: royalblue;
}
.topbutton{
  border-width: thin;
  border-color: green;
  height: 30px;
  width: auto;
  font-size: 12px;
  color: green;
}
.topbutton:hover{
  border-color: #32ff6a;
}

.logo{
  position: absolute;
  top: 10px;
  left: 70px;
  background-attachment: fixed;
}
.active {
    border-radius: 35px;
    background-color: #316DC3;
    color: white;
}
.nav {
    font-size: 16px;
}
ul>li:hover {
    color: white!important;
    border-radius: 30px;
    background-color: #316DC3;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}
.home-box{
  background-color: #007bff!important;
  color: #fff;
}
.intro{
  background-color: #f4f9f4;
  padding-top: 50px;
  text-align: center;
  width: 100$;
  height: auto;
}
hr{
  width: 5%;
  border: medium solid green;
  display: inline-block;
}
.content{
  font-size: 18px;
  text-align: justify;
  margin: auto 200px;
}
@media (max-width:900px){
    .content{
      margin: auto;
          }
}
.food{
  /* width: 100px; */
  /* height: 100px; */
}
.service-container{
  width: 100%;
  padding-right: 100px;
  padding-left: 50px;
}
.service{
  text-align: center;
  width: 100%;
  height: 180px;
  background-color: white;
  box-shadow: 5px 5px 10px 10px lightgrey;
  padding: 50px 20px;
  margin: 5px 0px 20px 50px;
}
.headings{
  font-weight: bolder;
}
.serve{
  font-size: 20px;
  font-weight: bolder;
  color: royalblue;
  margin-top: 20px;
}
.upcoming{
  background-color: #fff;
  padding: 100px;
}
.upcoming h2,h6{
  color: #007bff;
}
.upcoming h6{
  display: inline;
  padding: 25px;
}
.upcoming div .row .col div .row .col div {
  background-color: #f7f8fa;
  margin: 15px;
  padding: 25px;
  border: none;
}
.upcoming div hr {
  margin-left: 0;
  background-color:#28a745;
  height: 1px;
  width: 60px;
}
.upcoming div .row .col div marquee span{
  color: rgb(29, 62, 251);
}
.gallery{
  background-color: white;
}
.image{
  position: absolute;
  left: 150px;
  top: 25px;
}
.bottom{
  width: 100%;
  height: 100%;
  margin-top: 200px;
  padding: 50px;
  background-color: #323232;
}
p{
  line-height: normal;
  font-size: 18px;
}
.footer{
  width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-left: 100px;
  background-color: royalblue;
  text-align: left;
}
