@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	src: url("font/roboto/Roboto-Light.woff2") format("woff2");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url("font/roboto/Roboto-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	src: url("font/roboto/Roboto-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: url("font/roboto/Roboto-Bold.woff2") format("woff2");
}

body {
	background-color: #fff;
	color: #212529;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}

a {
	color: #007bff;
}

.navbar {
	font-weight: 300;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.navbar-brand {
	color: #60869d;
}

.navbar-brand:hover,
.navbar-brand:focus {
	color: #60869d;
}

.navbar .nav-flex-icons {
	flex-direction: row;
}

.navbar .nav-link {
	color: rgba(0, 0, 0, .5);
    font-size: large;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
	color: rgba(0, 0, 0, .7);
}

.card {
	border: 0;
	border-radius: .25rem;
	font-weight: 400;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.card .card-body {
	padding: 1.25rem;
}

.card .card-body h1,
.card .card-body h2,
.card .card-body h3,
.card .card-body h4,
.card .card-body h5,
.card .card-body h6 {
	font-weight: 400;
}

.card .card-body .card-text {
	color: #747373;
	font-size: .9rem;
	font-weight: 400;
}

.card-img-top {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.view {
	position: relative;
	overflow: hidden;
	cursor: default;
}

.view img {
	position: relative;
	display: block;
}

.view .mask {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.overlay .mask {
	opacity: 0;
	transition: all .4s ease-in-out;
}

.overlay .mask:hover {
	opacity: 1;
}

.rgba-white-slight {
	background-color: rgba(255, 255, 255, .1);
}

.btn {
	margin: .375rem;
	padding: .84rem 2.14rem;
	color: inherit;
	font-size: .81rem;
	text-transform: uppercase;
	word-wrap: break-word;
	white-space: normal;
	border: 0;
	border-radius: .125rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.btn-primary {
	color: #fff;
	background-color: #4285f4;
}

.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background-color: #5a95f5;
}

.btn-outline-white {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.courosel-hero-image {
	background-image: url("img/cloud-image.jpeg");
	background-position: center;
	background-size: cover;
	visibility: visible;
}

.lead {
	padding-right: 0;
	padding-left: 0;
	font-size: 1rem;
	font-weight: 300;
}

.lead-title {
	display: block;
	margin-top: 0;
	margin-bottom: .5rem;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.lead-description {
	display: block;
	margin-top: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: 1.2;
}

.font-small {
	font-size: .9rem;
}

.sil-footer {
	color: #fff;
	background-color: #2e3951;
}

.sil-footer a {
	color: #fff;
	text-decoration: none;
}

.sil-footer .footer-copyright {
	overflow: hidden;
	color: rgba(255, 255, 255, .6);
	background-color: rgba(0, 0, 0, .2);
}

@media (min-width: 600px) {
	.navbar.scrolling-navbar {
		padding-top: 12px;
		padding-bottom: 12px;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1140px;
	}
}

@media (max-width: 1180px) {
	.courosel-hero-image {
		background-position: right top;
	}
}
