/*@import url('https://fonts.googleapis.com/css?family=Lato:400,700');*/
@import url('https://fonts.googleapis.com/css?family=Monda:400,700');
/*@import url('https://fonts.googleapis.com/css?family=FugazOne:400,700');*/

body {
  overflow-x: hidden;
  font-family: 'Monda', sans-serif;
  color: #505962;
  background-color:#222426;
}

h1,
h2,
h3,
h4 {
  font-family: prohibition, sans-serif;
  font-style: italic;
}

.fugaz {
  font-family: 'Fugaz One', sans-serif;
}

/*--- Nav Scrolling Offset --*/
.offset:before {
  height: 4rem;
  margin-top: -4rem;
  content: "";
  display: block;
}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: 1rem;
}

/*============= NAVIGATION =============*/

.navbar {
  padding: .7rem 1rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  transition: background-color .5s ease 0s;
  font-family: prohibition, sans-serif;
  font-style: italic;
}
.navbar-brand img {
  height: 2rem;
}
.svg-inline--fa.fa-w-14 {
  color: #fff;
  font-size: 2rem;
  font-family: prohibition, sans-serif;
  font-style: italic;
}
.navbar-nav li {
  padding-right: .8rem;
}
.navbar-nav .nav-link {
  /*color: rgb(252, 252, 81); */
  color: #ff0048;
  padding-top: 1rem;
  text-shadow: .05rem .05rem .1rem rgba(0, 0, 0, 0.7);
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  /* color: #f91a68; */
  color: #fff;
}
.navbar.solid {
  background: rgba(0, 0, 0, 0.7)!important;
  transition: background-color 1s ease 0s;
}

/*============= LANDING PAGE =============*/

.home-inner {
  background-image: url('img/LSL3DGlassesYoutubeBanner.jpg');
  /*background:linear-gradient(0deg, rgba(19, 224, 228, 0.3), rgba(255, 0, 25, 0.3)), url('img/LipsSpeakLouder16x8BannerNoText.jpg');*/
  background-size: cover;
}
#homeInnerEpk {
  background-image: url('img/LSL3DGlassesYoutubeBanner.jpg');
  /*background:linear-gradient(0deg, rgba(19, 224, 228, 0.3), rgba(255, 0, 25, 0.3)), url('img/LipsSpeakLouder16x8BannerNoText.jpg');*/
  /*background-size: cover;*/
  position: absolute;
}
.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 10%;
  z-index: 1;
}

#captionEpk {
  top: 7.5%
}
.caption h1 {
  /* color: rgb(252, 252, 81); */
  color: #fff;
  font-size: 6.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .5rem rgba(0,0,0, .8);
  padding-bottom: .4rem;
  padding-top: 28rem;
  font-family: prohibition, sans-serif;
  font-style: italic;
}

#captionEpk h1 {
  /* color: rgb(252, 252, 81); */
  color: #fff;
  font-size: 6.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .5rem rgba(0,0,0, .8);
  padding-bottom: .4rem;
  padding-top: 0.1rem;
  font-family: prohibition, sans-serif;
  font-style: italic;
}

.caption h3 {
  /* color: rgb(252, 252, 81); */
  color: #fff;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: .1rem .1rem .5rem rgba(0,0,0, .8);
  padding-bottom: 14.6rem;
  font-family: prohibition, sans-serif;
  font-style: italic;
}

.heading-yellow {
    /* color: rgb(252, 252, 81); */
    color: #fff;
}

.hard-light {
  mix-blend-mode: hard-light;
}

.color-lastname {
  color: #7a22cc;
}
.btn-lg {
  border-width: medium;
  border-radius: 0;
  padding: .8rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block!important;
}

p.white {
  color:#fff;
}

h4.pink {
  color: #ff0048;
}

.space-under {
  margin-bottom: 50px;
}

.bigger {
    font-size: 2rem;
}

.margin-top-spacer {
    margin-top: 3rem;
}

p.pink {
  color: #505962;
  /*font-weight: bold;*/
}

#albumCover {
  max-width: 900px;
  padding: 1rem;
}

.smaller-text p {
  font-size: 94%;
}

/*============= FEATURES SECTION =============*/

.narrow {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}
.btn-sm {
  border-width: medium;
  border-radius: 0;
  padding: .5rem 1.1rem;
  font-size: .9rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 1rem;
}
.btn-purple {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0);
  color: #ff0048;
}

