/*----------------FONTS-------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Slabo+27px&display=swap');
/*----------------FONTS-------------------------------------------*/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
  font-family: 'Slabo 27px', serif;
  background-color: #ffffff;
  overflow-x: hidden;
  margin: 0px;
}

.slideshow img {
  position: relative;
  margin-top: -10px;
  display: none;
  transition: 1s;
  height: 85vw;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #ff0000;
}
.slideshow {
  margin-bottom: 10px;
}

.title_img {
    position: relative;
    width: 90vw;
    left: 50%;
    transform: translateX(-50%);
    animation: slide .5s;
}
.title_img_none {
    display: none;
}

@keyframes slide {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

.Jbutton {
  -webkit-appearance: none;
  width: 200px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #ff0000;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
}
.Jbutton:hover {
  background-color: #ff0000;
  color: #ffffff;
  cursor: pointer;
}


.Jbutton_a {
  -webkit-appearance: none;
  width: 200px;
  height: 40px;
  background-color: #ffffff;
  border: 2px solid #ff0000;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
}
.Jbutton_a:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.Jfield {
  width: 100px;
  height: 35px;
  font-size: 30px;
}

.mob_header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  display: none;
  height: 30px;
  -webkit-box-shadow: 1px 0px 10px 1px #000000;
  -moz-box-shadow:    1px 0px 10px 1px #000000;
  box-shadow:         1px 0px 10px 1px #000000;
}
.mob_header h1 {
  color: #ff0000;
  font-size: 20px;
  margin-top: 3px;
}
.mob_header_h1 {
    display: none;
}
.header_h1 {
    display: block;
    font-size: 10vh;
}

.mob_header_img_1 {
  position: absolute;
  width: 30px;
  left: 0px;
  top: 3px;
}
.mob_header_img_2 {
  position: absolute;
  width: 30px;
  right: 0px;
  top: 3px;
}
.mob_header_img_1 img {
  width: 25px;
  height: auto;
}
.mob_header_img_2 img {
  width: 25px;
  height: auto;
}


.header_flex_div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_flex_div h1 {
  position: absolute;
  color: #ff0000;
  font-size: 5vw;
  margin-top: 200px;
  z-index: 1;
}
.header_flex_div a {
  margin-top: 12vh;
  position: absolute;
  display: inline-flex;
  color: #ffffff;
  text-decoration: none;
  background-color: inherit;
  padding: 0px 10px 0px 10px;
  border: 1px solid #ff0000;
  border-radius: 5px;
  font-size: 6vh;
  z-index: 1;
}

.info_head {
  text-align: left;
  padding-left: 20px;
  color: #000000;
  border-top: 2px solid #000000;
  margin-top: 5px;
}
.info_div {
  padding-bottom: 100px;
  border-bottom: 1px solid #bdbdbd;
}
.info_div h1 {
  margin-top: 30px;
  color: #ff0000;
}
.info_div p {
  text-align: left;
  border-left: 2px solid #bdbdbd;
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: 50px;
  max-width: 1000px;
  padding-right: 10px;
}
.info_div a {
  color: #ff0000;
}

.navbar {
  position: fixed;
  background-color: #ff0000;
  width: 13%;
  margin-left: -10px;
  margin-top: -10px;
  height: 110%;
  z-index: 1;
}

.navbar_mob {
  display: none;
}

.navbar_mob a {
  padding-left: 5px;
  padding-right: 5px;
}
    
.navbar a {
  display: block;
  padding-top: 2vw;
  padding-bottom: 2vw;
  border-bottom: 2px solid #ffffff;
  font-size: 2.5vw;
  color: #ffffff;
  text-decoration: none;
  transition: .3s;
  text-align: center;
}

.navbar a:hover {
  color: #ffafaf;
}



.ham_menu {
  display: none;
}
.bar1 {
  width: 20px;
  height: 3px;
  margin-bottom: 4px;
  background-color: #000000;
}
.bar2 {
  width: 20px;
  height: 3px;
  margin-bottom: 4px;
  background-color: #000000;
}
.bar3 {
  width: 20px;
  height: 3px;
  margin-bottom: 4px;
  background-color: #000000;
}

.main {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: auto;
}

.main_content {
  text-align: center;
  padding-left: 13%;
}



