@charset 'UTF-8';

/* COLORS */

.colors {
  color: #ecece8;
  color: #ce690b;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* ------------------------------ HEADER ------------------------------- */

header {
  background-color: ecece8;
  padding-top: 1em;
  padding-bottom: 0.3em;
}

header img {
  width: 80%;
  max-width: 650px;
  display: block;
  margin: 0 auto;
}

header a {
  margin: 0 auto;
}

/* ------------------------------ NAV BAR ------------------------------- */

nav {
  /*old background-color: #cccccc;*/
  /*position: fixed;*/
  /* text-align: center; */
  top: 0;
  left: 0;
  right: 0;

  z-index: 1;

  margin-bottom: 3em;

  box-shadow: 0 2.8px 2.2px rgba(32, 13, 4, 0.024),
    0 6.7px 5.3px rgba(32, 13, 4, 0.028), 0 12.5px 10px rgba(32, 13, 4, 0.06),
    0 22.3px 17.9px rgba(32, 13, 4, 0.032);
  /* 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12); */
}

/* ------------- STICKY NAVBAR STUFF ------------- */

/* #navbar {
  overflow: hidden;
  background-color: white;
  z-index: 2;
} */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  /* padding-right: 3em; */
}

main.sticky {
  /* padding-top: 120px; */
}

/* Page content */
/* padding the page content the thickness of the navbar so it doesn't jump when it sticks  */
.pad {
  padding-top: 100px;
}

/* ------------- OTHER NAVBAR STUFF ------------- */

.navbar {
  /* background-color: white; */
  color: black;
  /* margin: 26 0 27px; */
  padding: 20px 0;
  border: none;
  font-family: Oswald-Bold;
  text-align: center;
  letter-spacing: 0.2em;
  background-color: hsl(60, 10%, 92%);
  /* align-items: baseline; */
}

/* --------- DROPDOWN BUTTONS  ---------- */

.dropdown {
  display: inline-block;
  overflow: hidden;
  text-align: center;
}

.navbar a {
  color: inherit;
  background-color: inherit;
  border: none;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 10px 10px;
  display: inline-block;
  /* vertical-align: center; */
  /* align-items: inherit; */
  height: 14px;
}

.dropdown .dropbtn {
  /*background-color: #cccccc;*/
  color: inherit;
  background-color: inherit;
  border: none;
  outline: none;
  /* additions */
  text-transform: uppercase;
  letter-spacing: inherit;
  font: inherit;
  padding: 10px 12px 0;
  vertical-align: center;
  box-sizing: unset;
  /* align-items: inherit; */
  height: 14px;
}

button {
  vertical-align: bottom;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
  color: #ce690b;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  font-size: 0.9em;
  display: none;
  position: absolute;
  /* width: 100%; */
  z-index: inherit;
  padding-top: 30px;
  background-color: #ecece8;
  z-index: 1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Links inside the dropdown */
.dropdown-content a {
  font-family: Oswald-bold;
  float: none;
  color: #5f5e5e;
  padding: 12px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
  background-color: #ecece8;
  letter-spacing: 0.1em;
}

/* Change color of dropdown contnent links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: #ce690b;
  /* width: 100%; */
}

/* ------------------------------ BASIC ELEMENTS  ------------------------------ */

body {
  /* font-family: font-family: 'Playfair Display', serif; */
  font-family: "Oswald", "arial", serif;
  font-size: 0.9em;
  margin: 0 0 0 0;
  position: relative;
  background-color: white;
  color: #333333;
  text-align: left;
  /*color: rgb(2, 75, 2);*/
  /* width: auto; */
  overflow-x: hidden;
  overflow-y: scroll;
}

/* --------- MEDIA QUERIES (SCREEN RESPONSIVENESS)  ---------- */

/* DESKTOP */
main {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 1em;
  text-align: left;
}

/* TABLETS */
@media only screen and (max-width: 1060px) {
  main {
    width: 75%;
  }
}

/* SMART PHONES */
@media only screen and (max-width: 768px) {
  main {
    width: 90%;
  }

  body h3,
  body h4 {
    margin-left: unset;
    margin-right: unset;
  }
}
/* ^^^^^^^END MEDIA QUERIES^^^^^^ */

img {
  width: 100%;
  /* margin: 1em 0; */
}

strong {
  font-family: Oswald-Bold;
  z-index: -1;
}

div {
  /* padding: 0em 1em; */
  display: block;
}

section {
  position: relative;
  display: grid;
  margin: 2em auto;
  text-align: center;
}

p {
  /* padding: 0em 1em; */
  line-height: 1.4em;
  /* margin: 0; */
}

main p a,
main div a,
main p a:link,
main p a:visited,
main li a,
main ul a,
a:active,
.a-normal {
  text-decoration: none;
  /* color: #CE690B; */
  color: black;
  border-bottom: 0.1em solid #be0000;
}

main p a:hover,
main div a:hover {
  text-decoration: none;
  color: #be0000;
  border: none;
  transition: all 0.15s ease-in-out;
}

