.footer-section {
	position: relative;
    height: 60vh;
    background-color: rgb(255 255 255);
    color: aliceblue;
}

.footer-section p {
	color: aliceblue;
	line-height: 35px;
}

.footer {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-content: center;

	height: 95%;
    width: 95%;
    margin: auto;
    border-radius: 50px;
	background: black;
	
	/* display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    background: black;
    border-radius: 140px;
    padding-top: 75px;
    width: 90%;
    margin-left: 78px;
    margin-top: 75px;
    padding-bottom: 45px;
    align-items: stretch; */

	
}

.footer-container {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
	padding-top: 80px;

}

.footer-links, .footer-address, .footer-social-links {
	font-size: medium;
	font-weight: 500;
	line-height: 30px;
}

.footer-links img {
	height: 80px;
}

.footer-links a {
	color: aliceblue;
	text-decoration: underline;
    text-decoration-color: cyan;   
	text-decoration-thickness: 2px;
    text-decoration-style: double;
	transition: 0.3s
}

.footer-links a:hover {
	color: cyan;  
}

.footer-icons {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
}

.footer-icons .ico1 {
	color: #0e76a8;
}

.footer-icons .ico2 {
	color: #08a0e9;
}

.footer-icons .ico3 {
	color: rgb(155, 155, 155);
}

.footer-copyright {
	padding-top: 20px;
}

.footer-copyright p{
	text-align: center;
	font-size: medium;
}

.call-number {
	color: aliceblue;
	text-decoration: underline;
    text-decoration-color: cyan;  
	text-decoration-thickness: 2px;
    text-decoration-style: double;
	transition: 0.3s
}

.call-number:hover {
	color: cyan;   
}

@media screen and (max-width: 820px) {
	.footer-section {
		height: 60vh;
	}

	.footer-container {
		display: flex;
		flex-direction: column;
		align-content: flex-start;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		text-align: center;

		padding: 10px;
		line-height: 50px;
	}

	.footer-links, .footer-address, .footer-social-links {
		font-size: large;
		font-weight: 500;
	}
	
}

@media screen and (max-width: 414px) {
	.footer-section {
		height: 90vh;
	}
}

@media screen and (max-width: 375px) {
	.footer-section {
		height: 95vh;
	}

	.footer {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-content: center;
		height: 95%;
		width: 95%;
		margin: auto;
		border-radius: 50px;
		background: black;
		align-items: center;
	}

	.footer-container {
		line-height: 25px;
	}

	.footer-links, .footer-address, .footer-social-links {
		font-size: medium;
	}

	.footer-icons {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: space-evenly;
		align-items: center;
		font-size: 25px;
	
	}

	.footer-copyright p {
		font-size: small;
	}

	input#mc-embedded-subscribe.button {
		font-size: 13px !important;
	}
}
