/* Body */

body{
    font-family: "Open Sans", sans-serif;
}

h1{
    font-weight: 300;
}

p{
    font-size: 20px;
    font-weight: 300;
    line-height: 33px;
}

/* Navbar */

.section-home{
    margin-bottom: 50px;
}

.logo{
    width: 200px;
}

.navbar{
    margin-top: 30px;
}

.navbar-dark .navbar-nav .nav-link{
    font-size: 18px;
    margin-left: 30px;
    color: #989898;
    transition: all 0.35s;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
    color: black;
}

.navbar-dark .navbar-toggler{
    border: none;
}

.navbar-nav{
    margin-top: 30px;
    margin-bottom: 15px;
}

.navbar-dark .navbar-nav .nav-link{
    padding-bottom: 15px;
}

/* Portfólio */

.portfolio-wrapper{
    margin-top: 10px;
}

.nav-tabs{
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 30px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    color: #989898;
    font-size: 20px;
    margin-right: 10px;
    padding-left: 35px;
    padding-right: 35px;
    border: 1px solid rgba(255, 255, 255, 0);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover{
    font-size: 20px;
    border: none;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: black;
    border: none;
    border-bottom: 2px solid black;
}

.img-portfolio{
    width: 100%;
    height: 230px;
    filter: grayscale(100%);
    transition: all 0.6s;
    position: relative;
}

.img-portfolio:hover{
    filter: grayscale(0%);
}

.img-portfolio-mobile{
    display: none;
}

.portfolio-separator{
    margin-bottom: 20px;
}

.row-divisao{
    margin-top: 20px;
}

/* Overlay */

.overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .3s ease;
    background-color: rgba(0,0,0,0.65);
}

.container-overlay {
	position: relative;
}

.container-overlay:hover .overlay {
    height: 40px;
}

.overlay-text {
    color: white;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


/* Rafael */

.section-rafael{
    margin-bottom: 80px;
}

.rb-profile{
    height: 465px;
}

.p-rafael-p{
    margin-top: 25px;
}

.rafael-btn:hover{
    text-decoration: none
}

.p-rafael-btn-projetos{
    font-weight: 500;
    border: 2px solid;
    border-color: #313131;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.p-rafael-projetos-paralelos{
    transition: all 0.35s;
    color: #313131;
}

.p-rafael-projetos-paralelos:hover{
    color: #767677;
    border-color: #767677;
}

.p-rafael-projetos-behance{
    color: white;
    background-color: #313131;
    transition: all 0.35s;
}

.p-rafael-projetos-behance:hover{
    color: #A7A7A7;
    background-color: #313131;
}

/* Vídeo */

.section-video{
    margin-bottom: 80px;
}

.video-img{
    width: 100%;
}

.button-modal{
    padding: 0px;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Contato */

.form-wrapper{
    margin-top: 30px;
}

.form-control{
    border-radius: 0px;
    border: 1px solid black;
}

.btn-enviar-wrapper{
    text-align: right;
}

.btn-enviar{
    font-weight: 500;
    color: white;
    border-radius: 0px;
    background-color: #313131;
    padding: 8px 50px 8px 50px;
    transition: all 0.3s;
}

.btn-enviar:hover{
    color: #A7A7A7;
}

.icon-info-wrapper{
    margin-top: 20%;
}

a.contato-clicavel{
    color: #313131;
}

a.contato-clicavel:hover{
    color: #313131;
    text-decoration: none;
}

.icon-contato{
    color: #313131;
    font-size: 30px;
}

/* Footer */
footer{
    margin-top: 100px;
    background-color: #1A1A1A;
}

.footer-text{
    font-size: 13px;
    color: #BBBBBB;
    font-weight: 300;
    margin-bottom: 0px;
    padding: 10px 0px 10px 0px;
}

.footer-link{
    color: #FABC05;
    font-weight: 500;
}

.footer-link:hover{
    color: #FABC05;
    text-decoration: underline;
}

/* Álbum Page */

.title-album{
    margin-bottom: 20px;
}

.p-album{
    margin-bottom: 50px;
}

.tag-hashtag-wrapper{
    margin-left: 15px;
}

.tag-hashtag p{
    font-size: 16px;
    color: white;
    font-weight: 300;
    padding: 2px 20px;
}

.tag-hashtag a p{
    background-color: #CCCCCC;
    transition: all 0.3s;
    border: 1px solid #CCCCCC;
}

.tag-hashtag-voltar{
    margin-top: 20px;
}

.tag-hashtag a p:hover{
    border: 1px solid black;
}

.tag-hashtag a:hover{
    text-decoration: none;
}

.img-album{
    width: 100%;
}

.img-album-main{
    padding-bottom: 30px;
}

.img-album-mini{
    margin-bottom: 35px;
}



/* RESPONSIVO */

@media (max-width: 1199px){

    /* Álbum page */

    .img-album-mini{
        margin-bottom: 32px;
    }

} @media (max-width: 991px){

    /* Rafael */

    h1{
        font-size: 34px;
    }

    p{
        font-size: 16px;
    }

    .rb-profile{
        height: 340px;
        margin-top: 70px;
    }

    .p-rafael-btn-projetos{
        font-size: 14px;
    }

    .rafael-btn-spacing{
        margin-top: 15px;
        margin-bottom: 15px;
    }

    /* Contato */

    .icon-contato{
        font-size: 24px;
    }

    .btn-enviar{
        font-size: 14px;
    }

    /* Álbum page */

    .img-album-mini{
        margin-bottom: 29px;
    }

} @media (max-width: 767px){

    /* Portfólio */

    .img-portfolio-desktop{
        display: none;
    }

    .img-portfolio-mobile{
        display: block;
    }

    /* Rafael */

    .rb-profile{
        height: 340px;
        margin-top: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

}  @media (max-width: 467px){

    /* Portfólio */

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
        padding: 8px 10px 8px 10px;
        font-size: 18px;
    }

    /* Footer */

    .footer-text{
        font-size: 12px;
    }

}
