
body, input {
  font-family: Work Sans, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 19px;
  letter-spacing: -0.5px;
  line-height: 22px;
  color: #333;
}

.container {
  margin: 100px;
}
@media (max-width: 767px) {
  .container {
    margin: 20px;
  }
}


a:link {
  color: #3189E0;
  text-decoration: none;
}
a:visited {
  color: #812990;
}
a:hover {
  color: #000000;
}
a:active {
  color: #FFE166;
}

input {
  font-size: 16px;
  height: 26px;
  margin-bottom: 5px;
}

input[type="submit"] {
    background: #3189E0;
    color: #fff;
    border: none;
    border-radius: 4px;
}
input[type="submit"]:hover {
    background: #FFE166;
    color: #000;
}

.button {
  background: #3189E0;
  color: #fff;
  border: none;
  border-radius: 4px;
}


a.button {
  display: inline-block;
  padding:15px 30px 15px 30px;
  background-color: #3189E0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
}

h1, h2, h4 {
  font-family: Ovo, Georgia, serif;
  font-weight: 300;
  letter-spacing: -1px;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  line-height: normal;
}

h1 {
  font-size: 68px;
  margin-bottom: 60px;
}
h2 {
  font-size: 37px;
  line-height:37px;
}
h4 {
  font-size: 26px;
  margin-bottom:10px;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height:36px;
  }
}

ul {
  margin-top:0px;
}

.textlinks {
  width:100%;
}

.textlinks a {
  display: block;
  padding: 6px 12px;
}

.textlinks.linkpage a {
  display:inline-block;
  margin: 10px 0px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.footer {
  margin-top:150px;
  font-size:16px;
}

.pswp-gallery img {
  width: 200px;
  height: 133px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .pswp-gallery img {
    width: 100px;
    height: 66px;
    object-fit: cover;
  }
}

.signup-form {
  font-size: 16px;
  margin-bottom: 40px;
}
