#footer-container{
	background-color: #222222;
	height: 250px;
	width: 100%;
}

.footer-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.footer-column p {
	color: white;
	font-size: 12px;
}

.footer-content-container {
	width: 1920px;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.social-medias-container p {
	font-size: 15px;
}

.social-media-container {
	margin-top: 20px;
}

.nav-items {
	float: right;
}

.nav-items a {
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
	font-size: 20pt;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.social-media-icons {
	width: 60px;
	height: auto;
}

.nav-items a:hover {
	background-color: #111111;
}

.footer-nav-container {
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.footer-nav-items a {
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
	font-size: 18pt;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 300;
	font-style: normal;
}

@media only screen and (max-width: 1920px) {
  .footer-content-container {
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  .footer-nav-container {
		flex-direction: column;
	}

	.footer-column p {
		color: white;
		font-size: 12px !important;
	}
}

@media only screen and (max-width: 1100px) {
  .footer-nav-items a {
		font-size: 12px;
	}

	.social-media-icons {
		width: 30px;
		height: auto;
	}
}
