body {
    background-image: url(../images/SVIdahosm2.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper2 {margin-left: auto;
          margin-right: auto;
          margin-top: auto;
          margin-bottom: 20px;
          width: 960px;
          background-color: #fff;
          border: 1px solid black;
          }

.wrapper3 {margin-left: auto;
          margin-right: auto;
          margin-bottom: 10px;
          margin-top: auto;
          width: 960px;
          background-image: url(../images/adr-bak2.png);                 
          border: 1px solid black;}

.alert    {text-align: center;
           color: red;
          font-size: 25px;
          font:  bolder;
          font-family: Georgia, serif;
          text-shadow: 4px 8px 8px #344FA2;}

.flushbox {background-color: #fff;
           border: 2px solid blk;
           width: 70%;
           padding-bottom: 10px;}

.contact  {text-align: center;
           padding: 3px;
           font-size: 17px;
           width:  100%;}

.emer   {column-span: all;
         text-align: center;
         text-shadow: 2px 1px 1px tan;}

hr.new1  {width: 80%;
          border: 2px solid ltgray;
          border-radius: 2px;}

hr.new2  {width: 90%;
          border: 2px solid ltgray;
          border-radius: 2px;}

thead     {text-align: center;}

.header  {color: #736868;
          font-size: 30px;
          font:  bolder;
          font-family: Georgia, serif;
          text-shadow: 4px 8px 8px #879750;}

.header span {color: #4c5a39;
              font-size: 70px;
              font-weight: 800;}

.mission   {padding: 10px;
            font-size: 20px;
            font-family: Georgia, serif;}

.shadow     {text-shadow: 2px 1px 1px tan;}
            

a:link   {color: #000;
          text-decoration: none;} 

a:visited{color: #000;
           text-decoration: none;}

a:hover  {color: #9D1F19;
          text-decoration: none;}

a:active {color: #000;
          text-decoration: none;}


/*top navbar */

.topnav {
  
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 35px;
  text-decoration: none;
  font-size: 24px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #4C5A39;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/*doxo site warning*/
.doxo {text-align: center;
       width: 70%;
       background-color: #f5f10b;
       border: 2px solid black;
       
       }

.adobe     {text-align: center;
            background-color: #EBEBEB;
            border: 4px solid #BFBDB0;          
            padding: 5px;}  

    
