
body {
  background-color:#7B8CDE;
  text-align: left;
}

form {
  display: flex;
  width: 100%;
  padding: 0 30px;

}

.form-helper{
  display: none;
}

label {
  /* Uniform size & alignment */
  display: inline-block;
  width: 100%;
  padding-top: 0.8rem;

}

input,
textarea {
  background-color:#ffffff;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #1a1a1a;
  padding: 0.5rem;
  border-width: 0.2em;
	border-radius: 0.8rem;
}

input:focus,
textarea:focus {
  /* Set the outline width and style */
  outline-style: solid;
  outline-width: 0.07em;
  /* To give a little highlight on active elements */
  outline-color:#1a1a1a;
}

textarea {
  /* Align multiline text fields with their labels */
  vertical-align: top;
  /* Provide space to type some text */
  height: 5em;
}

.topnav a.current02, footer a.current02{
  color:#ffffff;
  text-decoration:underline;
  font-weight: 700;
}
.img-pag{
  min-width: 50vw;
}

@media screen and (max-width: 950px) {
  .container{
      display: block;
      margin-bottom: 2rem;
  }

.img-pag img{
  border-radius: 1rem;
  object-fit: cover;
  width: 100%;
  margin-bottom: 1.5rem;
}
}
@media screen and (max-width: 450px) {
.img-pag{
  max-width: 100%;
  height: 40vh;
  overflow: hidden;
}
.img-pag img{
  max-height: 40vh;
  border-radius: 1rem;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
}
button{
  min-width: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-decoration-color: #1a1a1a;
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 700;
  background-color: transparent;
	border: solid;
  border-color: #1a1a1a;
  border-width: 0.2em;
	border-radius: 1rem;
	padding: 0.8rem;
  cursor: pointer;
  margin-top: 2em;
  float: right;
  justify-items: center;
  margin-right: 0.5rem;
}

button:hover{
  color: #ffffff;
  background-color: #1a1a1a;
  text-decoration: none;
}
