/* Space out content a bit */
body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* Custom page header */
.header {
  padding-bottom: 1rem;
  border-bottom: .05rem solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3rem;
}

/* Custom page footer */
.footer {
  padding-top: 1.5rem;
  color: #777;
  border-top: .05rem solid #e5e5e5;
}

/* Customize container */
@media (min-width: 48em) {
  .container {
    max-width: 60rem;
  }
}
.container-narrow > hr {
  margin: 2rem 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: .05rem solid #e5e5e5;
}
.jumbotron .btn {
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
}

/* Supporting marketing content */
.marketing {
  margin: 3rem 0;
}
.marketing p + h4 {
  margin-top: 1.5rem;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 48em) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 2rem;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.card-body {
	padding: 2rem;
}

.bg-dark {
	background-color: #63a8ae !important;
	color:white;
}

.bg-light {
	background-color: #9ed3d7 !important;
	color:black;
}
.bg-verylight {
	background-color: #e5f2f3 !important;
	color:black;
}



h2 {
	background-color: #fbf3ce;
	text-transform: uppercase;
	font-weight: bold; 
	padding: 0.2em;
	font-size: 1.6rem;
}

h3,h4 {
	text-transform: uppercase;

}

.bg-yellow1 {
	background-color: #f3d19b;
	padding:1em;
}

.bg-yellow2 {
	background-color: #eebd70;
	padding:1em;
}

.bg-yellow3 {
	background-color: #e7a948;
	padding:1em;

}

.nav-bar {
	border-bottom: 2px solid black;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.nav-link {
	display: initial;
	font-weight:bold;
}

a.nav-link {
	color: black;
	text-transform: uppercase;
}


a.nav-link:hover {
	background-color: #b0d6d9;
}

.lang-nav {
	float:right;
}

.lang-nav a {
	color:#316064;
	padding: 0.5em;
	border-radius: 0.5em;
	
}

.lang-nav a:hover {
	text-decoration:none;
	background-color: #b0d6d9;
}

.lang-nav-active  {
	background-color: #fbf3ce;
}



.mytooltip {
  position: relative;
  display: inline-block;
}

.mytooltip .mytooltiptext {
  visibility: hidden;
  background-color: #f9eaa1;
  color: #black;
  text-align: center;
  border-radius: 1em;
  border: 3px solid #d4be59;
  padding: 0.5em;
  left: -40px;
  top: 40px;
  width: 340px;
  

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

@media (min-width:768px) {
	.mytooltip .mytooltiptext {
		  width: 460px;
			left: 60px;
	}
}

.mytooltip:hover .mytooltiptext {
  visibility: visible;
}
