/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */

body,html {
  	height:100%;
	margin:0;
}
	
.bg{
	height:50%;
	background-image:url(../img/education-leads1-compressed.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
	
	
	}
	
.pdt{
	padding-top:20%;}	
	
.img-responsive{
	width:100%;}
	
kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #e46039;
    background-color: #212529;
    border-radius: .2rem;
    
}	

.align{	
    margin: 0 auto;
    padding-top: 20%;}
	
.nbtn{
	color: #ffffff;
    background: #e45826;
	/*padding:18px;*/
	border-radius: 5px 5px 5px 5px;;
}
.brd{
	border: 1px solid #e45826;
	padding:18px;
	color:#000;
	opacity: 0.8;}	
	
@media only screen and (max-width: 500px) {
    .input-group{
		margin-top:60%;
    }
}	



/* Select Wrapper (for befores & afters) */

$select-color: #b6b6b6;
.custom-select{
  /* wrapper style */
  position: relative;
  display:block;
  max-width: 400px;
  min-width: 180px;
  margin:0 auto;

  select {
    /* Select Reset */
    border: 1px solid $select-color;
    outline:none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin:0;
    display:block;
    width: 100%;
    cursor: pointer;
    
    /* custom select appearance */  
    padding: 12px 55px 15px 15px;
    font-size: 14px;
  }
  /* the down arrow */
  &:after{
    position: absolute;
    right:0; top:0;
    width: 50px; 
    height:100%;
    line-height: 50px;
    content: '\25BC';
    text-align: center;
    z-index:-1;
    background: $select-color;
    color:#fff;
    font-size: 18px;
  }
}


.mrgnfrm{
	margin:0 auto;
	margin-top: 5%;
	font-size: 18px;
    color: #fff;
	text-align:center;}
	
.nfrm{
	height: 50px !important;
	opacity: .9;
	-webkit-appearance: none;
	}	
	
.logtxt {
    font-size: 300%;
    float: right;
    margin-right: 20%;
    margin-top: 2%;
    color: #000;
    font-family: initial;
}	

	
.dark{
	background-color:#000;
	}	



.hgt{
	height:34px !important;}
	
.headl{
	font-size:250%;}
	
.mgtp{
	padding-top:6% !important;}	
