/*TYPOGRAPHY
***********************/
@font-face {
    font-family: 'nexa_boldregular';
    src: url('nexa_bold-webfont.woff2') format('woff2'),
         url('nexa_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexa_lightregular';
    src: url('nexa_light-webfont.woff2') format('woff2'),
         url('nexa_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*
html,{
  /*  font:'nexa_lightregular'!important;*/
    /*font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    */
  }
*/
body{
  text-rendering: optimizeLegibility;
  font-family:'nexa_lightregular'!important;
}

h1, h2, h3, h4, h5, h6{
  font-family:'nexa_boldregular'!important;
  color: #5a5858;
  text-transform: uppercase;
}

  p{
    /*vertical-align:baseline;
    font-weight:400; */
    font-family: 'nexa_lightregular'!important;
    color: black;
  }

.nav li a {
  font-family:"nexa_lightregular"!important;
  text-transform: uppercase;
  font-weight:400;
  letter-spacing: 0.001em;
}
.footer p{
  color: white;
}

/* index image
**********************************/
#background-image {
  background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/bfa1.jpg') /*no-repeat center center fixed */; 
 /* -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  min-height: 770px;
  */
  width: 100%;
  height: 100%;
  

  margin-top: 0px!important;
}

@media (max-width: 770px/*775px*/)
{ 
  /* STYLES GO HERE */

 #background-image {
  background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/bfa1small.jpg'); 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  
  width: 100%!important;
/*  height:500px!important;*/
  background-position:right center!important;
}

.navbar-brand .website-name{
  font-size: 16px!important;
}
/* input search control
**************************/
.form-control{
  width: 300px;
  margin:1%;
}
#navbar button{
  margin: 1%;
}
/*Partners page 
**************************/
.marketing .col-lg-4 {
  margin-bottom: 30px;
}
}

/* device 650px and above
**************************/
@media only screen and (min-width: 650px){
  #background-image {
  background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/bfa1.jpg'); 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;

  width: 100%!important;
  height:775px!important;*/
  background-position:right center!important;
}
  /*Partners page 
**************************/
.marketing .col-lg-4 {
  margin-bottom: 30px;
}
}


/* iphone and small screens home page image
**********************************************/
 @media only screen and (max-width: 320px) {
            #background-image { 
                background:url('../images/bfa1.jpg'); 
                 display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
            }
}

.brighter-block{
  margin-top: 180px;
}
.well-header, .well-body, .well-footer{
  margin:18px;
}
.bright{
  color: white!important;
  text-transform: capitalize!important;
  letter-spacing: 0.01em;
}
.btn-oppo{
/*font-family:'nexa_boldregular'!important;*/
/*background: #8e8a8a;*/
background:#333333;
/*border-color: #5b5756;*/
color:#f7d104!important;
  font-size: 22px;
}

.btn-oppo:hover {
    color: black;
    background-color:#8e8a8a;
    border-color:#333333;
}
/* patnership link
*************************************/
.well a, .yellow-text{
  color: #f1bc37!important;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 15.6px;
  text-decoration:none; ;
}

.black-text{
  color:black!important;
}


/*Remove horizontal scroll
**************************/
body {overflow-x: hidden;}


/* Navigation
****************/
.headerblack, .topheader{
  /*background:black!important;*/
 background:#333333!important;
  height:30px;
  width:100%;
  margin:0px;
}
.logopng{
 /* padding-right: 9px;*/
  width:50px;
  height:50px;
  /*width:100px;
  height:80px; */
}

.navbar-brand .website-name{
color:black!important;
font-family: 'arial'!important;
/*font-family:'nexa_boldregular'!important;*/
  font-size:/*20px*/100%;
/*text-transform: capitalize!important;*/
text-transform: uppercase!important;
margin-top: 0px;
}
/*
.navbar-brand .website-name{
color:black!important;
/*font-family:'nexa_boldregular'!important;*
  font-size:20px;
text-transform: capitalize!important;
margin-top: 0px;
}
*/

.navbar, .navbar.container{
background:#f1bc37;
border: 0px!important;
margin-bottom: 0px;
}

.navbar-nav a{
/* font:'nexa_lightregular' sans-serif!important; */
line-height:22.4px;
}
.nav li.active a{
  color:white!important;
}

.navbar li a, .navbar .navbar-brand {
      color: black !important;
      font-family: 'nexa_lightregular'!important;
  }

  .navbar-nav li a:hover, .navbar-nav li.active a {
     color:#fff!important;
     background-color: #333333!important;
     
  }

/* about, patner jumbotron and intro
*********************************************/
  .jumbotron{
  	margin-top: 0px;
  	color:black;
  	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 300px;
  }

 .jumbotron h2{
color: white;
}
.intro{
font:'nexa_lightregular'!important;
font-size: 16.4px;
}
 
/* hero border
*********************/
 .hero{
	background:#E6BE03;
	border: 3px solid #E6BE03;
	margin-top: 8px;
	margin-bottom: 8px;
}
/* Partner Paragraph
**********************************/
 .partner{
 	font-size: 16px!important;
 }

 
/* Sticky footer styles
-------------------------------------------------- */

#footer{
  background-color:black;
  display: inline;
  float: left;
  padding: 25px 0;
  width: 100%;
  color: white!important;
}

#footer p{
  color: white!important;
}

.top-footer{
  display:inline;
  width: 100%;
  background-color: #171717;
  margin-bottom: 0px!important;
}


.row-black{
  background-color:black; 
}

/*contains social media icons
*****************************/
.footer-right{
  display: inline;
  float: right;
  text-align: right;
  width: 100%;
   background-color: #171717;
 padding: 5px;
} 

.footer-right a{
  color: #5c5c5c;
  font-size: 18px;
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align:right;
}

/*Social Media Icons
********************************/
.social{
	color:#f1bc37;
  font-size: 30px;
  
}
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #0e76a8;
 }


