/*DEFAULTS FOR FLEX
flex-grow:0;
flex-shrink: 1;
flex-basis:auto;
*/
/*======================================================================================================================================
                                                    RE-SETS
=======================================================================================================================================*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*======================================================================================================================================
                                                     MAIN ELEMENTS
=======================================================================================================================================*/
html, body {
  background-attachment: fixed;
  background-color: #b284be;
  background-image: url("../htdocs/gallery/backgrounds/backgroundadventbig.jpg");
  background-repeat: repeat;
  background-size: cover;
  color: #414141;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 0.85em;
  line-height: 1.6em;
  min-width: 350px;
  overflow: auto;
  width: auto;
}

/* background: url("../gallery/backgrounds/backgroundadventbig.jpg) center / cover no-repeat #E56769;
 background-blend-mode: multiply;*/
/*font: 100%/2 Verdana, Geneva, sans-serif  suggested in Anwar's course- saves on coding*/
header, nav, main, section, aside, article, table, footer, hgroup {
  display: block;
  hyphens: auto;
  width: 100%;
}

/* hyphens auto might be better just on long strings e.g. in divs*/
header {
  background-color: #c381e1;
  padding: 1rem;
  /*margin: 2rem;*/
  overflow: auto;
  position: sticky;
  text-align: center;
  top: 0;
  z-index: 2;
}

/* might be worth adjusting letter spacing on title */
/*========================================================================================================================================
                                          IDS AND CLASSES
==================================================================================================================================== */
#wrap {
  background-color: #eac3fc;
  height: 100%;
  margin: 0 2rem;
  overflow: auto;
  width: 100%; /*might be able to put this above with the other generic styles*/
}

#main-center {
  margin: 1rem auto;
}

.aside {
  border: 1px solid #414141;
  flex: 1;
}

blockqote {
  display: inline-block;
  font-size: 2rem;
  height: 20rem;
  background-color: antiquewhite;
  position: absolute;
  top: 0;
  right: 0;
}

.breadcrumbs {
  justify-content: space-around;
}