.header {
  text-align: center;
  width: 100%;
  margin: auto;
}
.header h1 {
  font-size: 50px;
}
.header p {
  font-size: 30px;
  padding-left: 10vw;
  padding-right: 10vw;
}
.header img {
  margin: auto;
  width: 50%;
  height: auto;
}




.redbox {
  margin: auto;
  border: 2px solid #ff0000;
  width: 95%;
  border-radius: 5px;
  margin-bottom: 50px;
}
.redbox_padding {
   width: 500px;
   max-width: 100%;
   margin: auto;
}
.redbox h1 {
  font-size: 50px;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
}
.redbox p {
  font-size: 30px;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
}
.redbox img {
  width: 30%;
  height: auto;
}



.albums {
  margin: auto;
  border: 2px solid #ff0000;
  width: 95%;
  border-radius: 5px;
  margin-bottom: 50px;
}
.albums h1 {
  font-size: 50px;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
}
.albums p {
  font-size: 30px;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
}
.albums img {
  width: 50%;
  height: auto;
  padding-bottom: 50px;
}

.redletter {
    color: #ff0000 !important;
    font-size: 50px !important;
    text-align: center;
}

.redletter_small {
    color: #ff0000 !important;
    font-size: 40px !important;
}


.col_num {
    color: #000000 !important;
    font-size: 30px !important;
    width: 80%;
    margin-left: 10px;
}

.real_col_num {
    margin-left: 10px;
    color: #000000 !important;
    font-size: 30px !important;
    border-bottom: 1px solid #bfbfbf;

}

.vSpace {
    height: 1px;
    width: 80%;
    background-color: #bfbfbf;
}

.vTitle {
    color: #000000 !important;
    font-size: 50px !important;
    text-align: center;
}

.vipT {
    background-color: #ffffff;
    overflow-x: hidden;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0px;
    
    border-bottom: 3px solid #ff0000;
    border-top: 3px solid #ff0000;
    margin-bottom: 100px;
}
.vipT p {
  margin-left: 30px;
  color: #000000;
  font-size: 20px;
}
.vipT a {
  float: right;
  margin-right: 30px;
  color: #000000;
  font-size: 20px;
}


.yout_v {
    width: 95%;
    height: 50vw;
    margin: auto;
    margin-bottom: 25px;
    border-style: none;
}



.JTfield {
  border: 1px solid #ff0000;
  height: 25px;
  width: 200px;
  margin-bottom: 10px;
  margin-left: 5px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Slabo 27px', serif;
  font-size: 20px
}
.JTtextarea {
  border: 1px solid #ff0000;
  width: 90%;
  max-width: 400px;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Slabo 27px', serif;
  font-size: 15px;
}

.postmenu {
    float: left;
}



.JPostbutton {
  -webkit-appearance: none;
  text-align: center;
  width: 200px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #ff0000;
  border-radius: 5px;
  font-size: 20px;
  transition: .2s;
}
.JPostbutton:hover {
  background-color: #ff0000;
  color: #ffffff;
}
.JPostbutton_left {
  -webkit-appearance: none;
  text-align: center;
  width: 100px;
  height: 40px;
  float: left;
  background-color: #ffffff;
  border: 1px solid #ff0000;
  border-radius: 5px;
  font-size: 20px;
  transition: .2s;
  margin-right: 5px;
}
.JPostbutton_left:hover {
  background-color: #ff0000;
  color: #ffffff;
}
.JPostbutton_right {
  -webkit-appearance: none;
  text-align: center;
  width: 200px;
  height: 40px;
  float: right;
  background-color: #ffffff;
  border: 1px solid #ff0000;
  border-radius: 5px;
  font-size: 20px;
  transition: .2s;
  margin-right: 5px;
}
.JPostbutton_right:hover {
  background-color: #ff0000;
  color: #ffffff;
}

/* -------------------------------- */

