body {
  line-height: 1.4;
  background-color: #0f0d28;
  font-family: "Geometria";
  font-weight: 300;
  font-size: 16px;
  background-position: center top; }
.wrapper {
  overflow: hidden;
}
section {
  position: relative; }


.photo-container {
    max-height: 428px;
}
.color-white {
  color: #ffffff; }

.pink {
  color: #fe00a2; }

b {
  font-weight: 900; }

a {
  text-decoration: none;
  outline: none; }

.inner {
  padding: 0px 15px;
  margin: 0px auto;
  max-width: 1170px; }

.padding-tb-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.padding-tb-75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.padding-tb-125 {
  padding-top: 175px;
  padding-bottom: 175px; }

.flex {
  display: flex; }

.content-vertical-center {
  align-items: center; }

.content-wrap {
  flex-wrap: wrap; }

.wrap-2 div {
  width: 50%; }

.content-justify-around {
  justify-content: space-around; }

.content-justify-right {
  justify-content: flex-start; }

.content-justify-between {
  justify-content: space-between; }

h3 {
  position: relative;
  color: #fe00a2;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase; }
  h3 b {
    display: block;
    color: #ffffff; }

h4 {
  position: relative;
  text-align: center;
  font-weight: normal;
  color: #ffffff; }

hr {
  position: relative;
  margin: 5px auto;
  height: 1px;
  background: #fe00a2;
  border: 0px; }

.simple-button {
  margin: 20px auto 0;
  position: relative;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 15px;
  text-transform: uppercase;
  width: 240px;
  border: 1px solid #fe00a2; }

.p-top-75 {
  padding-top: 75px; }

.p-bottom-75 {
  padding-bottom: 75px; }

@media (min-width: 891px) {
  .tablet-block {
    display: none; } }
@media (max-width: 890px) {
  .desctop-block {
    display: none; }

  .inner {
    max-width: 800px; } }
@media (max-width: 768px) {
  .p-top-75 {
    padding-top: 25px; }

  .p-bottom-75 {
    padding-bottom: 25px; }

  .padding-tb-75 {
    padding-top: 25px;
    padding-bottom: 25px; } }

/*# sourceMappingURL=layout.css.map */
