
/*  GENERAL CSS */

body {
  font-family: "Arial Black", Gadget, sans-serif;
  background-color: #ffffe6;
  line-height: 1;
  font-size: 16px;
}

hr {
  opacity: 0.4;
  width: 30%;
  border-style: dotted;
  color: #9F8000;
  border-width: thick;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

#footer hr {
  opacity: 0.4;
  width: 90%;
  border-style: dotted;
  color: #9F8000;
  border-width: thick;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.hr-section-break {
  padding-top: 60px;
}

h1 {
  font-size: 3em;
  font-weight: 900;
  line-height: 1.5;
}

h2 {
  font-size: 2em;
  font-weight: 900;
  line-height: 1.5;
}

h3 {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.3;
  /*color: #d2ac15;*/
  color: #8b720e;
}

h4 {
  font-size: 1.0em;
  font-style: italic;
  font-weight: lighter;
  /*color: #d2ac15;*/
  color: #8b720e;
}

h5 {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.3;
  /*color: #d2ac15;*/
}

p {
  /*color: #d2ac15;*/
  color: #8b720e;
}


/****    TITLE CSS    ****/

/*  IMAGE CSS  */
.logo-img {
  width: 482px;
  height: 167px;
}

.title {
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.5;
}


/*  NAV CSS  */

.nav-menu {
  line-height: 1.0em;
  align-items: end;
}

.nav-link {
  color: #9F8000 !important;
  font-variant: small-caps;
  font-size: 1.5rem;
}


/* Navbar links on mouse-over */
.navbar a:hover {
  background-color: #cca300;
  color: #FFF !important;

}

/* Current/active navbar link */
.navbar .active {
  background-color: #ffe680;
}

.dropdown-menu {
    max-width: 370px;
    background-color: lightgrey;
    color: #9F8000 !important;
}

.dropdown-item {
  color: #9F8000 !important;
}

.dropdown-item.active {
    background-color: #ffe680;
}


.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,230,128, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,230,128);
}


.fa-facebook, .fa-at {
  font-size: 3em;
  color: #1877f2;
  margin-left: 30px;
}



/*  MAIN CSS  */

#main {
  height: 100%;
  width: 100%;
}



/* eocjsNewsticker v0.4.0 */

.eocjs-newsticker {
  padding: 10px 0;
  margin-left: 300px;
  margin-right: 300px;
  background-color: #eee;
  color: red;
}

.eocjs-newsticker .eocjs-newsticker-container {
  position: relative;
  height: 20px;
  overflow: hidden;
}

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
}

.eocjs-newsticker-loader {
  position: absolute;
  left: calc(50% - 10px);
  width: 16px;
  height: 16px;
  display: block;
  border: 2px solid #555555;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: eocjs-newsticker-spin .75s linear infinite;
}

@keyframes eocjs-newsticker-spin {
  to {
    transform: rotate(360deg);
  }
}


/*  COMMITTEE SLIDESHOW CSS  */

#committee {
  text-align: center;
  /*position: relative;*/
  padding: 0 5% 5%;
}

#committee .container-fluid {
  width: 100%;
}

#committee h2 {
  text-align: left;
  margin-left: 14%;
  padding-top: 70px;
}

#committee em {
  font-size: 0.9em;
  text-align: left;
  position: relative;
  /*color: #d2ac15;*/
  color: #8b720e;
  top: 10%;
  padding-right: 25px;
}

.committee-img {
  margin-left: 120px;
  margin-top: 20px;

  /*padding-top: 20px;
  padding-left: 25px;*/
  border-radius: 25px;
  /*height: 70%;*/
  /*width: 40%;*/
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  padding-bottom: 20px;
  height: 62px;
  width: 62px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 4px solid black;
  background-image: none;
}

.carousel-control-next-icon::after {
  content: '>';
  font-size: 55px;
  color: red;
}

.carousel-control-prev-icon::after {
  content: '<';
  font-size: 55px;
  color: red;
}


/*  TARGET DAY CSS  */

.card-body-150 {
  height: 150px;
}

.card-body-290 {
  height: 290px;
}


table
{
    border: 4px solid #000;
}

td
{
    border: 1px solid #000;
    /*color: #d2ac15;*/
    color: #8b720e;
    text-align: center;
}

th
{
  border-bottom: 3px solid #000;
}

thead,
tfoot {
    background-color: #999393;
    color: #000;
}


.imperial_scoring td, th {
   height: 30px;
}

.imperial_scoring caption {
   font-size: 0.7rem;
   color: #000;
}

#imperialModal .modal-dialog
{
  max-width: 700px;
  max-height: 820px;
}

#metricModal .modal-dialog
{
  max-width: 950px;
  max-height: 563px;
}

/*  BLINK CSS  */

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


/*  ARCHERY LADDER CSS  */

.al_rules {
  line-height: 1.2;
  font-size: 0.9em;
  /*color: #d2ac15;*/
  color: #8b720e;
  margin-bottom: 5px;
}

.font-1_2 {
  font-size: 1.2em;
}


/*  DOCUMENT CSS  */
/*
#memberFormModal .modal-dialog
{
  max-width: 90vw;
  max-height: 820px;
}

#constitutionModal .modal-dialog
{
  max-width: 90vw;
  max-height: 820px;
}

#prospectiveModal .modal-dialog
{
  max-width: 90vw;
  max-height: 820px;
}

#privacyModal .modal-dialog
{
  max-width: 90vw;
  max-height: 820px;
}

#codeDisciplineModal .modal-dialog
{
  max-width: 90vw;
  max-height: 820px;
}

#disciplinaryModal .modal-dialog
{
  max-width: 90vw;
  max-height: 820px;
}
*/
.modal-dialog
{
  max-width: 90vw;
  max-height: 820px;
}

.doc_embed {
  /*width: 800px;*/
  width: 1200px;
  height: 2100px;
}


/*  GALLERY CSS  */

.w-10 {
  width: 10%;
}

.img-gallery {
  /*width: 150px;*/
  width: 112px;
  height: 112px;
}
/*
body.modal-open {
    overflow: visible;
}
*/
/*  FOOTER CSS  */


/*  DOWNLOAD CSS  */

#archiveDocs {
  background-color: #ffffb3;
}

#footer p {
  font-size: 0.75em;
}


/*@media only screen and (max-width: 200px) {*/
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 2em !important;
    font-weight: 900;
    line-height: 1.1;
  }

  h2 {
    font-size: 1.2em !important;
    font-weight: 900;
    line-height: 1.1;
  }

  h3 {
    font-size: 1.5em !important;
    font-weight: 900;
    line-height: 1.3;
  }

  #committee {
    height: 100%;
  }

  #committee em {
    font-size: 0.6em;
    text-align: left;
    position: relative;
    /*color: #d2ac15;*/
    color: #8b720e;
    top: 10%;
    padding-right: 15px;
  }

}
