.container-full {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
#nav {
  background-color: #313139;
  padding: 8px 0 11px 0;
}
#nav h1 {
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 30px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
#desktop-nav {
  text-align: right;
}
#desktop-nav a {
  display: inline-block;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-top: 13px;
  margin-left: 20px;
  text-decoration: none;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
#desktop-nav a:hover {
  color: #9fa1a5;
  text-decoration: none;
}
#mobile-nav {
  text-align: right;
}
#mobile-nav img {
  margin-top: 12px;
}
#expandable-nav {
  display: none;
  background-color: #1b1b1d;
  padding: 10px;
}
#expandable-nav a {
  display: block;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
}
#big {
  background-color: #3e414a;
  padding: 55px 0;
}
#big p {
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 38px;
  margin-bottom: 40px;
}
#big a {
  background-color: #2b2d33;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 20px;
  text-decoration: none;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
}
#big a:hover {
  background-color: #24262b;
  text-decoration: none;
}
#contact {
  background-color: #3e414a;
  padding: 25px 0 145px 0;
}
#contact h2 {
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 30px;
  font-weight: 600;
  border-bottom: 3px #4c4e54 solid;
  padding: 0 0 20px 0;
  margin: 0 0 0 0;
}
#contact p {
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 40px;
}
#services h2 {
  color: #474e5d;
  font-family: 'Ubuntu', sans-serif;
  font-size: 30px;
  font-weight: 600;
  border-bottom: 3px #ecedee solid;
  padding: 0 0 20px 0;
  margin: 20px 0 0 0;
}
#services h3 {
  color: #363c47;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
#services p {
  color: #6e7585;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
#services .row {
  margin-bottom: 55px;
}
#services .row:first-child {
  margin-bottom: 35px;
}
#prices {
  margin-top: 40px;
}
#prices h2 {
  color: #474e5d;
  font-family: 'Ubuntu', sans-serif;
  font-size: 30px;
  font-weight: 600;
  border-top: 3px #ecedee solid;
  border-bottom: 3px #ecedee solid;
  padding: 20px 0 20px 0;
  margin: 20px 0 0 0;
}
#prices h3 {
  color: #363c47;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
#prices p {
  color: #363c47;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  margin: 0 0 20px 0;
}
#prices p em {
  color: #7a7c80;
  font-style: normal;
}
#prices .row {
  margin-bottom: 55px;
}
#prices .row:first-child {
  margin-bottom: 35px;
}
#footer {
  background-color: #1b1b1d;
  padding: 5px 0;
}
#footer p {
  color: #535355;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
#footer a {
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-left: 2px;
  text-decoration: none;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
#footer a:hover {
  color: #9fa1a5;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #big .big-image {
    text-align: center;
  }
  #services h2 {
    text-align: center;
  }
  #prices {
    text-align: center;
  }
  #contact {
    text-align: center;
    padding: 25px 0;
  }
  #footer {
    text-align: center;
  }
}
