@import 'https://fonts.googleapis.com/css?family=Droid+Serif:400,700';
/* MAIN STYLES */
html {
  position: relative;
  min-height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
html body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Droid Serif', serif;
}
.ip-logo{
    text-align: center;
}
html body a,
html body button,
html body .footer,
html body button,
html body p,
html body img,
html body ul {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #000000;
}
html body h1 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 26px;
  color: #6d8698;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 30px;
}
html body h2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 17px;
}
html body .btn-primary {
  background: #6d8698;
  color: #ffffff;
  border-color: #6d8698;
}
html body .btn-primary:hover {
  background: #576c7b;
  border-color: #576c7b;
}
html body a {
  color: #000000;
}
html body a:hover {
  color: #6d8698;
  text-decoration: none;
}
html body .header {
  padding: 50px 0 30px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 10px solid #6d8698;
}
html body .header svg{
    width: 140px;
    height: auto;
}
html body .header-background {
  background: url(../images/header.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
html body .content {
  padding: 50px 0;
  font-size: 17px;
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: table;
  height: 100%;
}
html body .content .container {
  display: table-cell;
  float: none;
  vertical-align: middle;
  height: 100%;
}
html body .content .container .jumbotron {
  background: none;
}
html body .content .container .jumbotron h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 100;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
  position: relative;
}
html body .content .container .jumbotron h3:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background: #6d8698;
  top: -25px;
  left: 50%;
  margin-left: -50px;
}
html body .content .container .jumbotron h3:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background: #6d8698;
  bottom: -25px;
  left: 50%;
  margin-left: -50px;
}
html body footer {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 0;
  border-top: 10px solid #6d8698;
  position: absolute;
  bottom: 0;
  width: 100%;
  float: left;
  left: 0;
}
html body footer p {
  color: #000000;
  line-height: 18px;
  margin: 0;
}
/* Large desktop */
@media (min-width: 1920px) {
  html body .header-background {
    background-size: 110%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (min-width: 840px) and (max-width: 992px) {
  
}
/* Tablet */
@media (min-width: 768px) and (max-width: 839px) {
  
}
@media (min-width: 481px) and (max-width: 767px) {
  
}
/* Smartphone */
@media (max-width: 480px) {
  .header h1 {
    text-align: center !important;
  }
  .header img {
    margin-top: 15px;
    padding: 0 40px;
  }
  .header-bottom p {
    margin: 10px 0;
    height: auto;
  }
  .btn-default span {
    width: 250px;
  }
  .btn-default img {
    margin: auto;
    display: block;
  }
}
