body {
  background-color: rgb(232,239,243);
}

a {
  color: #fff;
}

a:hover {
  color: rgb(250,155,0);
}

p {
  text-align: justify;
}

.btn.btn-primary {
  background: rgb(6,151,150);
  border-color: rgb(0,166,156);
}

.spacer {
  min-height: 5px;
  background-color: rgb(6,151,150);
  margin-top: 60px;
}

@media (min-width:767px) {
  .navbar, .nav, .nav a {
    height: 60px;
  }
}

.navbar-default .navbar-nav li a {
  color: rgb(6, 151, 150);
  font-weight: bold;
  font-size: 15px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: rgb(250, 155, 0);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: rgb(250, 155, 0);
  background-image: none;
  color: black;
}

#logo {
  max-height: 45px;
  margin-top: -10px;
  padding-top: 0px;
}

.top-content {
  margin-top: 65px;
}

#welcome {
  background-image: url(../../assets/img/home.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 90vh;
}

@media (max-width:767px) {
  #welcome {
    min-height: 0;
  }
}

#promo {
  background-color: rgba(255,255,255,0.6);
  border-radius: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
}

@media (max-width:767px) {
  #promo {
    text-align: center;
    width: 60%;
  }
}

@media (max-width:767px) {
  .promo-text {
    display: none;
  }
}

footer {
  padding: 20px;
  background-color: rgb(0,167,157);
}

@media (max-width:767px) {
  footer {
    padding: 0;
  }
}

.col-md-4.footer-left {
  padding: 20px;
}

footer p, footer h4 {
  font-weight: bold;
  color: rgb(245,245,245);
  font-size: 15px;
}

.fa.footer-contacts-icon {
  background-color: rgb(250, 155, 0);
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
}

.social-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: rgb(250, 155, 0);
  border-radius: 2px;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: white;
}

.navbar-default .navbar-toggle {
  border: 2px solid;
  border-color: rgb(250, 155, 0);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: rgb(250, 155, 0);
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: rgb(232,239,243);
}

#div-img-about {
  text-align: center;
}

#img-about {
  width: 100%;
  max-width: 600px;
}

#img-pnaware {
  border: 3px solid rgb(0,167,157);
  border-radius: 10px;
  margin-top: 30px;
  width: 100%;
  margin-bottom: 20px;
}

.pnaware-item {
  text-align: center;
  background: white;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

.feature-icon {
  font-size: 42px;
  color: rgb(250, 155, 0);
}

