/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #000077;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  /*height: 100%;*/
  background-color: #333;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  /*color: #fff;*/
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container { 
    position: relative;
    /*height: 100%;*/
    min-height: 860px;
    /*margin-bottom: -64px;*/
    background: url(/assets/header-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-size: cover;
    background-position: top center;
    overflow: hidden;  
}

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}

.jumbotron {
    text-shadow: 0 .05rem .1rem rgba(255, 255, 255, .5);

}

.site-header {
  font-weight: 400;
  font-size: 4.5rem;
}

section {
  /*margin-bottom: 2em;*/
}

.block-intro {
  background: none;
  color: #fff;
}

.into-portrait {
  max-width: 250px;
}

.items {
  text-align: left;
}

.item {
  background: rgba(255,255,255,0.8);
  text-align: left;
  margin-bottom: 1rem;
}

.item-article {
  background: rgba(255,255,255,0.8);
  text-align: left;
  padding: 2rem;
}

.icon-tech {
  display: block;
}

.blockquote-intro {
  padding-left: 100px;
  text-align: left;
  color: #000;
}
.blockquote-intro:before {
    content: '';
    display: block;
    width: 67px;
    height: 46px;
    position: absolute;
    left: 30px;
    top: 30px;
    background: url(quotes.png) no-repeat;
    /* opacity: .05; */
}

.tech-text {
  padding-left: 80px;
  /*line-height: 60px;*/
  min-height: 60px;
}

.tech-text-icon {
  padding-left: 0px;
  /*line-height: 60px;*/
  /*min-height: 60px;*/
}

.tech-text:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 30px;
    top: 20px; 
    /* opacity: .05; */
}

.tech-text-yii:before {
    background: url(icon-yii.png) no-repeat;  
}
.tech-text-oc:before {
    background: url(icon-oc.png) no-repeat;  
}

.tech-text-modx:before {
    background: url(icon-modx.png) no-repeat;  
}

.tech-text-wp:before {
    background: url(icon-wp.png) no-repeat;  
}

.tech-text-tm:before {
    background: url(icon-tm.png) no-repeat;  
}

.contacts a {
  margin-top: 10px;
}

.pricing-header h1 {
  color: #fff;
}
.pricing-header p  {
  color: #fff;
}

.pricecard {
  margin-bottom: 1rem;
}
.pricecard .card {
  background-color: rgba(255,255,255,0.85);  
}

.header-nav {
  background-color: rgba(0,0,0,0.2) !important;
}

.header-nav-active {
  background-color: rgba(11,11,11,1) !important;
}
.navbar-collapse.show {
  background-color: rgba(11,11,11,1) !important;  
}

.blockquote-text {
  font-size: 0.9rem;
  padding-left: 30px;
}

ul.services {
  list-style: none;
}
ul.services li:before {  
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
}
ul.services li {
  margin-bottom: 1rem;
}

@media (max-width: 760px) {
  .block-intro {
    margin-top: 30px;
  }
  .blockquote-intro {
      padding-left: 15px;
      padding-top: 70px;
      text-align: left;
      color: #000;
  }  
  .blockquote-intro:before {
    left: 40%;
  }
  .long-word {
    font-size: 2.5em;
  }

  .card-body ul {
    padding-left: 15px !important;    
  }
}

.mastfoot a {
  color: #fff;
}

.article-image {
  margin-bottom: 0.5em;
}

.button-readmore {
  color: #fff; 
  white-space: normal;
}

.articles h3 {
  margin-top: 1rem;
}
.articles p {
  line-height: 1.3rem;
}
