@charset "UTF-8";
/* CSS Document */

html{

  scroll-behavior:smooth;

}
body {
	background: #0A3C43;
	font-family: 'Baloo 2', cursive;
	font-weight: 400;
	font-size: 20px;
}
@-webkit-keyframes load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1
  }
}
#background {
  background-image: url("../images/bg_uappy3.jpg");
  position: absolute;
	background-attachment: fixed;
	background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-name: load;
  -webkit-animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
z-index: -1;
}
#background2 {
  background-image: url("../images/bg_uappy2.jpg");
  position: absolute;
	background-attachment: fixed;
	background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  d-webkit-animation-name: load;
  -webkit-animation-duration: 10s;
  -webkit-animation-fill-mode: forwars;
  -webkit-animation-timing-function: ease-out;
z-index: -1;
}
h1, h2, h3, h4, h5 {
	font-weight: 700;
}
h1 {
	font-size: 50px;
	line-height: 1em;
	color:white;
}
h2 {
	font-size: 40px;
	line-height: .9em;
	margin-bottom:0;
}
h3 {
	font-size: 30px;
	line-height: 1.0em;
		font-weight: 500;

}
section {
	padding:50px 15px;
}
.figure-caption {
    font-size: 80%;
    color: #0A3C43;
    margin-left: 12px;
	font-style: italic;
}
.bg-blue .figure-caption,.bg-dark .figure-caption {
	color:#ffffff;
}

.btn {
	border-radius: 0;
	width: 100%;
	max-width:290px;
	padding:15px;
	margin-bottom: 10px;
	font-size: 18px;
}
.btn:focus, button:focus {
    outline: none !important;
}
.text-blue {color: #02B9EE !important;}
.text-yellow {color: #FFB300 !important;}
.text-orange {color: #FD7622 !important;}
.text-dark {color: #0A3C43 !important;}
.text-ldark {color: #06505A !important;}

.btn-yellow, .btn-dark {
	font-weight: 700;
}
.btn-yellow {
    background: #FFB300 !important;
	color: #0A3C43;
}
.btn-dark {
    background: #0A3C43 !important;
	color: #FFB300;
}
.navbar-brand {
	width: 70px;
	height: auto;
}
.navbar-brand {
    margin: 10px 20px 20px;
}
.bg-yellow {
    background-color: #FFB300 !important;
}
.bg-blue {
    background-color: #02B9EE !important;
}
.bg-dark {
    background-color: #0A3C43 !important;
}

.navbar a,.navbar a:hover {
	text-decoration: none; 
}

.navbar-dark a , .navbar-dark .navbar-toggler {
    opacity:.3;
	padding:5px;
	border: none;
}
.navbar-dark a:hover , .navbar-dark .navbar-toggler:hover {
    opacity:1;
		-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
	
}
.nav-item a {
	padding:20px;
	color:#0A3C43 !important;
	font-size: 18px;
}
.navbar.fixed-bottom .navbar-collapse {
    margin: 0 -15px;
    background: white;
}

.nav-item:nth-child(odd) .nav-link {
	background: #f7f7f7;
}
.nav-item:hover .nav-link {
	background: #0A3C43;
	color:#ffffff !important;
	-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}


.jumbotron {
   background-color: transparent;
flex-direction: column;
  display: flex;
  height: calc(100vh - 126px);
  justify-content: center;
  align-items: center;
   
}
@media (min-width: 576px) {
	h1 {
	font-size: 65px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 34px;
	font-weight: 700;
}
.navbar-dark a , .navbar-dark .navbar-toggler {
    padding:40px;
}
}