/*!
 * Start Bootstrap - Small Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

img {
   width: 100%;
   max-width: 400$;
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

figure.logo {
    position: relative;
    top: 0px;
    left:10px;
    float: right;
    border-color: #080808;
}

figure.logo figcaption h1 {
    font-size: 21px;
    color: #fff;
    text-shadow: 1px 1px 2px #666;
    text-transform: uppercase;
    font-size: 25px ;
}
.redes {
    position: relative;
    top: 40px;
    right: 20px;
    float: right;
}
.redes img {
    margin: 5px;
    float:left;
}

footer {
    padding: 30px 0;
}

@media(min-width:768px) {
    body {
        padding-top: 240px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}

