body {
  background-color: #fef9f2;
}
.ui.segment {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.ui.segment.profile-cover .profile-cover-img {
  background-size: cover;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
}
.ui.segment.profile-cover .profile-cover-img:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  z-index: 0;
  background-image: linear-gradient(-180deg, rgba(26, 0, 44, 0) 20%, rgba(26, 0, 44, 0.4) 112%);
}
.ui.segment.profile-cover .head-content {
  min-height: 160px;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  color: #fff;
}
.ui.segment.profile-cover h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
}
.pad-top-0 {
  padding-top: 0 !important;
}
.pad-top-1 {
  padding-top: 10px !important;
}
.pad-top-2 {
  padding-top: 20px !important;
}
.pad-top-3 {
  padding-top: 30px !important;
}
.pad-h-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.push-bottom-2 {
  margin-bottom: 20px !important;
}
.push-bottom-3 {
  margin-bottom: 30px !important;
}
@media (max-width: 1199px) {
  .push-tablet-bottom-1 {
    margin-bottom: 10px !important;
  }
}
.align-center {
  text-align: center;
}
@media (max-width: 768px) {
  .align-phone-center {
    text-align: center !important;
  }
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.float-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
body,
html {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}
body {
  background-color: #fef9f2;
}
.white-text {
  color: #fff !important;
}
a {
  transition: color 0.3s ease;
}
ul.menu {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
ul.menu li {
  margin-bottom: 5px;
}
ul.white-text a {
  color: #fff;
}
ul.white-text a:hover {
  color: #ff7eb3;
}
