
.announ2 {
      width: 100%;
/*      float: right;*/
      font-family:"Verdana", sans-serif;
      background-color: white;
      color:#005596;
      font-size: 1.4em;
      text-align: center;
      font-weight: bold;
      border: 10px ridge #005596;
      border-radius: 25px;
    }
.fulltext {
      width:100%;
      background: white; /* For browsers that do not support gradients */
      background: linear-gradient(white, lightgray); /* Standard syntax */
      padding: 10px;
      border: thin;
      border-color: white;
      border-radius: 25px;
      }

.phrase {
      font-family:"Casper Heavy SF", serif;
      font-style:normal;
      font-weight:700;
      color:#01497d; 
      font-size:1.8em;
      text-align: right;
      
      }
.colpad {
      width: 100px;
}     
.spacer { 
      clear:both; 
      display:block; 
      width:980px; 
      height:2px 
      }
      

.clear { 
      clear:both; 
      display:block; 
      width:0; 
      height:0
      }
h1 {
      font-family:"Verdana", sans-serif;
      color:#000000;
      font-size:1.7em;
      clear: both;
      }
h2 {
      font-family:"Verdana", sans-serif;
      color:#4EB947;
      font-size:1.7em;
      text-align: center;
      }

.amzn {
    width: 90%;
    max-width: 610px;
    height: auto;
}

.logo {
    width: 80%;
    max-width: 500px;
    height: auto;
}
.coltext {
    color: navy;
}
.phto {
    width: 90%;
    max-width: 540px;
    height: auto;
}
.bbrdr {
    border-width: 5px;
    border-color: navy;
    border-radius: 10px;
    background-color: white;
}
.button1 {
    background-color:green; 
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
    text-align: center;
    box-shadow: 5px 5px black;

    }
.button1:hover {
    background-color: blue;
    color: white;
    box-shadow: 5px 5px darkgray;
    }    
