
/* fonts */
@font-face {
  font-family: fira_go;
  src: url("../fonts/Fira_Go/FiraGO-Regular.ttf");
}

@font-face {
  font-family: fira_go_bold;
  src: url("../fonts/Fira_Go/FiraGO-Bold.ttf");
}

@font-face {
  font-family: fraunces;
  src: url("../fonts/Fraunces/Fraunces-Regular.ttf");
}

@font-face {
  font-family: fraunces_bold;
  src: url("../fonts/Fraunces/Fraunces-Bold.ttf");
}

.fuchsgreen{
  background-color: #7EA16B !important;
  color: white;
}

.fuchsgreen:hover{
  background-color:  #C3D898 !important;
  color: white;
}

.fuchslightgreen{
  background-color:  #C3D898 !important;
  color: white;
}
.fuchslightgreen:hover{
  background-color:  #7EA16B !important;
  color: white;
}

h2 h5{
	font-family: 'fraunces';
}

/* navbar is centered here */
.navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
    float:none;
    font-size: 120%;
}

#head-bar{
	background-color: #C3D898;
	font-size: 190%;
  font-family: 'frances';
}

p{
	font-size: 130%;
}



#first-text{
  background-color: #C3D898 !important;
  font-size: 150%;
}

.carousel-item{
  height: 60vh;
  }

@media only screen and (max-width: 600px) {

  .carousel-item{
    height: 36vh;
  }

  #head-bar{
    font-size:  140%;
  }
}

#cookie-popup { 
  text-align: center;
  background-color: white; 
  color: black !important;
  position: fixed;
  top: 0px; 
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:14px; 
  line-height:20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }
 
#cookie-popup.hidden {
  display: none;
}

footer{
  font-size: 1.2vh;
}