/* Reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.5px;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {color:#666; text-decoration: none; }
a:hover {color:#999;}

h1 {font-size: 50px; font-weight: bold; color: #002449;}
.big {font-size: 70px;}

.logo-container {margin:0 auto; width: 330px; padding-top: 20px; padding-bottom: 30px;}
.logo-container p {padding-top:20px; font-size: 20px; line-height: 25px; color:#002449;}
.logo-footer {margin: 0 auto; text-align: center; padding-top: 20px;}
.logo-footer img {width: 80px;}
.link-tree {margin:0 auto; width: 330px; padding-bottom: 40px;}
.link-tree ul li {text-align:center;}
.link-tree ul li a {display: block; padding: 15px 20px; padding-left:10px; border:1px solid #002449; color:#002449; border-radius: 10px; margin-bottom:15px; font-size: 20px;}
.link-tree ul li a:hover {background-color:#002449; border:1px solid #FFF; color:#FFF;}
.link-tree ul li i {padding-right:10px;}
.logo {width:100px;}
.social-networks {margin-top:50px; font-size:14px;}

@media only screen and (max-width: 335px) {
  .logo-container, .link-tree {width: auto; padding-left:10px; padding-right:10px; }
  .link-tree ul li a, .logo-container p {font-size: 16px;}
}


