@charset "utf-8";
h1 {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
    font-size: 75px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-shadow: 4px 4px 0px #000000;
	letter-spacing: 4px;
}
body, html {
  height: 100%;
  margin: 0;
  font-family: "Trebuchet MS";
  font-size: 75px;
  text-shadow: 5px 5px 0px #000000;
  letter-spacing: 4px;
    
}

* {
  box-sizing: border-box;
}

.bg-image {
  /* The image used */
  background-image: url("2021-09-17_VacanceDordogne_DSC_0624.jpg");
  
  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);
  
  /* Full height */
  height: 100%; 
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Position text in the middle of the page/image */
.bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
    
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
    
}
a:hover {
	text-decoration: none;
	color: #08F04E;
    
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
    
}
h2 {
	font-family: "Trebuchet MS";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 4vw;
	text-shadow: 4px 4px #000000;
	letter-spacing: 4px;
	padding-top: 1px;
}
p {
	color: #FFFFFF;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 2vw;
	text-shadow: 0px 0px;
	padding-top: 0px;
}



@media screen and (min-width: 600px) {
  div.example {
    font-size: 95px;
  }
}

@media screen and (max-width: 600px) {
  div.example {
    font-size: 55px;
  }
}

img {
  max-width: 100%;
  height: auto;
}
