@media (min-width: 992px) and (max-width: 1199px)
{

}
@media (min-width: 767px) and (max-width: 991px)
{
	section {
		padding: 90px 0 42px;
	}
	button.navbar-toggler{
		background: url(../images/mbl-nav.png) no-repeat center;
		float: right;
	}
	h1.heading {
		font-size: 28px;
	}
	.form input[type="submit"]{
		padding: 10px 26px;
	}
	.member {
		margin-top: 20px;
	}
	.member a{
		font-size:14px;
	}
}
@media only screen and (max-width: 767px) 
{
	section {
		padding: 90px 0 42px;
	}
	button.navbar-toggler{
		background: url(../images/mbl-nav.png) no-repeat center;
		float: right;
	}
	.social{
		display: none;
	}
	h1.heading {
		font-size: 28px;
	}
	.form input[type="submit"]{
		padding: 10px 26px;
	}
	.member {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 320px) 
{

}
@media (min-width: 411px) and (max-width: 766px)
{

}