@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,400i,700&display=swap');

body {
	width: 100wh;
	height:100%;
	color: #444;
	font: normal 16px/24px 'Nunito', Arial, Helvetica, sans-serif;
	font-weight: 400;
	background: url('../img/bg-body.png') #fff center -60px no-repeat;
	background-size: 100% auto;
}
svg {
	position: absolute;
}
a {
	-webkit-tap-highlight-color: transparent;
}
a:focus,
a:visited,
a:focus:active {
	box-shadow: none;
	outline: 0;
	text-decoration: none;
}
a.btn {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px 10px;
}
a.btn:hover {
	color: #fff;
}

.navbar-transparent {
	background: rgba(255,255,255,0.9) !important;
}
.navbar-brand img {
	height: 30px;
	width: auto;
}
.nav-item {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

section {
	height: auto;
	min-height: 50vh;
	margin: 0;
	display: block;
	padding: 30px 0 90px;
}
.content-center {
	width: 100%;
	margin: 0;
	position: absolute;
	top: 50%; 
	left: 50%;
	-ms-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
	color: #fff;
}
section .content {
	width: 100%;
}
section h2 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
}
section p.lead {
	line-height: 2rem;
}
.section-home {
	height: 100%;
	position: relative;
}
.section-home h1 {
	font-size: 2.5rem;
	font-weight: 700;
}
.section-solution .card-title {
	color: #174680;
	font-weight: 700;
	text-align: center;
}
.section-solution .card-text {
	text-align: center;
}

.small {
	font-size: 14px;
}

footer {
	display: block;
	padding: 45px 0 15px;
	margin-top: 30px;
	background-color: #180d5b;
}
footer a {
	color: #99ffff;
	text-decoration: none;
}
footer a:hover {
	color: #99ffff;
	text-decoration: none;
	border-bottom: 1px dotted #99ffff;
}
.overlay {
	width: 100%;
	height: 100%;
	display: block;
	overflow: auto;
	background-color: rgba(0,0,0,0.85);
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
}
.overlay img.flyer {
	max-width: 90%;
	height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}
.overlay-content {
	width: 90%;
	max-width: 1200px;
	height: 80%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.overlay-content a {
	color: rgba(255,255,255,1);
	-webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.overlay-content a:hover {
	color: rgba(255,255,255,0.5);
}
.overlay-header img {
	width: 200px;
}
.row-career {
	margin: 0 -15px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.col-career {
	float: left;
	width: 100%;
	max-width: 560px;
	min-height: 150px;
	font-size: 14px;
	text-align: left;
	padding: 15px 15px 10px;
	margin: 8px;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 10px;
	position: relative;
}
.career-action {
	float: right;
	position: absolute;
	top: 0;
	right: 15px;
	margin-top: 20px;
}
.col-career a.btn,
footer .btn {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.5);
	-webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.col-career a.btn:hover,
footer .btn:hover {
	color: rgba(255,255,255,0.5);
}

.overlay-close {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 15px;
	right: 30px;
	display: block;
}
.overlay-close img {
	width: 100%;
}
.hidden {
	display: none;
}


@media (min-width: 1200px) and (max-width: 1499.98px) {
	body {
		background-position: center top;
		background-size: 125% auto;
	}
	.section-team .align-self-end p.lead {
		margin-bottom: 3rem;
	}
}

@media (min-width: 576px) and (max-width: 1119.98px) {
	section h2 {
		color: #174680;
	}
	.section-solution .card-deck .card {
		min-width: 240px;
	}
	.section-solution .card-body img.embed-responsive {
		max-width: 120px;
		margin: 0 auto;
	}
}

@media (max-width: 575.98px) {
	body {
		background-position: center top;
		background-size: 100% 100%;
		padding-top: 30px;
	}
	.navbar-transparent {
		background-color: #fff !important;
	}
	.navbar-brand img {
		height: 26px;
	}
	section {
		padding: 30px 0;
	}
	.content-center {
		text-align: center;
		padding: 1rem;
		position: relative;
		top: 0;
		left: 0;
		-ms-transform: translate(0, 0); 
		transform: translate(0, 0);
	}
	.section-home h1 {
		font-size: 2rem;
	}
	section h2 {
		color: #174680;
	}
	section p.lead {
		font-size: 1.15rem;
		line-height: 1.5rem;
		text-align: center;
	}
	.section-solution .card-body img.embed-responsive {
		max-width: 120px;
		margin: 0 auto;
	}
	.career-action {
		float: none;
		position: static;
		font-size: 16px;
		text-align: center;
		margin-top: 30px;
	}
	.overlay-close {
		width: 30px;
		height: 30px;
		top: 10px;
		right: 10px;
	}
	footer {
		text-align: center;
	}
}
@media (max-width: 360px) {
	.navbar-brand img {
		height: 24px;
	}
	.section-home h1 {
		font-size: 1.5rem;
		margin-bottom: 1rem !important;
	}
	section p.lead {
		font-size: .9rem;
		line-height: 1.25rem;
	}
}