/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)

 font-family: 'Cormorant Garamond', serif;
font-family: 'Goudy Bookletter 1911', serif;
font-family: 'Cinzel', serif;
 */

 @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&Cormorant+Garamond:wght@300&family=Goudy+Bookletter+1911&display=swap');
body {
  padding-top: 150px;
  background: url('../images/bg.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
p {
  font-family: 'Goudy Bookletter 1911', serif;
  font-size: 1.3em;
  color:#553a28;
}

ul.list {
  font-family: 'Goudy Bookletter 1911', serif;
  font-size: 1.3em;
  color:#553a28;
}

h1{
  color:#553a28;
  font-family: 'Cinzel', serif;
}

.bg-image-full {
  background: no-repeat center center scroll;
  width:100%;
  height:auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.stretch {
  height: 100%; 
  position: relative; 
  left: 0px; 
  top: 0px; 
  text-align: center;
  z-index: -1;
  width:auto;
  height:100%;
  opacity: 0.1;
}

.menu-logo {
  padding-left: 0px !important;
  padding-top: 25px;
  padding-bottom: 5px !important;
  border-top-width: 5px !important;
  width: 150px;
  height: 120px !important;
  z-index: 1;
  margin-bottom: 0px !important;
  margin-top: -80px !important;
  transition: all 0.8s;
  }

#logo{
    transition: all 0.8s;
  }

.navbar{
    transition: all 0.3s;
  }
.largeLogo{width: 150px !important;
  height: 150px !important;}

  .smallLogo{width: 60px !important;
  height: 60px !important;}

.statute-bold {
  font-weight: 700 ;
  font-size: 1.0em;
  font-family: 'Cinzel', serif;
}

.lead-bold {
  font-size: 1.5em;
  font-weight: 700 ;
  color: #553a28;
  font-family: 'Cinzel', serif;
}

.lead {
  font-size: 1.5em;
}

.nav-item {
  font-size: 1.2em;
}

#slider {
	position: relative;
	z-index: 101;
}

#slider .slider-img {
	width: 100%;
}
#slider .slide-caption {
	width: 100%; /*height: 30vh;*/
	position: absolute;
	bottom: 0; left: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.50);
}
#slider .slide-caption .container-fluid {
	position: relative;
	padding: 0; margin-bottom: 30px;
}
#slider .slide-caption h2 {
	width: 100%;
	text-transform: uppercase;
	font-size: 50px; 
	line-height: 1em; 
	font-weight: 700;
	color: #fff;
	text-shadow: 2px 3px 4px #000;
	margin: 0; padding: 20px 0 0 0;
}
#slider .slide-caption p {
	clear: both;
	color: #fff; font-size: 22px;
	text-shadow: 1px 2px 3px #000;
	width: 100%; 
	padding: 5px 10px; margin: 10px 0 40px 0;
	/*overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;	
	word-break: break-all;*/
}
#slider .slide-caption p.lead {
	display: inline;
	padding: 5px 10px;
}
#slider .slide-caption h2 > a { color: #fff; }
#slider .slide-caption h2 > a:hover { color: #6fa3ca; }
#slider .slide-caption p > a { color: #fff; }
#slider .slide-caption p > a:hover { color: #6fa3ca; }

#slider .button-read-more {
	margin: 0;
	clear: both;
}

.custom-select{
	border-radius: 1.2em !important;
}

#lang-img {
	border-radius: 1em;
	padding-left: 20px;
}

.gfvac-header {
  color: ivory; 
  font-size: 1.4em; 
  margin-left:15px;
}

#map {
  height: 400px;  /* The height is 400 pixels */
  width: 100%;  /* The width is the width of the web page */
 }

 .hide-icon {
  opacity:0;
}

.download{
  margin: 10px 0px 10px 0px;
  padding: 10px 20px;
  border: solid 1px #553a28;
  min-width: 250px;
  border-radius: 30px;
  -ms-border-radius: 30px;
  display: inline-table;
  background-color: rgba(255, 255, 255);
  }

.download span {
  color: #553a28;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}

.download p {
  color: #553a28;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.download .fas {
  color: #553a28;
  font-size: 44px;
  display: block;
  float: left;
  padding-right: 10px;
}

#flip{
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf2 {
  position:relative;
/*   height:281px;
  width:450px;
  margin:0 auto; */
}

#cf2 .img1 {
  position: absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf2 .img2 {
  position: relative;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf2 img.transparent {
opacity:0;
}

@keyframes cf2FadeInOut {
  0% {
  opacity:1;
  }
  45% {
  opacity:1;
  }
  55% {
  opacity:0;
  }
  100% {
  opacity:0;
  }
}

#cf2 img.top {
animation-name: cf2FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 10s;
animation-direction: alternate;
}

  .img-fluid {
    width: 100%;
    height: auto;
    }

footer p {
color: rgb(224, 222, 222);
font-family: 'Cinzel', serif;
font-size: 1.1em;
margin-bottom: 0px;
}

footer h7 {
  color: white;
  font-family: 'Cinzel', serif;
  font-size: 1.1em;
  }

  .dropdown-item img {
    width:20%; 
    height:20%;
  }

  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color:#553a28;
    opacity:0.8;
    }

  .dropdown-item {
      color:#553a28;
  }