@import url(./../assets/tmp/template.css);

.container {
  width: 45%;
  margin: 0 auto;
  min-width: 1100px;
  font-family: Calibri, sans-serif;
  font-weight: 200;
}

.language-selector {
  display: none;
}

@media (max-width: 1200px){
  .container {
    width: 90%;
    min-width: 0;
  }

  html {
    font-size: 12px;
  }
}

#section-head {
  width: 99.9%;
  margin-left: auto;
  margin-right: auto;
  margin: 5.5rem auto 0rem auto;
  margin-top: 10rem;
}

#directory {
  padding: .75rem 0;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

#page-title {
  font-family: Lato-Light, Helvetica, sans-serif;
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: var(--color-main);
}

#page-tagline {
  font-size: 2rem;
  font-family: Helvetica;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 900px){
  #section-head {
    margin: 5rem auto 0rem auto;
  }
  
  #page-title {
    font-size: 2.8rem;
  }

  #page-tagline {
    font-size: 1.5rem;
  }
}

/* ================================================================================================== */


#section-main {
  width: 100%;
  padding: 3rem 0;
  font-size: 1.1rem;
}

article hr {
  margin-bottom: 2rem;
}

#article-image {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 7/4;
  margin-bottom: 1.5rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#section-main h2 {
  color: var(--color-main);
  margin-bottom: 1rem;
}

#section-main h3, #section-main h4 {
  font-weight: 200;
  color: var(--color-main);
  font-size: 1.5rem;
}

#section-main p {
  line-height: 1.5;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}

#section-main ol,
#section-main ul {
  padding-left: 1rem;
  margin-bottom: 2rem;
}

#section-main li {
  padding-left: 1rem;
  margin-left: 2rem;
  line-height: 1.5;
  font-size: 1.4rem;
}

#section-main .list-title {
  font-weight: 600;
  margin-bottom: 0rem;
  color: var(--color-main);
}

#section-main a {
  color: var(--color-highlight);
}

#section-main a:hover {
  text-decoration: underline;
}

#section-main table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: .5rem 1rem;
}

#section-main table {
  margin-bottom: 2rem;
}

#section-main tbody {
  text-align: left;
}

@media (max-width: 900px){
  #article-image {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}

/* ================================================================================================================ */

#section-closing {
  text-align: center;
}

#closing-statement {
  text-align: center;
  margin: 3rem auto 2rem auto;
  width: 80%;
  display: block;
}

#closing-button {
  border: 1.5px solid var(--color-main);
  color: white;
  background-color: var(--color-main);
  font-weight: 600;
  padding: 10px 35px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#section-closing .container {
  padding-bottom: 3rem;
}

#closing-button:hover {
  background-color: var(--color-highlight);
  border: 1.5px solid var(--color-highlight);
}

/* ============================================================ */

#gmaps {
  width: 100%;
  height: 25rem;
  border-top: 1rem solid var(--color-main);
}