h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}



.brickbw
{
	background-image: url(../img/bg/brick1BW.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}


html.container,body
{
    overflow-x: hidden; 
}


section {
  padding: 70pt 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}


.intro-header {
    padding-top: 20px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

/*fade header*/

header.intro-header 
{
	background-image: url(../img/header/h1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.content-section-b
{
  padding: 50px 0;
  background-image: url(../img/bg/brick151.jpg);
}

.intro-message {
    padding: 7% 0;
    position: relative;
}

h2.logo
{
	font-family: "Piedra" , cursive;
  font-family: 'Black Ops One', cursive;
  font-family: "eHebo", "Helvetica Neue", Helvetica, Arial, cursive;
	font-size: 9em;
  font-weight: 990;
	color: #0548b5;
  text-shadow:
    -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
	2px 2px 3px rgba(255,255,255,0.6);

}


/*navbar*/
.affix {
  top: 0;
  width: 100%;
}

.affix + .container-fluid {
  padding-top: 70px;
}

.navbar-custom {
	z-index: 1;
  background-color: #222222;
  border-color: transparent;
  border-radius: 0;
}
.navbar-custom .navbar-brand {
  color: #fed136;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #fed136;
}
.navbar-custom .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #fed136;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #fed136;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #fec503;
}
@media (min-width: 768px) {

  html .container, body .container {overflow-x:hidden;}

  .navbar-custom {
    background-color: #222;
    padding: 15px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #222222;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
/*contact*/

.btn-md {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  font-size: 16px;
  padding: 10px 4em;
}

div.contact-info
{
  padding-top: 40pt;
}

h3.contact-info
{
  color: white;
  margin-top: 0;
}

section#contact {

  background-image: url('../img/bg/stone53.jpg');
  background-position: center;
  background-repeat: no-repeat;	
  background-size: cover;
  background-color: #333;
  padding-bottom: 0;

}
section h3.form-required {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 5px;
}

section p.contact-info {
  font-size: 20px;
  color: white;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 5px;
}

section#contact .form-group {
  margin-bottom: 15spt;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 10px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 160px;
}
section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #ccc;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #ccc;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #ccc;
}
section#contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #ccc;
}
section#contact .text-danger {
  color: #e74c3c;
}


/*footer*/

footer {

  padding-top: 2em;
  text-align: center;
  background-color: white;
  padding-bottom: 1em ;
}

footer span.copyright {
  color:#222;
  line-height:0px; 
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}

/*section headings*/


h2.section-heading {
    font-family: 'Piedra', cursive;
    font-family: 'Black Ops One', cursive;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(120,120,120,0.6);
}

h2.inverse {
	color:white;
	 text-shadow:
   	-1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000,
    1px 1px 2px rgba(0,0,0,0.6);
}



.btn:hover {
  background-color: rgba(60,60,60,0.9);
  color: white;
}

.btn-md {
  color: white;
  background-color: rgba(80,80,80,0.8);
  border-color: white;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  font-size: 16px;
  padding: 10px 4em;

}

/*slideshow*/


/*#element{
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	opacity: 1.0;
	-webkit-transition: background-image 1.5s linear;
	-moz-transition: background-image 1.5s linear;
	-o-transition: background-image 1.5s linear;
	-ms-transition: background-image 1.5s linear;
	transition: background-image 1.5s linear;
}*/


section#about
{
  background-image: url(../img/bg/brick14.jpg);*/
  color: #222;
  text-shadow:
    -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
   2px 2px 3px rgba(255,255,255,0.6),
   0 0 15px #fff;
}

#tmp1
{
  color: #222;
  text-shadow: inherit;

}

.navbar{
  margin-bottom: 0;
}

#partners{
  padding-top: 2em;
  margin-top: 6em;
  background-color: white;
}

.logimg{
  padding: 0 10%;
}

.list-unstyled {
 list-style-position: inside;
}

.list-unstyled li{
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 1.5em;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}


div.inverse {
  color:white;
   text-shadow:
    /*-1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000,*/
    0px 0px 5px rgba(0,0,0,0.8),
    0px 0px 5px rgba(0,0,0,0.8);
}