
body {
    font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #8f8f8f;
}

/* Titles */

.section-main-title {
  font-family: 'Libre Baskerville', serif;	
  color: red;
}

.section-sub-title {
  font-family: 'Ubuntu', sans-serif;	
  color: #000;
}

/* Header Section */
section.header {
 border-bottom: 3px ridge maroon;
 box-shadow: 0px 2px 5px 2px #c4c3c3;
}

.mykara-logo {
	height: 50px;
}

.navbar {
    padding: 0;
}

.nav-link {
	font-family: 'Ubuntu', sans-serif;
	padding-top: 20px;
	padding-bottom: 0;
}

/* Override the bootstrap nav colors */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: red;
}

@media (max-width: 1024px) {
	#title {
		text-align: center;
	}

	div.navbar-collapse {
		text-align: right;
	}

	li.nav-item {
		padding-right: 0;
	}
}

/* Our Purpose Section */
.purpose.section {
	text-align: left;
	padding: 5% 10%;
	position: relative;
}

.money-image {
	width: 100%;
    border: 1px solid maroon;
}

div.purpose {
	position: relative;
}

.purpose-text {
	padding: 0 0 0 5%;
}

@media (max-width: 990px) {

	.purpose-text {
		display: inline;
        text-align: center;
		padding: 5% 0 0;
	}
}

/* Services Section */
.services.section {
	text-align: left;
	padding: 5% 10%;
	position: relative;
}

div.services {
	position: relative;
}

.services-text {
	padding: 0 5% 0 0;	
}

ul.services {
    color: #727171;
  	font-family: 'Ubuntu', sans-serif;
}

.service-slide-show {
	padding: 0;
	border: 1px solid maroon;
}

.carousel-item {
	text-align: center;
	transition-duration: 1.0s;
}

.service-slide-header {
  display: block;
	color: red;
  	font-family: 'Ubuntu', sans-serif;  
}

.service-image {
	width: 80%;
	border-radius: 5%;
	margin: 20px;
}

.service-slide-text {
	padding: 0 10%;	
}

@media (max-width: 990px) {

	ul.services {
		text-align: left;
		width: 60%;
		margin: auto;
		padding-bottom: 10px;
	}

	.services-text {
		display: inline;
        text-align: center;
		padding: 0 0 5%;	
	}

}

.carousel-control-prev {
	filter: invert(100%);
}

.carousel-control-next {
	filter: invert(100%);
}

/* Expertise Section */
.expertise.section {
	text-align: left;
	padding: 5% 10%;
	position: relative;
}

.expertise-icons-grp {
    border: 1px solid maroon;
}

div.expertise-item {
	text-align: center;
	padding: 2.5% 5%;
}

.expertise-icon {
	margin: 0 0 0.5rem;
	color: maroon;
	font-size: 3rem; 
}

.expertise-header {
    font-family: 'Ubuntu', sans-serif;
	font-size: 1.2rem;
	color:#000;
}

div.expertise-list {
    color: #8f8f8f;
	display: inline-block;
	margin: auto;
	text-align: left;
}

ul.expertise-list {
    font-family: "Ubuntu"; 
	font-weight: 500;
	color: red;
}

.expertise-text {
	padding: 0 0 0 5%;
}

@media (max-width: 990px) {

	.expertise.section {
		text-align: center;
		padding: 15% 10% 5%;
	}

	 .expertise-text {
		display: inline;
		padding: 5% 0 0;
	} 
}

/* Contact Section */
.contact.section {
	text-align: center;
	padding: 5% 10%;
	position: relative;
}

a.contact {
	color: maroon;
	font-size: 3rem;
}

a.contact:hover {
	font-size: 3.5rem;
}

/* Footer section */
.footer.section {
	padding: 10px 0;
	background-color: maroon;
	font-size: 0.8rem;
	color: #fff;
}


