html, body {
	font-size: 14px;
	overflow-x: hidden;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

main > .container-fluid {
	padding: 20px 0px 0;
	width: auto;
}

.container-fluid {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

nav a {
	font-size: 20px !important;
}

.header nav a {
	color: #343a40;
	display: inline-block;
}

.header nav a:hover {
	text-decoration: none;
	font-weight: bolder;
}

.header nav .font-weight-bolder:hover {
	font-weight: bolder;
}

.change-language {
	cursor: pointer;
	font-weight: 400;
	line-height: 50px;
}

.selectedLanguage {
	font-weight: 500;
}


.changeThemeImg {
	margin: auto;
}

.footer > .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}

code {
	font-size: 80%;
}

body {
	margin-top: 82px;
}

@media (max-width: 768px) {
	body {
		margin-top: 135px;
	}
}

/* -------- Font style inspired from boostrap display -------------*/
.display-5{
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.2;
}

/* ------------------------- Featurettes ------------------------- */
.featurette {
	/*height: 45vh;*/
}

.featurette-divider {
	margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
	padding-bottom: 20px;
}

.main-page-app-img {
	max-height: 550px;
}


/* RESPONSIVE CSS */

@media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}
}

.grow {
	transition: all 2s;
}

.grow:hover {
	transition: all 2s;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
