@import url('reset.css');
@import url('grid.css');
@import url('buttons.css');
@import url('typography.css');
@import url('icons.css');
@import url('menu.css');
@import url('auth.css');

body {
    font-family: 'Open Sans', sans-serif;
    color: rgb(130, 130, 130);
    line-height: 25px;
}

#header .btn {
    font-size: 16px;
    padding: 10px 30px;
}

#header .btn:hover {
    background-color: rgba(0, 71, 160, 0.3);
}

#header nav a {
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
}

#header nav a:hover, #header nav a.active {
    background-color: rgba(0, 71, 160, 0.3);
}

#header h1 {
    font-size: 54px;
    line-height: 60px;
}

#header {
    background: #000 no-repeat fixed center;
    background-size: cover;
    color: #ffffff;
    width: 100%;
    height: 660px;
    position: relative;
    padding-top: 30px;
}

#header a {
    color: #ffffff;
    transition: ease .5s all;
}

#header nav {
    text-align: right;
}

#header nav ul, #header nav ul li {
    display: inline-block;
}

#header .title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
}

#header .title h1{
    text-shadow: #000 2px 3px 2px;
}

.section {
    padding: 30px 0 30px 0;
}

.section-center {
    text-align: center;
}

#footer {
    background-color: rgb(51, 51, 51);
    text-align: left;
}

#footer, #footer a {
    color: rgb(204, 204, 204);
}

#footer h3, #footer nav li {
    text-transform: uppercase;
}

#footer h3:after {
    content: '';
    display: block;
    border-bottom: 2px solid rgb(204, 204, 204);
    width: 30px;
}

#footer nav li {
    padding: 3px 0;
}

#footer nav li a:hover {
    color: rgb(255, 255, 255);
}

#footer .social {
    height: 200px;
    line-height: 200px;
    text-align: right;
}

#footer .social a {
    display: inline-block;
    padding: 0 0 0 10px;
    opacity: 1;
}

#footer .social a:hover {
    opacity: .5;
    transition: ease .3s all;
}

#footer .social img {
    vertical-align: middle;
}

#copyright {
    text-align: center;
    background-color: rgb(34, 34, 34);
    padding: 10px;
}

@media (max-width: 992px) {
    #header, #header nav {
        text-align: center;
    }
}






#header #desenv{
    display: block;
    position: fixed;
    top: 0;
    left: auto;
    width: 100%;
    height: 30px;
    background-color: rgba(0,0,0,0.7);
    border: 3px solid rgba(0,0,0,0.3);
}

#header #desenv p{
    margin-top: -1px;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}