h3 {
  font-family: Oswald-Bold;
  max-width: var(--content-width);
  letter-spacing: 0.1em;
  /* margin-top: 4em; */
  margin-left: -1em;
  margin-right: -1em;
  display: block;
  /* border: 1px solid #CE690B; */
  /* background-color: #CE690B; */
  background-image: linear-gradient(to right, #ce690b, #c96406);
  color: white;
  padding: 0.5em 1em 0.5em 1em;
  font-weight: normal;
  font-size: 1.15em;
  text-transform: uppercase;
  border-radius: 4px;

  /* box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06); */
}

h3:first-of-type {
  margin-top: 2em;
}

h4 {
  /*font-family: 'Raleway', sans-serif;*/
  font-family: "arial", serif;
  /*letter-spacing: .1em;*/
  /*font-weight: 700;*/
  /*font-size: 1.25em;*/
  /* margin: 2em 0 1em 0; */
  max-width: var(--content-width);
  margin-top: 2em;
  margin-left: -1em;
  margin-right: -1em;
  display: block;
  border: 1px solid #ce690b;
  color: #ce690b;
  padding: 0.55em .8em 0.4em .8em;
  font-size: 1.15em;
  border-radius: 4px;
  /* background-image: linear-gradient(to right, #f3f3f3, #f0f0f0); */
  /* opacity: .3; */

  /* box-shadow: 5px 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048); */
}

h5 {
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.em {
  font-style: italic;
}

.strong {
  font-family: Oswald-bold;
  letter-spacing: .04em;
}

a.jump {
  /* display: block; */
  position: relative;
  top: -100px;
  visibility: hidden;
}

/* --------- OFFICERS and MEETING MINUTES COLUMNS  ---------- */

.column {
  display: block;
  float: left;
  width: 33.33%;
  min-height: 305px;
}

.officers {
  display: block;
  float: left;
  width: 33.33%;
  min-height: 550px;
}

.column h4 {
  margin-left: 0;
  margin-right: 0;
}

.column:nth-child(3n + 1) {
  margin-left: -1em;
  margin-right: 1em;
}

.column:nth-child(3n + 3) {
  margin-left: 1em;
  margin-right: -1em;
}

/* --------- LISTS  ---------- */

ul {
  display: block;
  line-height: 1.75em;
  /* padding: 0em 1em; */
  padding: 0;
  margin-left: 1em;
}

ul.clean {
  list-style-type: none;
}

ul.minutes {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.8em;
  /* font-weight: 600; */
  margin-right: 3em;

  /* hanging indent */
  text-indent: -1em;
  padding-left: 1em;
}

ul.table {
  /* hanging indent */
  text-indent: -1em;
  padding-left: 1em;
}

/* 
li {
  list-style-type: none;
} */

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  grid-gap: 2em;
}

.center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}

table {
  padding: 0em 1em;
  border: 0 solid white;
  background-color: #ffffff;
  width: 450px;
  padding: 3px;
  border-spacing: 20px;
}

/* ------------------------------ FOOTER ------------------------------ */

footer {
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 2em;
  background-color: #ecece8;
  color: #666666;
  padding: 1em 0 1.5em;
}

.footercontent {
  max-width: 90%;
  margin: 0 auto 0;
  text-align: left;
}

footer img {
  width: 250px;
  max-width: 80%;
}

footer p {
  font-size: 0.9em;
}

footer a {
  text-decoration: none;
  /* color: #ecece8; */
  border-bottom: 0;
}

/* ----------------- FOOTER COLUMNS  ---------------- */

/* ------ For DEKSTOP  ------ */

footer .column {
  float: left;
  width: 33%;
  min-height: unset;
  margin-right: 0;
  margin-left: -1em;
  margin-top: 1em;

  border-right: 1px solid #bfbfbf;
  /* padding: 10px; */
  /* background-color: #ccc; */
  /* height: 150px; */
  /* border-right: 1px solid black; */
}

footer .column:last-of-type {
  /* width: 33%; */
  border-right: none;
}

.columncontent {
  height: 120px;
  /* float: center; */
  /* padding-left: 3em; */
  /* margin-left: 10%; */
  /* margin-right: -3em; */
  /* padding-right: 1em; */
  text-align: center;
}

.column:first-of-type .columncontent {
  padding-left: 0;
  padding-right: 5%;
  float: right;
  margin-left: 0;
  text-align: left;
}

.column:last-of-type .columncontent {
  border-right: none;
  margin-left: 7%;
  /* width: 75%; */
  /* margin-left: -3em; */

  text-align: left;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* ------ For MOBILE  ------ */

@media only screen and (max-width: 768px) {
  /* For mobile phones: */

  .column {
    width: 100%;
    height: 100%;
    min-height: unset;
    display: block;
    margin: 0;
    
  }

  footer .column {
    width: 100%;
    height: 100%; 
    margin: 2em 0;
    
    min-height: unset;
    border-right: none;
    border-bottom: 1px solid #bfbfbf;

    
    text-align: center;
  }

  .column:last-of-type .columncontent,
  .column:first-of-type .columncontent {
    text-align: center;
    float: none;
    margin: 0
    /* border: none; */
  }

  .column:last-of-type {
    border-bottom: none;
  }

  .column:nth-child(3n + 1) {
    /* margin-left: -1em;
    margin-right: 1em; */
    margin: 0;
  }

  .column:nth-child(3n + 3) {
    /* margin-left: 1em;
    margin-right: -1em; */
    margin: 0;
  }
}

/* ------------------------------ SOCIAL MEDIA ICONS ------------------------------ */

.fa {
  padding: 12px;
  /* margin: 0 .5em; */
  margin-right: 4px;
  /* font-size: 45px; */
  width: 14px;
  /* height: 30px; */
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  border: none;
}

/* Add a hover effect if you want */

.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */

.fa-facebook {
  background: #3b5998;
  color: white;
}

/* Twitter */

.fa-twitter {
  background: #55acee;
  color: white;
}

/* Email */

.fa-envelope-open {
  background: #ce690b;
  color: white;
  font-size: 0.9em;
}

.carousel {
  z-index: 1;
  margin: 0 auto;
  /* width: 90%; */
}
