
a {
	text-decoration: none!important;
	background-color: rgba(0, 0, 0, 0.1)!important;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

a:hover {
	background-color: rgba(4, 7, 4, 0.3)!important;
	text-decoration:none!important;
	 -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

div {
    overflow-y: scroll; 
   -webkit-overflow-scrolling: touch; 
   -ms-overflow-style:none;
}

div::-webkit-scrollbar {
    display: none;
}

h1, h2, h3 {
    font-weight:bold;
    text-align:center;
}

h1 {
	line-height:2em;
	}
	
h2 {
	line-height:1.4;
	border-bottom: 0px solid rgba(255,255,255,0.2 );
}

h3, h4, .bl-content article h3 {
	line-height:1;
	font-size: 1.2em;
    text-transform: none;
    font-size: 1.7em;
    text-align: left;
}

b {
color: rgba(255, 255, 255, 0.8); /* #f2ede3; */
}

blockquote {
    font-size: 100%;
    font-style: italic;
    line-height: 240%;
    border-left: 4px solid rgba(255,255,255,0.2 );
    padding: 5px;
    margin:10px 0 10px 0;
}

.bl-content {
	max-width:1024px;
	margin: 0 auto;
	z-index:999;
}

#pyroheader-light {
	width:100%;
	border-bottom:1px solid rgba(1,1,1,0.2);
	}
	
#pyroheader-dark {
	width:100%;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-bottom:20px;
	}
	
#tech p>img {
    padding: 30px;
    height: auto;
    width: auto;
    max-width: 200px;
    max-height: 200px;
}

#workapps a>img
{
padding: 30px;
/* background-color: rgba(255,255,255,0.2); */
}

li,ul {
  list-style-type: none;
  margin:none;
  padding:none;
}


#voogo {
background: white;
    color: rgba(3,3,3,0.45);

}

#flatty {
    background: #ffead3;
    color: rgba(3,3,3,0.45);
}

#ventus {
    background: #222222;
     color: rgba(243,243,243,0.45);
}
.bl-icon-cancel-circle:before {
font-size: 2em;

}

ul#bl-work-items {
    padding:0px;
}


img.profile {
	display: inline;
	float:left;
	margin:15px;
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    
    	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
/*		border-bottom:10px solid rgba(255,255,255,0); */
	
}

img.profile:hover {
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
	/*border-bottom:10px solid rgba(255,255,255,0);
	box-shadow: 0px 10px 5px rgba(255,255,255,0.2); */
}


.bl-content > a img {
	display: block;
	  max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.light {
color:rgba(255,255,255,0.6)!important;
}

.dark {
color:rgba(0,0,0,0.5)!important;
}



@media screen and (max-width: 46.5em) {

    img#logohome {
        width: auto;
        height:20px;
        border-bottom: 2px solid white;
    }
/*
    .bl-content > ul li a img {
        display: block;
        max-width: 100%;
    }
*/

    #workapps a>img
    {
        padding: 10px;
        padding-left: 0px;
        height: auto;
        width: 200px;
    }
/*
    ul#bl-work-items img {
        width: auto !important;
        display: block;

    }
*/

    #tech p>img {
        display:block;
        padding: 10px;
        height: auto;
        width: 200px;
    }
    
    #pyromap {
        width: 100%;
        height: auto;

    }

   /* .bl-work-section
    {
        width:100%;
    }*/


    .bl-expand {
        padding:5px;
        margin:0;
    }

    .bl-content {
        padding: 0;
        margin: 0;
    }

    .bl-content article {
        padding: 5px 5px 5px 0px;
        
        margin: 0 auto;
    }

    div.bl-panel-items > div > div {
        width: 85%;
        margin: 0 auto;
        opacity: 1;
        bottom: 70px;
        top: 40px;
        pointer-events: auto;
    }

    .techImage {
        height: auto;
        width: auto;
        max-width: 300px;
        max-height: 300px;
    }

}

