.nav-table {
	width: 100%;
	border-collapse: collapse;
	max-width: 1900px;	
	margin: 0 auto;
	table-layout: fixed;
}

.nav-row-header td {
	width: 100%;
}

.nav-header-img {
	width: 100%;
	height: auto;
	display: block;
}

.col-navbar-spacer {width: 11.5%;}
.col-navbar-btn {width: 14.2%;}
.col-navbar-social {width: 19.5%;}

.nav-row-links td {
	text-align: center;
    vertical-align: middle;
}

.twitter-link,
.twitch-link,
.youtube-link,
.instagram-link {
	display: inline-block;
	text-decoration: none
}

.social-navbar-btn,
.nav-btn {
	transition: transform 0.2s ease;
    cursor: pointer;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.social-container {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    width: 100%;
}

.social-navbar-btn {
	width: 100%;
	max-width: 50px;
	height: auto;
}

.content-button:hover,
.about-button:hover,
.faq-button:hover,
.contact-button:hover {
	transform: scale(1.05);
}

.twitch-button:hover,
.youtube-button:hover,
.twitter-button:hover, 
.instagram-button:hover {
	transform: scale(1.2);
}

@media (max-width: 1200px) {
    .social-container {
        gap: 2%;
    }
}

