/* Header */

.slogan {
    font-weight: normal;
    font-size: 18px;
    vertical-align: bottom;
    color: #0081b9;
    padding-top: 25px;
}

/* Body */

body {
  background-color: #f5f5f4;
  color: #555;
}

/* Content */

#content {
  padding: 15px 30px 40px 30px;
  background-color: #fff;
}

/* Footer */

#footer a.mail {
  /*  color: #999;*/
  color: #fff;
}

#footer .help a {
  color: #fff;
}

#footer .help {
  /*  font-size: 18px;*/
  font-size: 24px;
  /*  color: #999;*/
  color: #fff;
  text-align: center;
  /*  margin-bottom: 25px;*/
  margin: 30px 25px 20px 25px;
}

#footer {
  margin: 0px auto 0px auto;
  position: relative;
  background: #0081b9;
  color: #fff;
}

.footer-wrapper {
  background:#0081b9;
}

#footer span.copyright {
  /*  color: #999;*/
  color: #fff;
  margin: 0 auto;
  width: 100%;
  display: block;
}

#footer div.int {
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: center;
}

#footer div.int a {
  color: #fff;
}

#footer ul {
  list-style: none;
  margin-bottom: 6px;
}

#footer ul li a {
  /*  color: #999;*/
  color: #fff;
}

#footer ul li a:hover {
  color: #0081b9;
}

#footer ul li {
  font-weight: bold;
  font-size: 18px;
}

#footer-wrapper {
  width: 340px;
  margin: 0 auto 20px auto;
}

/* Extra Stuff */

a:link, a:hover, a:visited, a:focus, a:active {
  -webkit-backface-visibility: visible;
}

.centered-image {
	max-height: 338px;
	max-width: 500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.centered-text {
  text-align: center;
}

.center-div {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 410px) {
  #navbar li {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #footer span.copyright {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
  }
}

@media (max-width: 400px) {
  #navbar li {
    max-width:250px;
    width:100%;
  }
  #footer span.copyright {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
}
