/* tinos-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/tinos-v24-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/tinos-v24-latin_latin-ext-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {
    font-family: Tinos;
    color: #bd994d; 
    background: url("/pics/bg.gif");
    background-attachment: fixed;
    font-size: 20px;
  }
  
  h1 h2 h3 h4 h5 h6 {
    font-weight: normal;
  }
  
/* background of web 3c3b27 bd994d */
  
.webblock {
  background-color: #3c3b27;
  border: 2px solid #bd994d;
  width: 65vw;
  min-width: 580px;
  margin: 7% auto;
  text-align: left;
}

.webblock p {
  margin: auto 40px;
}

.webblock h2 {
  margin-left: 20px;
}

/* link colors dec19b */

a {
  color: #C5AC8B;
}

a:visited {
  color: #93729C;
}

a:hover {
  color: #ECD9BA;
}
  
a:active, a:focus {
  color: #FFFAF1;
}


/* ADD A LOGO IN THE LEFT OF H1 */

.logolefttitleright img {
  float: left;
}

.logolefttitleright h1 {
  text-align: left;
  position: relative;
}