/*navbar*/
.c-navbar{
	line-height: 48px;
}
.c-navbar .nav-link{
	padding-left: 25px!important;	
	padding-right: 25px!important;	
	font-size: 19px;
	font-weight: 400;
	font-style: italic;
}
.c-navbar .nav-item.active{
	background-color: transparent!important;
	
}
.c-navbar .nav-item.active .nav-link{
	background: transparent!important;
	color: black!important;
}
.c-navbar .nav-item.active .nav-link:target{
	color: red!important;
}

section{
	padding: 6em 1em;
}
section:nth-child(even){
	background: #D9EEE1!important;
}
section:nth-child(odd){
	background: #FFF4A3!important;
}

section .sec-header{
	text-align: center;
}
section .sec-header .title{
	font-size: 4em;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
section .sec-header span.subtitle{
	text-align: center;
	font-size: 1.9em;
}

/*features*/
.fbox-col{
	background: black;
	border: 5px solid white;
	vertical-align: middle;
	border-radius: 25px;
}
.fbox{
	text-align: center;
	padding: 1em;
	width: 100%;
	
	margin-bottom: 2em;
	border-radius: 15px;
	color: orange;
}
.fbox-icon{
	font-size: 3.5em;
}
.fbox-title{
	font-size: 1.3em;
	font-weight: 600;
}

/*contacts*/

.address-box{
	margin-bottom: 25px;
}
.address{
	padding: 2em;
	text-align: center;
	margin-bottom: 10px;
	background: white;
	box-shadow: 10px 10px 10px silver;
}
.address .address-icon{
	font-size: 3em;
}
.address .address-text{
	font-size: 1.2em;
}

.c-map,.c-form{
	background: white;
	padding: 1em;
}

/*footer*/

footer{
	background: black;
	padding: 2em;
	text-align: center;
}






