@charset "utf-8";
/* CSS Document */



body {
	background-image: linear-gradient(to bottom right, #dbcae3, #e5cbc3);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh;
	font-family: 'Alata', sans-serif;
	color:#221d51;
}

a{
	color:#221d51;
}

html {
	scroll-behavior: smooth;
}

.navbar {
	position: relative;
	top: 0;
	z-index: 100;
	font-size: 20px;
}

.nav-item{
	color:#221d51;
}

.btn-light {
    background-color: #F1F1F2;
    border: 2px solid navy;
	border-radius: 50px;
}

.btn-primary {
	background-color: #FFFFFF;
	border-radius: 50px;
	border: 2px solid navy;
	color:navy;
}

.btn-primary:hover {
	background-color: #DCD2F1;
	border-radius: 50px;
	border: 2px solid navy;
	color:navy;
}


.column-container {
	width: 75%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: cen;
	text-align: justify;
	min-height: 80vh;
}

.column-img {
	margin: 3rem auto 2.2rem;
	padding-right: 20px;
	width: 33%;
}

.column-img img {
	width: 300px;
	max-width: 300px;
}

.column-prg {
	width: 60%;
}

.footer-container {
	width: 65%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding:30px;
	margin:auto;
}

.footer-icons {
	margin: 20px auto;
	position : center;
}

h6 {
	font-size: 10px;
	font-family: 'Alata', sans-serif;
}

@media (max-width: 1140px) {
	.column-prg {
		width: 55%;
	}
}

@media (max-width: 992px) {
	.column-container {
		flex-direction: column;
	}

	.column-img {
		width: 100%;
		text-align: center;
		margin-top: 5rem;
	}

	.column-img img {
		width: 100%;
	}

	.column-prg {
		width: 100%;
	}
}
