/*-----------*/
/* reset all */
/*-----------*/
html {
  height: 100%;
}
/*---------------*/
/* Global setups */
/*---------------*/
body {
  position: relative;
  /* for ScrollSpy */
  font-family: Raleway, sans-serif;
  background-image: -ms-linear-gradient(top left, #D5DEE5 0%, #84B2D6 100%);
  background-image: -moz-linear-gradient(top left, #D5DEE5 0%, #84B2D6 100%);
  background-image: -o-linear-gradient(top left, #D5DEE5 0%, #84B2D6 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #D5DEE5), color-stop(1, #84B2D6));
  background-image: -webkit-linear-gradient(top left, #D5DEE5 0%, #84B2D6 100%);
  background-image: linear-gradient(to bottom right, #D5DEE5 0%, #84B2D6 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  color: #333333;
  font-size: 1.4em;
  /*min-height: 100%;*/
}
strong {
  color: #FFDC00;
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #515A5F;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
  color: #FFDC00;
  font-weight: bold;
}
/* Flex classes, to have equal height columns */
/* add class "flex" to containing row AND to each column */
.row.flex {
  flex-wrap: wrap;
}
div[class*="col-"].flex {
  margin: -0.4px;
  /* hack to adjust wrapping */
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/*----------*/
/* portrait */
/*----------*/
img.portrait {
  border-radius: 50%;
  border: solid #A1C1DB 5px;
}
/*-----------------------*/
/* fallback old browsers */
/*-----------------------*/
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/*--------*/
/* Navbar */
/*--------*/
#nav-top {
  width: 100%;
  background-color: #F8F8F8;
  opacity: 1;
  border-radius: 0;
  border-color: #dfdfdf;
}
#nav-top.affix {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
}
#nav-top .active > a {
  background-color: #FFFFFF;
}
#nav-top li > a {
  color: #515A5F !important;
  font-weight: normal;
}
#nav-top li > a:hover {
  background-color: #FFDC00 !important;
  color: #FFFFFF !important;
  font-weight: bold;
}
#nav-top a.navbar-brand {
  color: #515A5F;
  font-family: Damion, cursive;
  font-weight: normal;
  font-size: 2em;
}
#nav-top a.navbar-brand:hover {
  color: #FFDC00 !important;
}
footer {
  width: 100%;
  text-align: center;
  background-color: #F8F8F8;
  opacity: 1;
  border: 1px solid #dfdfdf;
  padding-top: 30px;
  padding-bottom: 30px;
}
/*---------------*/
/* Splash screen */
/*---------------*/
.splash {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: table;
  font-size: 2em;
  color: #FFFFFF;
  text-align: center;
}
.splash .text {
  width: 100%;
  /* for FitText */
  display: table-cell;
  margin: auto;
}
.splash h1 {
  margin-top: 1em;
  font-family: Damion, cursive;
  font-size: 2em;
}
.splash h2 {
  text-transform: none;
  background: none;
  font-size: 1.5em;
}
.splash .glyphicon {
  margin-top: 4em;
}
.splash a {
  color: #FFFFFF;
}
.splash a:hover {
  color: #FFDC00;
}
/*----------*/
/* Sections */
/*----------*/
.header {
  width: 100%;
}
.header h2 {
  background-color: #FFDC00;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 4em;
  font-weight: bolder;
  text-align: center;
  padding: 0.1em;
  padding-left: 0.3em;
  padding-right: 0.3em;
  margin: auto;
  border-radius: 15px;
  margin-top: 2.5em;
  margin-bottom: 0.3em;
}
.header h3 {
  color: #FFFFFF;
  padding: 0.3em;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  margin-top: 0.7em;
  margin-bottom: 0.5em;
}
.header h3.personal {
  /* a little more personal touch */
  font-family: Damion, cursive;
  font-weight: normal;
  font-size: 3.2em;
}
.btn-bbw {
  background-color: #FFDC00;
  color: #515A5F;
}
.btn-bbw:hover,
.btn-bbw:focus {
  text-decoration: none;
  background-color: #ccb000;
}
.btn-bbw:active,
.btn-bbw.active,
.btn-bbw.active:hover {
  background-color: #ccb000;
}
.btn-bbw.disabled:hover,
.btn-bbw.disabled:focus,
.btn-bbw.disabled:active,
.btn-bbw.disabled.active,
.btn-bbw[disabled] .btn-bbw:hover,
.btn-bbw[disabled] .btn-bbw:focus,
.btn-bbw[disabled] .btn-bbw:active,
.btn-bbw[disabled] .btn-bbw.active {
  background-color: #FFDC00;
}
/* Contact popup */
.modal-body {
  padding: 15px;
}
.modal-body input {
  margin-bottom: 15px;
}
.modal-body p {
  margin-bottom: 30px;
}
.modal-content {
  color: #FFFFFF;
  background-color: #A1C1DB;
}
/*-------*/
/* Cards */
/*-------*/
.card {
  background-color: #FFFFFF;
  border-radius: 15px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card h4 {
  text-align: center;
  font-size: 2em;
  padding: 0.5em;
  background-color: #FFDC00;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0;
}
.card h4.round {
  border-radius: 15px 15px 0 0;
}
.card h4 a:hover {
  color: #FFFFFF;
}
.card img {
  height: 170px;
  padding: 0;
  max-width: 100%;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 15px;
  display: block;
}
.card .glyphicon {
  height: 200px;
  font-size: 155px;
  padding: 15px;
  padding-top: 30px;
  display: block;
  text-align: center;
  color: #A1C1DB;
}
.card article {
  padding: 1em;
  text-align: justify;
}
.card strong {
  color: #FFFFFF;
  background-color: #FFDC00;
  padding: 1px 4px;
  border-radius: 4px;
  white-space: nowrap;
}
.card strong a:hover {
  color: #FFFFFF;
}
.card .link_out {
  float: right;
}
/*-------------*/
/* Final quote */
/*-------------*/
.final_quote {
  color: #FFFFFF;
  font-family: Damion, cursive;
  font-size: 2em;
  text-align: center;
  margin-top: 4em;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  /* for FitText */
}
.final_quote .step2 {
  font-size: 1.4em;
}
.final_quote .step3 {
  font-size: 2em;
}
.final_quote strong {
  font-weight: normal;
  font-size: 1.2em;
}
.final_quote h1 {
  font-size: 3em;
  margin-top: 0.3em;
}
.cookie-bar {
  position: fixed;
  width: 100%;
  background-color: #eee;
  margin: 0;
  left: 0;
  bottom: 0;
  padding: 2px;
  z-index: 1000;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cookie-dismiss {
  padding: 3px 15px;
  float: right;
  background-color: #FFDC00;
}
.cookie-text {
  display: inline-block;
  padding: 3px;
}
.cookie-info {
  margin-left: 8px;
}
