.espLogo{
  display: block;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.topnav {
  background-color: rgb(19, 140, 183);
  overflow: hidden;
  margin-left: 125px;
  max-width: 1400px
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 12px 15px;
  text-decoration: none;
  font-size: 17px;
  margin-left: 50px;
  margin-right: 50px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: rgb(159, 46, 138);
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: rgb(53, 128, 179);
  color: white;
}

body{
  background-color: rgb(99, 99, 99, 0.076);
}

.title{
  text-align: center;
  color: rgb(53, 128, 179);
  font-weight: bold;
  font-size: 45px;
  margin-left: auto;
  margin-right: auto;
}


/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: rgb(19, 140, 183);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: rgb(159, 46, 138);
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #ececec;
  padding: 10px;
  display: block;
  margin-left: 650px;
  margin-right: 350px;
  margin-top: -255px;
  border: 2px solid grey
}

.contact-info{
  display: block;
  margin-left: 250px;
}

.contact{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  color: rgb(53, 128, 179)
}

.address-title{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  color: rgb(159, 46, 138);
}

.address{
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  color: rgb(53, 128, 179);
}

.telephone-title{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  color: rgb(159, 46, 138);
}

.telephone{
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  color: rgb(53, 128, 179);
}

.es-email-title{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  color: rgb(159, 46, 138);
}

.es-email{
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  color: rgb(53, 128, 179);
}

.name{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  color:rgb(19, 140, 183)
}

.company{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  color:rgb(19, 140, 183)
}

.phone{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  color:rgb(19, 140, 183)
}

.email{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  color:rgb(19, 140, 183)
}

.subject{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  color:rgb(19, 140, 183)
}

.recaptcha{
 position: relative;
 left: 425px;
top: -55px;
}

