@media (min-width: 576px) {

}


@media (min-width: 768px) {
	
}


@media (min-width: 992px) {
	nav.navbar,
	.navbar-brand {
		padding-top: 0;
		padding-bottom: 0;
	}
	.herocaption{
		width: 25%;
	}
	.copyright{
		max-width: 40%;
	}
	.signup h1{
		font-size: 36px;
	}
	.btn{
		padding: 1.5rem !important;
	}
	.whyjoinbtc:after {
	    position: absolute;
	    right: 0;
	    content: "";
	    top: 25%;
	    background: url(../images/Subtract.png);
	    width: 130px;
	    background-repeat: no-repeat;
	    height: 528px;
	}
	.whyjoinbtc.krav:after {
	    position: absolute;
	    right: 0;
	    content: "";
	    top: 0;
	    background: url(../images/subtract-orange.png);
	    width: 555px;
	    background-repeat: no-repeat;
	    height: 528px;
	}
	.whyjoinbtc.martial:after {
	    position: absolute;
	    right: 0;
	    content: "";
	    top: 0;
	    background: url(../images/subtractgrouped.png);
	    width: 333px;
	    background-repeat: no-repeat;
	    height: 528px;
	}
	.nav-link{
		padding: 1.5rem !important;
    }
}


@media (min-width: 1200px) {

}