@charset "UTF-8";

/* ------------------------------- 

JUMBO HERO THEME 

  Hero Panel For Website Web Page

-------------------------------  */
.hero {
  position: relative;
  padding: 250px 0 40px 0; /* padding moves type */
  margin-bottom: 16px; /* adds space for header-less pages */
  min-height: 680px;
  /*background: rgb(50, 58, 69) url(../img/mock-img/1200x600.png) no-repeat center center;*/
  background: rgb(50, 58, 69) url(../img/generative_art/gen-art-hero.jpg)
    no-repeat center center;
  background-size: cover;
}

/*.hero-content{
  
}*/

header {
  background-color: #000;
}

#top h1,
#top h2 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

#top h1 {
  font-size: 50px;
}

#top h2 {
  font-size: 30px;
}

.featuredwork-section-copy p {
  margin-top: 15px;
}

/* centers content */
.fancybox-content {
  text-align: center;
}

/* these are added for catagory pages: wedsite, Ui/Ux, Motion, logo pages only */
.art-section .row-head,
.logo-section .row-head {
  margin: 50px 180px 0px 180px;
  padding-bottom: 10px;
}

/* turned off until needed. this the bottom panel

.contact-section .row {
  margin: 0px 180px;
}

.contact-section i {
  margin-bottom: 10px;
  color: #30d3b5;
}*/

/*landscape Ipads*/
/*@media screen and (max-width: 1024px) {
  .contact-section .row {
    margin: 0px 50px;
  }
}*/

/* ipad */
@media screen and (max-width: 1024px) {
}

/*portrait Ipads and bootstap menu breakpoint*/
@media screen and (max-width: 768px) {
  #top h1 {
    font-size: 34px;
  }

  #top h2 {
    font-size: 30px;
  }

  p {
    font-size: 14px;
  }
  /* .contact-section .row {
    margin: 0px 0px 110px 0px;
  }
  
  .contact-section {
    padding: 10px 0px 10px 0px;
  }*/
}

/*Landscape iphone 6,7,8,plus*/
@media screen and (max-device-height: 414px) and (orientation: landscape) {
  .hero {
    padding: 120px 0 20px 0; /* padding moves type */
    margin-bottom: 4px; /* adds space for header-less pages */
    min-height: 300px;
  }
  #top h1 {
    font-size: 34px;
  }

  #top h2 {
    font-size: 20px;
  }

  /* .featuredwork-section {
    padding: 20px 0px 0px 0px;
  }*/

  .art-section .row-head,
  .logo-section .row-head {
    margin: 20px 0px 0px 0px;
  }
}

/* Landscape iphone X plus and google pixel xl */
@media screen and (max-device-height: 411px) and (orientation: landscape) {
  .hero {
    padding: 120px 0 20px 0; /* padding moves type */
    margin-bottom: 0px; /* adds space for header-less pages */
    min-height: 300px;
  }

  #top h1 {
    font-size: 34px;
  }

  #top h2 {
    font-size: 20px;
  }
}

/* portait phones */
@media screen and (max-device-width: 436px) and (orientation: portrait) {
  .hero {
    padding: 150px 0 40px 0; /* padding moves type */
    margin-bottom: 10px; /* adds space for header-less pages */
    min-height: 400px;
  }

  #top h1 {
    font-size: 30px;
  }

  #top h2 {
    font-size: 18px;
  }

  /*  .featuredwork-section {
    padding: 30px 0px 0px 0px;
  }*/

  .art-section .row-head,
  .logo-section .row-head {
    margin: 30px 0px 0px 0px;
  }
}
