/* ========== Bootstratp Customizations ========== */
a {
  color: #12a19a;
}

a:hover {
  color: #7104a5;
  text-decoration: none;
}

label {
  margin-bottom: .25rem;
  font-weight: 600;
}

.navbar {
  z-index: 1;
}

.navbar-brand {
  display: block;
  margin-right: 2rem;
  width: 200px;
  height: 109px;
  background: url("../public/img/brand.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.navbar-nav .nav-link {
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-collapse.collapse.show {
  padding-top: 2rem;
}

.navbar-collapse.collapsing {
  padding-top: 2rem;
}

.justify-content-center .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
}

.form-control {
  background-color: transparent;
  color: #112f4c;
  border: 2px solid #112f4c;
}

.form-control:focus {
  color: #112f4c;
  background-color: transparent;
  border-color: #112f4c;
}

.form-control::-webkit-input-placeholder {
  color: #112f4c;
}

.form-control:-moz-placeholder {
  color: #112f4c;
}

.form-control::-moz-placeholder {
  color: #112f4c;
}

.form-control:-ms-input-placeholder {
  color: #112f4c;
}

.form-control::-ms-input-placeholder {
  color: #112f4c;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #3b1e6e;
  border-color: #3b1e6d;
}

/* ========== General and Misc ========== */
html, body {
  height: 100%;
}

.section-title {
  color: #112f4c;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.share {
  border: 1px dashed #ddd;
  border-radius: .25rem;
}

.share .share-option {
  display: inline-block;
  padding: .25rem 1.5rem 0;
  margin-right: 15px;
  border-radius: .25rem;
  background-color: #5fc3b1;
}

.share .share-option .share-option-btn {
  color: #fff;
}

.highlight {
  padding: .25rem;
}

.highlight.highlight-primary {
  background-color: #112f4c;
  color: #fff;
}

.highlight.highlight-success {
  background-color: #5fc3b1;
  color: #fff;
}

/* ========== Header ========== */
.header {
  position: relative;
  background: url("../public/img/header-cover.png") no-repeat;
  background-size: cover;
  color: #fff;
}

.header .header__hero {
  padding: 6rem 0;
}

.header .header__hero .header__hero-title {
  margin-bottom: 3rem;
  font-size: 3rem;
  text-transform: uppercase;
}

.header .header__hero .header__hero-description {
  margin-bottom: 3rem;
  font-size: 1.75rem;
}

.header .header__hero .header__hero-social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.header .header__hero .header__hero-social li {
  display: inline-block;
  margin-right: 1rem;
}

.header .header__hero .header__hero-social li a {
  display: block;
  padding: .75rem .65rem;
  border-radius: 50%;
  background-color: #5fc3b1;
  color: #fff;
}

.header .header__hero .header__hero-social li a:focus, .header .header__hero .header__hero-social li a:hover {
  background-color: #fff;
  color: #5fc3b1;
}

/* ========== About ========== */
.about {
  padding: 4rem 0;
}

.about .about__hero {
  padding-bottom: 5rem;
}

.about .about__hero .about__hero-title {
  margin-bottom: 2rem;
  color: #112f4c;
  font-size: 2rem;
}

.about .about__hero .about__hero-description {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-align: justify;
}

/* ========== Proposals ========== */
.proposals {
  padding: 4rem 0;
  border-top: 1px solid #eee;
}

/* ========== Gallery ========== */
.gallery {
  padding: 4rem 0;
  background-color: #112f4c;
}

.gallery .section-title {
  color: #fff;
}

.gallery .gallery__content .gallery__content-item {
  margin-bottom: 1.5rem;
  max-width: 100%;
  border: 2px solid #fff;
  border-radius: .5rem;
}

.gallery .gallery__content .gallery__content-item:focus, .gallery .gallery__content .gallery__content-item:hover {
  border-color: #5fc3b1;
}

/* ========== Signup ========== */
.signup {
  padding: 4rem 0;
}

/* ========== Contact ========== */
.contact {
  padding: 4rem 0;
  background-color: #5fc3b1;
}

/* ========== Footer ========== */
.footer {
  padding: 4rem 0;
  background-color: #5fc3b1;
}

.footer .footer__social {
  padding-left: 0;
  margin-left: auto;
  margin-bottom: 0;
  text-align: right;
  list-style-type: none;
}

.footer .footer__social li {
  display: inline-block;
  margin-right: 1rem;
}

.footer .footer__social li a {
  display: block;
  padding: .75rem;
  border-radius: 50%;
  background-color: #112f4c;
  color: #fff;
}

.footer .footer__social li a:focus, .footer .footer__social li a:hover {
  background-color: #fff;
  color: #112f4c;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  display: none;
  padding: 8px 10px;
  border-radius: .25rem;
  background-color: #d72d88;
  color: #fff;
  text-align: center;
}

/* ========== Page > Galleries ========== */
.galleries .galleries__item {
  position: relative;
  overflow: hidden;
  float: left;
}

.galleries .galleries__item img {
  z-index: 4;
  float: left;
  width: 100%;
  height: 350px;
  border: 1px solid #dee2e6;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease-in-out;
}

.galleries .galleries__item .galleries__item-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.45s ease-in-out;
}

.galleries .galleries__item .galleries__item-caption .galleries__item-description {
  position: absolute;
  z-index: 10;
  top: 50%;
  padding: 0 15px;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}

.galleries .galleries__item .galleries__item-caption .galleries__item-description h3 {
  margin-top: 0;
}

.galleries .galleries__item .galleries__item-caption::before {
  content: '';
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  border-radius: .25rem;
  background-color: rgba(0, 0, 0, 0.65);
}

.galleries .galleries__item:hover .galleries__item-caption {
  border-radius: 4px;
  opacity: 1;
}

.page.gallery {
  background-color: #fff;
}

.page.gallery .section-title {
  color: #112f4c;
}

/* ========== Responsive ========== */
@media (min-width: 768px) {
  .navbar-brand {
    width: 300px;
    height: 163px;
  }
}
