@import url('https://fonts.googleapis.com/css2?family=Corben:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

:root{
	--bluTritone: #16385D;
	--rosoTritone: #FCECDD;
}
body{
	min-height: 100vh;
	background-color: var(--bluTritone);
}
html, h1, h2, h3, h4, h5, h6, p {
	/* font-family: 'Corben '; */
	font-family: 'Cormorant Garamond';
}
p {
    line-height: 24px;
    font-size: 15px;
}

h1, h2, h4{
	font-weight: bold;
}

h4{
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, p, img, .btn {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dark-stroke, .white-stroke, .clients-stroke, .clients-logos img{
	display: block;
	margin: 0px auto;
}

.container{
	overflow: hidden;
}

.head{
	background-color: var(--rosoTritone);
    border-width: 0;
    min-height: 350px;
    width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.head .container{
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 30px;
	align-items: center;
}
.funnytext{
	font-size: xxx-large;
	font-weight: 600;
	color: var(--rosoTritone);
	text-align: center;
}

.home-btn:hover{
	background-color: #D8D8D8;
}
.col-md-4.col-sm-4.services-list img,
.col-md-4.col-sm-4.services-list svg{
	height: 100px;
	width: auto;
	margin: 0;
	padding: 0;
}
.services{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: var(--bluTritone);
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center ;
}

.services-list{
	margin: 0 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: calc(33.33333333% - 60px);
	border-radius: 30px;
	background-color: var(--rosoTritone);
	cursor: pointer;
}

.services h4{
	color: var(--bluTritone);
	font-size: medium;
	font-weight: 800;
	margin: 0;
	padding-top: 20px;

}


.footer-info{
	padding-top: 30px;
	padding-bottom: 24px;
	background-color: var(--bluTritone);
	color: #fff;
}
.footer-info .container{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.footer-info img{
	width: 150px;
	height: auto;
}

.footer-nav ul{
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	margin-top: 10px;
}

.footer-nav li{
	display: inline;
	padding-right: 6px;
}

.footer-nav li a{
	color: #c0c0c0;
}

.footer-info p{
	color: #fff;
	margin-top: 10px;
	text-align: right;
}

@media only screen and (max-width : 768px) {

		.footer-info, .footer-info p{
			display: block;
			text-align: center;
		}

		.form-inline .form-control{
		display: block;
		margin: 0px auto;
		}
		.services-list{
			width: calc(100% - 40px);
			margin: 20px;
			padding: 20px 0;
		}
		.services .container{
			width: 100%;
		}
		.col-md-4.col-sm-4.services-list img, .col-md-4.col-sm-4.services-list svg{
			height: 80px;
			width: auto;
		}

}

@media only screen and (max-width : 480px) {

		.our-clients div{
		padding-right: 10px;
		padding-left: 10px;
		}

		.home-btn{
			width: 100%;
		}

		.form-inline .form-control{
		width: 100%;
		}

		.form-inline .btn{
		width: 50%;
		}

		.btn-lg{
			width: 100%;
		}
		.head, .services, .footer-info{
			min-height: max-content;
		}
}
