
*{
  margin: 0;
  padding: 0;
}

.responsive {
  width: 100%;
  height: auto;
}

/* hide mobile-only HTML*/
.mobile {
  display:none;
}

/* color nav-link for current page */
.nav-main .active-page {
  color:#23cf0d;
}

.reunion_list{
  margin:10px;
}

/* media query - start :: min & above */
@media (min-width:768px){
	.container-1{
      display: flex;
      justify-content:space-between;
      align-items:flex-start;
     }

      .content-1,
      .content-2{
        flex-basis:35%;
      }

      .sidebar{
         flex-basis:20%;
      }


}
/* media query - end */


body{
  background-color: #5a735a; /*#121212;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  margin: 0;
 /* height: 2800px;*/
}

a, button {
  cursor: pointer;
}


.main-header{
  background-color: #4d835c;
  background-image: url('../images/boom.gif');
  background-repeat: repeat;
  font-family: 'Saira Stencil One', cursive;
  color: #4b4a44;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.main-header img{
  height:90px;
  vertical-align: middle;
}

.main-header .site-title {
  display:flex;
  justify-content:space-around;
}

.main-header .logo-l {
    order: 1;
}

.main-header .hdr-title-1{
  order: 2;
  justify-content: center;
  font-size: 3.5em;
  padding:0 15px;
}

.main-header .logo-r {
  order: 3;


}

.main-header .hdr-title-2{
  font-size: 2em;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
}


.nav-main{
  border:3px solid #cd7e00;
  border-radius:30px;
  background: #052658;
  width:90%;
  margin: 0 auto;
  padding:4px 8px;

}

.nav-main div{
  text-align: center;
  margin:auto;
  margin: 5px auto;

}

.nav-main ul{
  padding: 0;
}

.nav-main li{
  display:inline;
  padding:5px;
}

.nav-main a {
  font-size: 1.3em;
  color: #efb255; /* #35c8f0; */
  text-decoration: none;
  font-weight: bold;
}

.nav-main .adm{
  color:#35c8f0;
}

.nav-main a:hover{
  color: #fff;
}

section {
  margin:20px 10px;
}

a.btn, .btn {
  background-color:#efb255;
  font-size: 1em;
  border: 1px solid #252525;
  text-decoration:none;
  color: #000;
  /*float:right;*/
  border-radius: 4px;
  padding: 3px 6px;
  display: inline-block;
  margin-top:20px;
}

.btn:hover {
  background-color: #cd7e00;
 }

.box-hdr{
  background-color:#3d593d;
  border:1px solid #cd7e00;
  border-radius: 5px;
  padding: 4px;
  margin: 20px 0 20px 0;
  color: #fff;
  text-align: center;
}

.mini-hdr {
  text-align:center;
  margin: 20px 0;
}

.woh-hdr {
  background: #79a577;
  border:1px solid #cd7e00;
  color:#fff;
  padding:5px 10px;
}

.legend p {
  font-size:.7em;
  font-style:italic;
}

.gb{
  width:80%;
  margin:30px auto 0 auto;
}


.sidebar h4{
  display: inline;
  color: #cd7e00;
}

.sidebar h3,
.content-1 h3,
.content-2 h3{
  /* margin-bottom: 1em; */
  text-align: center;
  /* color: #35c8f0;
  color: #fff;*/

}

.sidebar p{
  padding: 10px 15px 0 15px;
  font-size: .9em;
  text-align: justify;
}

.guest-date{
  font-size: .75em;
  font-style:italic;
  margin:1.1em;
}

.sidebar hr{
  width:75%;
  height: 1px;
  margin: 1em auto;
  border:0;
  color:#425a41;
  background-color:#425a41;
}

a.more,
a.more:visited {
  color:#efb255; /* #cd7e00;*/
  text-decoration: none;
}

a.more:hover{
  color: #cd7e00;/*  #efb255;*/
}

a.more-a,
a.more-a:visited {
  color:#ff0000; /* #cd7e00;*/
  text-decoration: none;
}

