@media screen and (max-width: 1151px) {
	.content {
		max-width: 98%;
	}
}

@media screen and (min-width: 992px) {
	#trade-sign-row {
		margin-bottom: 15px;
	}	
}

@media screen and (min-width: 768px) {
    .hidden-img {
		display: none;
	}

	#menuBtn {
		display: none;
	}

	#sideNav-col {
		display: block !important;
	}
}

@media screen and (max-width: 767px) {
	.hidden-img {
		display: block;
	}

    .discord-img {
		width: 100%;
	}

	#contact-form textarea {
		width: 100%;
	}

	#menuBtn {
		display: block;
	}

	#sideNav-col {
		padding: 0px;
		display: none;
 	 	position: fixed;
  		z-index: 1;
 	 	left: 0;
 	 	top: 0;
 	 	width: 100%;
  		height: 100%;
  		overflow: auto;
		background-color: #f5f5f5;
	}
}