
html, body{
    width: 100%;
    height: 100%;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

header{
    position: relative;
    width: 100%;
    min-height: auto;
    background-image: url("../img/Projects/lixo.png");
    background-position: center center;
    background-size: cover;
}

.header-box{
    display: inline-block;
    padding: 5px;
    border-radius: 20px;
}

.header-box p{
    font-size: larger;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

.project-small img{
    max-height: 200px;
    height: 200px;
    max-width: 255px;
}

.project-small div{
    overflow: hidden;
}

.project-small{
    align-self: center;
}

footer p{
    margin: 20px 0;
}

main{
    margin-top: 60px;
}

header + main{
    margin-top: 0;
}

.project{
    padding: 20px 0;
}

.project-right{
    text-align: right;
}

.project-right li{
    text-align: left;
}

.project-right ul{
    float: right;
    clear: both;
}

.project-right p{
    float: right;
    clear: both;
}

.project-left .col-md-8{
    float: right;
}

.project-left img{
    float: left;
}

.project-right img{
    float: right;
}

.project img{
    max-width: 100%;
}

h3:before { 
  display: block; 
  content: " "; 
  margin-top: -70px; 
  height: 70px; 
  visibility: hidden; 
}


@media(min-width:768px){
    header{
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0px 50px;
        transform: translateY(-50%);
    }
}

@media(max-width:992px){
    .project img{
        width: 100%;
    }
}
