/*
Theme Name: PreScriptum
Theme URI: http://www.nautilos.com.br/
Author: Nautilos
Author URI: http://www.nautilos.com.br/
Description: Tema para o site da PreScriptum Projetos & Soluções
Template: construction
Version: 1.0
*/

@import url("../construction/style.css");

.header-transparent .site-header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0px, transparent 95%);
}
.header-transparent a.white {
  color: white;
}

@media screen and (min-width: 1100px) {
  .header-transparent .site-header.fixed-on {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0px, transparent 95%);
  }
}

