@media(min-width: 1600px){
	.left-text {
    padding-left: 240px;
}
}

@media(max-width: 767px){
	.navbar-toggler{
		background: #000;
	}
}