@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,700);
@import url(http://fonts.googleapis.com/css?family=Dosis:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);

body {
    margin: 0 0.5em;
    padding: 0;
    font-size: 16px;
}
a{
text-decoration: none;}

img{
border:0px;
}
.meta-wrapper {
    max-width: 60em;
    margin: 0 auto;
}

.header-container ul {
    list-style: none;
    margin: 0;
    padding: 1.5em 0em 2em 0em;
    
}

.header-container li {

    display: inline-block;
}
.nav {
    width: 100%;
}
.nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top:8px solid ;
    border-bottom: 1px solid;
    
}

.nav li {
    width:25%;
    margin: 0;
    text-align:left;
}
.fixed{
    position: fixed;
    top: 0;
    max-width: 60em;
    background: white;
    z-index: 3;
}
.fixed2{
    position: fixed;
    top:0;
    max-width: 15em;
    width: 24.5%;
    z-index: -2;
}
.fixed4{
    position: fixed;
    max-width: 45em;
    width: 75%;
    z-index:2;
    background: rgba(255,255,255,0.94);
}
.redB{
background: red;
}

.section {
    
    /*padding-bottom: 3em;*/
    float: left;
    
}
.section:nth-child(n+2){
    border-top: dotted 1px #d8d8d8;
}


.section-column {
    width: 25%;
    float: left;
    /*benbrownies*/position: relative;
   
}

.section-column ul li img{
width: 100%;
opacity: 0.8;
transition: opacity 0.25s;
	/*
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    /*filter: gray; /* IE6-9 */
    /*-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    position: relative;
 
}
.section-column ul li img:hover{
opacity: 1.0;
}

/*.section-column ul li a:hover:before{
content: '. . .';
    color: red;
    position: absolute;
    font-weight: 800;
    z-index: 2;
    left:7em;
    margin-top: 25%;
}*/
.section-column ul li > a{position:relative;/*this is .section-column ul li a:hover > h3.projectText {position:absolute}*/}
.section-column ul li a:hover > .projectText{
    display: inline-block;
    left: 0;
    position: absolute;
    bottom:0;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 1.0;
    font-size: 0.85em;
    
}
/*project text color*/
    .section-column ul li a .projectText h3, .section-column ul li a:visited .projectText h3{
    color: #585858;
    }

.projectText h3{
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 100%;
    font-size: 1em!important;
}
/*text over project image*/
.section-column ul li a:hover .projectText h3{
    font-size: 1.5em;
    text-align: center;
    color:black;
    width: 100%;
    margin: 0 auto;
    margin-top: 0.25em;
    vertical-align: bottom;
    background: transparent;
    opacity: 1.0;
    
}
.section-column ul li a:hover img{opacity: 0.25;}



ul {
    padding:0;
    margin: 0;
    list-style: none;
}

/***/

.section-column-line {
    width:50%;
    height:1px; 
    background:black; 
}

.section li {
    padding: 0.5em 1em 0.5em 0em;
    margin-bottom: -0.25em;
}




/*everything working*/

.header-container img {
    width:3.5em;
}

 h1{
        font-family: 'bebas_neuebold';
        margin: 0;
        font-size: 2.5em;
    }
.header-container h1{
    line-height: 0.9em;
 }
p {
    font-family:Verdana, sans-serif;
    font-size: 0.75em;
}


h2 {
    font-family: 'robotoregular';
    font-size: 0.8em;
    padding: 0;
    margin: 0;
        
}
.nav h2{
    text-transform: uppercase;
}


h3 {
    font-family: 'libre_baskervilleitalic', Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif; 
    font-weight: 400; 
    font-size: 1em;
    //font-size: 0.9em;
    padding: 0;
    margin: 0;
        
}
h3 a{
    color:black;
}
h3 a:hover{
    color:red;
}
h4 {
    font-family: 'libre_baskervilleregular', Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif;  
    font-size: 0.65em;
    text-align:justify;
    font-weight: 400;
}

h5{
font-family: Verdana;  
    font-size: 0.65em;
    text-align:justify;
    font-weight: 400;
}

.section-column-display h3{
    padding:2em 0em 1em 0em;;
}


.nav a,visited {
    display: block;
    text-decoration: none;
    color: gray;
    padding: 0.5em 0em;
}

.nav a:hover{
    border-bottom: 4px black solid;
    color:black;
    padding-bottom: 4px;
}
.current-page a:hover {
    border-bottom:4px transparent solid;
    color:red;
    //margin: 0;
}

.content-container {
    margin-top: 1em;
}

.section-column-display {
    background: white;
}

.section-column a {
    display: block;
}

.current-page a{
    color:red; 
}



.projectText {
    display: none;
}

.psection-column-display--text {
    padding: 1em 2em 0em 0em;
    margin: 0;
    color: black;
    /*position: absolute;*/   
}

img.section-column-display--logo {
    width:50%;
    display: block;
    -webkit-transition: opacity 0.25s; /* For Safari 3.1 to 6.0 */
    transition: opacity 0.25s;
    margin-top: 1em;
}

.section-column-display, .section-column-display h4, .section-column-display h3 {
        background: white;
    }


.foot-wrapper {
    height: 4em;
    float: left;
    width: 100%;
}


ul.categories-index-menu {
    display: none;
    z-index: 4!important;
    position: relative;
    width: 98%;
    border-bottom:0px;
    border-top-width: 1px;   
}



.categories-index-menu li a{
    color:#9d9d9d;
    margin: 0;
    padding: 0.5em 0em;
    display: block;
    transition: all 0.35s ease;
}
.categories-index-menu li a:hover{
    margin: 0;
    padding: 0.5em 0em;
    color: black;
    border-right: 6px solid black;
    border-bottom: 0px;
}

ul.categories-index-menu li{
    display: block;
    border-bottom: black 1px solid;
    background: white;
    width: 100%;
}


.current-page:hover > ul.categories-index-menu {
    display: block;
    position: absolute;
}

.current-page {
    position: relative;
}

li.categories-index-menu--current-page a{
    margin: 0;
    padding: 0.5em 0em;
    border-right: 6px solid red;
}
li.categories-index-menu--current-page h2 {
    color:red!important;
    
}

li.categories-index-menu--current-page a:hover{
    margin: 0;
    padding: 0.5em 0em;
    border-right: 6px solid red;
}
li.gray-overlay-image img{
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray!important; /* IE6-9 */
    -webkit-filter: grayscale(100%)!important; /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}



img.profile-pic {
    width:100%;
    padding-bottom: 0.5em;
}

.article-image-50x50 li, .article-image-50x50{
    margin: 0!important;
    padding: 0!important;
}
.article-image-50x50 li img{
    width: 50%!important;
    display: inline-block;
    float: left;
    padding-bottom: 1em;
}

.cursiva {
    font-size: 0.65em;
    font-style: italic;
}

.linkToHome a, visited {
    color:black;
    text-decoration: none;
}

a.linkToHome, a.linkToHome:visited {
    color: black;
}

#slide-words {
    background: #208ac2;
    color: white;
    font-family: 'bebas_neuebold';
    font-size: 50px;
    text-align: center;
    padding: 20px;
    letter-spacing: 3px

}

