body {
  height: 100%;
  background-image: url('../images/dun-laoghaire.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 32, 62, .5);
}

.logo {
  position: relative;
  padding: 25px 20px;
  text-align: center;
}

.section {
  position: relative;
  text-align: center;
}

.heading {
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 20px;
  background-color: #1d203e;
  text-align: center;
}

.container {
  padding-right: 100px;
  padding-left: 100px;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.regbutton {
  position: static;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.regbutton:hover {
  color: #99b6ff;
}

.line {
  display: block;
  width: 100px;
  height: 1px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.modal {
  position: fixed;
  z-index: 9999;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 32, 62, .9);
}

.form-container {
  position: relative;
  display: block;
  width: 300px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.paragraph {
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: center;
}

.link {
  color: #99b6ff;
}

.body {
  font-family: Lato, sans-serif;
}

.submit-button {
  position: relative;
  padding: 10px 30px;
  float: right;
  background-color: #99b6ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #1d203e;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #fff;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.form {
  margin-top: 25px;
}

.close {
  position: absolute;
  top: 0px;
  right: -32px;
  width: 32px;
  height: 32px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #99b6ff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.close:hover {
  color: #fff;
}

.linky {
  color: #fff;
  text-decoration: none;
}

.linky:hover {
  color: #99b6ff;
}

.psra {
  margin-top: 6px;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
}

.image {
  width: 80px;
}

html.w-mod-js *[data-ix="hidemodal"] {
  display: none;
  opacity: 0;
}

@media (max-width: 767px) {
  .footer {
    position: relative;
  }
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  .right {
    margin-top: 10px;
    text-align: center;
  }
  .left {
    margin-top: 10px;
    text-align: center;
  }
  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
}