@charset "utf-8";
/* CSS Document */

.cont01 .container-fluid {
	width: 70%;
	margin: 2.5% auto 4%;
	text-align: center;
}
.cont01 h3 {
	margin-bottom: 20px;
	font-size: 300%;
	font-weight: 600;
}

.cont-nav {
	text-align: center;
}
.cont-nav .sub-heading, .cont-desc .sub-heading {
	font-family: Oswald,'Lucida Grande',sans-serif;
}
.cont-nav h3, .cont-desc h3 {
	margin-bottom: 0;
}
.cont01 .links li a,
.cont-nav .links li,
.cont-desc a {
	display: block;
	padding: 10px;
	margin: 20px auto;
	border: 1px solid #333;
	border-radius: 40px;
	color: #333;
	font-size: 1.2em;
}
.cont01 li {
    max-width: 30rem;
    margin: 0 auto;
}
.cont01 .links li a {
	border-radius: inherit;
}
.cont-nav .links li {
	max-width: 90%;
}
.cont01 a:hover,
.cont-nav a:hover {
	text-decoration: none;
}
.cont-nav header:hover {
	color: #888;
	transition: .4s;
}
.cont01 a .list-inline-img img:hover,
.cont-nav a .list-inline-img img:hover {
	opacity: 0.6;
	transition: .4s;
}
.cont01 .links li a:hover,
.cont-nav .links li:hover,
.cont-desc a:hover {
	color: #fff;
	background: #333;
	transition: .4s;
	text-decoration: none;
}
.cont-nav .fa.fa-fw,
.cont-desc .fa.fa-fw {
	display: none;
}
.cont-nav h3,
.cont-info .description,
.cont-desc h3 {
	font-size: 1.4em;
}
.cont-nav .sub-heading {
	font-size: 2.4em;
}
.cont-img .container-fluid {
	height: auto !important;
	max-width: 100vw;
	padding-top: 35.7%;
}
.cont-info {
	margin-top: 4%;
	font-family: Oswald,'Lucida Grande',sans-serif;
	background-position: top center;
	background-repeat: no-repeat;
	max-width: 100vw;
	background-size: contain;
}
.cont-info .description {
	font-size: 2em;
}
.cont-info .description:first-of-type {
	margin-top: 0;
}
.cont-info .description:last-of-type {
	margin-bottom: 25px;
}
.cont-desc {
    margin-bottom: 9rem;
}
.cont-desc .wrapper {
	padding: 0 10px;
}
.cont-desc h3 {
	margin-top: 0;
}
.cont-desc .sub-heading {
	font-size: 3.4em;
}
.cont-desc .wrapper {
	max-width: 960px;
	margin: auto;
}
.cont-desc li {
	text-align: center;
}
.cont-desc a {
	width: 50%;
}
.bnr {
	margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
.cont01 .container-fluid,
.cont-desc a {
	width: 100%;
}
.cont01 .container-fluid .description {
	text-align: left;
}
.cont-img .container-fluid {
	padding: 0;
}
.cont01 h3 {
	margin-top: 30px;
	font-size: 2.4em;
}
.cont-nav .sub-heading  {
	font-size: 2.4em;
}
.cont-desc .sub-heading {
	font-size: 3.2em;
}
.cont-info .description {
	font-size: 1.8em;
}
.cont-info .description:first-of-type {
	margin-top: 38px;
}
.cont04.cont-info .description:last-of-type {
	margin-bottom: 50px;
}
.cont-desc {
    margin-bottom: 0;
}
.cont-desc:last-of-type li:last-of-type {
	margin-bottom: 40px;
}
}

@media all and (-ms-high-contrast: none) {
.cont-nav .list-inline-img .img-responsive {
	width: 100%;
}
}