/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


@font-face {
    font-family: 'Geomanist-Regular';
    src: url('assets/Webfonts/geomanist-regular-webfont.eot');
    src: url('assets/Webfonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/Webfonts/geomanist-regular-webfont.woff2') format('woff2'),
         url('assets/Webfonts/geomanist-regular-webfont.woff') format('woff'),
         url('assets/Webfonts/geomanist-regular-webfont.ttf') format('truetype'),
         url('assets/Webfonts/geomanist-regular-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {font-family: 'Geomanist-Black';font-weight: 900; src: url('assets/Webfonts/Geomanist-Black.otf') format('truetype');}
@font-face {font-family: 'Geomanist-Bold';font-weight: 500; src: url('assets/Webfonts/Geomanist-Bold.otf') format('truetype');}
@font-face {font-family: 'Geomanist-Book';font-weight: 600; src: url('assets/Webfonts/Geomanist-Book.otf') format('truetype');}
@font-face {font-family: 'Geomanist-ExtraLight';font-weight: 100; src: url('assets/Webfonts/Geomanist-ExtraLight.otf') format('truetype');}
@font-face {font-family: 'Geomanist-Light';font-weight: 200;src: url('assets/Webfonts/Geomanist-Light.otf') format('truetype');}
@font-face {font-family: 'Geomanist-Medium';font-weight: 300;src: url('assets/Webfonts/Geomanist-Medium.otf') format('truetype');}

body {
  padding-top: 0;
  padding-bottom: 0;
  color: #000000;
  font-family: 'Geomanist-Regular';
}
p,ul>li{
    font-family: 'Geomanist-Light';
    color: #000000;
}
.navbar {

}
a.navbar-brand {
    padding: 0;
}
a.navbar-brand img {
    max-width: 90px;
    background-color: #000;
    padding: 0;
}

.navbar-brand {
    padding-top: 0;
}
.bg-transparent {background-color:transparent !important;}
.bg-back {background-color:#000000 !important;}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	bottom: 3rem;
	z-index: 10;
	color:#000000;
	right: 5%;
	left: 5%;
}
.carousel-caption h1{
	font-size: 60px;
	font-weight: 100;
}
.carousel-caption h2{
	font-size: 65px;
	font-weight: 900;
	margin-bottom: 60px;
	font-family: 'Geomanist-Black';
}
.p-0 {padding:0 !important;}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
ol.carousel-indicators {
    display:none;
}

footer {
    margin-top: 55px;
    padding-top: 12px;
}
footer .horizontal-line {
    border-bottom: 1px solid #5d5d5d;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    flex: 0 0 100%;
    max-width: 98%;
    display: block;
}
footer a.navbar-brand {
	float:left;
}
footer a.navbar-brand img {
    max-width: 100px;
}
footer p {
	margin-bottom:0;
}
footer ul.nav {
    float: right;
}
footer ul.nav>li {
	margin: 15px 15px;
}
footer ul.nav>li>a {
    color: #fff;
	font-size: 12px;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.carousel-caption p,
.marketing h3 {
  font-weight: 400;
  font-family: 'Geomanist-Medium';
  font-size:20px;
  
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
.bcx-btn {
    border-radius: 0;
    padding: 3px 10px;
    font-size: 15px;
}
.bcx-btn,
.btn-block {
    background-color: #E21E2A;
    border-color: #E21E2A;
    color: #FFF;    
}
.vetical-divider {
    border-left: 1.5px solid #eee;
    height: 380px;
    width: 2px;
    margin: auto;	
}
ul.list-items {
	
}
ul.list-items li {
	display: block;
	width: 100%;
    line-height: 40px;	
}
ul.list-items li span {
    background-color: #E21E2A;
    border-color: #E21E2A;
    color: #FFF;
    padding: 0px 10px;
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    text-align: center;
    margin: 0px 10px 5px 0;	
}
.login-block {
    background-color: #ccc;
    background-color: rgba(43, 43, 43, 0.34);
    border: 1px solid rgba(0, 0, 0, 0.24);
    padding: 25px 25px;
}
.login-block label {
    display:none;
}
.card-body {
    background-color: #fff;
}
.card-footer {
    background: #fff;
    padding-top: 0;
    border: none;
    margin-top: -8px;
}
footer p.text-white {
    font-size: 12px;
    margin-top: 11px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
@media (max-width: 991px) {
    .hidden-sm-down {
        display:none;
    }

}
@media (max-width: 786px) {
    .carousel-caption h1{
        font-size: 40px;
        font-weight: 100;
    }
    .carousel-caption h2{
        font-size: 45px;
    }    
    footer ul.nav {
        float: left;
        margin-top: 15px;
        margin-bottom: 22px;
        width: 100%;
    }
    footer a.navbar-brand {
        float: inherit;
    }
    footer {
        margin-top: 32px;
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }  
    footer ul.nav>li {
        margin: 0px 15px;
        padding: 7px 0;
        display: block;
        width: 100%;
        border-style: solid;
        border-color: #5f5f5f;
        border-width: 1px 0px 0px 0px;
    }
    footer ul.nav>li:last-child {
        border-bottom:1px solid #5f5f5f;
    }
    footer p {
        margin-bottom: 0;
        padding-left: 15px;
        margin-top: 5px;
        font-size: 12px;
    }
}