body,
button,
input,
select,
textarea {
  background: #fff;
  color: #3d3d3d;
  font-family: 'Droid Serif', serif;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.2px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Pathway Gothic One', sans-serif;
  letter-spacing: 1px;
  line-height: 1.2;
}

a{
  text-decoration: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"] {
  border: 1px solid #020202;
  color: #020202;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 4px;
  line-height: normal;
  padding: 15px 26px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: button;
  border-radius: 10px;

}

button:hover, button:focus, button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {

outline: none;
background-color: #008cba;
color: white;

transition: .5s ease;
}

.editverse:hover, .editverse:focus, .editverse:active{
	background-color: transparent;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  bottom: -2px;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="date"]
select,
textarea {
  color: #666;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="date"] {
  padding: 8px 10px;
  font-size: 18px;
  color: #373737;
}

select {
  padding: 8px 10px;
  width: 98%;
}

input:focus,
textarea:focus {
  outline: 0;
}

textarea {
  overflow: auto;
  padding: 8px 10px;
  vertical-align: top;
  width: 98%;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
3.3 Table
--------------------------------------------------------------*/
table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  max-width: 100%;
  margin-bottom: 1.5em;
  width: 98%;
}

td,
th {
  padding: 0;
}


table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border-top: 1px solid #ddd;
  line-height: 1.42857143;
  padding: 8px;
  vertical-align: top;
}

table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

table > tbody + tbody {
  border-top: 2px solid #ddd;
}

table > caption {
  color: #777;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}

table table {
  background-color: #fff;
}



p {
  margin-bottom: 1.5em;
}

p:last-child {
  margin-bottom: 0;
}

p.lead {
  font-weight: 700;
}
