body{
  /*min-height: 1400px;*/
}
table{
  border-collapse: separate;
  margin: auto;
}
.elementnone{
    width: 45px;
    opacity: 0;
    cursor: context-menu;
    border: 1px solid grey;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.elementgrey{
    width: 45px;

    border-radius: 4px;
    background-color: rgba(156, 156, 156,1);
    border: 1px solid grey;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.normalelement{
    height: 50px;
}

.largeelement{
    height: 75px;
}

.elementblue{
    width: 45px;

    border-radius: 4px;
    background-color: rgba(96, 171, 255,1);
    border: 1px solid grey;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.elementblue:hover{
    background-color: #3687df;
}

.elementgreen{
    width: 45px;

    border-radius: 4px;
    background-color: rgba(101, 218, 107,1);
    border: 1px solid grey;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.elementgreen:hover{
    background-color: #37d337;
}

.elementyellow{
    width: 45px;

    border-radius: 4px;
    background-color: rgba(229, 245, 100,1);
    border: 1px solid grey;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.elementyellow:hover{
    background-color: #d8d747;
}

.elementred{
    width: 45px;

    border-radius: 4px;
    background-color: rgba(255, 96, 96,1);
    border: 1px solid grey;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.elementred:hover{
    background-color: #d64545;
}

.level{
    width: 40px;
    border-radius: 4px;
    background-color: rgba(69, 227, 232,1);
    border: 1px solid grey;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    display: inline-grid;
    color:black;
    align-content: center;
}

.level:hover{
    background-color: #39c4c8;
}

.hide {
    transform: scaleY(0);
    transition: transform 400ms ease 0ms;
}

.show {
    transform: scaleY(1);
    transition: transform 400ms ease 0ms;
}

.wrong{
    border-color: red;
    border-radius: 4px;
    border-style: solid;
}

.wrongT{
    font-color: red
}


#help_click {
  width: 20px;
  height: 20px;
  /*background-color: red;*/
  position: relative;
  animation-name: example;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 0s;
  /*animation-iteration-count: infinite;*/
  /*animation-direction: alternate;*/
}

#help_click2 {
  width: 20px;
  height: 20px;
  /*background-color: red;*/
  position: relative;
  animation-name: example2;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  /*animation-iteration-count: infinite;*/
  /*animation-direction: alternate;*/
}

@keyframes example {
    from {left:0px; top:0px;}
    to {left:300px; top:150px;transform: rotate(180deg);}
    /*0% {left:0px; top:0px;}
    90% {left:300px; top:150px;transform: rotate(180deg);}
    95% {left:300px; top:150px;width: 16px;height: 16px;}
    100% {left:300px; top:150px;width: 20px;height: 20px;}*/
}

@keyframes example2 {
    0% {left:0px; top:0px;}
    90% {left:-300px; top:-150px;transform: rotate(180deg);}
    100% {left:0px; top:0px;width: 16px;height: 16px;}
}
#home-head{
    border: 1px solid #352B38;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 35px;
    background-color: #D9DEDE;
    box-shadow: 3px 3px 10px #352B38;
    position:relative;
}
.dismiss_card{
    position: absolute;
    right: 13px;
    top: 8px;
    background-color: transparent;
    border: none;
    font-size: 23px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: all .3s;
}
.dismiss_card:hover{
  color:#fff;
  background-color:#8F959C;
}
#home-head h1{
  margin: 0 0 10px 0px;
}
#home-head div{
  text-align: center;
  display:flex;
}
#home-head p{
  text-align: justify;
  /*max-width: 30%;
  max-width: 70%;
  padding: 10px 60px;*/
}
#home-head img{
  border-radius: 30px;
}
h1{
    text-align: center;
}
.title_forums.show_card{
  display:none;
}
.icon_help_card{
  cursor:pointer;
  transition: all .3s;
  border-radius: 50%;
  font-size: 30px;
}
.icon_help_card:hover{
  color:#ffc107;
  /*background-color:#8F959C;*/
}
h3{
    text-align: center;
}
h4{
  margin-top: 20px;
}
.section_home{
  margin-top: 20px;
}
.first_ul{
  padding-left: 20px;
}
.first_ul li{
  list-style: disc;
}
ul.list_home{
    max-width: 100%;
}
ul.second_ul{
  padding: 20px;
  margin: 20px;
}
ul.second_ul li{
  list-style: disc;
}
ul.second_ul li p {
  text-align: left;
}

ul.list_home li.item_home{
    display:flex;
    max-width: 100%;
    align-items: center;
    align-content: space-between;
    border: 1px solid #352B38;
    border-radius: 10px;
    padding: 5px;
    margin-top: 20px;
    box-shadow: 3px 3px 10px #352B38;
}

ul.list_home li.item_home div{
    min-width: 70%;
    text-align: center;
}
ul.list_home li.item_home.card_right div{
    /*text-align: end;*/
}

ul.list_home li.item_home img{
  max-width: 30%;
  border-radius: 10px;
}
.home_image{
  cursor:pointer;
  transition: all 1s 1s;
}
.home_image_left:hover{
  transform: scale(2.5)translate(166px, -80px);
  transition: all 1s .1s;
}
.home_image_right:hover{
  transform: scale(2.5)translate(-166px, -80px);
  transition: all 1s .1s;
}
.BeforeScroll
{
  display: none;
}


/*Use this class when you want your content to be shown after some scroll*/
.AfterScroll
{
  display: block;
}

.bottomMenu_1, .bottomMenu_2, .bottomMenu_3  {
  transition: all 1s;
}

.hide {
  opacity: 0;
  left: -100%;
}
.show {
  opacity: 1;
  left: 0;
}
.buttons_display_by{
  display:flex;
}
.button_display_by{
  width: 33%;
}