a.more-a:hover{
  color: #e24444;/*  #efb255;*/
}

.post-box {
  text-align:justify;
}

.post-box p{
  margin-top:10px;
}

.post-box-img {
  text-align:center;
}

.post-box-img img{
  width:15em;
  height: 10em;
  /*float: left;
  margin: 0 20px 5px 0;*/
  padding: 5px;
  border: 1px solid #252525;
  background: #3d593d;
}

.post-box-memorial {
  text-align:center;
  padding: 20px 0;
}

.post-box-memorial img{
  width:20em;
  height: 30em;
  padding: 5px;
  border: 1px solid #252525;
  background: #3d593d;
}

.gallery-box,
.yearbook-box {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  text-align:center;
}

.av-dsktp {
  width: 45%;
  min-height:50px;
  padding:10px;
  margin:10px 0;
}

.history-box {
 padding:20px 0;
}

.hist-hdr {
  text-align:center;
  background: #79a577;
  border:1px solid #cd7e00;
  color:#fff;
  padding:5px 10px;
  margin-top: 30px;
}

.hist-mini-hdr {
  text-align:center;
  font-size:.9em;
  font-weight:bold;
  border:1px solid #101010;
  background: #3d593d;
  color:#121212;
  padding:4px 10px;
  margin-bottom: 15px;
}

.history-box img {
  width: 85px;
  float:left;
  margin: 0 10px 5px 0;
}

.history-year p {
  text-indent: 15px;
  text-align:justify;
  margin:10px auto;
}

.flt-r {
  float:right;
}

.map-guide{
  color:#e0ef04;
  float:left;
  margin-left:35px;
  padding-bottom:4px;
}

.map-container{
  width: 90%;
  margin:auto;
}


.yearbook-box.ctr {
  display:block;
}

.gallery-box img{
  flex:1;
  width:10em;
  height: 8em;
  padding: 5px;
  border: 1px solid #252525;
  background: #3d593d;
}

.yearbook-box img{
  flex:1;
  width:8em;
  height: 10em;
  padding: 5px;
  border: 1px solid #efb255;
  background: #3d593d;
}

.gallery-box a {
  text-decoration:none;
  color:#efb255;
}

.gallery-box p {
  margin-bottom:30px;
}

/*iframe {
  width:15em;
  height:10.5em;
}*/

.ifr-video {
  border:2px solid #f1f105;
}

.vdo {
  color:#f1f105;
}

.ifr-audio{
  border:2px solid #ff0000;
}

.ado {
  color:#ff0000;
}

footer{
  background-image: url('../images/boom.gif');
  background-repeat:repeat;
  font-size: 1em;
  color: #363636;
  text-align: center;
  height:100px;
}

hr {
  width: 80%;
  margin: 40px auto 40px;
  height: 1px;
  border:0;
  color:#425a41;
  background-color:#425a41;
}

.tbl-hr {
  width: 80%;
  margin: 20px auto;
  height: 1px;
  border:0;
  color:#5a735a;
  background-color:#5a735a;
}

.ftr{
  width:100%;
}

.ftr td{
  vertical-align: top;
}

.icon-sec {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin:20px 0;
  background:#3d593d;
  border-top:1px solid #252525;
  border-bottom:1px solid #252525;
  padding:10px;
}

.icon-row img {
  height: 90px;
}

table {
  border: 1px solid #efb255;
  background: #3d593d;
  padding: 15px;
  width:80%;
  margin:auto;
}

.tbl-yb {
  border: 1px solid #efb255;
  background: #000;
  color: #fff;
  padding: 15px;
  width:100%;
  margin:auto;
}

thead {
  background-color:#79a577;
}

.gb-tbl img {
  margin-right:15px;
  width:55px
  height:auto;;
}

.unit-icon {
  max-width:55px;
  height:auto;
}

td, th {
  padding: 5px 0;
}

.pagination {
  text-align: center;
  margin-top:10px;
}

.pagination a {
  color:#efb255;
  text-decoration: none;
  margin: 0 10px;
  font-size:1.2em;
  font-weight:bold;
}

