::placeholder{
font-style: italic;
font-size: .8em;
}
div.topstick{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background: white;
  width: 100%;
  padding: 5px;
  margin-top: -5px;
  overflow: hidden;
}

.button-default{
    color: white;
    padding: 7px 10px;
    min-width: 100px;
    margin-top: 8px;
    margin-bottom: 8px;
    border:none;
    background: navy;
    border-radius: 4px;
    text-decoration: none;
}
.button-default:hover{
          text-decoration: none;
          color: white;
        }

.hline{
    padding: 5px ;
    border-bottom: 1px solid darkgoldenrod;
    color: navy;
    font-weight: bold;
    text-align: center;
}

.addlink{
      text-decoration: none;
      color: navy;
    }
.addlink:hover{
      text-decoration: none;
      color: navy;
    }
.searchicon{
    border: none;
        float: right;
        margin-left: -40px;
        margin-top: -32px;
        position: relative;
    }
.topic{
    background: red;color: white;
    padding: 5px 10px;
    border-radius: 1px 1px 10px 10px;
    width: 100%;
    margin-top:-10px;
    text-align: center;
}

.oneitem{
    border: 1px solid lightgray;
    padding: 10px;
    border-radius: 3px;
    margin: 5px;
}

 .title{
    padding: 20px;
    color: white;
    font-weight: bolder;
    font-size: 2em;
    font-family: raleway;
  }

/*.container-fluid{
    background: #222f60;
}*/
.container{
    background-color: white;
    border-radius: 10px 10px 0px 0px;
    background-image: url("../images/bg10.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% auto;
    background-attachment: fixed;
    min-height: 82vh;
} 