body {
    /*background-color: #a1c7d1;*/
    background-color: #8ecaff;
    /*background-image: url(images/BG_online_robot_soft_dark_reddish.png);
    background-repeat: repeat;*/
}

.box {
   /*border : 1px solid #548ab6;*/
}

.platforms a {
    border: 0;
}

ul.platforms{
    list-style: none;
    padding-left: 0;
}

.platforms li{
    display: inline-block;
    margin: 0 30px;
    vertical-align: middle;
    width: 16%;
}

.platforms li img{
    width: 100%;
}

#main {
    padding: 0;
}

.overbanner{
    position: absolute;
    top: 324px;
    left: 50%;
    transform: translate(-50%, 0);
    /* border: 1px solid black; */
}

#banner img {
    display: block;
    margin: 0 auto;
}

#banner img.mobile {
    display: none;
}

a {
    -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    color: #548ab6;
    text-decoration: none;
    font-weight: bold;
}

/* CSS */
.button-6 {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 10px) calc(1.5rem - 10px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-6:hover,
.button-6:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}

a:hover {
    color: #000000;
}

/* #banner input[type="submit"], #banner input[type="reset"], #banner input[type="button"], #banner .button */
#banner #mc-embedded-subscribe {
    box-shadow: none;
    background-color: #ffe25b;
}

.social-links {
    flex-shrink: 0;
    display: block;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
}

.social-link{
    width: 200px;
    display: inline-block;
}

.social-link div.svgdiv{
    width: 30px;
    display: inline-block;
    padding-top: 7px;
    vertical-align: middle;
}
.social-link div.socialname{
    font-size: 15px;
    width: 100px;
    padding-left: 8px;
    color: #000000;
    display: inline-block;
}

.social-link svg path {
    fill: #000000;
}

.social-link-wb svg path {
    stroke: #fff;
}

.social-link-rss svg {
    height: 1.9rem;
}
.social-link-insta {
    padding: 3px 0 0 2px;    
}

.social-link-fb:hover svg path {
    fill: #3a559f;
}

.social-link-tw:hover svg path {
    fill: #00aced;
}

.social-link-insta:hover svg path {
    fill: magenta;
}

.social-link-discord:hover svg path {
    fill: #3a559f;
}

.social-link-fb:hover .socialname{
    color: #3a559f;
}

.social-link-tw:hover .socialname{
    color: #00aced;
}

.social-link-insta:hover .socialname{
    color: magenta;
}

.social-link-discord:hover .socialname{
    color: #3a559f;
}

#banner img {
    height: 400px;
}

.steam-widget-mobile{
    display: none;
    color: #ffffff;
    width: 100%;
    margin: 0 40px 28px 40px;
    border: 1px solid #2d3139;
    background-color: #282e39;
    padding: 10px 15px;
    background-image: url(https://store.steampowered.com/public/images/v6/steam_ico.png);
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 5px;
}

.steam-widget-mobile h1{
    font-size: 21px;
    margin-bottom: 18px;
}

.steam-widget-mobile h1 .grey{
    color: #9e9e9e;
}

@media screen and (max-width: 1680px) {    
    #banner img {
        height: 325px;
        width: 100%;
    }

    .overbanner {
        top: 272px;
    }
}

@media screen and (max-width: 1280px) {
    #banner img {
        height: 275px;
        width: 100%;
    }

    .overbanner {
        top: 239px;
    }
}

@media screen and (max-width: 980px) {
    #banner #mc-embedded-subscribe{
        padding: 0 1em;
        min-width: auto;
    }

    #banner #mce-EMAIL{
        width: 120px;
    }

    #banner{
        padding: 1em 0;
    }

    #banner img.desktop {
        display: none;
    }

    #banner img.mobile {
        display: block;
        height: auto;
    }

    .overbanner {
        position: initial;
        transform: none;
        display: inline-block;
    }
}

@media screen and (max-width: 840px) {
    .social-link {
        width: 50px;
    }
    .social-link div.socialname{
        display: none;
    }

    #banner{
        padding: 1em 0;
    }

    .overbanner {
        width: 80%;
        top: 168px;
    }

    .overbanner form div {
        margin: 0 10px;
        padding: 0;
    }

    .overbanner form div.uniform {
        margin: 0 auto;
        display: inline-flex;
    }

    .platforms li {
        width: 50%;
        margin-bottom: 20px;
    }
}

/* #mc_embed_signup {
    border: 1px black solid;
    background: #e5f1f4;
    padding: 19px;
    border-radius: 15px;
} */