.inner-title {
/*    color:#505050;*/
    color:red;
    font-size: 1.25em;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 1.25em;

}

.inner-body {
    color:#606060;
    font-size: 0.9em;
    font-family: 'Poppins';
}
.article-images > li {
    margin: 20px 0px
}
.carousel-indicators .active{
        margin: -4px 0px;
}
.carousel-control.right, .carousel-control.left{
    background:none;
}
.carousel-control{
    opacity: 1;
    color:rgba(255,255,255,1);
    transition: all ease 0.5s;
    box-shadow: none;
}
.carousel-control:hover{
    background-color:rgba(0,0,0,0.10);
    transition: all ease 0.5s;
}
.carousel-control .icon {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
}
#carousel-example-generic-2 .carousel-indicators li{
    border-color: black;
}
#carousel-example-generic-2 .carousel-indicators .active{
    background: black;
}
div#carousel-example-generic-2 .carousel-caption{
    width: 100%;
    left: 0;
}
div#carousel-example-generic-2 .carousel-control{
    color: black;
}div#carousel-example-generic-2 {
    max-height: 539px;
    overflow: hidden;
}
.carousel-caption{
 margin-bottom: 0px;
}
.carousel-caption h3{
    font-family: 'Poppins'!important;
    text-transform: uppercase;
    color:black;
    text-shadow: none;
}
.carousel-indicators{
    margin-bottom: 5px
}
.image-large{
    display: block;
    overflow: hidden;
    display: flex!important;
    flex-direction: column;
    align-items: center;
}

.image-large:after{
    background: rgb(252, 68, 64);
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 0;
    height:30px;
    content: 'Open Image';
    transition:bottom ease 0.5s;
    text-align: center;
    color: white;
    font-size: 0.9em;
    padding-top: 0.3em;
    letter-spacing: 1px;
    font-family: 'libre_baskervilleitalic', Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif;
    
}
a.image-large:hover:after{
     bottom: 0px;
    transition:bottom ease 0.5s;
}

.inner-subtitle {
     color:#888;
    font-size: 1em;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 1.25em;
}

.resume {
    max-width: 960px;
    background: red;
}

.projectCategoryWraper{
        display: block;
    }

