@charset "UTF-8";

section.main_photo {
  margin-top: 1rem;
  padding: 1rem;
}

section.main_photo:first-child {
  margin-top: 1.5rem;
  padding: 1rem;
}

section.main_photo > img {
  height: auto;
  width: 100%;
}

section.main_photo > h2 {
  line-height: 2rem;
  text-transform: capitalize;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 25px;
  padding-bottom: 10px;
  display: list-item;
  list-style: none;
}

section.main_photo > p {
  line-height: 1.8rem;
  font-size: large;
  padding-bottom: 1rem;
  text-align: justify;
  display: list-item;
  list-style: none;
}

section.main_photo > ol {
  text-align: left;
  margin-left: 0rem;
  padding-left: 1.2rem;
}

section.main_photo > ol > li {
  line-height: 1.8rem;
  font-size: large;
  padding-bottom: 1rem;
  padding-left: 0px;
  text-align: left;
}

section.main_photo > p > a {
  color: #2196f3;
}

#text {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

div.wrap_controllers,
div.cont {
  display: none;
  height: 0;
  width: 0;
  color: transparent;
}

h2 {
  color: #28518a;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
}