/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Righteous');
/*Style*/
/*section{height: 100vh;}*/
p{font-weight: 600;}

#objective p{font-size: 1.5em; font-weight: 700;}
#membership p{font-size: 1.3em; font-weight: 600;}
.overlay {
    background: rgba(255, 250, 250, .95); /* Primary color, can be changed via colors.css */
}
.overlay ul li a {
	font-family: 'Raleway', serif;
	color: rgba(64,64,64,.8) !important;
}
.overlay ul li a:hover {
	color: rgba(234, 46, 79, .8) !important;
	-webkit-transform: scale(1.2);
}
.button_container.active .top,
.button_container.active .bottom {
    background: rgba(64,64,64,.8);
}
.navbar-custom.top-nav-collapse .button_container.active span.top,
.navbar-custom.top-nav-collapse .button_container.active span.bottom {
	background: rgba(64,64,64,.8);
}
.carousel-caption h1{
	font-family: 'Righteous', cursive;
    color: rgba(10, 10, 10, .8) !important;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    font-size: 3.5em;
}
.btn {
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
}
.btn.btn-custom {
  background-color: rgba(42, 42, 42, .95);
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-custom:hover {
  background-color: rgba(100, 100, 100, .95);
}
.modal {
  text-align: center;
}
@media(max-width:425px) {
    #aboutus{
      padding-bottom: 0px !important;
    }
    #aboutus.content-section.alt-bg-light{
        background-color: #fafafa;
        border-top:1px solid #f5f5f5;
        border-bottom:0px;
    }
    .carousel-caption h1{
        font-family: 'Righteous', cursive;
        color: rgba(10, 10, 10, .8) !important;
        text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
        font-size: 1.5em;
    }
    .btn {
        font-family: "Roboto", sans-serif;
        font-size: .8em;
    }
    .brand-logo{padding-top: 1.5vh;}
    .product-item > .media-left{padding-left: 1.5vh;}
}
.carousel-caption p{
    font-family: 'Raleway', serif;
    font-size: 2em;
    font-weight: 600;
}
.navbar-custom.top-nav-collapse {
	background: rgba(42, 42, 42, .95);
}
.overlay-detail {
    background: rgba(234, 46, 79, .4); /* Set to black, can be changed via colors.css */
    /*opacity: 0.9;*/
}


@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-header{
	background-color: rgba(234, 46, 79, .95);
	color: #fff;
}
.modal-footer{
	background-color: rgba(42, 42, 42, .95);
}
.media-left{
  padding-right: 10px;
}
canvas {
    border: 3px #CCC solid;
}
/*#contact{
	background: url(../images/process_bg.jpg) 50% 0 no-repeat scroll;
}

.caption{
	font-size: 2em;
	font-weight: 700;
	color: #fff;
}
.contact h2 {
	font-weight: 700;
	-webkit-text-stroke: 1px #fff;
}*/
/*
.modal-open {
    overflow-y: scroll;
}*/
/*.services-item:before {
    border-color: #fff #fff rgba(254, 190, 16, .95) rgba(254, 190, 16, .95);
}
.taf{
	color: rgba(254, 190, 16, .95);
}
.services-item i{
    color: rgba(254, 190, 16, .95);
}*/