
body{
  font-family: sans-serif;
}

.full{
  height: 100vh;
  padding: 12rem 0;
}

.mobile{
  width: 60%
}

.mobile img{
  width: 100%
}

.description{
  font-stretch: semi-expanded;
  padding-top: 4rem;
}

.description p{
  color: #999;
}

.top-20{
  margin-top: 20px;
}

.btn-pink{
  background-color: #a520d6;
  color: #fff;
  padding: 10px 20px;
  border-radius: 2px;
}

.btn-pink:hover{
  background-color: #e329b7;
  color: #fff;
  transition: background 0.4s;
}

.navbar-form{
  padding: 10px 0;
}

.add-on{
  width: 80%;
}

.form-control{
  border-radius: 2px;
  padding: 20px 15px;
}

.form-control:focus {
    border-color: #a520d6;
    outline: 0;
    -webkit-box-shadow: #e329b7 !important;
    box-shadow: #e329b7 !important;
}

.banner{
  overflow: hidden;
  height: 200px;
}

.banner img{
  width: 100%;
}

.links{
  padding: 30px;
}

.links a{
  color: #666;
  line-height: 30px;
}