/*
  Prefixed by https://autoprefixer.github.io
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
* {
  color: #000000;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
/* border: 1px solid black; */
body {
  margin: 5px 0 50px 0;
  padding: 0;
}
div.main {
  width: 100%;
  max-width: 1920px;
  min-width: 340px;
  margin: auto;
  display: -ms-grid;
  display: flex;
  flex-direction: column;
}
a.hidelink {
  text-decoration: none;
  cursor: text;
}
.c {
  text-align: center;
}
.blockc {
  width: 100%;
  text-align: center;
  display: table;
}
.blockl {
  width: 100%;
  text-align: left;
  display: table;
}
div.moveright {
  margin-left: 15%;
  width: 100%;
}

/* header */
header {
  display: grid;
  grid-template-areas:
    "logo head1"
    "belt belt"
    "nav nav";
  grid-template-columns: auto 1fr;
}
header h1 {
  grid-area: head1;
  text-align: right;
  float: right;
  margin: 25px 20px 0 0;
  padding-right: 2px;
  font-weight: 100;
  font-size: 27px;
}
div.logo {
  grid-area: logo;
  width: 438px;
  height: 100px;
  float: left;
  background-image: url(img/lake-atitlan.png);
  background-position: bottom;
}
div.belt {
  grid-area: belt;
  width: 100%;
  height: 10px;
  background-image: url(img/guatemalan-weaving.jpg);
  background-position: center;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

/* nav */
nav {
  grid-area: nav;
  text-align: center;
}
nav a {
  padding: 0 18px 0 18px;
  margin-top: 5px;
  font-size: 19px;
  color: #3b3b3b;
  background-color: transparent;
  white-space: nowrap;
  display: inline-block;
}

/* footer */
footer {
  text-align: center;
}
img.logofooter {
  margin: 25px auto 25px auto;
}
footer span.spacebullets {
  padding: 0 15px 0 15px;
}
img.footercoffee {
  display: block;
  text-align: center;
  margin: auto;
  width: 183px;
  height: 41px;
}
img.social {
  text-align: right;
  margin: 5px 10% 5px auto;
  display: block;
}
/* article */
.nowrap {
  white-space: nowrap;
}
.yeswrap {
  white-space: normal;
}
.r {
  text-align: right;
}
h1 {
  font-weight: normal;
  font-size: 32px;
}
h1.articleheader {
  margin: 30px auto 10px 10%;
  font-size: 38px;
}
.fll {
  float: left;
  padding-left: 5%;
  padding-right: 10px;
}
.flr {
  float: right;
  padding-right: 5%;
  padding-left: 10px;
}

/** index.php **/
h2.magazine {
  text-align: right;
  font-weight: normal;
  font-size: 21px;
  margin: 10px 10px 0 10px;
}
article p {
  text-indent: 20px;
  padding: 5px;
}
.columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  padding: 10px 25px 10px 25px;
  display: block;
  text-align: justify;
  width: auto;
  margin: 10px 0 0 0;
}
div.columns p {
  margin: 0 0 10px 0;
}
img.imgshade,
iframe.imgshade {
  border: 1px solid #000000;
  border-radius: 8px;
  -webkit-box-shadow: 8px 8px 8px rgb(0 0 0 / 30%);
  box-shadow: 8px 8px 8px rgb(0 0 0 / 30%);
}
main {
  max-width: 1750px;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
}
main.narrow {
  max-width: 1000px;
  display: table;
}
main p {
  max-width: 1000px;
}
h4.antidotes {
  padding: 5px;
  font-size: 1.4rem;
  font-weight: normal;
}
div.antidotes {
  display: flex;
  flex-wrap: wrap;
}
div.antidotes figure {
  padding: 5px;
  height: auto;
}
div.antidotes img {
  width: 100%;
  height: auto;
}
div.antidotes figcaption {
  padding-top: 10px;
}
a.back {
  float: right;
  text-decoration: underline;
  margin: 0 5% 0 auto;
}
div.video {
  max-width: 560px;
  margin: auto;
  width: 94%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  text-align: center;
}
iframe.video {
  margin: auto;
  width: 100%;
}
div.videotext {
  max-width: 560px;
  margin: auto;
  padding: 20px 0 0 10px;
}

/* input form */
form dl {
  margin: 10px 10px 10px 5%;
  font-weight: bold;
}
form dt {
  margin: 20px 10px auto 20px;
}
form dd {
  margin-top: 5px;
}
input.inputtxt,
textarea.inputtxt,
input.number {
  padding: 5px 7px 5px 7px;
  font-family: "Montserrat", sans-serif;
  width: 90%;
  max-width: 400px;
  border: 1px #000000 solid;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 5px rgb(0 0 0 / 25%);
  box-shadow: 5px 5px 5px rgb(0 0 0 / 25%);
  font-size: 1.3em;
}
input.number {
  width: 62px;
}
textarea.inputtxt {
  height: 200px;
  max-width: 800px;
  margin-bottom: 5px;
}
input.submit {
  width: 100px;
  font-size: 1em;
  font-weight: bold;
}

@media only screen and (max-width: 960px) {
  header h1 {
    font-size: 22px;
    margin: 5px 0 0 0;
  }
  img.logo {
    width: 292px;
    height: 64px;
  }
}

@media only screen and (max-width: 720px) {
  header h1 {
    letter-spacing: 0;
    font-size: 18px;
  }
  h1.lake {
    margin: 10px auto 10px 10px;
    font-size: 24px;
  }
  .columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding: 10px;
  }
}
@media only screen and (max-width: 530px) {
  header {
    grid-template-areas:
      "logo logo"
      "head1 head1"
      "belt belt"
      "nav nav";
  }
}