.btn-outline {
  border-color: #ff0048;
  background-color: rgba(0, 0, 0, 0);
  color: #ff0048;
  font-family: prohibition, sans-serif;
  font-style: italic;
}

.btn-outline:hover,
.btn-outline:focus {
  border-color: #fff;
  background-color: #ff0048;
  color: #fff;
}

.btn-purple:hover,
.btn-purple:focus {
  border-color: #5b0ba5;
  background-color: #5b0ba5;
  color: white;
}
.jumbotron {
  margin-bottom: 0;
  border-radius: 0;
  padding: 1rem 0 3rem;
}
h3.heading {
  font-size: 2.2rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.9rem;
  font-family: prohibition, sans-serif;
  font-style: italic;
}
.heading-underline {
  width: 3rem;
  height: .2rem;
  background-color: #ff0048;
  margin: 0 auto 2rem;
}
.heading-underline-smaller-margin {
  width: 14rem;
  height: .2rem;
  background-color: #ff0048;
  margin: 0 auto 0;
}

.sub-heading-underline-smaller-margin {
  width: 8rem;
  height: 2px;
  background-color: #ff0048;
  margin: 0 auto 20px;
}
.feature {
  text-align: center;
}
.feature .fa-layers {
  color: #ff0048;
  margin: 0 auto;
  width: 3.9rem;
  height: 6rem;
}
.feature h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-bottom: .4rem;
}
.feature p {
  font-size: 1.1rem;
}

#quote-cite {
  color: #fff;
}

.prohibition-text {
    font-family: prohibition, sans-serif;
    font-style: italic;
    font-weight: 400;
}

.yellow-link {
    color: #ff0048!important;
}

.tour-highlights {
  list-style-type: none; 
  letter-spacing: 1px;
  color: #fff;
  font-family: prohibition, sans-serif;
  font-size: 20px;
}

.tour-highlights li {
  color: #fff;
  font-family: prohibition, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 5px;
}

.smaller-tour-highlight {
  font-size: 18px;
}

.white-link {
  color: #fff;

}

.white-link:hover {
  color: #ff0048!important;
  text-decoration: none;
}

/*===== FIXED BACKGROUND IMG DARK =====*/

#fixed {
  background-image: url('img/nick-iliasov-i0fCUofGjV8-unsplash.jpg');
  z-index: -1;
}
.dark {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 7rem 2rem;
  text-align: center;
  z-index: 1000!important;
}
.dark h3, .dark p {
  color: #E9ECEF;
}

#highlight-quote {
  max-width: 790px;
  margin: 0 auto;
}

/*============= PORTFOLIO SECTION FIXED BG IMG LIGHT =============*/

#fixed-2 {
  background-image: url('img/nick-iliasov-i0fCUofGjV8-unsplash.jpg.png');
  z-index: -1;
}
.light {
  background-color: rgba( 255, 255, 255, .85);
  padding: 3rem 2rem 2rem;
  z-index: 1000!important;
}
.card {
  border-radius: 0;
  border: .1rem solid rgba(0, 0, 0, .075);
  box-shadow: 0 0 .8rem rgba(0, 0, 0, .075);
  margin: 0 1rem;
  transition: transform .4s ease;
}
.card-img-top {
  border-radius: 0;
}
.card:hover {
  transform: scale(.95);
}
.card h4 {
  font-weight: 700;
}
.card h5 {
  color: #7a22cc;
}
.card p {
  border-top: .1rem solid rgba(0, 0, 0, .1);
  border-bottom: .1rem solid rgba(0, 0, 0, .1);
  padding: 1rem;
  margin: 1rem 0 1.5rem;
}

.visit-site {
  color: #7a22cc;
  text-transform: uppercase;
  font-weight: 700;
}

.visit-site:hover {
  color: #6c757d;
  text-decoration: none;
}
.card svg.svg-inline--fa {
  color: #7a22cc!important;
  font-size: 1.3rem;
  width: 2rem;
}
.card svg.svg-inline--fa:hover {
  color: #6c757d!important;
}
.owl-dot.active span,
.owl-dot:hover span {
  background: #7a22cc!important;
}

.card-body {
  border-top: 3px solid #7a22cc;
}

.about-social-icons {
  display: block;
  margin: 0 auto;
}

.about-social-icons a {
    color: #ff0048;
}

.about-social-icons a:hover {
    color: #fff;
}

.about-social-icons svg.svg-inline--fa {
  font-size: 1.6rem;
  margin: 1.2rem .5rem 0 0;
  color: #ff0048!important;
}
.about-social-icons svg.svg-inline--fa:hover {
  color: #fff!important;
}

