@import url("https://fonts.googleapis.com/css?family=Roboto");

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
}

header {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: black;
}

#landing-background {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-image: url("../images/landing.jpg");
  background-position: center;
  background-size: cover;
  opacity: 0.6;
  z-index: 1;
}

#landing-content {
  position: absolute;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#landing-languages {
  display: flex;
  justify-content: space-between;
  z-index: 10;
  width: 300px;
}

#landing-languages a {
  color: white;
  text-decoration: none;
}

#landing-txt {
  text-align: center;
  color: white;
  z-index: 10;
}

#landing-txt a {
  color: white;
  text-decoration: underline;
}

#landing-txt h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

#landing-txt h2 {
  margin-bottom: 20px;
}

main {
  margin: auto;
  max-width: 1024px;
}

article {
  margin-top: 10px;
  border-radius: 10px;
}

nav {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

nav .btn {
  padding: 0.5rem 2rem;
  border: 1px #ccc solid;
  display: inline-block;
  margin: 1rem 0 0;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  transition: background 500ms ease;
  text-align: center;
}

nav .btn:hover {
  background-color: rgb(149, 150, 150);
}

#whoami-container {
}

#whoami-image {
  display: flex;
  justify-content: center;
}

#whoami-image img {
  min-height: 200px;
  height: 40vh;
}

#verified {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contact-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  margin-bottom: 0;
  padding-left: 20px;
  text-align: left;
}

#verified img,
.contact-detail img {
  width: 32px;
  height: 32px;
  padding-right: 10px;
}

#whoami-text {
  text-align: justify;
  padding: 20px;
}

#whoami,
#process,
#prices,
#naturalization,
#mandate {
  display: flex;
  flex-direction: column;
}

#whoami {
  background-color: rgb(61, 86, 119);
}

#prices {
  background-color: rgb(241, 220, 247);
}

#naturalization {
  background-color: rgb(209, 230, 250);
}

#mandate {
  background-color: rgb(255, 232, 232);
}

.article-header {
  display: flex;
  color: black;
  padding-left: 20px;
}

.article-header-img {
  display: flex;
  align-items: center;
  padding: 5px;
}

#whoami .article-header-img {
  filter: invert(1);
}

.article-header-title > h2 {
  margin-bottom: 0;
}

.article-header-title > h4 {
  margin-top: 0;
}

#process section,
#prices section,
#naturalization section,
#mandate section {
  display: flex;
  flex-direction: row;
  justify-content: left;
}

#whoami section {
  background-color: rgba(255, 255, 255, 0.952);
}

#whoami .article-header-title > h2 {
  color: white;
}

.whoami-contact {
}

.whoami-contact-image {
  width: 100;
}

.whoami-contact-image img {
  max-width: 100%;
  max-height: 100%;
}

.whoami-contact-info {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.whoami-contact-info a {
  color: black;
}

#prices section {
  background-color: rgb(235, 235, 235);
}

#prices section:nth-child(even),
#naturalization section:nth-child(even),
#process section:nth-child(even),
#mandate section:nth-child(even) {
  background-color: rgba(250, 250, 250, 0.829);
}

.price-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.price-left {
  width: 150px;
  text-align: center;
}

.price-left figure img {
  width: 64px;
}

.price-left figure figcaption {
  font-weight: 500;
  text-align: center;
}

.price-right {
  display: flex;
  flex-direction: column;
}

.price-header {
  display: flex;
  align-items: center;
}

.price-header h3 {
  margin-block-start: 0;
  margin-block-end: 0;
}

.price-examples h3 {
  margin-bottom: 0;
  font-weight: 500;
}

.price-value h4 {
  margin: 0;
  color: rgba(51, 62, 124);
}

#process {
  display: flex;
  flex-direction: column;
  background-color: rgb(192, 219, 213);
}

#process .article-header section {
  margin-bottom: 0;
}

#process section {
  background-color: rgba(253, 253, 253, 0.801);
  padding-left: 30px;
  font-size: 1.3rem;
}

.process-details-desc {
  font-size: 1rem;
  padding-right: 20px;
  padding-bottom: 20px;
}

#faq {
  display: flex;
  flex-direction: column;
  background-color: white;
}

#translation {
  display: flex;
  flex-direction: column;
  background-color: rgb(238, 221, 198);
}

footer {
  margin-top: 300px;
  height: 50px;
  width: 100%;
  background-color: rgb(32, 35, 51);
}

#credits {
  color: white;
  font-size: 0.6rem;
  padding: 5px;
  text-align: center;
}

#credits a {
  text-decoration: underline;
  color: white;
}
/****************************************************************/
ul.numbered-list {
  counter-reset: li;
  list-style-type: none;
  font-size: 14px;
  line-height: 18px;
  padding-left: 10px;
}
ul.numbered-list li {
  position: relative;
  padding: 5px 0 5px 30px;
  font-size: 1.1rem;
}
ul.numbered-list li:before {
  content: counter(li);
  counter-increment: li;
  height: 20px;
  width: 20px;
  border: 1px solid black;
  border-radius: 50%;
  color: white;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: black;
}

/****************************************************************/
.extendinfo button {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1rem;
  border: thin solid transparent;
  background-color: transparent;
  padding-left: 0.125em;
}

dd {
  margin: 0;
  padding: 0;
  margin-left: 1.5em;
}

.extendinfo .desc {
  margin: 0;
  padding: 0.5em;
  display: none;
  background-color: rgba(250, 250, 250, 0.829);
  margin-bottom: 1em;
}

.extendinfo button:hover,
.extendinfo button:focus {
  outline: 0;
  cursor: pointer;
}

.extendinfo button:hover {
  text-decoration: underline;
}

.extendinfo button:active {
  background-color: #bbb;
}

.extendinfo button[aria-expanded="false"]::before {
  content: url("../images/right-arrow-brown.png");
  padding-right: 0.35em;
}

.extendinfo button[aria-expanded="true"]::before {
  content: url("../images/down-arrow-brown.png");
  padding-right: 0.35em;
}

/****************************************************************/

/* smartphone */

@media (max-width: 768px) {
  #whoami-container {
    display: flex;
    flex-direction: column;
  }

  #whoami-text {
    margin: 10px;
  }

  #whoami-image img {
    min-height: 200px;
    height: 30%;
  }

  #landing-txt h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1024px) {
  #landing-images {
    width: 100%;
  }
}

@media (max-height: 600px) {
  #landing-images,
  nav {
    display: none;
  }
}
