@charset "UTF-8";

body {
    background-color: white;
}
  
h1 {
    color: #000000;
    font-family: "PT Serif","Times New Roman",serif;
    font-weight: bold;
    font-style: oblique;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
a:link {
    text-decoration: none;
    color: #000000;
}
a.announcelink:link {
    text-decoration: underline;
    color: #000000;
}

a:visited {
    text-decoration: none;
    color: #555555;
}

a.announcelink:visited {
    text-decoration: underline;
    color: #000000;
}
a:hover {
    text-decoration: underline;
    color: #555555;
}
a.announcelink:hover {
    text-decoration: underline;
    color: #555555;
}
a:active {
    text-decoration: underline;
    color: #707070;
}
/* span.avoidwrap = prevent spans of text from splitting on wrap */
span.avoidwrap {
    display:inline-block;
}
/* START 'back to top'+'random number' buttons  */
#fader {
    opacity:0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
#topBtn {
    /*display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    top: 5px; /* from the top */
    left: 0px; /* from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: 1px; /* Remove borders */
    outline: none; /* Remove outline */
    background: rgba(51, 51, 51, 0.1);
    color: #000; /* Text color */
    /* cursor: pointer; Add a mouse pointer on hover */
    padding: 5px; /* Some padding */
    border-top-right-radius: 3px; /* Rounded corner */
    border-bottom-right-radius: 3px;
    font-size: 100%; /* Increase font size */
}
#topBtn:hover {
    background: rgba(51, 51, 51, 0.2); /* reduced opacity bkgd on hover */
}
#topBtn:active {
    background: rgba(51, 51, 51, 0.4); /* reduced opacity bkgd on hover */
}
/* END 'back to top' button */
/* START 'random number' button  */
#randomBtn {
    /*display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    top: 60px; /* Place the button at the bottom of the page */
    left: 0px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: 1px; /* Remove borders */
    outline: none; /* Remove outline */
    background: rgba(51, 51, 51, 0.1);
    color: #000; /* Text color */
    /* cursor: pointer; Add a mouse pointer on hover */
    padding: 5px; /* Some padding */
    border-top-right-radius: 3px; /* Rounded corner */
    border-bottom-right-radius: 3px;
    font-size: 100%; /* Increase font size */
}

#randomBtn:hover {
    background: rgba(51, 51, 51, 0.2); /* reduced opacity bkgd on hover */
}
#randomBtn:active {
    background: rgba(51, 51, 51, 0.4); /* reduced opacity bkgd on hover */
}

/* END 'random number' button  */
h2 {
    color: #000000;
    font-family: "PT Serif","Times New Roman",serif;
    font-size: 150%;
    margin-top: 0;
    margin-bottom: 25;
    margin-left: 0;
    margin-right: 0;
}
h2.infolist {
    color: #000000;
    font-family: "PT Serif","Times New Roman",serif;
    font-weight: bold;
    font-size: 150%;
    margin-top: 0;
    margin-bottom: 25;
    margin-left: 0;
    margin-right: 0;
}
h3 {
    color: #000000;
    font-family: "PT Serif","Times New Roman",serif;
    font-weight: bold;
    font-size: 125%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
table {
    width: 100%;
    text-align:center;
    font-family: "PT Serif","Times New Roman",serif;
    font-weight: bold;
    font-size: 125%;
}
th, td {
    padding: 5px;
    text-align: center;
}
td input[type="text"] {
    width: 60%;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid black;
    border-radius: 4px;
}
input, select, textarea {
font-size: 100%;
}
input[type="image"] {
    margin-top:10px;
}
p {
    color: #000000;
    font-family: "PT Serif","Times New Roman",serif;
    font-weight: normal;
    font-size: 100%;
}
.fineprint  {
    color: #000000;
    text-align: center;
    font-family: "PT Serif","Times New Roman",serif;
    font-weight: normal;
    font-style: normal;
    font-size: 80%;
    margin-top: 50px;
}
.fleuron {
    color: #000000;
    text-align: center;
    font-family: "PT Serif","Times New Roman",serif;
    font-weight: normal;
    font-style: normal;
    padding:0
    margin:0;
    font-size: 175%;
}
.infolist {
    color: #000000;
    text-align: left;
    font-family: "PT Serif","Times New Roman",serif;
    font-weight: normal;
    font-size: 75%;
    line-height: 75%;
}
a.listname:link:{
    text-decoration: underline;
    color: #000000;
}
.announcement {
    color: #000000;
    text-align: center;
    font-family: "PT Serif","Times New Roman",serif;
    font-weight: normal;
    font-style: oblique;
    font-size: 150%;
    line-height: 125%;
    margin-top:0px;
}

/* header styles 20180920*/
a.headerlink:hover {
  text-decoration: none;
  color: #555555;
}
a.headerlink:visited {
    text-decoration: none;
    color: #000000;
}
ul{
  margin:0;
}
/* start share buttons */
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
  text-align:center;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
  text-align: center;
}
a.resp-sharing-button__link {
  text-decoration: none;
  font-weight:bold;
  color: #fff;
  margin: 0.5em;
  text-align: center;
}
.resp-sharing-button {
  border-radius: 3px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
  display: block;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: top
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}
.resp-sharing-button--twitter {
  background-color: #55acee
}
.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}


