/*
  SCRN Minimalist version
*/

a {
  color: #2c2c2c;
}

.btn-default {
  background: #fff;
  color: #2c2c2c;
  -webkit-box-shadow: 0 0 0 1px #2c2c2c;
  box-shadow: 0 0 0 1px #2c2c2c;
}

.btn-default:hover {
  background-color: #2c2c2c;
  color: #fff;
}

.call-to-action {
  background: #fff;
}

#intro {
  background-position: center;
  background-size: cover;

}

#intro h1, #intro p {
  color: #2c2c2c;
}

nav.navbar {
  background: #219CD7;
  border-bottom: 1px solid #777;
  -webkit-box-shadow: none;
  box-shadow: none;
}

nav.navbar a:hover {
  background: #fff;
  border-bottom: 1px solid #fff;
    color: #219CD7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#services
{
  background: #fff;
}


#contact {
  background: #219CD7;
}


#services p, #services h2, #services h4, #services h5, #services label
   {
  color: #2c2c2c;
}

#contact p,
  #contact h2,
  #contact h4,
  #contact h5,
  #contact label {
  color: #fff;
}

#services i {
  color: #219CD7;
}

.pricing-table {
  background-color: #fff;
  color: #2c2c2c;
  -webkit-box-shadow: 0 0 0 2px #2c2c2c;
  box-shadow: 0 0 0 2px #2c2c2c;
}

.pricing-table p,
  .pricing-table li {
  color: #2c2c2c;
}

.skill-bar {
  background: #e7e9e9;
}

#contact .form-control {
  background-color: #fff;
  border: 0px solid #2c2c2c;
}

#contact .contact-info li {
  background-color: #219CD7;
  -webkit-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff;
}

#contact .contact-info i {
  color: #fff;
}

#contact a
{color: #fff;}



#logo-container img {
   width: 100%;
   height: auto;
    padding: 20px;
}



@media (min-width: 1200px) {
 #logo-container img {

    padding: 100px;

  }
}


img {
    border-radius: 5px;
}