/*
/*
Theme Name: ErmetechBasics
Description: Public Front End based on Bootstrap
Author: Martin Vremec
Author URI: http://vremec.eu
Version: 0.9.0
*/

body {
        font-family: 'Atkinson Hyperlegible',sans-serif;
        font-weight: 400;
        
        color:#686868;
            
        background-color:#fff;
        background-repeat:repeat;
    }
h1,h2,h3,h4,h5,h6{ 
    
        font-family: 'Atkinson Hyperlegible',sans-serif;
        font-weight: bold;
        color: black;
    }
.white-wrapper h1, .white-wrapper h2, .white-wrapper h3, .white-weapper h4, .white-wrapper h6{
    color: black;
}
h2{
    font-size: 1.5rem;
}
  
body {

        
        color: black;
    }
a {
    color: #111111;
}
small.caption{
    display: block;
    margin-top: -22px;
    margin-bottom: 15px;
}
a:hover, a:active{
    color: #444444;
}
.navbar-nav .nav-link{
    color: #111111;
    text-transform: uppercase;
}
h1 span.nascitamorte{
    font-size: 50%;
    font-weight: lighter;
    padding-left: 1rem;
}
span.lettering{
    line-height: 120%;
    display: inline-flex;
    padding-left: 10px;
}
.navbar-nav{
    font-size: 1.2rem;
}
.navbar-nav li.menu-item{
    padding: 0 .2rem;
}
.first_image{
    position: relative;
    margin-top: -150px;
    z-index: 999;
}
.post{
    
    background-color: #41597d;
    height: 1px;
    position: relative;
    display: block;
    
    width: 62%;
  
   
}
#mobile_menu_bar{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    
    height: 50px;
    background-color: white;
}
.logomobile{
    max-width: 50%;
}
.jarallax {
    position: relative;
    z-index: 0;
    min-height: 800px;
    margin-top: -125px;
}
.home .jarallax{
    min-height: 950px !important;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.jarallax .jumbotron{
    padding-top: 10rem;
}
.bg-semitransparent{
    background-color: rgba(0,0,0,.8);
}
.bg-semitransparent-70{
    background-color: rgba(0,0,0,.7);
}
.admin-bar .fixed-top{
    top: 32px;
}
hr.bg-white-40{
    border-top: 1px solid rgba(255,255,255,0.4);
}
.bg-black{
    background-color: black;
    color: white; 
}
.bg-white{
    background-color: white;
    color: black; 
}
.bg-red{
    background-color: red;
}
.bg-green{
    background-color: green;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.thetitle{
    padding-top: 10px;
    padding-bottom: 20px;
}
.white-wrapper h5{
    color: black; 
}
.white-wrapper a{
    color: #9F9292;
}
.the-content{
    min-height: 30vh;

}
.attivita{
    font-style: italic;
}
.article{
    font-size: 120%;
   
}
figure.wp-block-pullquote blockquote{
    border-left: solid 10px black;
    padding: 2rem 0;
}
figure.wp-block-pullquote{
    margin: 0;
}
.wp-block-pullquote{
    padding: 0 0;
}
figure.alignright{
    float: right;
}
.bg-erme-one{
    background-color: #532E26;
    color: white;
}
.bg-erme-two{
    background-color: #7C4439;
    color: white;
}
.nav-link.active{
    font-weight: bold;
}
.the-content nav ul{
    padding-left: 20px;
}
.index ul > li a.nav-link{
    font-size: 1.3rem;
    padding: .4rem 0;
}
.index ul > li > ul > li a.nav-link{
    font-size: 1.1rem;
    padding: .3rem 0;
}
.index ul > li > ul > li > ul > li a.nav-link{
    font-size: 0.9rem;
    padding: .2rem 0;
}
.index ul > li > ul > li > ul > li > ul > li a.nav-link{
    font-size: 0.8rem;
    padding: .1rem 0;
}

@media (max-width: 767.98px) {
    .d-inline-block{
        max-width: 100%;
    }

    h1.display-3{
        font-size:140%;
    }
    h1.display-3:after{
        content: '\A';
        white-space: pre;
    }
    .thetitle{
        margin-top: 160px;
    }
    .attivita{
        font-size: 90%;
    }
    .article{
        font-size: 90%;
        padding: 0 0;
        text-align: justify;


    }
}