.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}

/* end share buttons */
/*leaving c.300px width for list*/
@media only screen and (min-width: 1600px) {
#topBtn {
font-size:125%;
  }
#randomBtn {
font-size:125%;
top: 75px; /* Place the button at the bottom of the page */
left: 0px; /* Place the button 30px from the right */
}
}
@media only screen and (min-width: 481px) { 
   #header{
  background-color: #ffffff;
  padding:5 0 15 0px;
  color:#000000;
  font-family: "PT Serif","Times New Roman",serif;
  font-weight:bold;
  font-style: oblique;
  font-size: 300%;
  text-align:center;
}
   .desc {
    color: #000000;
    text-align: left;
    font-family: "PT Serif","Times New Roman",serif;
    font-weight: normal;
    font-size: 125%;
    line-height: 150%;
    margin-right: 15%;
    margin-left: 15%;
}
    .list {
    color: #000000;
    text-align: center;
    font-family: "PT Serif","Times New Roman",serif;
    font-weight: normal;
    font-size: 150%;
    line-height: 200%;
    }
    .listplace {
    line-height: 120%;
    margin-bottom: 35px;
}
    .infolist {
    color: #000000;
    text-align: left;
    font-family: "PT Serif","Times New Roman",serif;
    font-weight: normal;
    font-size: 150%;
    line-height: 125%;
    margin-right: 15%;
    margin-left: 15%;
}
   .p{
    color: #000000;
    text-align: center;
    font-family: "PT Serif","Times New Roman",serif;
    font-weight: normal;
    font-size: 100%;
   }
}
@media only screen and (max-width: 480px) { 
  #header{
  background-color: #ffffff;
  padding:5 0 10 0px;
  color:#000000;
  font-family: "PT Serif","Times New Roman",serif;
  font-weight:bold;
  font-style: oblique;
  font-size: 250%;
  text-align:center;
  top: 0;
  width:100%;
}
   .desc {
    color: #000000;
    text-align: left;
    font-family: "PT Serif","Times New Roman",serif;
    font-weight: normal;
    font-size: 115%;
    line-height: 150%;
    margin-right: 15%;
    margin-left: 15%;
}
   .p{
    color: #000000;
    text-align: center;
    font-family: "PT Serif","Times New Roman",serif;
    font-weight: normal;
    font-size: 100%;
   }
    .infolist {
    color: #000000;
    text-align: left;
    font-family: "PT Serif","Times New Roman",serif;
    font-weight: normal;
    font-size: 150%;
    line-height: 125%;
    margin-right: 10%;
    margin-left: 10%;
}
   .list{
     color: #000000;
      text-align: center;
      font-family: "PT Serif","Times New Roman",serif;
      font-weight: normal;
      font-size: 125%;
      line-height: 300%;
      margin-left: 8%;
      margin-right: 3%;
   }
   .listplace {
    line-height: 120%;
    margin-bottom: 35px;
}

td input[type="text"] {
    width: 85%;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid black;
    border-radius: 4px;
}
#topBtn {
    font-size: 70%; /* Increase font size */
}
#randomBtn {
    font-size: 70%; /* Increase font size */
}
}




