 * {
box-sizing: border-box;
 }

body  {
 margin: 0;
padding: 0;
background: #171717; background-image: none;margin:0;padding:0;
font-family: Arial, Verdana, sans-serif;
font-size: 1rem; line-height: 1.6; font-weight: 400; text-align:left;
color: #C6C6C6;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
letter-spacing: 1.3px;
}

#footer-menu {
max-width: 100%;
display: block;
margin-top: 15px;
margin-left: 30%;
}
#footer-menu a {
color: #fff;
text-decoration: none;
font-family: Arial, Verdana, sans-serif;
font-weight: 550;
}
#footer-menu ul li {
display: inline-block;
margin-right: 100px;
}

#magrin25 {margin: 30px;}
.responsiveimg {width: 100%;height: auto;}

#home {
  background: url('/images/bgs.webp') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  top: -60px;
  position: relative;
  z-index: -10; 
-webkit-box-shadow: inset -1px -5px 28px -10px rgba(16, 16, 16, 1);
-moz-box-shadow: inset -1px -5px 28px -10px rgba(16, 16, 16, 1);
box-shadow: inset -1px -5px 28px -10px rgba(16, 16, 16, 1);
  
}

#logocs {
  background: url('/images/logocenter.webp') no-repeat;
 background-size: contain;
  background-position: center;
 min-height: 200px;
    max-width: 400px;
    position: relative;
	z-index: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
	top: 340px;
}

.hrstyle
{
  margin-bottom: 20px;
  margin-top: 20px;
  border: 0;
    height: 6px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

#icon_menu { text-align: right; }
#icon_menuimg {
width: 48px;
height: 48px;
opacity: .7;
transition: transform .6s; }

#icon_menuimg:active {
width: 48px;
height: 48px;
opacity: .9;
transition: none;}

#icon_menuimg:hover {
opacity: 1;
transform: scale(1.3); 
}

#icon_followimg {
width: 48px;
height: 48px;
opacity: .7;
transition: transform .6s;
}

#icon_followimg:hover {opacity: 1;transform: scale(1.3);}


#steamimg {
width: 50px;
height: 50px;
position: relative;
transition: transform .6s; }

#steamimg:hover {transform: scale(1.3); }

#footer {
clear:both;
color: #FFFFFF;
width: 100%;
padding: 20px 0 20px 0;
background-color: #151516;
background-image: url(../images/footer.jpg);
margin-top: 40px;
-webkit-box-shadow: -1px -3px 9px 3px rgba(18,18,18,0.95); 
box-shadow: -1px -3px 9px 3px rgba(18,18,18,0.95);
}


.tilebr {
 position: relative;
  display: flex;
  align-items: center;
padding: 12px 7px 16px 0px;
  background-color: #171717;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.65);
  margin-bottom: 18px;
  margin-top: 18px;
  color: white;
  text-transform: uppercase;
  overflow: hidden;
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  justify-content: center;
z-index: 2;
}
 

    .titlebr1 {
		display: flex;
      font-weight: bold;
	   background: #222222;
  letter-spacing: 3px;
  padding: 8px 16px 8px 16px;
z-index: 2;
    }






@media screen and (max-width: 1600px) {
  .container {
	margin: 10px auto 20px auto;
  width: 90%;         
  }
  }
  
  @media screen and (max-width: 1200px) {
  .container {
	margin: 10px auto 20px auto;
  width: 90%;
  }
  }
  
@media screen and (max-width: 1000px) {
  .container {
	margin: 10px auto 20px auto;
  width: 90%;
  }
  }
  
@media screen and (max-width: 800px) {
  .container {
	margin: 10px auto 20px auto;
  width: 95%;
  }
  
  #home {
  background: url('/images/bgsmobile.webp') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 300px;
  top: -60px;
  position: relative;
  z-index: -10; 
}

#logocs {
  background: url('/images/logocenter.svg') no-repeat;
 background-size: contain;
  background-position: center;
 min-height: 200px;
    max-width: 80%;
    position: relative;
	z-index: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
	top: 160px;
}

.fav { 
display: block;
width: 40px;
height: 40px;
background-image: url("/images/fav40x40.webp");
margin-right: 100px;

}


  }
  
  @media screen and (max-width: 600px) {
  .container {
	margin: 8px auto 20px auto;
  width: 98%;
  }
  }
  
@media screen and (max-width: 400px) {
  .container {
	margin: 8px auto 20px auto;
  width: 98%;
  }
  }
  
  @media screen and (max-width: 200px) {
  .container {
	margin: 8px auto 20px auto;
  width: 98%;
  }
  }




