/* Padding below the footer and lighter body text */

body, html {
  padding-bottom: 3rem;
  color: #5a5a5a;
  overflow-x: hidden;
}


/* Navbar Styling
---------------------------------------------------*/

.navbar, .navbar-inverse {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  min-height: 80px;
}

.nav li {
  display: inline;
  color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  font-family: 'Lato';
  font-size: 1.7em;
  font-weight: 300;
  padding: 30px 25px 33px 25px;
}

.navbar-inverse .navbar-nav li a:hover {
  background-color: #444;
  transition: 0.7s all linear;
  height: 100%;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand>img {
  height: 80px;
  padding: 7px 15px;
  width: auto;
}

i {
  padding-left: 10px;
}


/* Center aligned columns for marketing*/

.col-lg-4 {
  margin-bottom: 6rem;
  margin-top: 8rem;
  text-align: center;
}

h2 {
  font-weight: normal;
}

.col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.img-circle {
  border: 3px solid #444;
  border-radius: 50%;
}

.img-fluid {
  transition: transform .5s;
}

.img-fluid:hover {
  transform: scale(1.1);
}

.img-wide {
  width: 100%;
  padding-top: 4.5rem;
}


/* Features
------------------------- */

.feature-divider {
  margin: 5rem 0;
  /* Space out the linebreaks more */
}


/* Thin out the marketing headings */

.feature-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.feature-image {
  transition: transform .5s;
}

.feature-image:hover {
  transform: scale(1.1);
}


/* CSS for Pricing Table */

table {
  width: 100%;
}

th {
  background-color: #5a5a5a;
  color: #fff;
}

td {
  padding: 5px;
}

input {
  width: 100%;
  height: 24px;
  font-size: 18px;
  padding: 2px;
  border: 0;
}

h1 {
  font-weight: normal;
}

h4 {
  text-align: left;
  padding-left: 10%;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Lato';
}


/* Contact Form */

input[type=text] {
  display: inline-block;
  width: 100%;
  border: 1px solid #000;
}

input[type=submit] {
  display: inline-block;
  width: 100%;
}

form {
  display: inline-block;
  width: 50%;
  float: left;
  padding-left: 10%;
  padding-right: 10%;
}

textarea {
  display: inline-block;
  float: left;
  height: 200px;
  width: 100%;
  font-family: 'Lato';
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 767px) {
  .navbar-brand {
    padding: 0;
  }
  .navbar-brand>img {
    margin-top: 5px;
    margin-left: 5px;
  }
}

@media (min-width: 40em) {
  .feature-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .feature-heading {
    margin-top: 7rem;
  }
}

@media (max-width: 767px) {
  form {
    min-width: 100%;
  }
}
