/* IMPORTS */
@font-face {
    font-family: 'Gotham-Bold';
	src: url('fonts/Gotham-Bold.eot');
	src: local('☺'), url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.otf') format('opentype'), url('fonts/Gotham-Bold.ttf') format('truetype'), url('fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Gotham-Light';
    src: url("/fonts/Gotham-Light.otf") format("opentype");
}

body {
    font-family: 'Gotham-Light', sans-serif;
    color: #677487;

}
a:link, a:visited, a:active {
    color: #677487;
}
a:hover {
    color: #3F586E;
}
.font-Gotham-Bold {
    font-family: 'Gotham-Bold';
}
.font-Gotham-Light {
    font-family: 'Gotham-Light';
}
.cor-prata {
    color: #8C9091;
}
.cor-prata-claro {
    color: #E0E1E1;
}
.cor-grafite {
    color: #3F586E;
}
.cor-grafite-claro {
    color: #677487;
}
section#logo .img-responsive{
    margin: 0 auto;
    max-width: 90%;
}
#social {
    background-image: url(/img/fundo.gif);
    background-repeat: repeat;
}
#social a:link, a:visited, a:active {
    color: #E0E1E1;
}
#social a:hover {
    color: white;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    section#logo .img-responsive{
        max-width: 80%;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
