@font-face {
  font-family: 'Garamond';
  src: url('AGaramondPro-Regular.otf');
  font-weight: normal;
}

@font-face {
  font-family: 'Garamond';
  src: url('AGaramondPro-Semibold.otf');
  font-weight: bold;
}

@font-face {
  font-family: 'Futura';
  src: url('Futura-Book.woff');
  font-weight: normal;
}

@font-face {
  font-family: 'Futura';
  src: url('Futura-Medium.woff');
  font-weight: bold;
}

img.logo {
  width: 100px;
}
  
h1,h2,h3 {
  font-family: 'Garamond';
  text-align: center;
  font-weight: bold;
}

h1,h2 {
  
}

h1 {
  font-size: 46px;
  margin-top: 150px;
  margin-bottom: 100px;
}

h2 {
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h3 {
  font-size: 16px;
  margin-top: 100px;
  margin-bottom: 10px;
}

p {
  font-family: 'Garamond';
  text-align: center;
  font-size: 12px;
}

a,a:link,a:visited,a:active {
  font-family: 'Futura';
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: none;
  color:#000;
  cursor: pointer;
}

audio.player {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: none;
}