
body {
  /*background: -webkit-gradient(linear, left top, left bottom, from(#a4badd), to(#fff));
  background-image: url('../images/bodybg.png');background-repeat: repeat;
  background-color: #000007;*/
}
.menucat{
	background-image: url('../images/header.jpg');background-repeat: no-repeat;
	font-size:large;
	font-weight:bold;
	color:white;
	font-family:Garamond;
}
.mainbodybg{
    background-image: url('../images/bodybg.png');background-repeat: repeat;
    padding-top: 10px;
}
.social-media-icons ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.social-media-icons a { 
    display: inline-block;
    text-decoration: none;
    padding: 7px;
}

.social-media-icons a:nth-child(1) i {
    color: #d34836;
}

.social-media-icons a:nth-child(2) i {
    color: #4099FF;
}

.social-media-icons a:nth-child(3) i {
    color: #b31217;
}

.social-media-icons a:nth-child(4) i {
    color: #FF6600;
}

.social-media-icons a i:hover{
    color: silver;
}

.fa-facebook{
  color:#4286f4;
}

.fa-google-plus{
  color:#a179f7;
}
.fa-instagram{
  color:#7885f7;
}
.fa-linkedin{
  color:#3846bc;
}
.fa-twitter{
  color:#79b2fc;
}
.fa-youtube{
  color:#ba3d62;
}
.social-icons a i:hover{
    color: silver;
}

.carousel-inner img {
     /* -webkit-filter: grayscale(90%);
    filter: grayscale(90%);make all photos black and white */ 
    width: 100%; /* Set width to 100% */
    margin: auto;
}
  
h4{
font-family: verdana, arial;
color:#675189;
}
.parasmall{
font-family: Cormorant Garamond;verdana, arial;
font-size: 1.3em;
text-align: justify;
}   

p{
font-family: Cormorant Garamond;verdana, arial;
font-size: 1.6em;
text-align: justify;
}  

.panel-footer{
    background-color: #6d677c;
    font-family: verdana,arial;
    color: white;
    font-size: 0.9em;
}

.menuitem{
	font-weight:bold;
}
.menuprice{
	color:#d15512;
	font-weight:bold;
	font-size:1.3em;
}
.menuserial{
	font-weight:bold;
	
}
/* navbar custom format */

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #4d2600;  /*Sets the text hover color on navbar*/
background-color: #c9a88d;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >   
 a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: white; /*BACKGROUND color for active*/
background-color: #804000;
}

  .navbar-default {
    background-color: #0f006f;
    border-color: #030033;
}

  .dropdown-menu > li > a:hover,
   .dropdown-menu > li > a:focus {
    color: #262626;
   text-decoration: none;
  background-color: #66CCFF;  /*change color of links in drop down here*/
   }

 .nav > li > a:hover,
 .nav > li > a:focus {
    text-decoration: none;
    background-color: silver; /*Change rollover cell color here*/
  }


  .navbar-default .navbar-nav > li > a {
    font-size: 1.3em;
   color: white; /*Change active text color here*/
   font-family:Courier;
   font-weight:bold;
   /*background-color:#b59f8d;*/
    }

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}
.topnavbackground{
	background-color:black;
}


@media (max-width: 600px) {
    .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}
@media (max-width: 600px) {
    #headersocial{
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}
@media (max-width: 600px) {
    #headerlogo{
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}
@media (max-width: 600px) {
    #headertelephone{
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}
@media (max-width: 600px) {
    #headeremail{
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}