@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Cabin+Sketch:400,700);
	body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	overflow-x:hidden;


}

.a{
	letter-spacing:-0.5px;
	
}

.navbar {
    margin-bottom: 0;
}
/* Set the fixed height of the footer here */
#footer {
	height:auto;
	padding-top:8px;
	background-color:#d00007;
}

#footer1 {
	height:auto;
	background-color:#B40007;
	padding:8px;
}
/* Custom page CSS
-------------------------------------------------- */
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

ul {
	margin-left:-15px;
}




#nav {
	width: 100%;
	position:static;
	top:-30px;
	padding:0px;
	text-align:center;
	float:none;
	
}


#nav.affix {
	position: fixed;
	top: 0;
	z-index:10;
	-webkit-transition: all .6s ease-in-out;
}

@media (min-width: 767px) {
.navbar-nav> li{
	float:none;
	display:inline-block;

}

}
.navbar-nav{
	margin: 1px 1px;
	text-align:center;
	float:none;
    padding:0px;
	display:inline-block;

}

.navbar-nav >li {
	font-size: 14px;
	padding:0px;
} 

/* customize nav style */
.navbar-custom {
	background-color:#d00007;
	font-weight:700;
	border-width:0;
	width:100%;
	padding:0px;
    display:inline-block;
	

}



.navbar-custom  .navbar-nav> li>a {
	color:#FFF;
    padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	 display:inline-block;
}

.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  
{
color:#FFA40B;
 background-color:transparent;
}


.scroll-top {
	position:fixed;
	bottom:0;
	right:6%;
	z-index:100;
	background: #f2f3f2;
	font-size:24px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}

.less-padding {
   padding: 15px !important;
   margin: 15px !important;
}
.no-padding {
   padding: 0 !important;
   margin: 0 !important;
}

.title {
	font-size: 25px;
	color:#b21f24;
	font-family: 'Cabin Sketch', cursive;
}


.creamy
{
	background-color:#fcf9e8;
	height:auto;	
}


section {
	height:auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.buttonDesign{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px; 
	font-size:16px; 
	background-color:#FFF; 
	border-color:#B12027;
	border-style:dashed; 
	border-width:2px;
}

.footerDesign{
	width:auto;
	padding:8px; 
	font-size:12px; 
	background-color:transparent;
	border-color:#FFF;
	border-style:dashed; 
	border-width:2px;
}

.white{
	color:#FFFFFF;
	font-size:12px;
}
.redy{
	color:#B40007;
	font-size:15px;
	
	
}

.ready1{
	background-color:#d00007;
	padding:25px;
	width:100%;
}




#wrapper {
  background:#FFF;
  overflow: hidden;
  transition: max-height 300ms;
  max-height: 0; /* <---hide by default */
  
}

#wrapper.open {
  max-height: 400px; /* <---when open, allow content to expand to take up as much height as it needs, up to e.g. 100px */
}


#wrapper1 {
  background:#FFF;
  overflow: hidden;
  transition: max-height 300ms;
  max-height: 0; /* <---hide by default */

  
}

#wrapper1.open {
  max-height:400px; /* <---when open, allow content to expand to take up as much height as it needs, up to e.g. 100px */
}

#wrapper2 {
  background:#FFF;
  overflow: hidden;
  transition: max-height 300ms;
  max-height: 0; /* <---hide by default */
  text-align:left;
}

#wrapper2.open {
  max-height: 400px; /* <---when open, allow content to expand to take up as much height as it needs, up to e.g. 100px */
}
	