.container {
margin-right: auto;
margin-left: auto;
padding-left: 26px;
padding-right: 26px;
max-width: 1200px;
background-color: rgba(0, 0, 0, 0.08);
}

.margin { margin-bottom: 5px;}
.menu2_height{min-height: 50px; max-height:100px; width: 100%;}


abbr[data-title] {position: relative;text-decoration: none;}
abbr[data-title]:hover::after,
abbr[data-title]:focus::after {
content: attr(data-title);
position: absolute;left: 50%;
top: -40px;transform: translateX(-50%);width: auto;white-space: nowrap;
background: #000000;color: #fff;border-radius: 2px;
box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.4);font-size: 16px;padding: 3px 6px;}

h1 {
line-height: 1.4;
font-family: verdana;
text-align: center;
font-size: 28px;
color: rgb(255, 255, 255);
text-shadow: rgb(0, 0, 0) 2px 5px 3px;
font-weight: bold;
}


h2 {
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
font-size: 26px;
padding: 25px 10px;
text-align: center;
text-transform: uppercase;
text-rendering: optimizeLegibility;
text-shadow: -1px 5px 5px rgba(0, 0, 0, 1);
 line-height: 1.4;
font-weight: bold;
  &.elegantshadow {
  color: #131313;
  background-color: #e7e5e4;
  letter-spacing: .15em;
  text-shadow: 
  1px -1px 0 #767676, 
  -1px 2px 1px #737272, 
  -2px 4px 1px #767474, 
  -3px 6px 1px #787777, 
  -4px 8px 1px #7b7a7a, 
  -5px 10px 1px #7f7d7d, 
  -6px 12px 1px #828181, 
  -7px 14px 1px #868585, 
  -8px 16px 1px #8b8a89, 
  -9px 18px 1px #8f8e8d, 
  -10px 20px 1px #949392, 
  -11px 22px 1px #999897, 
 -12px 24px 1px #9e9c9c, 
 -13px 26px 1px #a3a1a1, 
 -14px 28px 1px #a8a6a6, 
 -15px 30px 1px #adabab, 
 -16px 32px 1px #b2b1b0, 
 -17px 34px 1px #b7b6b5, 
 -18px 36px 1px #bcbbba, 
 -19px 38px 1px #c1bfbf, 
 -20px 40px 1px #c6c4c4, 
 -21px 42px 1px #cbc9c8, 
 -22px 44px 1px #cfcdcd, 
 -23px 46px 1px #d4d2d1, 
 -24px 48px 1px #d8d6d5, 
 -25px 50px 1px #dbdad9, 
 -26px 52px 1px #dfdddc, 
 -27px 54px 1px #e2e0df, 
 -28px 56px 1px #e4e3e2;
  }
  &.deepshadow {
 color: #e0dfdc;
 background-color: #333;
 letter-spacing: .1em;
 text-shadow: 
0 -1px 0 #fff, 
0 1px 0 #2e2e2e, 
0 2px 0 #2c2c2c, 
0 3px 0 #2a2a2a, 
0 4px 0 #282828, 
0 5px 0 #262626, 
0 6px 0 #242424, 
0 7px 0 #222, 
0 8px 0 #202020, 
0 9px 0 #1e1e1e, 
0 10px 0 #1c1c1c, 
0 11px 0 #1a1a1a, 
0 12px 0 #181818, 
0 13px 0 #161616, 
0 14px 0 #141414, 
0 15px 0 #121212, 
0 22px 30px rgba(0, 0, 0, 0.9);}

h3 {
display: block;
font-size: 26px;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
font-weight: bold; }

h4 {
display: block;
font-size: 25px;;
margin-top: 1.33em;
margin-bottom: 1.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold; }


h5 {
display: block;
font-family: verdana;
font-size: 24px;
margin-top: 1.25em;
margin-bottom: 1.25em;
margin-left: 0;
margin-right: 0;
font-weight: bold; }

h6 {
display: block;
font-size: 24px;
margin-top: 1.33em;
margin-bottom: 1.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}

  .insetshadow {
    color: #202020;
    background-color: #2d2d2d;
    letter-spacing: .1em;
    text-shadow: 
      -1px -1px 1px #111, 
      2px 2px 1px #363636;
  }
  &.retroshadow {
    color: #2c2c2c;
    background-color: #d5d5d5;
    letter-spacing: .05em;
    text-shadow: 
      4px 4px 0px #d5d5d5, 
      7px 7px 0px rgba(0, 0, 0, 0.2);
  }
}


