@font-face {
    font-family: 'Flappy Bird';
    src: url('assets/FB.eot');
    src: url('assets/FB.eot?#iefix') format('embedded-opentype'),
         url('assets/FB.woff') format('woff'),
         url('assets/FB.ttf') format('truetype'),
         url('assets/FB.svg#04b_19regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face { font-family:  Arial, sans-serif;}


.modal-content-bottom {
  position: fixed;
  bottom: 0;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;

  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;

}

.message_post {
  display: inline-block;
  height: 100%;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 10px;
  background-color: #f1f1f1;
  width:100%;
  margin: 2px;
  text-align: left;
  overflow-x: auto;
  font-weight: normal;
  height: auto;
}
.message_post:hover{
  background-color: #e0dede;
}

.message_post img {
  border-radius: 50%;
  margin: 10px;
  width: 40px;
  height: 40px;
  float: left;
}
.text_message{
  float:none;
  margin: 14px;
}
.message_post .name  {
  float:center;
  margin-top: 20px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  border-radius: 4px;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 4px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 10px;
  background-color: white;
  color: black;
  border-radius:4px;
}
.modal-header-notification{
  padding: 2px 16px;
  background-color: red;
  color: white;
  font-family: krunch;
  text-align: left;
}

.modal-body {padding: 2px 10px;}

.modal-footer {
  padding: 2px 16px;
  background-color: white;
  color: black;
  border-radius: 4px;
}


body, html {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  text-align: center;
  height: 100%;
  background-color: black;
}
img {
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(111,195,223, .7));
    filter: drop-shadow( 0px 0px 8px rgba(111,195,223, .7));
}
canvas {
  margin-bottom: -4px;
  max-height: 100%;
  max-width: 100%;
}
iframe {
  position: fixed;
  top: 0px;
  left: 50%;
  /* margin-left: -76px; */
}

.header {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 20px 10px;
  top:0;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  font-family: tronFont;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 6px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
  font-family: tronFont;
  color: #FAD02C;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: #FAD02C;
  color: white;
}

.header-right {
  float: right;
}

@media screen and (max-width: 500px) {
  .header a {
    font-size: 16px;
    float: none;
    display: block;
    text-align: left;
    line-height: 1.2;
  }

  .header-right {
    float: none;
  }

}
.navbar {
  overflow: hidden;
  background-color: #333;
  /* position: fixed; */
  bottom: 0;
  width: 100%;
  z-index: 10000000;
  font-family: krunch;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background-color: white;
  color: black;
}

.navbar a.active {
  background-color: #FAD02C;
  color: white;
}

.navbar .icon {
  display: none;
}
.navbar   a.new_message {
  padding: 4px;
}

@media screen and (max-width: 600px) {
  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
    float: right;
    display: block;
  }
}


@media screen and (max-width: 600px) {
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    top:0;
  }
  .navbar.responsive .new_message {
    display: none;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .navbar a.active {
      width:40px;
  }

}
