/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  	font-family: "Open Sans", sans-serif;
  	/*color: #444444;*/
	color: #000000;
	background: #F4F4F4;
}

a {
  color: #000000;
  /*text-decoration: none;*/
}

a:hover {
  color: #000000;
  text-decoration: none;
}
hr {
  	/*color: #FFD104;*/
	background-color: #FFD700;
	color: #FFD700;
	height: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
	color: #000000;
}


.bottom-text {
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 2500;
  color: #000000;
  font-size: 20px;
  font-style: italic;
}

.text-white {

  color: #ffffff;

}

.nav-pills .nav-link.active {
 	color:#000000;
	background-color: #D3D3D3;
}

.nav-item {
	text-transform: uppercase;
	padding: 3px;
    font-size: 15px;
	font-weight: bold;
}

.nav-link {
	color:#000000;
}

.nav-link:active {
	color:#ffffff;
	background-color: #000000;
}

.navlink:link {
	color: #fedd14;
	text-decoration: none;
}

/* visited link */
.navlink:visited {
	color: #fedd14;
	text-decoration: none;
}

/* mouse over link */
.navlink:hover {
	color: #fedd14;
	text-decoration: underline;
}

/* selected link */
.navlink:active {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-dark .navbar-brand{color:#ffffff}
.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{
	color:#ffffff;
	font-size: large;
	text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link{
	color:rgba(255, 255, 255);
	font-size: large;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{
	color:rgba(255, 255, 255);
	font-size: large;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link{color:rgba(200, 200, 200)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{
	color:rgba(255, 255, 255);
	font-size: large;
	text-transform: uppercase;
	font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}
.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{
	color:#ffffff;
	font-size: large;
	text-transform: uppercase;
	font-weight: bold;
}
.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

.navbar-nav .active{
	color: #FFD104;
	font-weight: bold;
/*	border-bottom: 2px;
	border-bottom-color: #FFD104;*/
	
}

/* RESET RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --white: #000000;
  --divider: #000000;
  --body: #ffffff;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

.chart-wrapper {
  max-width: 1750px;
  padding: 0 10px;
  margin: 0 auto;
}


/* CHART-VALUES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.chart-wrapper .chart-values {
  position: relative;
  display: flex;
  margin-bottom: 5px;
  font-weight: bold;
  /*font-size: 1.2rem;*/
}

.chart-wrapper .chart-values li {
  flex: 1;
  min-width: 80px;
  text-align: center;
}

.chart-wrapper .chart-values li:not(:last-child) {
  position: relative;
}

.chart-wrapper .chart-values li:not(:last-child)::before {
  content: '';
  position: absolute;
  right: 0;
  height: 510px;
  border-right: 1px solid var(--divider);
}


/* CHART-BARS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.chart-wrapper .chart-bars li {
  position: relative;
  color: var(--black);
  margin-bottom: 5px;
  /*font-size: 16px;*/
  border-radius: 20px;
  padding: 5px 5px;
  width: 0;
  opacity: 0;
  transition: all 0.65s linear 0.2s;
}

@media screen and (max-width: 600px) {
  .chart-wrapper .chart-bars li {
    padding: 10px;
  }
}

/*--------------------------------------------------------------
# Otium Section
--------------------------------------------------------------*/
#otium {
  width: 100%;
  height: calc(100vh - 70px);
  /*background: url("img/Otium_Background.jpg") center center;*/
  background: url("img/Otium_Background.jpg");
  background-position: left top;
  background-size: cover;
  position: relative;
  margin-top: 45px;
  padding: 0;
}

.otiumbg {
	background-color: #727272;
}

#otium:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.1);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#otium .container {
  z-index: 2;
}

#otium h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#otium h2 {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
  font-size: 24px;
}

#otium .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#otium .btn-get-started:hover {
  border-color: #FFD104;
  background: #FFD104;
}

@media (min-width: 1024px) {
  #otium {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #otium {
    margin-top: 60px;
    height: calc(100vh - 60px);
  }
}

@media (max-width: 768px) {
  #otium h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #otium h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f2f9f8;
}

.section-title {
  padding-bottom: 40px;
  text-align: center;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #21413c;
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0px;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #0c1817;
  border-bottom: 1px solid #18302c;
  padding: 0px;
}

#footer .footer-top .footer-info {
  margin-bottom: 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1c3733;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #FFD104;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #FFD104;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #34dfbf;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #FFD104;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #FFD104;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}