.hermes1 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-style: oblique;
	font-weight: bold;
	color: #CC9900!important;
}
.hermes2 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-style: oblique;
	font-weight: bold;
	color: #FFFF33!important;
}
.france1 {
	font-family: "Century Gothic", Arial, sans-serif;
	color: #0066FF!important;
	font-weight: bold;
}
.france2 {
	font-family: "Century Gothic", Arial, sans-serif;
	color: #FF0000!important;
	font-weight: bold;

}
.france3 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF!important;
}
.testtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF!important;
}
.cen-bd-y-4 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFF00!important;
}
.cenbby4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #FFFF00!important;
}
.briefing {
	font-weight: bold;
	background-color: #006633;
}
.ethix {
	font-weight: bold;
	background-color: #9966FF;
}
.francegrn {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #CCFF99!important;
}
.spain1 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	color: #FFFF00!important;
}
.landes {
	font-weight: bold;
	background-color: #66CC00;
	color: #EEEEEE!important;

}
.belle-epoque1 {
	font-family: "Century Gothic";
	font-style: oblique;
	font-weight: bold;
	color: #CCFF99;
}
.belle-epoque2 {
	font-family: "Century Gothic";
	font-style: oblique;
	font-weight: bold;
	color: #CC99FF;
}
.artdeco1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
}
.gothic {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FF6600;
}
/*map buttons*/
.mapbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.mapbtn:hover, .mapbtn:focus {
    background-color: #3e8e41;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.show {display:block;}
 