/*============= PRICING SECTION =============*/

#store-container {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.70)), url('img/LSLFOHBBallroom.jpg');
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.pricing-column {
  background-color: white;
  padding: 2rem;
  /*border-top: .2rem solid #aa00e3;*/
  border-top: .3rem solid #ff0048;
  box-shadow: 0 0 .8rem rgba(0, 0, 0, 0.075);
  transition: transform .7s ease;
  overflow: hidden;
  position: relative;
}
.pricing-column:hover {
  transform: scale(1.1);
}
.pricing-column h3 {
  padding: 1rem;
  border-bottom: .1rem solid rgba(0, 0, 0, 0.1);
}
.pricing-column p {
  opacity: .8;
  margin-top: 1.3rem;
}
.pricing-column h4 {
  font-size: 1.1rem;
  padding: .4rem;
}
.pricing-column .item {
  font-weight: 700;
}
.pricing-column h1 {
  padding: .8rem 0;
}
.ribbon {
  background-color: #ff0048;
  color: white;
  width: 10rem;
  height: 2rem;
  font-size: .8rem;
  font-weight: 700;
  padding-top: .4rem;
  position: absolute;
  right: -2.8rem;
  top: 1.6rem;
  transform: rotate(45deg);
  box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.25);
}

.albumCover {
  width: 90%;
}

.sold-out {
  color: #7b03fc;
  font-weight: bold;
}

/*============= GRAPHICS SECTION =============*/

.row.padding {
  padding: 2rem 0 1rem;
}
img.example-image {
  max-width: 100%;
}
.row.no-padding [class*=col-] {
  padding: 0;
}
.portfolio-item img:hover {
  transform: scale(1.3);
  cursor: zoom-in;
}
.portfolio-item img {
  transition: transform .4s ease;
}
.portfolio-item {
  overflow: hidden;
}

/*============= SKILLS SECTION =============*/

.jumbotron {
    background-color: #fff !important;
}
.skill h3 {
  color: #7a22cc;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 1rem 0 .5rem;
}
.skill p {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.colorlink {
  color: #7a22cc;
}

.colorlink:hover {
  color: #505962;
  text-decoration: none;
}

.headshot {
  border-radius: 50%;
  max-width: 10rem;
  max-height: 10rem;
  border: .1rem solid rgba(0, 0, 0, .075);
  box-shadow: 0 0 .8rem rgba(0, 0, 0, .075);
  margin-top: 5rem;
}

.signature {
  margin-top: -2rem;
}

/*============= CLIENTS/TESTIMOLIALS SECTION =============*/

.clients img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transition: transform .3s ease;
}
.clients img:hover {
  transform: scale(0.95);
}
blockquote .svg-inline--fa {
  margin: 1rem;
  color: #7a22cc;
}
.clients-hr {
  border-top: .05rem solid #7a22cc;
}

/*============= CONTACT SECTION =============*/

footer {
  background: url('img/hellosign.jpg') no-repeat;
  /*background-color: #40474e;*/
  background-size: cover;
  color: #fff;
}
footer .row {
  background-color: rgba(0,63,70, 0.85);
  padding: 1rem 2rem 3rem;
  width: 100%!important;
}
footer img {
  height: 2rem;
  margin: 1.5rem 0;
}
footer a {
  color: #ff0048;
}

footer a:hover {
  color: #fff;
}

footer svg.svg-inline--fa {
  font-size: 1.6rem;
  margin: 1.2rem .5rem 0 0;
}
footer svg.svg-inline--fa:hover {
  color: #fff;
}
footer h3 {
  color: #ff0048;
  text-align: left;
  text-transform: uppercase;
  margin: 1.5rem 0;
}

/*--- Start Contact Form Style --*/
.ctn-contact {
  width: 100%;
  float: left;
  clear: both;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
  background: rgba(151, 158, 165, 0.4)!important;
  border-radius: 0;
  border: .15rem solid #777b7f;
  color: #c1c3c6!important; /*--- Font Color in Text Area --*/
  display: block;
  padding-left: .2rem;
}
#contact-area input, #contact-area textarea {
  float: left;
  padding: .5rem .8rem;
  width: 100%;
  margin-bottom: 1.3rem;
  color: #fff!important;
  font-size: 1.1rem;
}
#contactName::placeholder, #email::placeholder, #commentsText::placeholder {
  color: rgb(209, 211, 212)!important;
}
#contact-us > button {
    color: #BFC2C4!important;
    background-color: transparent!important;
    background-image: none!important;
    border-color: #BFC2C4!important;
    border-width: medium!important;
    border-radius: 0!important;
}
#contact-us > button:hover {
    color: #f8f9fa!important;
    border-color: #f8f9fa!important;
}
/*--- End Contact Form Style --*/

