* {
  box-sizing: border-box;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  min-width: 960px;
}

main {
  min-height: 100%;
  padding-bottom: 170px;
}

.button-secondary {
  display: inline-block;
  border-radius: 3px;
  border: 0;
  padding: 20px 40px 20px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
}

a, p a {
  color: #1C6D95;
  text-decoration: none;
}

header {
  width: 100%;
  height: 52px;
  overflow: hidden;
  background: #8EC643;
  margin-bottom: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header h1.panamax-logo {
  background: #777;
  border: none;
  margin: 0;
  padding: 0;
  float: left;
}

header h1.panamax-logo:hover {
  background-color: #333;
  transition: background-color 0.25s ease;
}

header h1.panamax-logo + button {
  position: absolute;
  right: 10px;
  top: 10px;
}

header h1.panamax-logo a {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: url('images/api_subdomain/pmx_logo.svg') no-repeat center center;
  background-size: 148px 19px;
  width: 190px;
  display: block;
  height: 54px;
  margin: 0 auto;
}

header nav {
  background: #8EC643;
  width: 100%;
  margin-bottom: 0;
  padding-left: 190px;
  display: block;
}

header nav ul {
  overflow: hidden;
}

header nav ul li {
  text-transform: uppercase;
  font-weight: 400;
  float: left;
}

header nav ul li a {
  color: #FFF;
  text-decoration: none;
  padding: 20px 12px;
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
  width: 100%;
  text-align: center;
}

header nav ul li a:hover {
  color: #FFF;
  background-color: rgb(132, 188, 57);
  transition: background-color 0.25s ease;
}

#social-icons {
  position: absolute;
  top: 16px;
  right: 0;
  width: 58px;
  padding: 0;
}

#social-icons a {
  display: inline-block;
  width: 20px;
  height: 20px;
}

#social-icons a.github {
  background-image: url("images/api_subdomain/logo_github_white.svg");
  margin-right: 2px;
}

#social-icons a.twitter {
  background-image: url("images/api_subdomain/logo_twitter_white.svg");
}

/* DOCS */

.swagger-ui-wrap
{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

/* FOOTER */
footer {
  padding: 20px;
  overflow: hidden;
  background: #f1f1f1;
  line-height: 22px;
  margin-top: -150px;
  color: #777;
}

footer p {
  font-size: 1em;
  line-height: 1.2em;
}

footer .inner {
  margin: 0 auto;
  max-width: 960px;
}

#footer-info {
  margin-bottom: 0;
  width: 54%;
  float: left;
}

#footer-info img {
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
}

#footer-info p {
  padding-bottom: 50px;
  margin: 0;
  line-height: 1.7em;
}

#footer-info li {
  display: inline-block;
  margin: 10px 10px 0 0px;
}

#footer-info li a {
  text-decoration: none;
}

#footer-info li.twitter {
  padding-right: 15px;
  border-right: 1px solid #AAA;
}

#newsletter {
  width: 46%;
  float: right;
}

#newsletter h4 {
  font-size: 1.2em;
  font-weight: 400;
  color: #ED6323;
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
}

#newsletter h4 + p {
  margin-bottom: 8px;
}

#newsletter .button-secondary {
  color: #FFF;
  background-color: #777;
  font-size: 14px;
  padding: 10px 20px;
}

#newsletter .button-secondary:hover {
  background-color: #AAA;
}

#newsletter input {
  margin-bottom: 10px;
  width: 100%;
  font-size: 13px;
}

#newsletter input[type='email'] {
  border-radius: 3px;
  text-align: left;
  border: 1px solid #aaa;
  padding: 10px;
}

#newsletter input[type="email"],
#newsletter input[type="submit"] {
  margin-bottom: 0;
}

#newsletter input[type='email'] {
  width: 55%;
}

#newsletter input[type='submit'] {
  width: 40%;
}

.copyright {
  padding: 0;
  margin: 0;
}

.copyright #logo {
  width: 190px;
  height: 70px;
  background: url('https://api.panamax.io/images/ctl_logo_base.svg') 20px 20px no-repeat #FFF;
  background-size: 140px 30px;
  display: inline-block;
}

.copyright small {
  margin-left: 0px;
  font-size: 12px;
  display: inline-block;
  vertical-align: 30px;
}

hr {
  border: 4px solid #f1f1f1;
  margin-bottom: 20px;
}