@import "base.css";
@import "bricks.css";

.roboto-flex-class {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  overflow-anchor: none;
}

h1, h2, h3 {
  font-family: "Metamorphous", serif;
  font-weight: 400;
  font-style: normal;
  padding: 20px 0;
  margin: 1rem 0;
}


p {
  text-align: justify;
}

.logo {
  padding: 10px 10px;
}

.navbar-toggler {
  background: #fff;
}

.navbar {
  background: transparent;
  transition: all 0.5s;
  /* font-family: "Source Sans 3", sans-serif; */
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;  
  padding: 0;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-scrolled {
  color: white;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
  font-size: 14px;
}

.navbar img {
  float: left;
  width: 300px;
  transition: all 0.5s;
}

.navbar-scrolled img {
  width : 75px;
}

nav.navbar .nav-link {
  color: #024873;
}

nav.navbar-scrolled .nav-link {
  color: #024873;
}

.nav-link {
  padding-bottom: 1px;
}

.navbar-nav .nav-link.active {
  color: #045a8f;   
}

.navbar-nav .nav-link:hover {
#  border-bottom: 1px solid #f29441;
  color: #fe4a63;  
}

@media (max-width: 991.98px) {
  
.navbar-collapse {
  background : rgba(255, 255, 255, 0.80)
}

}


#top1 {
    min-height: 100vh;  
    background: url(/images/gite_la_vigonie_ext-6.jpg) center 0 no-repeat fixed;
    background-position: center;
    background-size: cover;
    margin-top: -400px;
    padding: 38vh 0px;
    color: #fff;
  }

#top1 h1 {
  color: #fff;
}

#top1 > .container {
  margin-top: 200px;
  background-color: rgba(0, 0, 0, 0.50);
}

footer {
  margin : 5px;
}

footer > a.nav-link {
  display: inline;
  margin-right: 10px;
  text-decoration: underline;
}


#up-button{
  font-size: xx-large;
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#up-button.show{
	display: block;
  float: right;
}

.fab {
  padding: 5px 5px;
}