/* CSS for javet.ch web site. Antoine Javet, 2017. */

/* fonts */
@font-face {
    font-family: 'regular';
    font-style: normal;
    src: url('AGaramondPro-Regular.otf')
}

@font-face {
    font-family: 'italic';
    font-style: normal;
    src: url('AGaramondPro-Italic.otf')
}

@font-face {
    font-family: 'semibold';
    font-style: normal;
    src: url('AGaramondPro-Semibold.otf')
}

a { text-decoration:none; font-weight: bold; letter-spacing: 0px;
}
a:link {color:#2b375d;}
a:visited {color:#2b375d;}

/*
section {
  color: #000000;
  background-color: rgba(0,0,0,0);
  position: absolute;
  display: none;

  width: 40ex;

  top: 10%;
  left: 30%;

  padding: 0px 48px 0px 48px;
  text-align: left;
  font-family: "regular";

  z-index: 10;
}

section p {
  line-height: 120%;
}

.only_on.selectedSection, .selectedSection {
  display: block;
}
.only_on,.hide {
  display: none;
}

.navButton {
  position: absolute;
  left:0px;
  top:0px;
  max-width:50%;
  background-color: rgba(0,0,0,0);
  display:inline;
}

.navButton img {
  position: absolute;
  width: 2em;
  height: 2em;
}

div.mapContainer {
  position: relative;
}

h1 {
  font-family: "semibold";
  font-size: 14pt;
  letter-spacing: 2px;
  padding-top: 40px;
  padding-bottom: 0,3px;
  font-weight: normal;
  text-align: left;
}

h2 {
  font-size: 12pt;
  text-align: left;
}
h3 {
  font-family: 'regular';
  font-weight: normal;
  font-size: 12pt;
  text-align: left;
}



/* ul > li:before, ul > li:last-child:after */
/*
.separatorBottom:after, .separatorTop:before,
    article:after, article>header:before {
  content: "";
  display: block;
  background: url("../img/dot.png") repeat-x;
  background-size: 5px 3px;
  background-position: center center;
  height: 3px;
  margin-top: 1ex;
  margin-bottom: 1.3ex;
}



*/

article header {
  font-family: "AJensonProSemibold";
  letter-spacing: 2px;
  font-size: 14pt;
  padding-top: 2ex;
  font-style: normal;
}

article {
  padding-right: 0.1ex;
  padding-bottom: 0.8ex;
}

section header em {
  font-family: "italic";
  font-style: normal;
}

em {
  font-family: "italic";
	font-style: normal;
}
/*
img.mapIcon {
  width: 20px;
  height: 20px;
}


img.highlightIcon {
  width: 32px;
  height: 32px;
}

img.largeMapIcon {
  width: 32px;
  height: 32px;
}

img.unselectedIcon {
  opacity: .5;
}

img.logoCave {
width: 200px;
margin-left: 42px;
margin-top: 20px;
}

img.portraitCave {
  width: 380px;
  left: -48px;
  display:block;
  position:relative;
}
.centered {
  text-align:center;
}

ul {
 list-style:none; 
 padding: 0px;
 margin: 0px;
}

div.pageContainer {
  text-align:center;
  overflow: scroll;
  position:absolute;
  top: 0px;
  height: 100%;
  width: 100%;
}

section[id="home"] {
  width: 70ex;
  top: 0px;
  left: 50%;
  margin-left: -41ex; /* Centering: - width/2 - margin-left */
}

section[id="home"] ul {
  font-family: "semibold";
  font-size: 14pt;
  letter-spacing: 2px;
}

section[id="home"] ul > li:before,
    section[id="home"] li:last-child:after,
    section[id="home"] .separatorBottom:after {
  margin-left: 10ex;
  margin-right: 10ex;
}

section.cave {
  position: relative;
  left: 0px;
  top: 0px;
  width: 284px;
}

.caveHolder {
  left: 0;
  top: 0%;
  bottom: 0px;
  margin-left: 0;
  position: absolute;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #522A42;
  z-index: 9;
  margin-bottom: 85px;
}

.caveHolder > img {
  z-index: 10;
}

div.mapLabelDiv {
  color: #000;
  font-size: 9pt;
  font-weight: 500;
  font-family: "AJensonProSemibold";
}
.mapLabelDiv ul {
  margin: 0px;
}

div.mapLabelDiv a:link, div.mapLabelDiv a:visited {color:#000;}


.semiTransp {
  background-color: rgba(82, 42, 66, .8);
  color:#FFFFFF;
  display: inline-block;  
  font-family: "AJensonProLt";
}

.moreSpace {
  padding: 10px;
}

.menu .opaque, .opaque {
  background-color: rgba(82, 42, 66, 1);
}

.menu li {
  background-color: rgba(82, 42, 66, .8);
  color:#FFFFFF;
  display: inline-block;
  font-family: "AJensonProSemibold";
  letter-spacing: 2px;
  font-weight:normal;

  padding: 14px 20px 10px 20px;
  font-size: 30px;
  white-space: nowrap;
}

ul.menu { width: 0px; }

.iconSize,.langIcon {
 width:55px;
 height:55px;
}
.iconSize2 {
 width:50px;
 height:47px;
}
.iconSize3 {
 width:32px;
 height:32px;
}

.langIcon {
 display: block; 
}

.floatRight {
  float:right;
}

.logoVully {
  width: 55px;
  height: 55px;
  background-image: url('../img/logo-vully-color.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55px;
  display: inline-block;
  margin-bottom: 55px;
}
