/* >> Reset
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
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, img, ins, kbd, q, s, samp, small, strike, sub, 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, menu, nav, output, ruby, section, summary, time, mark, audio, video{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section{display: block;}
body{line-height: 1;}
ol, ul{list-style: none; margin: 0; padding: 0;}
blockquote, q{quotes: none;}
table{border-collapse: collapse; border-spacing: 0;}
code{font-family: monospace;}

b, strong{font-weight: bold;}
*{box-sizing: border-box; -moz-box-sizing: border-box; position: relative;}

img{width: 100%; margin: 0; padding: 0; border: none; outline: none; display: block;}
a{outline: none; text-decoration: none;}

.chromeframe {
  margin: 0;
  padding: 0;
}

*,
:after,
:before {
  box-sizing: inherit;
}

body {
  background-color:003296;
  background-image: url(web-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  font-family: "Roboto";
  max-width: 100%;
  min-height: 100vh;
  height: auto;
  letter-spacing: 0.3em;
  color: #FFFFFF;
  text-align: center;
}

.logo {
  width: 150px;
  padding: 15px 5px;
  margin: 0 auto;
}

.cim {
  font-size: 24;
  font-weight: bold;
  margin: 30 auto;
}

.lista {
  text-align: left;
}

h2 {
  color: #FFFFFF;
}

a{ 
  color: #003296;
}

.links{
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 80%;
  margin: 1rem auto;
  justify-content: left;
  align-items: center;
}

.links__item {
  display: block;
  width: 100%;
  /*max-width: 444px;*/
  margin-bottom: 1rem;
  padding: 15px 20px;
  font-size: 0.95rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  color: #003296;
  border-radius: 50px;
  background-color: #FFFFFF;
}

.links__item:hover {
  background-color: #0087FF;
  color: #ffffff;
}

.twitch .twitch-chat {
  height: 400px;
}

.twitch .twitch-chat iframe {
  width: 100%;
  height: 100%;
}
.sm-wrapper{
  max-width: 90%; 
  position: relative;
  margin: 20px auto;
}
.twitch{
  max-width: 90%; 
  position: relative;
  margin: 20px auto;
  border-radius: 5px;
  overflow: hidden;
}
.twitter {
  margin-bottom: 20px;
}

#facebook{
  margin-bottom: 20px;
}

@media screen and (min-width: 720px){
  .links__item{width: calc(49% - 40px); margin-right: 2%;}
  .links__item:nth-child(2n){margin-right: 0;}
}

@media screen and (min-width: 1024px){
  .links__item{width: calc(32% - 40px); margin-right: 2%;}
  .links__item:nth-child(2n){margin-right: 2%;}
  .links__item:nth-child(3n){margin-right: 0;}
}

@media screen and (min-width: 850px) {
  .twitch, .sm-wrapper {
    max-width: 80%;
  }
  .twitch::after, .sm-wrapper::after{
    clear: both; content:' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0;
  }
  .twitch .twitch-video {
    width: 75%;
    /* padding-top: 42.1875%; */
    float: left;
  }

  .twitch .twitch-chat {
    width: 25%;
    height: auto;
    float: left;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .twitter {
    width: 100%;
    float: center;
    margin-right: 2%;
  }
  #twitter-widget-0 {
    width: 100%!important;
  }
  #facebook{
    width: 49%;
    float: left;
  }
  .fb-page, 
  .fb-page span, 
  .fb-page span iframe[style] { 
      width: 100% !important; 
  }
}