:root {
	--blue: rgb(31,75,94);
}

.container {
	max-width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media only screen and (min-width: 768px) {
	.container {
		max-width: calc(1600px + 10%);
		margin: 0 auto;
		padding-left: 5%;
		padding-right: 5%;
	}
}
.right { text-align:right; }
.left { text-align:left; }

.color-orange {
	color: #d07031;
}

.f0 a { color: black; }

/*---------------
--Font-Family
-----------------*/
.nav-link, .jumbo-inner h1, .page-section-3 h1, .page-section-3 h2, .page-section-3 h3 {
	font: 20px/50px Oswald,PTSansRegular,Arial,Helvetica,sans-serif;
	letter-spacing: 0px;
	font-style: normal;
	text-shadow: 4px 4px 10px #000;
}

/*--------------
--Navbar
--------------*/

.navbar .dropdown-menu ul {
	padding: 0;
	margin: 0;
}
.navbar .dropdown-menu a {
	color: var(--dark);
}
.navbar .dropdown-item {
	padding: .25rem .5rem;
}
.nav-off {
	position: fixed;
  	top: 0;
  	right: 0;
  	left: 0;
  	z-index: 1030;
  	background-color: transparent;
  	transition: all .2s ease-in-out;
}
	.nav-off a {
		color: #fff;
		padding: 20px 20px !important;
		transition: all .2s ease-in-out;
	}
	.nav-off .navbar-brand img {
		width: 120px;
		transition: all .2s ease-in-out;
	}
.nav-fade {
  	background-color: var(--blue);
  	
}
	.nav-fade a {
		padding: 8px 20px !important;
	}
	.nav-fade .navbar-brand img {
		width: 100px;
	}
.navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media only screen and (max-width:992px) {
	.nav-off {
		position: relative;
	  	top: 0;
	  	right: 0;
	  	left: 0;
	  	z-index: 1030;
	  	background-color: var(--blue);
	  	transition: all .2s ease-in-out;
	}

}
@media only screen and (max-width:769px) {
	.nav-off a {
		color: #fff;
		padding: 10px 20px !important;
		transition: all .2s ease-in-out;
	}
}
/*-------------------
--Jumbtron
-------------------*/

.jumbotron {
	background: url('site/jumbo.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 550px;
	margin-bottom: 0;
	border: var(--light) thin solid;
}
.jumbo-2 {
	height: 330px;
	background-position: center top;
}
.jumbo-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 1;
	position: relative;
	min-height: 290px;
	height: 100%;
	width: 100%;
}
.jumbo-2 .jumbo-item {
	min-height: 200px;
}
.jumbo-inner {
	text-align: center;
	width: 100%;

}
.jumbo-inner h1 {
	margin-top: 55px;
	text-shadow: 4px 4px 10px #000;
	font-weight: 600;
	font-size: 50px !important;
	color: var(--light);
}

@media only screen and (max-width:768px) {
	.jumbotron {
		height: auto;
	}
}
/*---------------
--main
----------------*/
.main {
	padding: 2rem 0;
}

.main .btn-outline-info {
	color: var(--info) !important;
}
	.main .btn-outline-info:hover {
	color: var(--light) !important;
}

.main p, .main h1, .main h2, .main h3, .main li {
	font-family: Abel, Arial, Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	font-style: normal;
	color: var(--blue);
}
/*----------------
--Section-1
----------------*/

.page-section-1 {
	background-color: var(--blue);
	color: #fff;
	font-size: 2rem;
	padding: 1rem 0;
	text-align:center;
}

.page-section-1 a {
	color: #fff;
}
.page-section-1 a:hover {
	color: #fff;
	opacity: 0.9;
}

/*--------------
--section-2
---------------*/
.page-section-2 {
	background-color: var(--blue);
	color: var(--light);
	padding: 2.5rem 0;
	font: 20px/50px Oswald,PTSansRegular,Arial,Helvetica,sans-serif;
	letter-spacing: 0px;
	font-style: normal;
	color: #fff;
	display: block;
}
.page-section-2 a {
	color: var(--light);
}

/*------------
--section-3
-------------*/

.page-section-3 {
	background-color: var(--blue);
	color: #fff;
}
.page-section-3 a {
	color: var(--blue);
}
.page-section-3 a:hover {
	opacity: 0.7;
}
.page-section-3 h1, .page-section-3 h2, .page-section-3 h3 {
 	color: var(--blue);
}

/*-----------
--Footer
------------*/

.foot {
	background-color: #d07031;
	border-top: #282a2b 12px solid;
	padding-top: 20px;
	color: #fff;
}
.foot a {
	font: 20px/35px Oswald,PTSansRegular,Arial,Helvetica,sans-serif;
	letter-spacing: 0px;
	font-style: normal;
	color: #fff;
	display: block;
}
.foot a:hover {
	opacity: 0.7;
}
.foot .btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: var(--danger);
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.footer-copy {
	background-color: #282a2b !important;
	display: block;
	width: 100%;
}
.footer-copy a {
	display: inline-block;
}

/*--------------
--scroll-to-top
---------------*/
.scrolltop {
	position: fixed;
	top: auto;
	bottom: 20px;
	left: auto;
	right: 20px;
	opacity: 0;
	visibility: hidden;
	z-index: 1040;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.scrolltop:hover {
	cursor: pointer;
}
.scroll-fade {
	opacity: 1;
	visibility: visible;
}
.scroll-icon {
	background-color: #282a2b;
	padding: 5px 15px;
	border-radius: 50%;
}
.scroll-icon .fa-angle-up {
	color: var(--light);
}
