/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/01/2017, 14:45:30
    Author     : eduardo sousa
*/

.fa-bars{color: #fff;}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 22px;
    color: #000;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #20284F;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.panel-collapse a{font-size: 15px !important;}

.contato-email{padding-left: 10%; padding-top: 3%;}
.contato-tel{padding-left: 10%; padding-top: 3%;}
.icon-face{margin-left: -5%;}
.icon-insta{margin-left: 10%; margin-top: -50%;}