@charset "UTF-8";
/*------------------------------------------------------------------

[Master Stylesheet]

Project:		New Archon Industries
Version:		1.0.0
Last change:	
Author: 		Dariusz Konrad
Website:		GameWebDev.com

-------------------------------------------------------------------*/

h1, h2, h3 {color: #ecd19a;}
p {color: #71675b;}

.navbar-brand, .img-hover {opacity:0.75;}
.navbar-brand:hover, .img-hover:hover {opacity:1.0;}

.text-shadow {text-shadow: 1px 1px 10px rgba(0, 0, 0, 1.0)}

.divider {
  height: 55px;
  margin: -18px -15px;
  position: relative;
  z-index: 1; }s
  .divider:before {
    left: 0;
    margin-right: 82px;
    right: 50%;
    background: url(../img/divider-sprite.png) repeat-x 50% 0;
    content: "";
    height: 55px;
    position: absolute;
    top: 0; }
  .divider:after {
    left: 50%;
    margin-left: 82px;
    right: 0;
    background: url(../img/divider-sprite.png) repeat-x 50% 0;
    content: "";
    height: 55px;
    position: absolute;
    top: 0; }

.divider-rule {
  background: url(../img/divider-sprite.png) repeat-x 50% 100%;
  border: 0;
  height: 55px;
  left: 50%;
  margin: 0 0 0 -82px;
  position: absolute;
  top: 5px;
  width: 164px; }
  
  
.bottom-wrapper {
  background: url(../img/blog-separator-2.png) 50% 100% no-repeat;
  opacity: 0.50;
  position: relative; 
}

/*------------------------------------------------------------------
HEADER IMAGE 
-------------------------------------------------------------------*/ 

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.55)), url("../img/sebastien-hue-ai-spaceport-final-lr.jpg");
  box-shadow: inset 0 -10px 70px rgba(0, 0, 0, 0.75);
  height: 75vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

/* change bg img and H1 on >576px screen so it's not huge */
.display-hero {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}


@media (max-width: 576px) {
  .hero-image { height: 85vh;}
  .display-hero {
    font-size: calc(1.25rem + 1.5vw);
    line-height: 1.2;
    text-align: left;
  }


}

@media (max-width:376px) {
  .hero-image { height: 100vh;}
  .display-hero {
    font-size: calc(1.25rem + 1.5vw);
    line-height: 1.2;
    text-align: left;
  }


}

/*------------------------------------------------------------------
POPUP EFFECT 
-------------------------------------------------------------------*/ 

.popup{
  transition: 0.3s;
}
.popup:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgb(7, 7, 7);
  transform: translate(0, -5px);
  
}


@media (min-width: 992px) {

  .minw { max-width:900px; }
}



@media (min-width: 992px) {

  .minw { max-width:900px; }
}

