/* Fonts 
-------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Asap:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600&display=swap');



/* Global 
-------------------------------------------------*/
body {
  font-family: 'Quicksand', sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 200%;
  color: #303030;
}

section {
  padding: 150px 0;
}
h1 {
  font-family: 'Asap', sans-serif;
  font-weight: 600;
  font-size: 5rem;
  text-transform: capitalize;
  color: #2e3131;
}
h2 {
  color: #2e3131;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h4 {
  color: #2e3131;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
p {
  font-size: 0.9375rem;
}
.btn-primary {
  background-color: #2e3131;
  border: 1px solid #2e3131;
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all .3s ease-out;
}
.btn-primary:hover {
  background-color: #eabdd8;
  border: 1px solid #eabdd8;
  color: #ffffff;
  transition: all .3s ease-in;
}
.border-light {
  border: 1px solid rgba(227, 233, 237, 0.4)!important;
}
.vl {
  border-left: 6px solid green;
  height: 500px;
}


/* Nav styles
------------------------------------------- */
.navbar {
  transition:500ms ease;
  background:transparent;
  background-color: rgba(0, 0, 0, 0.87);
}
/* add nav background color on scroll */
.navbar.scrolled {
  background:rgba(0, 0, 0, 0.7);
}
.navbar-brand {
  text-transform: uppercase;
  letter-spacing: 3px;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding: 20px;
}

/* Header
-------------------------------------------------*/
header {
  padding: 156px 0 100px;
}
.bgimage {
  width: 100%;
  height: 100vh;
  background: url('../img/header-5.jpeg');
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
  background-color: #ffffff;
}
.bgimage .row {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 30%;top: 54%;
}


/* Instagram feed
------------------------------------------*/
#feed {
  background-color: rgba(28, 28, 28, 0.947);
}
#feed a {
  transition: all .3s ease-out;
}
#feed a:hover {
  cursor: pointer;
  transition: all .3s ease-in;
  opacity: .6;
}
.eapps-instagram-feed-title {
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  padding: 24px 10px;
  color: white;
  margin-bottom: 1rem;
}
#eapps-instagram-feed-1 {
  margin-top: 2rem;
}
.eapps-instagram-feed a {
  display: none;
}
.eapps-remove-link {
  visibility: hidden;
}


/* Contact 
------------------------------------------*/
#contact {
  width: 100%;
  height: auto;
  background: url('../img/contact-1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
}
#contact h3 {
  color: #eabdd8;
}
.card-text {
  font-weight: 400;
  font-size: 0.9375rem;
}
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0,0,0,.125);
}
.caption {
  display: block;
}

/* Footer
------------------------------------------*/
footer {
  background-color: rgba(28, 28, 28, 0.947);
}
footer a {
  text-decoration: none;
  transition: all .3s ease-out;
}
footer small {
  text-transform: capitalize;
}
footer a:hover {
  filter: saturate(8);
  text-decoration: none;
  transition: all .3s ease-in;
}
footer a img {
  transition: all .3s ease-out;
}
footer a img:hover {
  transform: scale(1.1);
  transition: all .3s ease-in;
}
hr {
  border-top: 1px solid rgba(234, 189, 216, 0.65);
  margin-bottom: 2rem;
}
.social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fab,.fas,.far{
  font-family: "Font Awesome 5 Brands";
  color: #eabdd8;
  font-size: 27px;
}


/* Media Quries
-------------------------------------------------------------------------*/

/* Tablets */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

  /* Global
  ------------------------------------------- */
  section {
    padding: 72px 3px;
  }
  p {
    text-align: left;
  }

    /* Header
  ------------------------------------------*/
  .bgimage {
    width: 100%;
    height: 100vh;
    background: url(../img/header-5-mobile.jpeg);
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
    background-color: #ffffff;
  }

  .bgimage .row {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 54%;
  }
  /* Contact 
  ------------------------------------------*/
  #contact {
    width: 100%;
    height: auto;
    background: url(../img/contact-mobile.jpg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(255, 255, 255, 0.72);
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
  }
  .card-text {
    font-weight: 400;
    font-size: 0.9375rem;
    text-align: center;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {

    /* Global
  ------------------------------------------- */
  section {
    padding: 72px 3px;
  }
  p {
    text-align: left;
  }

  /* Nav styles
  ------------------------------------------- */
  .navbar {
    padding: 1rem;
  }

  .navbar-brand {
    margin-bottom: 10px;
    color: #fff;
    font-size: 17px;
  }
  
  /* .px-5 {
    display: none;
  } */

  /* Header
  -------------------------------------------------*/
  .bgimage {
    width: 100%;
    height: 100vh;
    background: url('../img/header-5-mobile.jpeg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    background-attachment: fixed;
    background-color: #ffffff;
  }
  .bgimage .row {
    position: absolute;
    left: 54%;
    margin-top: 6%;
  }
  .bgimage img {
    width: auto;
    height: auto;
  }
    /* About
  ------------------------------------------*/
  #about p {
    text-align: center;
  }

  /* Contact 
  ------------------------------------------*/
  #contact {
    width: 100%;
    height: auto;
background-color: #ffffff;
  }
  .card-text {
    font-weight: 400;
    font-size: 0.9375rem;
    text-align: center;
  }
  br {
    display: none;
  }

  /* Footer
  ------------------------------------------*/
  footer {
    background-color: rgba(28, 28, 28, 0.947);
    text-align: center;
  }
  footer p {
    text-align: center;
  }
  .social-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Hide Feed Widget Title */
section#feed {
  overflow:hidden;
}

section#feed .container-fluid {
  position: relative;
}

section#feed .container-fluid::before {
  content: '';
  position: absolute;
  z-index: 999999;
  background: #282828;
  width: 100%;
  height: 100%;
}

.eapps-instagram-feed-container {
  position: relative;
  z-index: 999999;
}

section#feed .container-fluid h3 {
  position:relative;
  z-index:999999;
}