.button {
  background-color: #eef6ee;
  background-image: linear-gradient(to top, #dcbf5e 50%, #e3cb7e 20%);
  border: 1px solid #414141;
  border-radius: 20%;
  margin: 0.75rem 1.5rem;
}

.button::link {
  border: 1px solid #ec5e13;
  color: green;
}

.button::visited {
  background-color: #eef6ee;
  border: 1px solid #ec5e13;
  color: red;
}

.button::hover {
  background-color: #eef6ee;
  border: 1px solid #ec5e13;
  color: pink;
}

.button::active {
  background-color: #eef6ee;
  border: 1px solid #ec5e13;
  color: orange;
}

.button-seasonal {
  background-color: #eef6ee;
  border: 1px solid contrast-color;
  margin: 1rem;
}

.button-seasonal::link {
  background-color: pink;
  border: 1px solid contrast-color;
  margin: 1rem;
}

.button-seasonal::visited {
  background-color: red;
  border: 1px solid #cce5cc;
  margin: 1rem;
}

.button-seasonal::hover {
  background-color: white;
  border: 1px solid orange;
  margin: 1rem;
}

.button-seasonal::active {
  background-color: white;
  border: 1px solid #cce5cc;
  margin: 1rem;
}

.centeringtable {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-clever-flex {
  display: flex;
  flex-wrap: wrap;
}

.container-clever-flex > * {
  flex: 1 1 10rem;
}

.col-clever-flex-1, .col-clever-flex-2, .col-clever-flex-3 {
  background-color: #eac3fc;
  min-width: 500px;
  padding: 0.5rem 0.25rem;
}

.fc {
  display: flex;
  flex-flow: row wrap;
  min-width: 200px;
  justify-content: space-around;
}

.flex-nav {
  background-color: #eef6ee;
  background-color: #eef6ee;
  display: flex;
  /*  justify-content: space-around;*/
}

.header-container {
  align-items: center;
  background-color: #b284be;
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  justify-content: space-between;
}

.header-wrap {
  background-color: #eac3fc;
  box-shadow: 0 0 5px rgba(54, 64, 104, 0.8);
  height: 100%;
  width: auto;
  /*maybe use flex here?  */
}

.col-1 {
  background-color: #eef6ee;
  border: 1px solid #eac3fc;
  display: flex;
  flex-basis: 100%; /*is this correct css?*/
  padding: 2rem;
}

.col-2 {
  background-color: aqua;
  flex-basis: 100%; /*is this correct css?*/
}

.col-3 {
  background-color: #eef6ee;
  flex-basis: 100%; /*is this correct css?*/
}

.diocese {
  flex: 1;
  min-width: 200px;
  margin: auto;
  /* display: none;*/
}

.main {
  border: 1px solid #eac3fc;
  flex: 3;
}

.parish-name-left, .parish-name-right {
  flex: 1;
  min-width: 200px;
  margin: 0 3rem;
  padding-bottom: 1rem;
}

.quote {
  background-color: orange;
  display: block;
}

/*========================================================================================================================================
                                          HEADERS AND P
==================================================================================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Palatino, URW Palladio L, serif";
  font-style: normal;
  font-weight: 400;
  margin: 1rem;
}

p {
  padding: 0 3rem;
}

p.center {
  text-align: center;
}

p.footer {
  font-size: 0.75rem;
}

p.intro {
  color: blue;
}

p.intro::first-line {
  color: red;
  font-size: 1.8rem;
  font-weight: bold;
}

p.oblique {
  color: #414141;
  font-style: italic;
}

p.red {
  color: red;
}

/*========================================================================================================================================
                                          NAV AND LINKS
==================================================================================================================================== */
#onlink {
  background-color: #eef6ee;
}

.archive-list ul li {
  border: 1px solid #ec5e13;
  color: #414141;
  display: block;
  list-style-type: none; /*do i need this?*/
  margin-right: 2px;
  text-align: center;
  text-decoration: none; /*do i need this?*/
  width: auto;
}

.archive-col {
  display: flex;
}

nav {
  display: flex;
  width: auto;
}

nav ul li {
  border: 1px solid #ec5e13;
  color: #414141;
  display: block;
  list-style-type: none; /*do i need this?*/
  margin-right: 2px;
  text-align: center;
  text-decoration: none; /*do i need this?*/
  width: auto;
}

a {
  color: #414141;
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  border: 1px solid #ec5e13;
}

nav ul li {
  background-color: #eef6ee;
  list-style-type: none;
  margin-right: 2px;
}

a:hover, a:active {
  background-color: #eef6ee;
  border: 2px solid #ec5e13;
  color: #414141;
}

ul {
  display: flex;
  flex-direction: row;
}

ul li a {
  display: flex;
  flex-direction: row;
  list-style-type: none;
}

nav.secondary {
  background-color: #eef6ee;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 1rem;
}

nav.secondary ul li {
  border: 0.5px solid #ec5e13;
  color: #cce5cc;
  display: block;
  list-style-type: none; /*do i need this?*/
  margin-right: 2px;
  text-align: center;
  text-decoration: none; /*do i need this?*/
  width: auto;
}

.secondary a {
  background-color: #cce5cc;
  color: #414141;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 2rem;
  text-align: center;
  /*border: 1px solid $color-shade;*/
}

.secondary a:hover {
  border-bottom-color: #acb2ac;
  color: #000;
  font-weight: 700;
}

ul.secondary {
  display: flex;
  flex-direction: column;
}

/*think the above is working*/
li.secondary {
  background-color: #cce5cc;
  margin: 1rem;
  padding: 0.5rem 1rem;
}

.outer {
  column-count: 1;
  column-gap: 2rem;
  padding: 1rem;
}

/*========================================================================================================================================
                                          IMG
==================================================================================================================================== */
.caption {
  color: #333;
  font-style: italic;
  text-align: left;
}

.center {
  display: block;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  width: 75%;
}

.col-clever-flex-1 blockquote {
  position: relative;
  right: 0px;
  text-align: center;
  top: 0px;
  z-index: 3;
}

.img-area {
  align-items: center;
  background-color: iris;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: 800;
  justify-content: center;
  margin: auto;
  padding: 5%;
  texT-align: center;
  width: 100%;
}

.img-holder {
  padding: 2rem;
  width: 50%;
}

figcaption {
  background-color: #ebeeeb;
  color: #414141;
  font-style: italic;
  font-weight: 300;
  margin-top: -1.5rem;
  padding: 1rem;
  padding-top: -2rem;
  text-align: center;
}

.single-img {
  background-color: #eef6ee;
  border: 1px solid #ec5e13;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 200px;
  margin: 0.5rem;
  padding: 0.5rem;
  width: 250px;
}

.img-history {
  background-color: #eef6ee;
  border: 1px solid #acb2ac;
  margin: 0.5rem auto;
  padding: 0.5rem;
  width: 50%;
}

.img-large {
  width: 100%;
  min-width: 300px;
}

.img-small {
  width: 90%;
  min-width: 150px;
}

.img-very-small {
  width: 80%;
  min-width: 100px;
}

/*========================================================================================================================================
                                          TABLES
==================================================================================================================================== */
table, th, tr, td, tf table {
  margin: 0 auto;
}

table.service {
  width: 86%;
  border-collapse: collapse;
  border: 1px solid #ec5e13;
  /*margin: 0 auto;*/
  padding: 0.5rem, 5rem;
  font-size: 0.9rem;
  overflow: hidden;
  /* column-width: 20%;
    width:80%;    */
}

.service thead tr {
  background-color: #pale pink;
  color: black;
  text-align: left;
  font-weight: 200;
}

.service th,
.service td {
  padding: 0.25rem 0.5rem;
  margin: 0 auto;
}

.service tbody tr {
  background-color: #eef6ee;
  border: 1px solid #ec5e13;
}

.service tbody tr:nth-of-type(even) {
  background-color: #ebeeeb;
}

.service tbody tr:last-of-type {
  border-bottom: 2px solid #ec5e13;
}

/*.service tr td {
    width: 20%;
}*/
table {
  background-color: #eef6ee;
  border: 1px solid #ec5e13;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0 0.25rem;
  width: 90%;
  table-layout: fixed;
  column-width: auto;
}

th {
  background-color: #eef6ee;
  border: 1px solid #ec5e13;
  font-style: italic;
  font-weight: lighter;
  padding: 0.2em;
  text-align: center;
}

th.light {
  font-weight: 300;
}

td.sans-serif {
  background-color: #eef6ee;
  border: 1px solid #ec5e13;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  padding: 0.2em;
}

tr {
  background-color: #eef6ee;
  border: 1px solid #ec5e13;
}

/*
tr::nth-child(odd) {
  background-color: $color-slightly-darker;
}
 tr:nth-child(even) {
  background-color: $color-really-pale; 
}
*/
tr.red {
  color: #f00;
}

dl, dd {
  padding: 0.3em;
  font-size: 0.7em;
}

td.red {
  color: #f00;
}

/*===============================================================================================================================
                                         FOOTERS
=============================================================================================================================*/
footer {
  background-color: #ebeeeb;
  box-shadow: 0 0 10px rgba(54, 64, 104, 0.8);
  padding: 2rem;
}

.footer-wrap {
  background-color: #cce5cc;
  padding: 2rem;
  text-align: center;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
                                                                  MEDIA QUERIES MIN-WIDTH 769px
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (min-width: 768px), only screen and (min-width: 700px) and (orientation: landscape) {
  #wrap {
    height: 100%;
    /*x-width: 1000px;*/
    margin: 2em auto;
    min-height: 100px;
    overflow: auto;
    width: 90%;
  }
  .header-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .parish-name-left {
    padding-left: 2rem;
  }
  .diocese {
    flex: 1;
    margin: auto;
  }
  .parish-name-right {
    padding-right: 2rem;
  }
  nav.secondary {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 0.5rem;
    background-color: #eef6ee;
  }
  ul.secondary {
    display: flex;
    flex-direction: column;
  }
  li.secondary {
    background-color: color-body;
    margin: 0.2rem;
  }
  .footer-wrap {
    padding: 2rem;
    text-align: left;
  }
  .archive-list {
    column-count: 2;
    column-gap: 2rem;
    padding: 2rem;
  }
  .archive-list ul li {
    display: flex;
    flex-direction: column;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
                                                            MEDIA QUERIES MIN-WIDTH 1025 (in variable folder. NO! It was too complcated)
--------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
  #wrap {
    margin: 2em auto;
    width: 70%;
    min-height: 100px;
    height: 100%;
    /*x-width: 1000px;*/
    overflow: auto;
  }
}

/*# sourceMappingURL=stylish.css.map */
