@import url('https://fonts.googleapis.com/css?family=Open+Sans');


body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: #523b67;
  font-weight: 900;
}

a:hover, a:focus, a:active, a:visited {
  color: #7a529e;
}

hr {
  margin-bottom: 40px;
  margin-top: 50px;
}

.btn {
  color: #fff !important;
  background: #523b67;
  border-color: #523b67;
}

.btn:hover {
  background: #7a529e;
  color: #fff;
  border-color: #7a529e;
}

.jumbotron {
  padding-top: 100px;
  padding-bottom: 400px;
  background: #ededef url("../img/startdomain_domainpoint_bg.jpg") top center no-repeat;
  background-size: cover;
}

.jumbotron h1 {
  font-size: 40px;
  margin-bottom: 40px;
    color: #523b67;

}

.jumbotron p {
  color: #fff;
  font-weight: bold;
}

.marketing {
  padding-top: 60px;
  padding-bottom: 50px;
}

.marketing .col-lg-4 {
  margin-bottom: 100px;
}

.marketing footer {
  margin-top: 30px;
}

.marketing img {
  margin-bottom: 30px;
}

.marketing h2 {
  margin-bottom: 20px;
  color: #523b67;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
}

.featurette-divider {
  margin-top: 0;
}

@media only screen and (max-width : 768px) {
  .jumbotron {
    padding-top: 200px;
    background-size: contain;
  }
}

@media only screen and (max-width : 480px) {
  .jumbotron {
    padding-top: 120px;
    padding-bottom: 50px;
    background-size: contain;
  }
}
