@font-face {
   font-family: Chronology;
   src: url(Chronology-Regular.woff);
}

body {
  background-color: #121212;
  text-indent: 30px;
  color: white;
  font-variant: normal;
 background-image: url(bgtile.jpg);
}

@media only screen and (max-width: 600px) {
  img {
  width: 90%;
  }
  .imgsmall {
  width: 100%s;
  }
  .imgcentered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  }
  
  
.idphoto {
  border: 8px solid #777777;

  margin: 20px;
  width: 200px;
}

  h1 {
  font-size: 1em;
  }
  div {
  width:100%;
  margin:auto;
  }
  .transparent {
  background-color:rgba(0, 0, 0, 0.45);
  width: 97%;
}
}

* {
   font-family: Chronology;
   font-size:1.2em; 
   line-height:1.2em;
}

h1 {
  text-align: center;
  color: #cbc7a3;
  font-size:3em;
}

 p::first-letter {
  color: #aa6952;
  font-size: 150%;
  /*font-style: italic;*/
  font-weight: bold;
  
}


@media only screen and (min-width: 500px) {
img {
  width: 80%;
  }
.imgsmall {
  width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.imgcentered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  }
  
.idphoto {
  border: 8px solid #777777;
  float: right;
  margin: 20px;
  width: 200px;
}
div {
  width:97%;
  margin:auto;
}
  .transparent {
  background-color:rgba(0, 0, 0, 0.45);
  width: 54%;
}
}

a {
  font-size: 1em;
}

a:link {
  color: #a19b7a;
}

/* visited link */
a:visited {
  color: #B3B3B3;
}

/* mouse over link */
a:hover {
  color: #a11712;
}

/* selected link */
a:active {
  color: #580c0a;
}

.fancy {
  color: #f5d674;
  font-variant: small-caps; 
  line-height:1em;
}




.tiny {
  font-size: 0.7em;
  color:#63757d;
}

.grayish {
  color:#AEAFB5;
  font-size:1em;
}


.button{
  background: url(btn.png) no-repeat;
background-size: 105%;
  background-position: center;
  height: 90px;
  color: #f5d674;
  font-size: 1em;
  width: 200px;
  cursor: pointer;
  border: none;
  text-align: center;
}

.buttonp{
  background: url(btn.png) no-repeat;
background-size: 105%;
  background-position: center;
  height: 90px;
  color: #8F5C4F;
  font-size: 1em;
  width: 200px;
  cursor: pointer;
  border: none;
  text-align: center;
}

.wrapper {
  text-align: center;
  text-indent: 0px;
}
