body {
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: #fff;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
}

.background-home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: .4;
}

.background-text {
  position: absolute;
  top: 50%;
  left: 45px;
  right: 45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.float-right {
  float: right;
}

@media (min-width: 576px) {
  .main.row {
    display: table;
  }

  .main.row [class*="col-lg-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}

.logo {
  max-width: 200px;
  margin: 10px;
}

.header {
  width: 100%;
  height: auto;
  position: absolute;
  background-color: #0c3c60;
  color: #ffffff;
  z-index: 1;
}

.menu {
  list-style-type: none;
  float: right;
  margin: 18px 25px;
  padding: 0;
  display: block;
  text-align: right;
}

ul.menu li {
  display: inline-block;
  margin-left: 50px;
  border-radius: 25px;
  font-weight: 500;
}

.home {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url("../images/galego.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.intake {
  position: relative;
  width: 100%;
  height: 54vh;
  background-image: url(../images/galego_4.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.intake-content {
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.intake-content h2 {
  font-size: 3rem;
  padding-bottom: 30px;
}

.intake-description {
  font-size: 1.4rem;
  font-weight: 400;
}

.footer {
  background-color: #0c3c60;
  color: #ffffff;
}

.phone-header {
  text-decoration: none;
  color: #ffffff !important;
  font-size: 1.5rem;
}

.footer span {
  display: block;
}

.href-text {
  text-decoration: none;
  color: #ffffff !important;
}

.title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(204 204 204 / 70%);
  padding: 20px;
  text-align: right;
}

.title h1,
.title h2 {
  font: normal normal normal 45px/1.2em raleway,sans-serif;
  color: #0C3C60;
  display: inline-block;
}

.title h2 {
	float: left;
}

.title h2 a {
	text-decoration: none;
	color: #0C3C60 !important;
}

.contact-title {
  color: #0C3C60;
}

#contact-email label {
  font-weight: 400;
}

.form-check-input {
  margin-top: .45em;
}

.lightbox-gallery p {
  color: #fff
}

.lightbox-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: #fff
}

@media (max-width:767px) {
  .lightbox-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px
  }
}

.lightbox-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px
}

.lightbox-gallery .intro p {
  margin-bottom: 0
}

.lightbox-gallery .photos {
  padding-bottom: 20px
}

.lightbox-gallery .item {
  padding-bottom: 30px
}

.form-control {
  margin: 10px 0;
}

.text-right {
    text-align: right;
}

@media (max-width: 1500px) and (min-width: 957px) {
  .img-1 {
    max-width: 530px;
  }

  .img-2 {
    max-width: 320px;
  }
}

@media (max-width: 956px) and (min-width: 320px) {
  .background-text {
    top: 70%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }

  .img-1 {
    max-width: 320px;
  }

  .img-2 {
    max-width: 200px;
  }
}

@media (max-width: 1000px) {
  .title {
    padding: 10px !important;
  }
  .title h1,
  .title h2 {
    font-size: 25px !important;
  }

  .phone-header {
    font-size: 1.2rem !important;
  }
}

@media (max-width:767px) {
  .lightbox-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px
  }
  
  .title h1,
  .title h2 {
    font-size: 20px !important;
  }
  
  .title h2 {
	padding-top: 4px;
  }
}

.list-unstyled {
	padding-top: 15px;
    padding-left: 0;
    list-style: none;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 10px 0;
    display: inline-block;
}

.ftco-footer-social li a {
    display: block;
    float: left;
    border-radius: 50%;
    position: relative;
    text-decoration: none;
}

.ftco-footer-social a {
    color: #ffffff;
}

.ftco-footer-social li a span {
    font-size: 26px;
    padding-right: 15px;
}

.hidden {
	display: none;
}	