.pagination .btn{
  color:#000;
}

.pagination-top {
  display:flex;
  flex-wrap:wrap;
  font-size: .9em;
  font-style:italic;
  margin: 0 0 10px 4px;
}

.pagination-top.roster {
  margin-top:20px;
}

 .page-count{
   flex:1;
 }

a.paging:hover{
  color:#cd7e00;
}

input[type=text],
select {
  background-color: #fff;
  border: 2px solid #cd7e00;
  border-radius: 4px;
  padding:4px;
  margin-top:4px;
}

fieldset {
  width:100%;
  text-align:center;
  border-color:#baecb5;
}

input[type=text],
input[type=email],
textarea {
  background-color: #fff;
  border: 2px solid #cd7e00;
  border-radius: 4px;
  padding:4px;
  margin:14px 5px;
}

#contact-form input[type=text],
#guestbook-form input[type=text],
#contact-form input[type=email],
#guestbook-form input[type=email],
#contact-form textarea,
#guestbook-form textarea {
  width:80%;
  margin:auto;
  background-color: #ccc;
  border: 2px solid #cd7e00;
  border-radius: 4px;
  line-height:2em;
  padding:4px;
  margin:14px;
}

#contact-form textarea,
#guestbook-form textarea {
  height: 8em;
  resize: none;
}

/*#contact-form input[type=text]::placeholder,
#guestbook-form input[type=text]::placeholder,
#contact-form input[type=email]::placeholder,
#guestbook-form input[type=email]::placeholder,
#guestbook-form textarea::placeholder,
#contact-form textarea::placeholder{
  color:#000;
} */

textarea::placeholder{
  color:#000;
}

#contact-form .btn,
#guestbook-form .btn {
  margin-bottom:15px;
}

#contact-form div.cfhdr,
#guestbook-form div.cfhdr{
  background-image: url('../images/box-2.png?nocache=1757563968');
  background-repeat: no-repeat;
  padding-top:0px;
  line-height:2em;
  width:300px;
  margin: 0 auto;
  <!-- border:1px solid #00ffff; -->
}



.err {
  background-color:#03f303;
}

#ty-msg {
  color:#fff;
  font-size:2em;
  text-align:center;
  margin-bottom:10px;
}

#err-msg,#err-msg2{
  text-align:center;
  font-size:1.2em;
  font-weight:bold;
  font-style:italic;
  color: #ff0000;
  padding-top: 10px;
}


.svr-msg{
  color:#fff;
  margin:100px 0 100px 0;
  text-align:center;
}

.ac-tbl,
.roster-tbl,
.woh-thl,
.tbl-yb {
  text-align:center;
}

.ac-tbl td,
.roster-tbl td,
.woh-tbl td {
  padding: 5px;
}

.yearbook-tbl {
  width: 100%;
  text-align: center;
}

.hist-box {
  text-align: justify;
  padding:5px;
}

.tbl-yb-inner {
  border: 1px solid #000;
}

.tbl-yb-inner td {
  vertical-align:top;
 }

 .yb-frm {
   text-align:right;
 }

/*.ac-loss-1{
  background-color:#661818;
}

.ac-loss-2{
  background-color:#803434;
}*/

.row-dark{
  background-color:#526952;
}

.row-light{
  background-color:#5a735a;
}/*#5a735a;*/

.ac-loss-1,
.row-ddt {
  color:#fff;
  background:#000;
}

.ac-loss-2,
.row-dat {
  color:#fff;
  background:#252525;
}

.gldbook {
   border: 1px solid #000;
  background: #3d593d;
  padding: 15px;
  width:80%;
  margin:30px auto;
  text-align:justify;
}

.footer-ac {
  font-size:.8em;
  width:65%;
  margin:30px auto 0 auto;

}

#guestbook-form input[type=submit]:disabled{
    background-color:#CCC;
}

.hilite {
  color:white;
  font-weight:bold;
}