hr.socket {
  width: 100%;
  border-top: .2rem solid #777b7f !important;
  color: #fff !important;
}

/*============= TOP SCROLL =============*/

.top-scroll svg.svg-inline--fa {
  font-size: 3rem;
  height: 1.7rem;
  color: #53595f;
  background: white;
}
a.top-scroll {
  right: 1.2rem;
  bottom: 1.2rem;
  position: fixed;
  opacity: .3;
  z-index: 1000;
  display: none;
}
a.top-scroll:hover {
  opacity: .5;
}

/*============= MEDIA QUERIES =============*/

/* Devices under 1601px (lg) */
@media (max-width: 1600px) {
  .caption h1 {
    padding-top: 18rem;
  }
  .headshot {
    display: none;
  }

  #albumCover {
    max-width: 800px;
    padding: 1rem;
  }
}

/* Devices under 992px (lg) */
@media (max-width: 991px) {
  .caption h1 {
    font-size: 4.5rem;
    letter-spacing: .2rem;
    padding-bottom: .8rem;
    padding-top: 16rem;
  }
  .caption h3 {
    font-size: 2.2rem;
    padding-bottom: 1.7rem;
  }
  .btn-lg {
    padding: .7rem 1.2rem;
    font-size: 1rem;
  }
  .narrow h1 {
    font-size: 2.1rem;
  }
  .headshot {
    display: none;
  }
  #albumCover {
    max-width: 600px;
    padding: 1rem;
  }

  #captionEpk h1 {
    /* color: rgb(252, 252, 81); */
    font-size: 4.5rem;
    letter-spacing: .2rem;
    padding-bottom: .5rem;
    padding-top: 0rem;
  }
}

/* Devices under 768px (md) */
@media (max-width: 767px) {
    
  .home-inner {
    background-image: url('img/LSL3DGlassesYoutubeBanner.jpg');
  /*background:linear-gradient(0deg, rgba(19, 224, 228, 0.3), rgba(255, 0, 25, 0.3)), url('img/LipsSpeakLouder16x8BannerNoText.jpg');*/
    background-size: cover;
  }
  .caption h1 {
    font-size: 3 rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem;
    text-shadow: .1rem .1rem .1rem rgba(0,0,0, .5);;
  }
  #captionEpk h1 {
    /* color: rgb(252, 252, 81); */
    font-size: 3rem;
    letter-spacing: .2rem;
    padding-bottom: .2rem;
    padding-top: 0rem;
  }
  .caption h3 {
    font-size: 1.6 rem;
    padding-bottom: 1.2rem;
  }
  .btn-lg {
    padding: .6rem 1.1rem;
    font-size: 1rem;
  }
  .narrow h1 {
    font-size: 1.8rem;
  }
  #fixed {
    background-image: url('img/fixed/apple-mobile.png');
  }
  #fixed-2 {
    background-image: url('img/fixed/office-mobile.png');
  }
  footer {
    background: url('img/footer/footer-mobile.png') no-repeat;
  }
  .clients img {
    max-width: 50%;
    margin: 0 auto;
  }
  .top-scroll {
    display: none!important;
  }

  #albumCover {
    max-width: 450px;
    padding: 1rem;
  }
  
}

/* Devices under 576px (sm) */
@media (max-width: 575px) {
    .home-inner {
    background-image: url('img/LSL3DGlassesYoutubeBanner.jpg');
  /*background:linear-gradient(0deg, rgba(19, 224, 228, 0.3), rgba(255, 0, 25, 0.3)), url('img/LipsSpeakLouder16x8BannerNoText.jpg');*/
    background-size: cover;
  }
  .caption h1 {
    font-size: 2.8rem;
    letter-spacing: .1rem;
    padding-bottom: .4rem;
    padding-top: 18rem;
  }
  .caption h3 {
    font-size: 1.3rem;
    padding-bottom: 1rem;
  }
  .btn-lg {
    padding: .4rem .9rem;
    font-size: .9rem;
  }
  .narrow {
    width: 85%;
  }
  #albumCover {
    max-width: 300px;
    padding: 0.5rem;
  }
}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
