/*responsive*/
@media screen and (min-width: 1200px) /*above >*/
{

}  
  
@media screen and (max-width: 980px) /*under <*/
{
  .header-strip 
  {
   height: fit-content !important;
   /*min-height: 75px !important;*/
  }
}  

@media screen and (max-width: 780px) /*under <*/
{
  .Title_Top_Banner_H1 
  {
   top: 15px !important;
  }
}
  
@media screen and (max-width: 500px) /*under <*/
{
  .All_Content h2.AD
  {
    margin-bottom: -25px !important;
    display: block;
    /* line-height: 80px; */
  }
} 

/*========*/
  
  
/*general*/
html {
/*height: 100%;*/
scroll-behavior: smooth;
}

body 
{
/*
 position: relative;
 width: 100%;
 height: 100%;
 margin:0 auto;
 color:#eee;
 background:#000; 
 background:#000 url('') no-repeat center top;
 background-size:cover;
 text-align:center;
 font-family: "Open Sans", sans-serif;
 font-weight: 300;
*/ 
}
  
#MyBackground 
{
 position: fixed;
 top: 50%;
 left: 50%;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 z-index: -100;
 transform: translate(-50%, -50%);
}

body
{
 position: absolute; /*static relative fixed absolute sticky */
 width: 100%;
 height: 100%;  /* 720px */
 margin: 0 auto;
 text-align:center;
 font-family: "Open Sans", sans-serif;
 font-weight: 300;
 color:#fff;
   
 background: radial-gradient(circle, #282828 0%, #090909 100%) no-repeat center center fixed;

 /*auto|length|cover|contain|initial|inherit*/
 -webkit-background-size:cover;
 -moz-background-size:cover;
 -o-background-size:cover;
 background-size:cover;    
 background-attachment: fixed;
 
 -webkit-background-repeat: no-repeat;
 -moz-background-repeat: no-repeat;
 -o-background-repeat: no-repeat;
 background-repeat: no-repeat;   

 animation: hue-rotate 3s linear infinite;

 overflow-x: hidden; /*x = width*/ /*auto OR scroll OR hidden*/ 
 overflow-y: auto; /*y = height*/ /*auto OR scroll OR hidden*/ 

}
  
.container {
  /*background:#000;*/
  /*padding:40px 20px;*/
  position: relative;
  max-width:980px;
  margin: 0 auto;
  text-align: center;
}
  
/*===========*/
/*header banner*/
/*===========*/
.header-strip 
{
 position: relative;
 text-align: center;
 color: #fff;
 /*
 background:#000 url("https://static.wixstatic.com/media/9f57f5_f083dcaf732349f3835a7add3743dfb8~mv2.jpg") no-repeat center top;
 */
 background: radial-gradient(circle, #3f3f3f 0%, #151515 100%) no-repeat center center fixed;
 background-size:cover;
 min-height: 75px;
 height: 127px;
 width: 100%;
 margin-top: -10px;
 z-index: 19;
}
.header-content 
{
 position: relative;
 width: 100%;
 display: inline-flex;
 /*flex-direction: row-reverse;*/
 align-items: center;
 justify-content: center;
}
.header-content a 
{
 margin-right: 5px;
 transition:0.5s; 
}
.header-content a:hover 
{
 transform:scale(0.95);
}

.logo {
 width: 86px;
 height: auto;
 margin-bottom: 5px;
}
.banner {
 width: 720px;
 height: auto;
}
.Title_Top_Banner_H1 {
 position: relative;
 font-family: 'Trajan Pro', serif;
 font-size: 15px;
 letter-spacing: 5px;
 margin-bottom: 6px;
 top: 26px;
}
/*responsive*/
.header-strip img
{
 max-width: 90%;
}
/*========*/
  
/*===========*/
/*profile_image*/
/*===========*/
.image-text-container {
  position: relative;
  display: inline-block; /* or block for full width */
}

.image-text-container .profile_image {
 /*
 display: block;
 height: auto;
 */
 margin:30px auto;
 /*width:220px;*/
 max-width: 100%; 
 height:220px;
 min-width: 220px;
 min-height: 220px;
 border-radius:50%;
 border: 2px solid #ffffff45;
 object-fit:cover;
}
.overlay-text 
{
 position: absolute;
 bottom: 50px;   /* distance from bottom of image */
 left: 0;
 right: 0;
 text-align: center;
 color: white;       /* text color */
 font-family: 'Open Sans Condensed', sans-serif; /* optional font */
 font-weight: 400;
 font-size: 40px;
 text-shadow: 1px 1px 5px rgba(0,0,0,0.7); /* makes text readable */
}
/*===========*/
  
h1,h2,h3
{
display: inline-block;
}
h2,h3 {
 font-size:30px;
 font-weight: 300;
 color:#fff;
 letter-spacing: -2px;
}

/*===========*/
/*section*/
/*===========*/
section {
/*margin-bottom:40px;*/
line-height: 25px;
}
section p {
 white-space: pre-wrap;
 margin-bottom: -15px;
 margin-top: -10px;
}
section p span {
  font-weight: 400;
  color: #adadad; /*grey*/
}
/*===========*/

.social 
{
 display: none; /*hide by Default*/
 margin-top:-30px;
}
.social a 
{
 display:inline-block;
 margin:0 8px;
 width:40px;
 height:40px;
 border-radius:50%;
 background:#222;
 line-height:40px;
 font-size:18px;
 color:#eee;
 text-decoration:none;
}
.social a:hover 
{
 background:#e63946;
}
#Social_Media_Little_ALL 
{
 line-height: 0px;
 margin: 0;
}
#Social_Media_Little_ALL text
{
 margin-top: -7px !important;
}
  
footer 
{
 display: none; /*hide by Default*/
 margin-top:50px;
 font-size:13px;
}
footer, 
.AD_Footer_Address_fetch,
#footer_bottom_ad_general_text a, 
#footer_bottom_ad_general_text span
{
 color:#d5d5d5 !important;
}

/* ========= */
/* Language Selector */
/* ========= */
.lang-switcher 
{
 display: flex;
 gap: 10px;
 position: relative; /*absolute*/
 justify-content: center;
 z-index: 1;
 /* vertical-align: middle; */
 /* text-align: center; */
 margin-top: -10px;
 margin-bottom: 15px;
}
.flag {
  width: 22px;
  height: 15px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 2px;
  object-fit: cover;
  transition: transform 0.2s;
}
.flag:hover {
  transform: scale(1.1);
}

/* English Language Default */
.All_Content {
  /*display: block;*/
  opacity: 1;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
/* ========= */
  
/* ========= */
/* Wikipedia + cyclowiki */
/* ========= */

#Wikipedia_Page_Inject ,
#Wikipedia_Page_cyclowiki_RU_Inject
{
  /* 
   if we do display:none, the transition will never work,
   with this trick of
   max-height: 0; overflow: hidden; - we do transion
  */
  max-height: 0; /* collapsed */
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  border-radius: 3px;
  box-shadow: 0px 18px 17px -13px #00000087;
  border: 1px solid #a1a1a1a8;
  background: #000000a1;
  background: radial-gradient(circle, #282828 0%, #090909 100%) no-repeat center center fixed;
  padding: 10px 15px 20px 15px;
  /*Hebrew do to 'right'*/
  text-align: right;
  float: right;
}
#Wikipedia_Page_Inject p ,
#Wikipedia_Page_cyclowiki_RU_Inject p
{
 line-height: 35px;
}
#Wikipedia_Page_Inject table,
#Wikipedia_Page_cyclowiki_RU_Inject table 
{
 margin: 0 auto;
 position: relative;
 width: 980px !important;
 max-width:90%;
 color: #fff; 
}
#Wikipedia_Page_Inject a,
#Wikipedia_Page_cyclowiki_RU_Inject a
{
 color: #2d9cff;
}
#Wikipedia_Page_Inject caption,
#Wikipedia_Page_cyclowiki_RU_Inject caption
{
 background: none !important;
 background: none !important;
 border: 0 solid #aaaaaa !important;
 border-bottom: 0px !important;
 color: #fff !important;
}
/* ========= */

/*================================*/
/*OneSignal - Custom Bell Design*/
/*================================*/
#onesignal-bell-container path
{
    fill: #f39524 !important;
}

#onesignal-bell-container circle
{
    fill: #000000 !important;
    stroke: #ff8a00 !important;
    stroke-width: 3px !important;
}

#onesignal-bell-container ellipse
{
    stroke: #ffffff36 !important;
    stroke-width: 2px !important;
}
/*================================*/
  
.Stripe_BG
{
 position: relative;
 /* dynamically - get the 'width' that set in '.container' for example if i set in body or .container max-width: 90%; so it will get that so no need to set here , also make it avalible in all browsers  */
 width: -webkit-fill-available; /* Chrome, Safari */
 width: -moz-available; /* Firefox */
 width: fill-available; /* Future standard */
 background: black;
 padding: 10px 0px 10px 0px;
 text-align: center;
 vertical-align: middle;
 margin: 10px 0px 10px 0px;
}
  
/* ========= */
/* scrollbar FX */
/* ========= */

/* width */
::-webkit-scrollbar 
{
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track 
{
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
  background: #ffffff;
}
 
/* Handle */
::-webkit-scrollbar-thumb 
{
  background: #000; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover 
{
  background: #2d2d2d; 
}
/* ========= */
/* ========= */
