/*.body-back{background-color: #e1c690;}*/

.navbar-custom {
    /*background-color:#0066FF;  */ 
	background-color:#270595;
	border-color: #f9e3cb;
    border-radius: 0;
	margin:0;
	/*border-top: 1px solid #FF3300;*/
		
		
}

.dropdown-menu {
    /*background-color: #fcf1e7;*/
	background-color:#33FFFF;
    border-color: #f9e3cb;
    border-radius: 0;
	color: #006600;
	font-weight:bold;	
	
	
}
/*New Add*/
.navbar-nav > li > a {padding-top:8px; padding-bottom:8px ;}
.navbar {min-height:32px;}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
    /*color: #006600;*/
	
	
}

.navbar-custom .navbar-nav > ul li {
    /*color: #006600;*/
	/*margin-bottom: 12px;*/
	padding-top: 15px; padding-bottom: 15px;
   
}

.navbar-custom .navbar-nav > li > a {
    /*color: #006600;*/
	color:#ffff33;
	font:Times New Roman;
	font-size:13px;
	font-weight:bold;
	
	
   
}


.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    /*background-color: #f9e3cb;	
	color: #006600;*/
	background-color:#33FFFF;
	color:#000000;
	
}



.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    /*background-color: #f9e3cb;*/
	background-color:#FFFFCC;
	color: #006600;
	/*font-weight:bold;*/	
}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: #006600;
    background-color: #f9e3cb;
}

.navbar-custom .navbar-text {
    color: #006600;
}

.navbar-custom .navbar-toggle {
    background-color:#FFFFCC;
    border-color: #f9e3cb;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #f9e3cb;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #006600;
}


/*for image*/

img { border: 0; max-width: 100%; }
#wrapper {
  display: block;
  max-width: 1100px; 
  margin: 0 auto;
}

#portfolio {
  display: block;
}

#portfolio li {
  display: block;
  float: left;
  width: 30%;
  max-width: 400px;
  margin-right: 20px;
  margin-bottom: 20px;
}

#portfolio li a {
  display: block;
  padding: 8px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
}

.mfp-title {
  font-size: 1.2em;
  color: #ddd !important;
  font-weight: 700;
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }



/*.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}*/

.anyClass {
  height:430px;
  overflow-y: scroll;
  text-align: justify;
  font-size: 150%;
  text-align: justify;
  padding-right: 2%;
  /*padding-top: 10%;*/
}

/** media queries **/
@media screen and (max-width: 780px) {
  #portfolio li {
    width: 45%;
  }
}

@media screen and (max-width: 550px) {
  #portfolio { 
    text-align: center;
  }
  
  #portfolio li {
    float: none;
    display: inline-block;
    width: 80%;
    margin-bottom: 30px;
  }
}