.admin-reply {
 font-weight:bold;
 font-style:italic;
  color: #fff;
  padding-top: 10px;
}

.hist-col{
  flex:2;
}

.icon-pic{
  font-size:1em;
  color:#fff;
}

.icon-pic-lg{
  font-size:6em;
  color:#fff;
}

.banner-box{
  text-align:center;
   margin: 20px; auto;
}
.banner{
  display:inline-block;
}

.woh-tbl td{
  text-align:center;
  padding:2px;
}

.algctr img{
  vertical-align:middle;
  width:20px
}

.gmap {
  width:25px;
  vertical-align:middle;
  padding:2px;
}

.ctr{
 text-align:center;
}

.merits{
  width:90%;
  margin:auto;
}

.merit-box{
  background:#3d593d;
  border:1px solid #000;
  margin:40px auto;
  padding:15px;
  border-radius:5px;
  text-align:center;
  overflow:hidden;
}

.m-flex{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-around;
}

.merit-box-inner{
  width:50%;
  margin:auto;
}

.merit-box img{
  width:90px;
  height:30px;
  margin:20px 0 2px 0;
}

/* REMEMBER TODAY */

.today-box{
  background:#000;
  color:#fff;
  border:2px solid #cd7e00;
  width:80%;
  margin:20px auto;
  padding:8px 8px 0 8px;
}

.today-box img{
  float:left;
  margin-right:15px;
  border:1px solid #fff;
}


/* ########## MODAL################ */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #5a735a;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 10px;
  border: 1px solid #baecb5;
  width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/*END Modal Content/Box */


/*
##################################
  for mobile-only
##################################
*/

@media (max-width:1024px){
/* hides AC links for mobile
 .ac-tbl a {
        pointer-events: none;
        color:#000 !important;
    }

.ac-loss-1 .more{
   color:#fff !important;
 }
*/
/* .woh-tbl td {
  text-align:center;
  padding: 0px;
} */


  .desktop {
    display:none;
  }

  .mobile {
    display:block;
   }

   .wrapper {
     width: 100%;
   }

/* rearrange header logos/title*/
    .main-header .site-title {
    flex-wrap:wrap;
  }

 .main-header .logo-l {
  order: 1;
  }

 .main-header .hdr-title-1{
    order: 3;
    justify-content: center;
    font-size: 3.5em;
    padding:0 15px;
  }

  .main-header .logo-r {
    order: 2;
  }

  .gallery-box img{
  width:9.5em;
  }

  .av-mbl {
    width:100%;
    height:50px;
    padding:10px 2px;
    margin-bottom: 15px;
  }

  table {
  padding: 0;
  width:100%;
  }

  .gb-tbl img {
    margin-right:0;
    height:50px;

  }

  td {
    padding: 2px;
  }

  /*.pagination-top {
    text-align:center;
    margin-bottom: 2px;
  } */

  .gb {
    width:100%;
  }

  .gldbook {
    width: 98%;
    margin:auto;
    padding:3px;
  }

  .pagination-top {
    margin: 10px;
  }

  .pagination a {
    font-size: .9em;
    margin: 0 4px;
  }

   .pagination .btn {
    padding:1px 2px;
  }

  .post-box-img {
    text-align:center;
    margin-bottom: 10px;
  }

  .post-box img {
    float:none;
    margin: auto;
    padding:5px;
  }

.footer-ac {
  width: 100%;
}

.yb-mbl {
  display:flex;
  flex-flow:wrap;
  justify-content:space-around;
  border:1px solid #888;
}

.yb-page {
  padding:10px;
}

.yb-note {
  text-align:center;
  font-size: .9em;
  font-style:italic;
  margin-bottom: 4px;
}

.tbl-yb{
  padding:0;
}

.tbl-yb img{
  width:100%;
}

/* MOBILE Modal Content/Box */
.modal-content {
  margin: 10% auto; /* from the top and centered */
  width: 90%; /* Could be more or less, depending on screen size */
}

.av-mbl{
  height:100%;
  padding: 10px 4px;
}

}