.radio_cov {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: -10px;
  padding-left: 30px;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio_cov input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.radio_cov:hover input ~ .checkmark {
  background-color: #e2e2e2;
}

.radio_cov input:checked ~ .checkmark {
  background-color: #ff0000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_cov input:checked ~ .checkmark:after {
  display: block;
}

.radio_cov .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* -------------------------------- */



.JPostbutton_a {
  -webkit-appearance: none;
  width: 200px;
  height: 40px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ff0000;
  border-radius: 5px;
  font-size: 20px;
  text-decoration: none;
}
.JPostbutton_a:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.site_post {
  border-bottom: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  margin-bottom: 10px;
}
.site_post_form {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
  margin-bottom: 100px;
  border: 1px solid #ff0000;
  border-top: 30px solid #ff0000;
  border-radius: 5px;
  text-align: left;
  width: 560px;
  max-width: 85%;
}

.post_form_cov {
    text-align: center; 
    width: 100%;
}




@media only screen and (max-width: 450px) {
    
    .slideshow img {
        margin-top: -10px;
        display: none;
        transition: 1s;
        height: 70vh;
        left: 50%;
        transform: translateX(-50%);
        border: 1px solid #ff0000;
    }

    .mob_header {
      display: flex;
      justify-content: center;
    }
    
    .title_img {
      width: 100vw;
    }
    
    .mob_header_h1 {
      display: block;
    }
    .header_h1 {
      display: block;
      font-size: 5vh;
    }

    .header_flex_div {
      display: none;
      width: 100%;
    }
    .header_flex_div h1 {
      color: #ff0000;
      font-size: 6vh;
      z-index: 1;
    }

  .navbar {
      display: none;
    }

    .posts_mob_navbar_space {
      height: 20px;
    }

    .navbar_mob {
      display: block;
      margin-top: 40px;
      margin-bottom: 20px;
    }

    .info_head {
      text-align: left;
      padding-left: 20px;
      color: #000000;
      border-top: 2px solid #000000;
      margin-top: -10px;
    }
    
    .flasher_mob {
  display: none;
}

    .navbar_mob a {
      color: #000000;
      text-decoration: none;
      font-size: 20px;
    }
    .navbar_mob a:hover {
      color: #000000;
      text-decoration: underline;
    }

  .flasher {
    display: none;
  }

  .main_content {
    padding-left: 0px;
  }

  .ham_menu {
    display: inline-block;
    padding-bottom: 50px;
    margin: auto;
  }

  .head_h1 {
    color: #ff0000;
    font-size: 55px;
    padding-bottom: 1px;
  }

}



/*----------------------------------------------------------------------*/

.scrolldiv {
    margin: auto;
    margin-top: -50px;
    width: 600px;
    max-width: 95%;
    min-height: 100vh;
    border-right: 1px solid #ff0000;
    border-left: 1px solid #ff0000;
    border-top: 30px solid #ff0000;
    border-bottom: 1px solid #ff0000;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
}
.scroll_head {
    padding-top: 50px;
    font-size: 50px;
    color: #ff0000;
}
.post_body {
    background-color: #ededed;
    margin-bottom: 10px;
    text-align: center;
}
.post_header {
    background-color: #dedede;
}
/*-------------------*/

.post_title {
    color: #ff0000;
    text-align: left;
    padding-left: 10px;
    font-size: 25px;
}
.post_author {
    color: #000000;
    font-size: 16px;
    padding-left: 10px;
    margin-top: -10px;
    float: left;
}
.post_date {
    color: #000000;
    font-size: 16px;
    padding-right: 10px;
    margin-top: -10px;
    float: right;
}
.post_body {
    color: #000000;
    font-size: 16px;
    padding-bottom: 1px;
}
.post_text {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    font-size: 18px;
    font-family: 'Slabo 27px', serif;
}
.like {
    display: block;
    height: 25px;
    padding-top: 1px;
    padding-right: 3px;
    width: auto;
    float: right;
    transition: .1s;
}
.like_def_hid {
    display: none;
    height: 25px;
    padding-top: 1px;
    padding-right: 3px;
    width: auto;
    float: right;
    transition: .1s;
}
.like_temp {
    display: none;
    height: 25px;
    padding-top: 1px;
    padding-right: 3px;
    width: auto;
    float: right;
    transition: .1s;
}

.liked {
    height: 40px;
    padding-top: 1px;
    padding-right: 3px;
    width: auto;
    float: right;
    margin-top: -8px;
    transition: .1s;
}
.delete_post_form {
    height: 25px;
    padding-top: 3px;
    padding-right: 3px;
    width: auto;
    float: right;
    transition: .1s;
}

.like_div {
    padding-top: 19px;
    padding-right: 3px;
    float: right;
    margin-top: -18px;
}
.post_likes {
    font-size: 20px;
}
.like_post {
    font-size: 28px;
    display: inline;
    position: relative;
    top: -5px;
    right: 3px;
}
    
/*-------------------*/




/*----------------------------------------------------------------------*/





/*----------------------------------------------------------------------*/
.pop_mesg {
  margin-top: -8px;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  background-color: #ffffff;
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pop_mesg p {
  font-size: 130%;
  padding-left: 10px;
  padding-right: 10px;
}

.exit {
  font-size: 30px;
  position: absolute;
  float: right;
  top: 5px;
  right: 10px;
  z-index: 6;
}
.exit:hover {
    cursor: pointer;
    font-size: 31px;
}

.exit_full_screen {
  font-size: 30px;
  position: absolute;
  float: right;
  right: 10px;
  top: 0px;
  top: .36%;
  z-index: 6;
}
.exit_full_screen:hover {
    cursor: pointer;
    font-size: 31px;
}

.pop_mesg_req_cov {
  background: rgba(0,0,0,.5);
  width: 1000vw;
  height: 1000vh;
  margin-top: -10px;
  margin-left: -10px;
  position: fixed;
  z-index: 2;
}

.pop_mesg_req {
  margin-top: auto;
  margin-bottom: auto;
  width: 90%;
  max-width: 700px;
  max-height: 95%;
  background-color: #ffffff;
  border: 1px solid #ff0000;
  border-radius: 5px;
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow-y: scroll;
}
.pop_mesg_req p {
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.welcome_vid {
  width: 100%;
  height: 100%;
  position: relative;
  top: -37px;
  z-index: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*----------------------------------------------------------------------*/

.flasher {
  position: fixed;
  z-index: 1;
  width: 100px;
  margin-top: -110px;
  margin-left: 20px;
}

.flasher_mob {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mob_nav_a {
    color: #ff0000 !important;
}


.edit_banner_inside {
  position: fixed;
  /*background-color: #29ff42;*/
  background-color: #ffffff;
  z-index: 100;
  width: 300px;
  height: 40px;
  margin-bottom: -20px;
  border-radius: 10px;
  padding-top: 5px;
  bottom: 0px;
}

.edit_banner_inside p {
  text-align: center;
  display: relative;
  top: -100px;
  font-size: 20px;
}

.post_pic {
  width: 95%;
}
.post_pic:hover {
    cursor: pointer;
}

.contact_info {
  margin-top: 100px;
  margin-bottom: 100px;
}

.grey_line {
  height: 1px;
  width: 100%;
  background-color: #bfbfbf;
  margin-top: 20px;
  margin-bottom: 20px;
}
.grey_line_sub {
  height: 1px;
  width: 50%;
  background-color: #bfbfbf;
  margin: 20px auto 20px auto;
}



.div_1 {
  margin: auto;
  max-width: 95%;
  width: 500px;
  border-radius: 5px;
  margin-bottom: 50px;
}
.div_1 h1 {
  font-size: 50px;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
}
.div_1 p {
  font-size: 30px;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
}
.div_1 img {
  width: 30%;
  height: auto;
}

.g-recaptcha {
  margin: auto;
  display: inline-block;
}

.single_post_banner {
  background-color: #444444;
  border-bottom: 1px solid #ff0000;
  position: fixed;
  top: 0px;
  height: 30px;
  z-index: 2;
  width: 600px;
  max-width: 91%;
}
.single_post_banner a {
  font-size: 25px;
  text-decoration: none;
  color: #ffffff;
  margin-top: auto;
  margin-bottom: auto;
  float: left;
  margin-left: 30px;
}

.open_post_button {
    height: 24px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 3px solid #ededed;
}
.open_post_button:hover {
    cursor: pointer;
}

#link_copy_msg {
  color: #00dc00;
  background-color: #ffffff;
  border: 1px solid #dedede;
  padding: 5px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  float: left;
  margin-top: -45px;
  margin-left: -22px;
  position: absolute;
  display: none;
}

.sep_1 {
  width: 95%;
  height: 1px;
  background-color: #000000;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px;
}
.sep_2 {
  width: 30%;
  height: 1px;
  background-color: #bdbdbd;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.comment_div {
  padding: 5px 5px 10px 5px;
  text-align: left;
  margin-left: 1.6%;
  margin-right: 1.6%;
}
.submit_comment {
  display: flex;
}
.comment_i {
  border: 1px solid #ff0000;
  height: 20px;
  min-height: 20px;
  width: 200px;
  max-width: 90%;
  padding: 3px 3px 0px 3px;
  border-radius: 3px;
  font-family: 'Slabo 27px', serif;
  font-size: 15px;
}
.comment_n {
  border: 1px solid #ff0000;
  height: 20px;
  min-height: 20px;
  width: 100px;
  max-width: 90%;
  padding: 3px 3px 0px 3px;
  margin-left: 5px;
  border-radius: 3px;
  font-family: 'Slabo 27px', serif;
  font-size: 15px;
}
.submit_comment_button {
  -webkit-appearance: none;
  text-align: center;
  height: 20px;
  min-height: 20px;
  width: 50px;
  padding: 3px 3px 0px 3px;
  margin-left: 10px;
  background-color: #ffffff;
  border: 1px solid #ff0000;
  border-radius: 3px;
  font-size: 20px;
  transition: .2s;
}
.submit_comment_button:hover {
  background-color: #ff0000;
  color: #ffffff;
}
.submit_comment_button p {
  position: relative;
  top: -23px;
}
.submit_comment_button p:hover {
  cursor: pointer;
}

.comment_ind_div {
  background-color: #dedede;
  padding: 0px 3px 0px 3px;
}
.comment_name {
  font-size: 15px;
  color: #ff0000;
  border-bottom: 1px solid #797979;
}

.small_red {
  color: #ff0000 !important;
  font-size: 15px !important;
}

.delete_comment_form {
  width: 100%;
  text-align: right;
}
.delete_comment_btn {
  display: block;
  height: 25px;
  padding-top: 23px;
  padding-right: 3px;
  width: auto;
  float: right;
  transition: .1s;
}

.alert {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  overflow: scroll;
}
.alert_content {
  width: 500px;
  max-width: 80vw;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #ff0000;
  border-radius: 5px;
}
.alert_content h1 {
  color: #8e8e8e;
  font-size: 35px;
}
.alert_content img {
  width: 100%;
}
.alert_content p {
  color: #8e8e8e;
}
.alert_content_newle {
  width: 500px;
  max-width: 80vw;
  background-color: #ffffff;
  padding: 10px;
  border: 5px solid #ffa456;
  border-radius: 5px;
}
.exit_alert {
  font-size: 30px;
  float: right;
  margin-top: -6px;
  z-index: 6;
  color: #8e8e8e;
}
.exit_alert:hover {
  cursor: pointer;
  font-size: 31px;
}
.page_stats {
  width: 100%;
  background-color: #dedede;
}

/*---------------------------*/
.mode_button_1 {
  font-family: 'Slabo 27px', serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  height: 34px;
  min-height: 20px;
  width: 150px;
  padding: 3px 3px 0px 3px;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #333333;
  border: 1px solid #ff0000;
  color: #8e8e8e;
  border-radius: 3px;
  font-size: 20px;
  transition: .2s;
}
.mode_button {
  font-family: 'Slabo 27px', serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  height: 34px;
  min-height: 20px;
  width: 150px;
  padding: 3px 3px 0px 3px;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #333333;
  border: 1px solid #ff0000;
  color: #8e8e8e;
  border-radius: 3px;
  font-size: 20px;
  transition: .2s;
  
  opacity: 0;
}
.mode_button_1:hover {
  background-color: #ff0000;
  color: #ffffff;
  cursor: pointer;
}
.mode_button:hover {
  background-color: #ff0000;
  color: #ffffff;
  cursor: pointer;
}
/*---------------------------*/
.br1 {
    display:none;
}
@media only screen and (max-width: 382px) {
    .br1 {
        display: block;
    }
}

.back_home {
    background-color: #ffffff;
    border: 1px solid #ff0000;
    padding: 5px;
    border-radius: 5px;
    color: #000000;
    text-decoration: none;
}
.back_home:hover {
    background-color: #ff0000;
    color: #ffffff;
    cursor: pointer;
}