a {
  color: #fff;
  cursor: pointer;
}
a:hover {
  color: #fff;
}

#home {
  background: #D0ECF8;
  min-height: 400px;
  position: relative;
}
#home .first-logo {
  float: right;
  padding-right: 4%;
  padding-top: 5%;
}
#home img {
  padding-right: 15%;
}

#feature {
  text-align: center;
  padding-bottom: 30px;
}
#feature .col-md-12 {
  padding-top: 50px;
  padding-bottom: 20px;
}
#feature .section-title {
  text-align: center;
}
#feature .section-title .heading {
  font-size: 20px;
}
#feature .section-title .heading.bold {
  font-weight: bold;
}
#feature h3 {
  font-size: 16px;
}
#feature p {
  letter-spacing: 1px;
  line-height: 28px;
}
#feature hr {
  width: 100px;
}

h1, h2, h3, h4 {
  font-weight: bold;
  letter-spacing: 6px;
}

#work {
  text-align: center;
  padding-bottom: 30px;
}
#work img {
  width: 100%;
}
#work .col-md-12 {
  padding-top: 50px;
  padding-bottom: 20px;
}
#work .section-title {
  text-align: center;
}
#work .section-title .heading {
  font-size: 20px;
}
#work .section-title .heading.bold {
  font-weight: bold;
}
#work h3 {
  font-size: 16px;
}
#work p {
  letter-spacing: 1px;
  line-height: 28px;
}
#work hr {
  width: 100px;
}

#contact {
  background: #f9f9f9;
  padding-bottom: 0;
  padding-top: 100px;
}
#contact .section-title {
  text-align: center;
  padding-bottom: 32px;
}
#contact .section-title .heading {
  font-size: 20px;
}
#contact .section-title .heading.bold {
  font-weight: bold;
}
#contact hr {
  width: 100px;
}
#contact .form-control {
  background: none;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid #D60046;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in;
}
#contact input {
  height: 60px;
}
#contact input[type="submit"] {
  border: 2px solid #D60046;
  color: #2b2b2b;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 18px;
}
#contact input[type="submit"]:hover {
  background: #D60046;
}
#contact .contact-address {
  color: #fff;
  position: relative;
  top: 140px;
}
#contact .contact-address p {
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
}
#contact .contact-address .contact-phone {
  background: #2B2B2B;
  padding: 100px;
}
#contact .contact-address .contact-website {
  background: #D60046;
  padding: 100px;
}
#contact .contact-address .contact-email {
  background: #6D6D6D;
  padding: 100px 50px;
}
#contact h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 12px;
  text-align: center;
}
#contact .medium-icon {
  color: #ffffff;
  font-size: 28px !important;
}

footer {
  text-align: center;
  padding-top: 260px;
  padding-bottom: 60px;
  background: #2b2b2b;
  color: #ffffff;
}
footer hr {
  width: 100px;
}

.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 10px;
}
.social-icon li a {
  border: 1px solid #aac1bf;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in;
}
.social-icon li a:hover {
  background: #ffffff;
  color: #000000;
}

.sticky-navigation {
  opacity: 0;
}

.navbar-default {
  background: #fff;
  border: none;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  margin: 0 !important;
  padding: 0;
}
.navbar-default .navbar-nav .active a {
  color: #d60046;
  background-color: transparent;
}
.navbar-default .navbar-nav .active a:hover {
  background-color: transparent;
  color: #d60046 !important;
}
.navbar-default .navbar-nav .active a:focus {
  background-color: transparent;
  color: #d60046 !important;
}
.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #aac1bf;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #aac1bf;
  font-weight: bold;
  font-size: 26px;
  line-height: 40px;
}
