@charset "utf-8";
/* CSS Document */
.header-banner {
  background-color: #333;
  background-image: url("../images/salonnh.jpg");
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  font-family: 'Raleway', sans-serif;
}

h2{
  padding-top: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
}
.columntwo {
  float: left;
  width: 25%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 8px;
}

.about-section {
  text-align: center;
}
section{
  padding-bottom: 60px;
}
header{
  padding-bottom: 55px;
}

.containertwo {
  padding: 0 16px;
}

.containertwo::after, .rowtwo::after {
  content: "";
  clear: both;
  display: table;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #4f2167;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #f7d126;
}

@media screen and (max-width: 650px) {
  .columntwo {
    width: 100%;
    display: block;
  }
}
